/* =============================================
   OT CREATIVE STUDIOS — style.css
   Palette: #0D0D0D | #F5F0E8 | #C4963A | #FFFFFF
   ============================================= */

:root {
  --black: #0D0D0D;
  --black-soft: #161616;
  --black-mid: #1E1E1E;
  --cream: #F5F0E8;
  --cream-dark: #EDE8DF;
  --gold: #C4963A;
  --gold-light: #D4A84A;
  --white: #FFFFFF;
  --text-muted: #888880;
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ---- UTILITY ---- */
.section-label {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
  display: block;
}
.section-label.gold { color: var(--gold); font-style: italic; font-family: var(--font-display); font-size: 20px; letter-spacing: 0.02em; text-transform: none; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 16px;
}
.section-sub {
  color: var(--text-muted);
  font-size: 13px;
  max-width: 560px;
  margin: 0 auto 48px;
  text-align: center;
  line-height: 1.8;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.gold { color: var(--gold); }

/* ---- BUTTONS ---- */
.btn-gold {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-gold:hover { background: var(--gold); color: var(--black); }

.btn-ghost {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.7);
  padding: 12px 28px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-ghost:hover { border-color: var(--white); color: var(--white); }

.btn-dark {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 12px 24px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-dark:hover { background: var(--black-mid); }

.btn-gold-sm {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 8px 18px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.btn-gold-sm:hover { background: var(--gold); color: var(--black); }

/* ---- NAVBAR ---- */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  transition: background 0.4s, padding 0.4s;
}
#navbar.scrolled {
  background: rgba(13,13,13,0.97);
  padding: 14px 40px;
  border-bottom: 1px solid #222;
}
.nav-logo {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.12em;
}
.logo-ot { color: var(--gold); font-weight: 600; }
.logo-creative { color: var(--white); font-weight: 300; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--white); }
.nav-links .nav-cta {
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 8px 18px;
}
.nav-links .nav-cta:hover { background: var(--gold); color: var(--black); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 1px; background: var(--white); display: block; transition: all 0.3s; }

/* ---- HERO ---- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(13,13,13,0.5) 0%, rgba(13,13,13,0.3) 50%, rgba(13,13,13,0.7) 100%);
}
.hero-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #0D0D0D 0%, #1A1208 40%, #0D0A05 70%, #0D0D0D 100%);
}
.hero-placeholder-inner {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(196,150,58,0.08) 0%, transparent 60%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
}
.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.hero-headline span { display: block; }
.hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.hero-social {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  transition: color 0.3s;
}
.hero-social:hover { color: var(--gold); }

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-scroll span {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  margin: 0 auto;
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---- HIGHLIGHTS ---- */
.highlights {
  background: var(--cream);
  padding: 60px 40px;
}
.highlights-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.highlights-header .section-label { margin-bottom: 0; color: #666; }
.view-all { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--black); border-bottom: 1px solid var(--black); padding-bottom: 2px; transition: color 0.3s; }
.view-all:hover { color: var(--gold); border-color: var(--gold); }

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  max-width: 1200px;
  margin: 0 auto;
}
.highlight-item {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  background-color: #2a2218;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.highlight-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
  transition: background 0.3s;
}
.highlight-item:hover::after { background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%); }
.highlight-item span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
}

/* ---- ABOUT SNIPPET ---- */
.about-snippet {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.about-snippet-text {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-snippet-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.about-snippet-text p {
  color: #555;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 28px;
  max-width: 420px;
}
.about-snippet-image {
  background: var(--black-mid);
  overflow: hidden;
}
.about-snippet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

/* ---- SERVICES ---- */
.services {
  background: var(--black-soft);
  padding: 100px 0;
  text-align: center;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #222;
  margin-bottom: 48px;
  text-align: left;
}
.service-card {
  background: var(--black-soft);
  padding: 40px 32px;
  transition: background 0.3s;
}
.service-card:hover { background: var(--black-mid); }
.service-icon { font-size: 24px; margin-bottom: 16px; }
.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--white);
}
.service-card p { font-size: 12px; color: var(--text-muted); line-height: 1.8; }

.services-cta { text-align: center; }

/* ---- FAQ ---- */
.faq {
  background: var(--black);
  padding: 80px 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 80px;
  margin-top: 40px;
}
.faq-item h4 {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 12px;
}
.faq-item p { font-size: 12px; color: var(--text-muted); line-height: 1.9; }

/* ---- ABOUT PAGE ---- */
.about { background: var(--black); }

.about-hero {
  background: var(--black-soft);
  padding: 140px 80px 80px;
  display: flex;
  align-items: flex-end;
  min-height: 280px;
}
.about-hero-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
}

.about-body {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background: var(--cream);
  min-height: 500px;
}
.about-logo-col {
  background: var(--black-soft);
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.about-logo-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo-circle-ot {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 300;
  color: var(--white);
  line-height: 1;
}
.logo-circle-text {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-top: 8px;
}

.about-text-col { padding: 60px 60px; }
.about-text-col p {
  font-size: 13px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 16px;
}
.about-approach { margin-top: 32px; border-top: 1px solid var(--cream-dark); padding-top: 28px; }
.approach-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}

