/* ============================================
   GAM WEB STUDIO — Design Tokens
   ============================================ */
:root{
  /* color */
  --ink:        #10140F;   /* near-black moss */
  --ink-soft:   #1B2018;
  --bone:       #FAF7EF;   /* warm bone background */
  --bone-dim:   #F1ECE0;
  --moss:       #3D5A45;   /* cultivated green — brand core */
  --moss-deep:  #2A4032;
  --moss-light: #6B8A72;
  --brass:      #C9A876;   /* premium accent, used sparingly */
  --brass-dim:  #E4D3B2;
  --sage:       #6B7A70;   /* secondary text on light */
  --sage-light: #98A599;

  /* type */
  --font-display: 'Fraunces', serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* layout */
  --container: 1180px;
  --gutter: clamp(24px, 5vw, 64px);
  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 28px;

  /* motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   RESET
   ============================================ */
*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, iframe{ display: block; max-width: 100%; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; cursor: pointer; background: none; border: none; color: inherit; }
ul{ margin: 0; padding: 0; list-style: none; }
h1,h2,h3,h4,p{ margin: 0; }
em{ font-style: italic; color: var(--moss); }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

:focus-visible{
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 4px;
}

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ============================================
   BACKGROUND IMAGE — soft botanical pattern
   Fixed behind all content, very subtle so
   it's visible but never competes with text.
   ============================================ */
body::before{
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cdefs%3E%3ClinearGradient id='fade' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.3' stop-color='white' stop-opacity='1'/%3E%3Cstop offset='0.7' stop-color='white' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' stroke='%233D5A45' stroke-width='1.2'%3E%3C!-- Large leaf 1 --%3E%3Cpath d='M80 520 C80 520 30 390 55 240 C55 240 100 300 80 520Z' opacity='0.8'/%3E%3Cpath d='M80 520 L55 240' stroke-width='0.8' opacity='0.6'/%3E%3Cpath d='M74 440 L44 410' stroke-width='0.6' opacity='0.5'/%3E%3Cpath d='M70 360 L42 338' stroke-width='0.6' opacity='0.5'/%3E%3Cpath d='M66 300 L46 282' stroke-width='0.6' opacity='0.4'/%3E%3C!-- Large leaf 2 --%3E%3Cpath d='M280 80 C280 80 340 200 315 360 C315 360 270 295 280 80Z' opacity='0.7'/%3E%3Cpath d='M280 80 L315 360' stroke-width='0.8' opacity='0.5'/%3E%3Cpath d='M287 160 L317 185' stroke-width='0.6' opacity='0.45'/%3E%3Cpath d='M293 240 L322 262' stroke-width='0.6' opacity='0.45'/%3E%3Cpath d='M299 310 L326 328' stroke-width='0.6' opacity='0.35'/%3E%3C!-- Slim leaf 3 --%3E%3Cpath d='M500 480 C500 480 460 370 475 260 C475 260 510 330 500 480Z' opacity='0.6'/%3E%3Cpath d='M500 480 L475 260' stroke-width='0.7' opacity='0.45'/%3E%3Cpath d='M495 400 L468 378' stroke-width='0.5' opacity='0.4'/%3E%3C!-- Fern frond top-right --%3E%3Cpath d='M540 40 C540 40 510 110 520 190' stroke-width='0.9' opacity='0.5'/%3E%3Cpath d='M520 80 C520 80 490 75 480 60' stroke-width='0.6' opacity='0.4'/%3E%3Cpath d='M520 110 C520 110 488 108 476 94' stroke-width='0.6' opacity='0.4'/%3E%3Cpath d='M520 140 C520 140 492 142 482 130' stroke-width='0.6' opacity='0.35'/%3E%3C!-- Trailing stem bottom-left --%3E%3Cpath d='M160 560 C170 500 165 440 172 390' stroke-width='0.8' opacity='0.4'/%3E%3Cpath d='M172 430 C172 430 148 415 138 400' stroke-width='0.5' opacity='0.35'/%3E%3Cpath d='M170 460 C170 460 195 448 204 435' stroke-width='0.5' opacity='0.35'/%3E%3C!-- Accent dots --%3E%3Ccircle cx='380' cy='200' r='2' fill='%233D5A45' opacity='0.6'/%3E%3Ccircle cx='140' cy='160' r='1.5' fill='%233D5A45' opacity='0.5'/%3E%3Ccircle cx='440' cy='520' r='2' fill='%233D5A45' opacity='0.5'/%3E%3Ccircle cx='60'  cy='100' r='1'   fill='%233D5A45' opacity='0.4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 600px 600px;
  background-repeat: repeat;
}

/* Everything above the background layer */
body > *:not(script){ position: relative; z-index: 1; }

/* ============================================
   GRAIN OVERLAY — premium paper texture
   ============================================ */
.grain{
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================
   GROWTH LINE — signature scroll element
   ============================================ */
.growth-line{
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: min(60vh, 640px);
  z-index: 40;
  pointer-events: none;
}
#growthPath{
  fill: none;
  stroke: var(--bone-dim);
  stroke-width: 2;
  stroke-linecap: round;
}
.growth-line::after{ content: ''; }
.growth-progress{
  fill: none;
  stroke: var(--moss);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1450;
  stroke-dashoffset: 1450;
  transition: stroke-dashoffset 0.1s linear;
}
@media (max-width: 900px){
  .growth-line{ display: none; }
}

/* ============================================
   TYPE SCALE
   ============================================ */
.eyebrow{
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 16px;
  display: inline-block;
}

h1, h2, h3{ font-family: var(--font-display); font-weight: 500; letter-spacing: -0.01em; }

h2{
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 500;
  max-width: 14ch;
}

.section-lede{
  font-size: 18px;
  color: var(--sage);
  max-width: 46ch;
  margin-top: 18px;
  line-height: 1.55;
}

/* ============================================
   STRIP REVEAL ANIMATION
   A coloured cover slides off right on scroll,
   revealing content underneath.
   ============================================ */

:root{
  --strip-dur: 0.72s;
  --strip-ease: cubic-bezier(0.76, 0, 0.24, 1);
  --strip-delay: 0ms;
}

.reveal{
  position: relative;
  overflow: hidden;
}
/* The strip cover */
.reveal::after{
  content: '';
  position: absolute;
  inset: -2px;
  background: var(--bone);
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform var(--strip-dur) var(--strip-ease) var(--strip-delay);
  z-index: 5;
  pointer-events: none;
  will-change: transform;
}
/* Content hidden until strip exits */
.reveal > *,
.reveal-child{
  opacity: 0;
  transition: opacity 0.01s linear calc(var(--strip-delay) + var(--strip-dur));
  will-change: opacity;
}
/* Triggered: strip scaleX collapses rightward */
.reveal.is-visible::after{
  transform: scaleX(0);
  transform-origin: right center;
}
.reveal.is-visible > *,
.reveal.is-visible .reveal-child{
  opacity: 1;
}

/* Strip colour variants so it always matches section bg */
.process .reveal::after,
.pricing .reveal::after{ background: var(--bone-dim); }
.testimonials .reveal::after{ background: var(--ink-soft); }
.cta-band .reveal::after{ background: var(--ink); }

/* Per-element stagger via CSS custom property */
.reveal[data-delay]::after{ transition-delay: var(--strip-delay); }
.reveal[data-delay] > *{ transition-delay: calc(var(--strip-delay) + var(--strip-dur)); }

/* Reduced motion: plain fade instead */
@media (prefers-reduced-motion: reduce){
  .reveal::after{ display: none; }
  .reveal > *, .reveal-child{ opacity: 0; transition: opacity 0.4s ease; }
  .reveal.is-visible > *, .reveal.is-visible .reveal-child{ opacity: 1; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 999px;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), background 0.3s var(--ease-soft), color 0.3s var(--ease-soft);
  white-space: nowrap;
}
.btn-primary{
  background: var(--ink);
  color: var(--bone);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}
.btn-primary::before{
  content: '';
  position: absolute;
  inset: 0;
  background: var(--moss);
  transform: translateX(-101%);
  transition: transform 0.5s var(--ease);
  z-index: 0;
}
.btn-primary span, .btn-primary .btn-label-default, .btn-primary .btn-label-sent{ position: relative; z-index: 1; }
.btn-primary:hover::before{ transform: translateX(0); }
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 12px 24px -8px rgba(61,90,69,0.45); }
.btn-primary:active{ transform: translateY(0); }

.btn-ghost{
  border: 1.5px solid var(--ink);
  color: var(--ink);
  padding: 13.5px 26px;
  transition: border-color 0.3s var(--ease-soft), color 0.3s var(--ease-soft), transform 0.45s var(--ease);
}
.btn-ghost:hover{ border-color: var(--moss); color: var(--moss); transform: translateY(-2px); }

.btn-block{ width: 100%; justify-content: center; }

/* ============================================
   HEADER
   ============================================ */
.site-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: padding 0.4s var(--ease-soft), background 0.4s var(--ease-soft), box-shadow 0.4s var(--ease-soft);
}
.logo, .main-nav a, .nav-cta, .logo-mark{
  transition: color 0.4s var(--ease-soft), background 0.4s var(--ease-soft);
}
.site-header.is-scrolled{
  padding: 14px 0;
  background: var(--bone);
  box-shadow: 0 1px 0 rgba(16,20,15,0.06), 0 12px 24px -16px rgba(16,20,15,0.18);
}
.site-header.is-on-dark.is-scrolled{
  background: var(--ink-soft);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2), 0 12px 24px -16px rgba(0,0,0,0.4);
}
.site-header.is-on-dark .logo,
.site-header.is-on-dark .main-nav a:not(.nav-cta){ color: var(--bone); }
.site-header.is-on-dark .logo-text-light{ color: var(--sage-light); }
.site-header.is-on-dark .logo-mark{ color: var(--brass); }
.site-header.is-on-dark .nav-cta{ background: var(--brass); color: var(--ink); }
.site-header.is-on-dark .nav-cta:hover{ background: var(--bone); }
.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
}
.logo-mark{ width: 26px; height: 26px; color: var(--moss); flex-shrink: 0; }
.logo-mark svg{ width: 100%; height: 100%; }
.logo-text-light{ color: var(--sage); font-weight: 400; }

.main-nav{
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14.5px;
  font-weight: 500;
}
.main-nav a{
  position: relative;
  color: var(--ink-soft);
  padding-bottom: 4px;
}
.main-nav a:not(.nav-cta)::after{
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1.5px;
  background: var(--moss);
  transition: width 0.3s var(--ease-soft);
}
.main-nav a:not(.nav-cta):hover::after{ width: 100%; }
.nav-cta{
  background: var(--ink);
  color: var(--bone);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 999px;
  transition: background 0.3s var(--ease-soft), transform 0.3s var(--ease);
}
.main-nav a.nav-cta{
  color: var(--bone);
}

.nav-toggle{
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 26px;
  padding: 4px;
}
.nav-toggle span{
  display: block;
  height: 1.6px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.35s var(--ease-soft), opacity 0.35s var(--ease-soft);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(6.6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-6.6px) rotate(-45deg); }

@media (max-width: 860px){
  .nav-toggle{ display: flex; }
  .main-nav{
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: min(78vw, 340px);
    background: var(--ink);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    padding: 0 40px;
    transform: translateX(100%);
    transition: transform 0.5s var(--ease);
    font-size: 19px;
  }
  .main-nav.is-open{ transform: translateX(0); }
  .main-nav a{ color: var(--bone); }
  .nav-cta{ margin-top: 8px; }
}

/* ============================================
   HERO — "GAM" INTRO OVERLAY
   Plays once on first load. Opacity/transform only.
   Sequence: leaf draws -> "Gam" wordmark settles + glows ->
   root line grows -> held beat -> content ascends ->
   background dissolves a beat behind it -> hero stagger
   picks up the handoff (see .hero-enter delays in index.html).
   ============================================ */
.intro-overlay{
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: introOverlayOut 0.55s var(--ease) 1.75s forwards;
}
@keyframes introOverlayOut{
  to{ opacity: 0; pointer-events: none; }
}

.intro-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  animation: introContentAscend 0.65s var(--ease) 1.6s forwards;
}
@keyframes introContentAscend{
  to{ opacity: 0; transform: translateY(-40px); }
}

.intro-leaf{
  width: min(28vw, 220px);
  height: auto;
  opacity: 0.9;
}
.intro-leaf-path{
  fill: none;
  stroke: var(--moss-light);
  stroke-width: 1.6;
  opacity: 0.7;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: introDraw 0.7s var(--ease) 0.15s forwards;
}
.intro-leaf-vein{
  fill: none; stroke: var(--brass); stroke-width: 1.2; opacity: 0.6;
  stroke-dasharray: 260; stroke-dashoffset: 260;
  animation: introDraw 0.45s var(--ease) 0.55s forwards;
}
.intro-leaf-vein-sm{
  fill: none; stroke: var(--moss-light); stroke-width: 1; opacity: 0.5;
  stroke-dasharray: 90; stroke-dashoffset: 90;
  animation: introDraw 0.3s var(--ease) 0.7s forwards;
}
@keyframes introDraw{ to{ stroke-dashoffset: 0; } }