/* About video section */
.about-video-section {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-video-wrap { position: absolute; inset: 0; }
.about-bg-video { width: 100%; height: 100%; object-fit: cover; }
.about-video-overlay {
  position: absolute; inset: 0;
  background: rgba(13,13,13,0.65);
}
.about-video-placeholder {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0D0D0D 0%, #1a1208 50%, #0D0D0D 100%);
}
.about-video-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.about-video-content h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  margin-bottom: 28px;
  line-height: 1.1;
}

/* ---- PORTFOLIO ---- */
.portfolio {
  background: var(--cream);
  padding: 100px 0;
  color: var(--black);
}
.portfolio .section-label { color: #999; }
.portfolio .section-title { color: var(--black); }

.portfolio-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.tab {
  padding: 8px 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #ccc;
  background: transparent;
  color: #888;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--font-body);
}
.tab:hover, .tab.active { border-color: var(--black); background: var(--black); color: var(--white); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 60px;
}
.portfolio-item {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  background-color: #2a2218;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s;
}
.portfolio-item.hidden { display: none; }
.portfolio-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
}
.portfolio-item span {
  position: absolute;
  bottom: 12px; left: 12px;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
}

.portfolio-video-section { text-align: center; }
.portfolio-video-section h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--black);
  margin-bottom: 28px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.video-placeholder {
  aspect-ratio: 16/9;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.video-placeholder:hover { background: #222; }
.play-btn {
  width: 48px; height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 14px;
}
.video-placeholder p { font-size: 11px; color: #666; letter-spacing: 0.06em; text-transform: uppercase; }
.video-note { font-size: 11px; color: #aaa; font-style: italic; }

/* ---- TESTIMONIALS ---- */
.testimonials {
  background: var(--black-soft);
  padding: 100px 0;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #1a1a1a;
  margin-top: 48px;
}
.testimonial-card {
  background: var(--black-soft);
  padding: 40px 32px;
  transition: background 0.3s;
}
.testimonial-card:hover { background: var(--black-mid); }
.t-num {
  font-family: var(--font-display);
  font-size: 3rem;
  color: rgba(196,150,58,0.2);
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.t-quote {
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 24px;
}
.t-name {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---- CONTACT ---- */
.contact {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 700px;
}
.contact-left {
  background: var(--black);
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-left h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 40px;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.detail-icon { font-size: 16px; margin-top: 2px; }
.contact-detail a, .contact-detail span {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  transition: color 0.3s;
}
.contact-detail a:hover { color: var(--gold); }

.contact-right {
  background: var(--cream);
  padding: 80px 60px;
}
.booking-form h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 28px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #666; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  background: var(--white);
  border: 1px solid #ddd;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--black);
  outline: none;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 100px; }

.btn-gold.full-width { width: 100%; text-align: center; display: block; padding: 14px; cursor: pointer; border: none; font-family: var(--font-body); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; background: transparent; }
.btn-gold.full-width:hover { background: var(--gold); color: var(--black); }
.form-note { font-size: 11px; color: #aaa; text-align: center; margin-top: 10px; font-style: italic; }

/* ---- FOOTER ---- */
.footer { background: var(--black-soft); border-top: 1px solid #1a1a1a; }
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding: 60px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-logo { margin-bottom: 16px; }
.footer-col > p { font-size: 12px; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }
.footer-social a {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { font-size: 12px; color: var(--text-muted); transition: color 0.3s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact p { font-size: 12px; color: var(--text-muted); }

.footer-bottom {
  border-top: 1px solid #1a1a1a;
  padding: 20px 80px;
  text-align: center;
}
.footer-bottom p { font-size: 11px; color: #444; letter-spacing: 0.06em; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .highlights-grid { grid-template-columns: repeat(3, 1fr); }
  .highlight-item:nth-child(4), .highlight-item:nth-child(5) { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-body { grid-template-columns: 1fr; }
  .about-logo-col { padding: 40px; min-height: 250px; }
  .contact { grid-template-columns: 1fr; }
  .contact-left { padding: 60px 40px; }
  .contact-right { padding: 60px 40px; }
}

@media (max-width: 768px) {
  #navbar { padding: 16px 20px; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; width: 280px; background: var(--black-soft); padding: 80px 40px; gap: 24px; z-index: 999; transition: transform 0.3s; transform: translateX(100%); }
  .nav-links.open { display: flex; transform: translateX(0); }
  .nav-toggle { display: flex; z-index: 1000; }
  .hero-headline { font-size: clamp(2.5rem, 10vw, 4rem); }
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .highlight-item:nth-child(4), .highlight-item:nth-child(5) { display: block; }
  .about-snippet { grid-template-columns: 1fr; }
  .about-snippet-image { display: none; }
  .about-snippet-text { padding: 60px 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr; }
  .about-hero { padding: 120px 32px 60px; }
  .about-text-col { padding: 40px 32px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; padding: 40px 32px; }
  .footer-bottom { padding: 20px 32px; }
  .container { padding: 0 24px; }
  .highlights { padding: 40px 24px; }
}