.intro-wordmark{
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  opacity: 0;
  transform: translateY(10px);
  text-shadow: 0 0 22px rgba(201,168,118,0.3);
  animation:
    introWordmarkIn 0.4s var(--ease) 0.9s forwards,
    introWordmarkGlow 1.1s ease-in-out 1.3s forwards;
}
@keyframes introWordmarkIn{
  to{ opacity: 1; transform: translateY(0); }
}
@keyframes introWordmarkGlow{
  0%{ text-shadow: 0 0 22px rgba(201,168,118,0.3); }
  45%{ text-shadow: 0 0 40px rgba(201,168,118,0.6); }
  100%{ text-shadow: 0 0 22px rgba(201,168,118,0.3); }
}

.intro-root-line{
  display: block;
  width: 0;
  height: 1px;
  background: var(--brass);
  animation: introLineGrow 0.2s var(--ease-soft) 1.3s forwards;
}
@keyframes introLineGrow{ to{ width: 64px; } }

/* Reduced motion: don't show the overlay at all rather than flash it */
@media (prefers-reduced-motion: reduce){
  .intro-overlay{ display: none; }
}

/* ============================================
   HERO
   ============================================ */
.hero{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  overflow: hidden;
}
.hero-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
}
.hero-inner{
  max-width: 560px;
}
.hero .eyebrow{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.hero .eyebrow::before{
  content: '';
  width: 30px;
  height: 1px;
  background: var(--moss);
  flex-shrink: 0;
}
.hero-title{
  display: block;
  margin-bottom: 32px;
}
.hero-title span{ display: block; }
.hero-title-lead{
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.16;
  font-weight: 400;
  color: var(--sage);
}
.hero-title-lead + .hero-title-lead{ margin-top: 2px; }
.hero-title-punch{
  font-size: clamp(42px, 6.8vw, 78px);
  line-height: 1.08;
  font-weight: 600;
  color: var(--ink);
  margin-top: 10px;
}
.hero-sub{
  font-size: 19px;
  color: var(--sage);
  max-width: 46ch;
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero-actions{ display: flex; gap: 16px; flex-wrap: wrap; }

/* Premium entrance sequence — opacity + translateY only, no scale/bounce/typewriter.
   Each element's stagger comes from the --enter-delay custom property set inline. */
.hero-enter{
  opacity: 0;
  transform: translateY(14px);
  animation: heroEnterIn 0.6s var(--ease) forwards;
  animation-delay: var(--enter-delay, 0ms);
}
@keyframes heroEnterIn{
  to{ opacity: 1; transform: translateY(0); }
}

/* Right column wrapper — holds the soft botanical mark behind the
   browser mockup, which is the Hero's primary visual anchor. */
.hero-media{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 440px;
}

/* Botanical leaf — soft branding element only, sits behind the mockup */
.hero-visual{
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(28vw, 360px);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translateY(10px);
  animation: heroVisualIn 0.8s var(--ease) 0.2s forwards;
}
@keyframes heroVisualIn{
  to{ opacity: 0.55; transform: translate(-50%, -50%) translateY(0); }
}
.hero-visual::before{
  content: '';
  position: absolute;
  inset: -8%;
  background: radial-gradient(circle at 50% 45%, rgba(201,168,118,0.14), rgba(61,90,69,0.09) 42%, transparent 68%);
  filter: blur(36px);
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.7;
  animation: heroVisualGlowIn 0.5s var(--ease-soft) 0.6s forwards;
}
@keyframes heroVisualGlowIn{
  to{ opacity: 1; }
}
.hero-leaf{
  width: 100%;
  height: auto;
  animation: heroLeafFloat 9s ease-in-out 0.6s infinite;
}
@keyframes heroLeafFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-5.5px); }
}
.hero-leaf-path{
  fill: none;
  stroke: var(--moss);
  stroke-width: 1.6;
  opacity: 0.42;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: drawLeaf 2.6s var(--ease) 0.4s forwards;
}
.hero-leaf-vein{
  fill: none; stroke: var(--brass); stroke-width: 1.2; opacity: 0.5;
  stroke-dasharray: 260; stroke-dashoffset: 260;
  animation: drawLeaf 1.6s var(--ease) 1.6s forwards;
}
.hero-leaf-vein-sm{
  fill: none; stroke: var(--moss-light); stroke-width: 1; opacity: 0.4;
  stroke-dasharray: 90; stroke-dashoffset: 90;
  animation: drawLeaf 1s var(--ease) 2.1s forwards;
}
@keyframes drawLeaf{ to{ stroke-dashoffset: 0; } }

/* Browser mockup — the Hero's primary visual anchor. Straight (no tilt),
   premium shadow preserved, only a very subtle Apple-style float once settled. */
.hero-mockup{
  position: relative;
  z-index: 2;
  width: min(30vw, 420px);
  opacity: 0;
  transform: translateY(18px);
  animation: heroMockupIn 0.7s var(--ease) 2.5s forwards;
}
@keyframes heroMockupIn{
  to{ opacity: 1; transform: translateY(0); }
}
.hero-mockup-card{
  border-radius: 12px;
  overflow: hidden;
  background: #1A1F1E;
  box-shadow: 0 30px 64px -26px rgba(16,20,15,0.4), 0 10px 22px -10px rgba(16,20,15,0.24);
  animation: heroMockupFloat 8s ease-in-out 3.1s infinite;
}
@keyframes heroMockupFloat{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
}
.hero-mockup-bar{
  background: #111614;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hero-mockup-bar .fb-dot{ width: 8px; height: 8px; }
.hero-mockup-url{
  margin-left: 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.02em;
  background: rgba(255,255,255,0.05);
  padding: 3px 9px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-mockup-screen{
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: linear-gradient(160deg, #1A0808 0%, #0E1410 60%);
}
.hero-mockup-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero-mockup-tag{
  position: absolute;
  top: -14px;
  right: -14px;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 6px 13px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 7px;
  transform: rotate(6deg);
  box-shadow: 0 12px 26px -10px rgba(16,20,15,0.4);
  white-space: nowrap;
  z-index: 3;
}
.hero-mockup-tag .status-dot{ width: 6px; height: 6px; }

/* Testimonial — small, elegant, attached to the mockup's lower-left corner */
.hero-testimonial{
  position: absolute;
  left: -36px;
  bottom: -30px;
  z-index: 4;
  max-width: 224px;
  margin: 0;
  background: var(--bone);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  box-shadow: 0 30px 60px -24px rgba(16,20,15,0.35), 0 1px 0 rgba(16,20,15,0.05);
  opacity: 0;
  transform: translateY(14px);
  animation: heroTestimonialIn 0.7s var(--ease) 3.2s forwards;
}
@keyframes heroTestimonialIn{
  to{ opacity: 1; transform: translateY(0); }
}
.hero-testimonial p{
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  margin-bottom: 12px;
}
.hero-testimonial cite{
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-style: normal;
}
.hero-testimonial-name{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--moss);
}
.hero-testimonial-role{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--sage);
  opacity: 0.85;
}

@media (max-width: 900px){
  .hero-grid{
    grid-template-columns: 1fr;
    gap: 72px;
  }
  .hero-inner{ max-width: 100%; }
  .hero-media{ min-height: 380px; }
  .hero-mockup{ width: min(62vw, 400px); }
  .hero-visual{ width: min(46vw, 320px); }
}

@media (max-width: 560px){
  .hero-media{ min-height: 0; padding-bottom: 64px; }
  .hero-mockup{ width: min(80vw, 340px); }
  .hero-visual{ width: min(56vw, 240px); }
  .hero-testimonial{
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%);
    max-width: 260px;
    text-align: center;
  }
  .hero-testimonial cite{ align-items: center; }
  @keyframes heroTestimonialIn{
    to{ opacity: 1; transform: translateX(-50%) translateY(0); }
  }
}

.scroll-cue{
  position: absolute;
  left: var(--gutter);
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.scroll-cue:hover{ opacity: 1; }
.scroll-cue-line{
  width: 1px;
  height: 36px;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.scroll-cue-line::after{
  content: '';
  position: absolute;
  top: -100%; left: 0;
  width: 100%; height: 100%;
  background: var(--moss);
  animation: cueDrop 2.2s ease-in-out infinite;
}
@keyframes cueDrop{
  0%{ top: -100%; }
  60%{ top: 100%; }
  100%{ top: 100%; }
}
.scroll-cue-label{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media (max-width: 700px){ .scroll-cue{ display: none; } }

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip{
  border-top: 1px solid rgba(16,20,15,0.08);
  border-bottom: 1px solid rgba(16,20,15,0.08);
  padding: 22px 0;
}
.trust-inner p{
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: var(--sage);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
}
.trust-inner span:not(.dot){ color: var(--ink-soft); }
.dot{ color: var(--brass); }

/* ============================================
   SECTION HEAD (shared)
   ============================================ */
.section-head{ margin-bottom: 56px; }

section{ padding: 120px 0; }
@media (max-width: 700px){
  section{ padding: 80px 0; }
}

/* ============================================
   SERVICES
   ============================================ */
.services-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.service-card{
  background: var(--bone-dim);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  position: relative;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), background 0.5s var(--ease);
}
.service-card:hover{
  transform: translateY(-6px);
  background: var(--ink);
  color: var(--bone);
  box-shadow: 0 30px 60px -20px rgba(16,20,15,0.35);
}
.service-card:hover .service-num{ color: var(--brass); }
.service-card:hover h3{ color: var(--bone); }
.service-card:hover p{ color: var(--sage-light); }
.service-card:hover .service-list li{ color: var(--bone-dim); border-color: rgba(250,247,239,0.16); }
.service-card:hover .service-list li::before{ color: var(--moss-light); }

.service-num{
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--moss);
  margin-bottom: 28px;
  transition: color 0.5s var(--ease);
}
.service-card h3{
  font-size: 27px;
  margin-bottom: 14px;
  transition: color 0.5s var(--ease);
}
.service-card > p{
  color: var(--sage);
  max-width: 38ch;
  margin-bottom: 28px;
  transition: color 0.5s var(--ease);
}
.service-list{ display: flex; flex-direction: column; gap: 12px; }
.service-list li{
  font-size: 14.5px;
  color: var(--ink-soft);
  padding-top: 12px;
  border-top: 1px solid rgba(16,20,15,0.1);
  transition: color 0.5s var(--ease), border-color 0.5s var(--ease);
  position: relative;
  padding-left: 18px;
}
.service-list li::before{
  content: '→';
  position: absolute;
  left: 0;
  color: var(--moss);
  transition: color 0.5s var(--ease);
}

.future-services{
  margin-top: 40px;
  padding: 24px 32px;
  border: 1px dashed rgba(16,20,15,0.18);
  border-radius: var(--radius-md);
  font-size: 14.5px;
  color: var(--sage);
}
.future-services span{
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brass);
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 760px){
  .services-grid{ grid-template-columns: 1fr; }
  .service-card{ padding: 36px 28px; }
}

/* ============================================
   FEATURED WORK / CAROUSEL
   ============================================ */
.work-carousel-wrap{
  position: relative;
}
.work-carousel{
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px var(--gutter) 24px;
  scrollbar-width: none;
}
.work-carousel::-webkit-scrollbar{ display: none; }

.work-card{
  flex: 0 0 auto;
  width: min(560px, 84vw);
  scroll-snap-align: start;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bone-dim);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.work-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -24px rgba(16,20,15,0.3);
}

.work-media{
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  background: var(--ink);
  overflow: hidden;
}
.work-media-frame iframe{
  width: 166%;
  height: 166%;
  transform: scale(0.6);
  transform-origin: top left;
  border: none;
  pointer-events: none;
}
.work-visit{
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: var(--bone);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s var(--ease-soft), transform 0.35s var(--ease-soft);
}
.work-media-frame:hover .work-visit{ opacity: 1; transform: translateY(0); }
.work-media-frame:hover iframe{ transform: scale(0.62); }

.work-media-brand{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--moss-deep), var(--ink));
}
.work-brand-mark{
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--brass-dim);
}

.work-body{ padding: 28px 30px 32px; }
.work-tag{
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 10px;
}
.work-body h3{ font-size: 22px; margin-bottom: 10px; }
.work-body p{ color: var(--sage); font-size: 15px; }

.work-controls{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 8px;
}
.work-arrow{
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(16,20,15,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: background 0.3s var(--ease-soft), color 0.3s var(--ease-soft), border-color 0.3s var(--ease-soft);
}
.work-arrow:hover{ background: var(--ink); color: var(--bone); border-color: var(--ink); }
.work-dots{ display: flex; gap: 8px; }
.work-dot{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(16,20,15,0.18);
  transition: background 0.3s var(--ease-soft), transform 0.3s var(--ease-soft);
}
.work-dot.is-active{ background: var(--moss); transform: scale(1.3); }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials{ background: var(--ink); color: var(--bone); }
.testimonials .eyebrow{ color: var(--brass); }
.testimonials h2{ color: var(--bone); }

.testimonial-carousel{
  overflow: hidden;
  position: relative;
  margin: 0 calc(-1 * var(--gutter));
  padding: 4px calc(var(--gutter) - 12px);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}
.testimonial-track{
  display: flex;
  gap: 24px;
  width: max-content;
  animation: testimonial-scroll 48s linear infinite;
}
.testimonial-carousel:hover .testimonial-track,
.testimonial-carousel:focus-within .testimonial-track{
  animation-play-state: paused;
}
@keyframes testimonial-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
.testimonial-card{
  flex: 0 0 340px;
  background: var(--ink-soft);
  border-radius: var(--radius-md);
  padding: 40px 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  min-height: 220px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform 0.4s var(--ease-soft), box-shadow 0.4s var(--ease-soft), background 0.4s var(--ease-soft);
}
.testimonial-card:hover{
  background: var(--moss-deep);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
.testimonial-card p{
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 600px){
  .testimonial-card{ flex-basis: 280px; padding: 32px 26px; min-height: auto; }
}

@media (prefers-reduced-motion: reduce){
  .testimonial-track{ animation: none; }
}

/* ============================================
   ABOUT
   ============================================ */
.about-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
}
.about-right{
  display: flex;
  flex-direction: column;
  gap: 56px;
  min-width: 0;
}
.about-testimonials{
  display: flex;
  flex: 1;
  min-height: 0;
}
.about-text h2{ max-width: 12ch; margin-bottom: 28px; }
.about-text p{
  color: var(--sage);
  font-size: 16.5px;
  margin-bottom: 20px;
  max-width: 52ch;
}
.about-text p em{ color: var(--moss); font-style: italic; }
.about-text p:last-child{ color: var(--ink-soft); font-weight: 500; }

.about-pillars{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 8px;
}
.pillar{
  border-top: 1px solid rgba(16,20,15,0.12);
  padding-top: 20px;
}
.pillar-mark{
  display: block;
  font-size: 22px;
  color: var(--brass);
  margin-bottom: 12px;
}
.pillar h4{
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.pillar p{ font-size: 13.5px; color: var(--sage); line-height: 1.5; }

@media (max-width: 860px){
  .about-grid{ grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 480px){
  .about-pillars{ grid-template-columns: 1fr; }
}

/* ============================================
   PRICING
   ============================================ */
.pricing{
  background: var(--bone-dim);
  position: relative;
}
.pricing-inner{
  text-align: center;
  max-width: 640px;
}
.pricing h2{ margin: 0 auto 36px; }
.pricing-figure{
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 84px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 20px;
}
.pricing-from{
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 10px;
}
.pricing-note{
  color: var(--sage);
  font-size: 16px;
  max-width: 42ch;
  margin: 0 auto 36px;
}

/* ============================================
   FAQ
   ============================================ */
.faq-list{
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item{
  background: var(--bone-dim);
  border-radius: var(--radius-md);
  padding: 4px 32px;
  transition: background 0.4s var(--ease);
}
.faq-item[open]{ background: var(--ink); }
.faq-item[open] .faq-question span:first-child{ color: var(--bone); }
.faq-item[open] .faq-answer{ color: var(--sage-light); }
.faq-item[open] .faq-icon::before{ transform: rotate(90deg); opacity: 0; }

.faq-question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  transition: color 0.4s var(--ease);
}
.faq-question::-webkit-details-marker{ display: none; }

.faq-icon{
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.faq-icon::before,
.faq-icon::after{
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  background: var(--moss);
  transform: translate(-50%, -50%);
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
}
.faq-icon::before{ width: 2px; height: 14px; }
.faq-icon::after{ width: 14px; height: 2px; }
.faq-item[open] .faq-icon::before,
.faq-item[open] .faq-icon::after{ background: var(--brass); }

.faq-answer{
  color: var(--sage);
  font-size: 15.5px;
  line-height: 1.6;
  max-width: 58ch;
  padding-bottom: 28px;
  margin: 0;
}

@media (max-width: 700px){
  .faq-item{ padding: 4px 22px; }
  .faq-question{ font-size: 17px; padding: 20px 0; }
}

/* ============================================
   CONTACT
   ============================================ */
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.contact-intro h2{ max-width: 11ch; margin-bottom: 20px; }
.contact-intro p{ color: var(--sage); font-size: 16.5px; max-width: 40ch; margin-bottom: 36px; }

.contact-direct a{
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--ink);
  border-bottom: 1.5px solid var(--moss);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.contact-direct a:hover{ color: var(--moss); }
.contact-location{ margin-top: 14px; color: var(--sage-light); font-size: 14px; }

.contact-form{ display: flex; flex-direction: column; gap: 22px; }
.form-row{ display: flex; flex-direction: column; gap: 8px; }
.form-row label{
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sage);
}
.form-row input, .form-row textarea{
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--ink);
  background: var(--bone-dim);
  border: 1.5px solid transparent;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  transition: border-color 0.3s var(--ease-soft), background 0.3s var(--ease-soft);
  resize: vertical;
}
.form-row input:focus, .form-row textarea:focus{
  border-color: var(--moss);
  background: var(--bone);
  outline: none;
}

.btn-primary .btn-label-sent{ display: none; }
.btn-primary.is-sent .btn-label-default{ display: none; }
.btn-primary.is-sent .btn-label-sent{ display: inline; }
.btn-primary.is-sent{ background: var(--moss-deep); }

/* Contact success message */
.contact-success{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 40px 0;
}
.contact-success-icon{
  font-size: 28px;
  color: var(--moss);
  line-height: 1;
}
.contact-success h3{
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: var(--ink);
}
.contact-success p{
  font-size: 16px;
  color: var(--sage);
  line-height: 1.6;
}

@media (max-width: 860px){
  .contact-grid{ grid-template-columns: 1fr; gap: 48px; }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer{
  background: var(--ink);
  color: var(--sage-light);
  padding: 72px 0 0;
}
.footer-inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(250,247,239,0.07);
}
.footer-col{ display: flex; flex-direction: column; gap: 20px; }

/* Brand column */
.footer-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--bone);
}
.footer-brand .logo-mark{ color: var(--brass); width: 22px; height: 22px; }
.footer-tagline{
  font-size: 13.5px;
  color: var(--sage);
  line-height: 1.65;
}
.footer-email{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--brass);
  border-bottom: 1px solid rgba(201,168,118,0.3);
  padding-bottom: 3px;
  width: fit-content;
  transition: color 0.3s, border-color 0.3s;
}
.footer-email:hover{ color: var(--bone); border-color: rgba(250,247,239,0.4); }

/* Nav column */
.footer-col-label{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0;
}
.footer-nav{ display: flex; flex-direction: column; gap: 12px; }
.footer-nav a{
  font-size: 14.5px;
  color: var(--sage-light);
  transition: color 0.25s;
}
.footer-nav a:hover{ color: var(--bone); }

/* Social column */
.footer-social{ display: flex; flex-direction: column; gap: 12px; }
.footer-social-link{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--sage-light);
  transition: color 0.25s;
  position: relative;
}
.footer-social-link svg{ width: 16px; height: 16px; flex-shrink: 0; }
.footer-social-link:hover{ color: var(--bone); }
.footer-soon-badge{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(201,168,118,0.15);
  color: var(--brass);
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,118,0.25);
}

/* Bottom bar */
.footer-bottom{ padding: 24px 0; }
.footer-copy{
  font-size: 12.5px;
  color: var(--sage);
  opacity: 0.6;
  text-align: center;
  margin: 0;
}

@media (max-width: 860px){
  .footer-inner{
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-col--brand{ grid-column: 1 / -1; }
}
@media (max-width: 560px){
  .footer-inner{ grid-template-columns: 1fr; }
  .footer-col--brand{ grid-column: auto; }
}

/* ============================================
   ACTIVE NAV LINK (portfolio page)
   ============================================ */
.main-nav a.nav-current{
  color: var(--moss);
}
.main-nav a.nav-current::after{
  width: 100%;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.process{ background: var(--bone-dim); }

.process-track{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  background: rgba(16,20,15,0.07);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.process-step{
  background: var(--bone-dim);
  padding: 44px 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.45s var(--ease), color 0.45s var(--ease);
  position: relative;
}
.process-step:hover{
  background: var(--ink);
}
.process-step:hover .process-step-num{ color: var(--brass); }
.process-step:hover h3{ color: var(--bone); }
.process-step:hover p{ color: var(--sage-light); }

.process-step-num{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.13em;
  color: var(--moss);
  transition: color 0.45s var(--ease);
}
.process-step h3{
  font-size: 20px;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
  transition: color 0.45s var(--ease);
  margin: 0;
}
.process-step p{
  font-size: 14px;
  color: var(--sage);
  line-height: 1.6;
  transition: color 0.45s var(--ease);
  margin: 0;
}

@media (max-width: 900px){
  .process-track{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px){
  .process-track{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px){
  .process-track{ grid-template-columns: 1fr; }
  .process-step{ padding: 32px 28px; }
}

/* ============================================
   CTA BAND
   ============================================ */
.cta-band{
  background: var(--ink);
  padding: 100px 0;
}
.cta-band-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
.cta-band .cta-band-label{
  color: var(--brass);
  margin-bottom: 20px;
}
.cta-band-heading{
  color: var(--bone);
  font-size: clamp(32px, 5vw, 58px);
  max-width: 16ch;
  margin: 0 auto 48px;
  line-height: 1.1;
}
.cta-band-btn{
  font-size: 16px;
  padding: 17px 36px;
}
/* On dark background: swap btn hover fill to brass */
.cta-band .btn-primary{ background: var(--bone); color: var(--ink); }
.cta-band .btn-primary::before{ background: var(--brass); }
.cta-band .btn-primary:hover{ color: var(--ink); }

/* ============================================
   WHY GAM SECTION
   ============================================ */
.why-gam{ overflow: hidden; }

.why-gam-inner{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 96px;
  align-items: center;
}

.why-gam-word{
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.why-gam-glyph{
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 300;
  color: var(--moss);
  line-height: 0.9;
  letter-spacing: -0.03em;
  display: block;
}
.why-gam-phonetic{
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--sage);
  display: block;
  padding-left: 4px;
}

.why-gam-body h2{ max-width: 12ch; margin-bottom: 28px; }
.why-gam-body p{
  color: var(--sage);
  font-size: 16.5px;
  max-width: 44ch;
  line-height: 1.65;
  margin-bottom: 16px;
}
.why-gam-body p em{ color: var(--moss); font-style: italic; }
.why-gam-body p:last-child{ margin-bottom: 0; }

@media (max-width: 860px){
  .why-gam-inner{
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ============================================
   FEATURED PROJECT
   ============================================ */
.featured-project { padding: 120px 0; background: var(--bone-dim); }

.featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  background: var(--bone);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(16,20,15,0.08);
}
.featured-card + .featured-card { margin-top: 40px; }

/* Browser mockup */
.featured-card-media { position: relative; cursor: pointer; }
.featured-browser {
  width: 100%;
  background: #1A1F1E;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.featured-card-media:hover .featured-browser {
  transform: translateY(-4px) scale(1.02);
}
.featured-browser-bar {
  background: #111614;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.fb-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
}
.fb-dot:nth-child(1) { background: rgba(255,90,80,0.5); }
.fb-dot:nth-child(2) { background: rgba(255,190,50,0.4); }
.fb-dot:nth-child(3) { background: rgba(70,200,90,0.4); }
.fb-url {
  margin-left: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.03em;
  background: rgba(255,255,255,0.05);
  padding: 3px 12px;
  border-radius: 4px;
}
.featured-browser-screen {
  padding: 20px;
  min-height: 320px;
  background: linear-gradient(160deg, #1A0808 0%, #0E1410 60%);
}
.featured-browser-screen--image {
  padding: 0;
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #1A0808 0%, #0E1410 60%);
}
.featured-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.featured-browser--screenshot {
  box-shadow: 0 24px 60px -28px rgba(16,20,15,0.32);
}
.featured-card-media:hover .featured-browser--screenshot {
  box-shadow: 0 32px 72px -24px rgba(16,20,15,0.42);
}
.fbscreen-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.fbscreen-logo {
  font-family: var(--font-mono);
  font-size: 13px; font-weight: 700;
  color: #C8291A; letter-spacing: 0.1em;
}
.fbscreen-links { display: flex; gap: 10px; }
.fbscreen-links span { display: block; width: 28px; height: 2px; background: rgba(255,255,255,0.1); border-radius: 1px; }
.fbscreen-eyebrow {
  font-family: var(--font-mono);
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(200,41,26,0.7); margin: 0 0 8px;
}
.fbscreen-headline {
  font-size: clamp(18px, 3vw, 30px);
  font-weight: 600; letter-spacing: -0.02em;
  color: rgba(255,255,255,0.88); line-height: 1.1; margin: 0 0 10px;
}
.fbscreen-headline em { font-style: italic; color: #C8291A; }
.fbscreen-sub { font-size: 11px; color: rgba(255,255,255,0.35); margin: 0 0 14px; }
.fbscreen-cta { width: 80px; height: 24px; background: #C8291A; border-radius: 999px; margin-bottom: 20px; }
.fbscreen-cards { display: flex; gap: 8px; }
.fbscreen-card { flex: 1; height: 40px; border-radius: 8px; background: rgba(255,255,255,0.05); }
.fbscreen-card--accent { background: rgba(200,41,26,0.18); }

.featured-status-badge {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.08em;
  padding: 6px 14px; border-radius: 999px;
  display: flex; align-items: center; gap: 8px;
}
.status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--brass);
  animation: statusPulse 2s ease-in-out infinite;
}
@keyframes statusPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

/* Featured body */
.featured-card-body { padding: 48px 48px 48px 0; }
.featured-meta {
  display: flex; gap: 12px; align-items: center;
  margin-bottom: 16px; flex-wrap: wrap;
}
.featured-type {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--moss); background: var(--bone-dim);
  padding: 4px 12px; border-radius: 999px;
}
.featured-client {
  font-family: var(--font-mono); font-size: 11px;
  color: var(--sage); letter-spacing: 0.04em;
}
.featured-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 10px;
}
.featured-label--progress { color: var(--brass); }
.featured-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 27px);
  font-weight: 500; letter-spacing: -0.01em;
  margin-bottom: 16px; line-height: 1.25;
}
.featured-desc {
  font-size: 15px; color: var(--sage); line-height: 1.7;
  margin-bottom: 28px; max-width: 48ch;
}
.featured-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 36px; }
.featured-col-label {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sage); margin: 0 0 12px;
}
.featured-list { display: flex; flex-direction: column; gap: 8px; }
.featured-list li {
  font-size: 13.5px; color: var(--ink-soft);
  display: flex; align-items: flex-start; gap: 8px;
}
.featured-list li::before { content: '→'; color: var(--moss); flex-shrink: 0; }

/* Before/after compare media (Tailor Made Outsourcing card) */
.featured-card-media--compare {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.featured-card-media--compare .featured-browser { border-radius: 0; }
.featured-compare-pane { position: relative; flex: 1; }
.featured-compare-pane + .featured-compare-pane { border-top: 1px solid rgba(255,255,255,0.08); }
.featured-browser-screen--compare { aspect-ratio: 16 / 9; background: linear-gradient(160deg, #1A0808 0%, #0E1410 60%); }
.featured-browser-screen--compare .featured-screenshot { object-fit: contain; object-position: center center; }
.featured-compare-tag {
  position: absolute;
  top: 44px; left: 12px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(16,20,15,0.6);
  color: var(--bone-dim);
  backdrop-filter: blur(4px);
}
.featured-compare-tag--after { background: var(--brass); color: var(--ink); }

@media (max-width: 900px) {
  .featured-card-media--compare { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
}

@media (max-width: 900px) {
  .featured-card { grid-template-columns: 1fr; }
  .featured-browser { border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .featured-card-body { padding: 32px; }
  .featured-columns { grid-template-columns: 1fr; }
}

/* ============================================
   WHY CLIENTS WORK WITH ME
   ============================================ */
.why-me { padding: 120px 0; background: var(--bone); }

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(16,20,15,0.07);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.why-card {
  background: var(--bone-dim);
  padding: 36px 32px;
  transition: background 0.4s var(--ease-soft);
}
.why-card:hover { background: var(--ink); color: var(--bone); }
.why-card:hover h4 { color: var(--bone); }
.why-card:hover p { color: var(--sage-light); }
.why-card:hover .why-icon { color: var(--brass); }
.why-icon {
  display: block; font-size: 22px;
  color: var(--moss); margin-bottom: 14px;
  transition: color 0.4s var(--ease-soft);
}
.why-card h4 {
  font-size: 16px; font-weight: 600;
  letter-spacing: -0.01em; margin-bottom: 10px;
  transition: color 0.4s var(--ease-soft);
}
.why-card p { font-size: 13.5px; color: var(--sage); line-height: 1.6; transition: color 0.4s var(--ease-soft); }

@media (max-width: 860px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }

/* ============================================
   PORTFOLIO GRID
   ============================================ */
.portfolio { padding: 120px 0; background: var(--bone-dim); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Active project card */
.portfolio-card {
  background: var(--bone);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(16,20,15,0.08);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
}
.portfolio-card--active:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -16px rgba(16,20,15,0.18);
  border-color: rgba(16,20,15,0.14);
}

/* Card media */
.portfolio-card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.portfolio-mockup { width: 100%; height: 100%; padding: 16px; display: flex; flex-direction: column; gap: 8px; }

/* TMO mockup */
.portfolio-mockup--tmo { background: linear-gradient(160deg, #1A0808 0%, #0E1410 100%); }
.pm-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.pm-logo { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: #C8291A; letter-spacing: 0.1em; }
.pm-links { display: flex; gap: 8px; }
.pm-links span { display: block; width: 22px; height: 2px; background: rgba(255,255,255,0.1); border-radius: 1px; }
.pm-eyebrow { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(200,41,26,0.7); margin: 0; }
.pm-title { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; color: rgba(255,255,255,0.88); line-height: 1.1; margin: 0; }
.pm-title em { font-style: italic; color: #C8291A; }
.pm-btn { width: 64px; height: 20px; background: #C8291A; border-radius: 999px; margin-top: 4px; }

/* Chloe's Cakes & Bakes mockup */
.portfolio-mockup--chloe { background: linear-gradient(160deg, var(--ink) 0%, var(--moss-deep) 100%); }
.pm-logo--chloe { color: var(--brass); }
.pm-eyebrow--chloe { color: rgba(201,168,118,0.75); }
.pm-title--chloe { color: rgba(250,247,239,0.9); }
.pm-title--chloe em { color: var(--brass); }
.pm-btn--chloe { background: var(--brass); }

/* VP mockup */
.portfolio-mockup--vp { background: #0A0D0C; justify-content: center; position: relative; overflow: hidden; }
.vpm-glow { position: absolute; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(61,90,69,0.3) 0%, transparent 70%); top: -40px; right: -40px; filter: blur(30px); }
.vpm-eyebrow { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--moss-light); margin: 0; }
.vpm-title { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; color: rgba(240,244,242,0.9); line-height: 1.1; margin: 0; }
.vpm-title em { font-style: italic; color: var(--moss-light); }
.vpm-pills { display: flex; gap: 5px; flex-wrap: wrap; }
.vpm-pills span { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--moss-light); border: 1px solid rgba(107,138,114,0.3); border-radius: 999px; padding: 2px 8px; }

/* SD mockup */
.portfolio-mockup--sd { background: #EEF0EE; }
.sdm-nav { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid rgba(0,0,0,0.08); margin-bottom: 8px; }
.sdm-logo { font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: #1A2A20; letter-spacing: 0.08em; }
.sdm-dots { display: flex; gap: 5px; }
.sdm-dots span { display: block; width: 16px; height: 2px; background: rgba(0,0,0,0.15); border-radius: 1px; }
.sdm-label { font-family: var(--font-mono); font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; color: #3D5A45; margin: 0; }
.sdm-title { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; color: #0D1410; line-height: 1.1; margin: 0; }
.sdm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: auto; }
.sdm-grid div { height: 28px; border-radius: 6px; background: rgba(0,0,0,0.07); }
.sdm-grid div:first-child { background: rgba(61,90,69,0.15); }

/* Card overlay */
.portfolio-card-overlay {
  position: absolute; inset: 0;
  background: rgba(16,20,15,0);
  display: flex; align-items: flex-end; justify-content: flex-end;
  padding: 14px; transition: background 0.35s var(--ease-soft);
  z-index: 3;
}
.portfolio-card--active:hover .portfolio-card-overlay { background: rgba(16,20,15,0.35); }
.portfolio-visit {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em;
  text-transform: uppercase; background: var(--bone); color: var(--ink);
  padding: 8px 14px; border-radius: 999px; font-weight: 600;
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s var(--ease-soft), transform 0.3s var(--ease-soft);
}
.portfolio-card--active:hover .portfolio-visit { opacity: 1; transform: translateY(0); }

/* Status badges */
.portfolio-badge {
  position: absolute; top: 12px; left: 12px; z-index: 4;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em;
  padding: 4px 10px; border-radius: 999px;
}
.portfolio-badge--live { background: var(--moss); color: var(--bone); }
.portfolio-badge--progress { background: var(--ink); color: var(--brass); }

/* Card info */
.portfolio-card-info { padding: 18px 20px 22px; border-top: 1px solid rgba(16,20,15,0.06); }
.portfolio-card-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; flex-wrap: wrap; gap: 6px; }
.portfolio-tag {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--moss);
}
.portfolio-client { font-size: 12px; color: var(--sage); }
.portfolio-card-info h3 { font-size: 17px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 6px; }
.portfolio-card-info p { font-size: 13px; color: var(--sage); line-height: 1.55; }

/* Placeholder cards */
.portfolio-card--placeholder {
  border: 1.5px dashed rgba(16,20,15,0.15);
  background: transparent;
  min-height: 260px;
  display: flex; align-items: center; justify-content: center;
}
.portfolio-card-placeholder-inner { text-align: center; padding: 32px 24px; }
.placeholder-icon { display: block; font-size: 28px; color: var(--text-dim); margin-bottom: 12px; line-height: 1; }
.placeholder-label { font-size: 14px; font-weight: 500; color: var(--ink-soft); margin: 0 0 6px; }
.placeholder-sub { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage-light); margin: 0; }

@media (max-width: 900px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .portfolio-grid { grid-template-columns: 1fr; } }

/* ============================================
   CTA BAND — enhanced
   ============================================ */
.cta-band-sub {
  font-size: 17px;
  color: var(--sage-light);
  max-width: 48ch;
  margin: 0 auto 40px;
  line-height: 1.6;
  text-align: center;
}
.cta-band-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-band .btn-ghost {
  border-color: rgba(250,247,239,0.25);
  color: rgba(250,247,239,0.7);
}
.cta-band .btn-ghost:hover {
  border-color: var(--bone);
  color: var(--bone);
}

/* ============================================
   ABOUT — inline CTA block (replaces pillars)
   ============================================ */
.about-cta-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 48px 40px;
  background: var(--bone-dim);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16,20,15,0.08);
}
.about-cta-question {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.about-cta-note {
  font-size: 13.5px;
  color: var(--sage);
}
.about-email-link {
  color: var(--moss);
  border-bottom: 1px solid var(--moss);
  padding-bottom: 1px;
  transition: color 0.25s, border-color 0.25s;
}
.about-email-link:hover { color: var(--ink); border-color: var(--ink); }

@media (max-width: 860px) {
  .about-cta-block { padding: 32px 28px; }
}

/* ============================================
   ABOUT — single rotating testimonial card
   Fills the remaining right-column space below
   the CTA block. One quote visible at a time,
   auto-advancing with a soft fade + rise.
   ============================================ */
.testimonial-rotator{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
.testimonial-rotator-viewport{
  position: relative;
  flex: 1;
  min-height: 200px;
}
.testimonial-rotator-card{
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: var(--ink-soft);
  border-radius: var(--radius-md);
  padding: 40px 36px;
  box-shadow: 0 20px 44px rgba(16,20,15,0.16);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.6s var(--ease-soft), transform 0.6s var(--ease-soft);
}
.testimonial-rotator-card.is-active{
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.testimonial-rotator-card.is-leaving{
  opacity: 0;
  transform: translateY(-14px);
}
.testimonial-rotator-card p{
  font-family: var(--font-display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--bone);
}

.testimonial-rotator-dots{
  display: flex;
  gap: 8px;
  justify-content: center;
}
.testimonial-dot{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(16,20,15,0.18);
  transition: background 0.3s var(--ease-soft), transform 0.3s var(--ease-soft);
}
.testimonial-dot.is-active{ background: var(--moss); transform: scale(1.3); }

@media (max-width: 860px){
  .testimonial-rotator-card{ padding: 32px 26px; }
}

@media (prefers-reduced-motion: reduce){
  .testimonial-rotator-card{ transition: opacity 0.01ms; transform: none; }
  .testimonial-rotator-card.is-leaving{ transform: none; }
}

/* ============================================
   TESTIMONIALS — cite attribution
   ============================================ */
.testimonial-card cite,
.testimonial-rotator-card cite {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
}
.testimonial-name{
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--brass);
}
.testimonial-role{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--sage-light);
  opacity: 0.7;
}

/* ============================================
   FOOTER — simplified 2-column layout
   ============================================ */
.footer-inner--simple {
  grid-template-columns: 1fr auto;
  gap: 48px;
}
@media (max-width: 560px) {
  .footer-inner--simple { grid-template-columns: 1fr; }
}

/* ============================================
   SERVICE CARDS — remove number dependency
   (numbers were removed from HTML)
   ============================================ */
.service-card h3 { margin-top: 0; }

/* ============================================
   PORTFOLIO — Gilutongan Island mockup
   Ocean/sky aesthetic matching the live site
   ============================================ */
.portfolio-mockup--gig {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0A2A4A 0%, #1A5F7A 35%, #2E86AB 60%, #57B8CE 85%, #A8D8E8 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Sky gradient overlay */
.gig-sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,200,100,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 10%, rgba(255,150,50,0.1) 0%, transparent 40%);
}

/* Water shimmer at bottom */
.gig-water {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(8,40,70,0.6));
  border-top: 1px solid rgba(255,255,255,0.12);
}

/* Content sits above sky/water layers */
.gig-content {
  position: relative;
  z-index: 2;
  padding: 14px 16px 20px;
}
.gig-eyebrow {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(168,216,232,0.85);
  margin: 0 0 6px;
}
.gig-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.95);
  line-height: 1.1;
  margin: 0 0 4px;
}
.gig-title em {
  font-style: italic;
  color: rgba(168,216,232,0.9);
}
.gig-sub {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 12px;
  font-family: var(--font-mono);
}
.gig-btn {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.9);
  padding: 5px 12px;
  border-radius: 999px;
}

/* ============================================
   CONTACT FORM — success state styles
   ============================================ */
.contact-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 40px;
  background: var(--bone-dim);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16,20,15,0.08);
}
.contact-success[hidden] { display: none; }
.contact-success-icon {
  font-size: 32px;
  color: var(--moss);
  line-height: 1;
  margin: 0;
}
.contact-success h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
}
.contact-success p {
  font-size: 15px;
  color: var(--sage);
  margin: 0;
  line-height: 1.6;
}
