:root {
  --navy: #0a1733;
  --navy-deep: #060f24;
  --navy-soft: #1c2a4a;
  --gold: #b2925a;
  --gold-light: #c9a86f;
  --gold-dark: #9c7b46;
  --gold-soft: #f0e9dd;
  --ivory: #faf8f4;
  --ivory-deep: #f3efe7;
  --paper: #ffffff;
  --text: #4a4a44;
  --muted: #8a857a;
  --line: #e7e1d6;
  --line-dark: rgba(255,255,255,0.12);
  --shadow-sm: 0 6px 24px rgba(10, 23, 51, 0.05);
  --shadow-md: 0 24px 60px rgba(10, 23, 51, 0.10);
  --shadow-lg: 0 50px 100px rgba(10, 23, 51, 0.18);
  --ease: cubic-bezier(.16,.7,.3,1);
  --maxw: 1280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--gold); color: #fff; }

body {
  font-family: 'Jost', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--ivory);
  line-height: 1.75;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--navy); font-weight: 600; line-height: 1.1; letter-spacing: .005em; }
h4 { font-family: 'Jost', sans-serif; color: var(--navy); font-weight: 500; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 40px; }
.section { padding: 140px 0; }

.eyebrow {
  display: inline-block; font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 500;
  letter-spacing: .34em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 26px;
}
.eyebrow::before { content:""; display:inline-block; width:30px; height:1px; background:var(--gold); vertical-align:middle; margin-right:16px; margin-bottom:5px; }

.section-head { max-width: 740px; margin: 0 auto 84px; text-align: center; }
.section-head h2 { font-size: clamp(2.4rem, 4.4vw, 3.6rem); margin-bottom: 20px; }
.section-head p { color: var(--muted); font-size: 1.08rem; font-weight: 300; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(38px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.stag > * { opacity: 0; transform: translateY(38px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.stag.in > * { opacity: 1; transform: none; }
.stag.in > *:nth-child(2) { transition-delay: .12s; }
.stag.in > *:nth-child(3) { transition-delay: .24s; }
.stag.in > *:nth-child(4) { transition-delay: .36s; }
.stag.in > *:nth-child(5) { transition-delay: .48s; }
.stag.in > *:nth-child(6) { transition-delay: .60s; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 12px; font-family: 'Jost', sans-serif;
  font-weight: 500; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase;
  padding: 17px 38px; border-radius: 2px; cursor: pointer; border: none; transition: all .4s var(--ease); position: relative; overflow: hidden;
}
.btn span { position: relative; z-index: 1; }
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary::after { content:""; position:absolute; inset:0; background: var(--gold-dark); transform: translateY(101%); transition: transform .4s var(--ease); }
.btn-primary:hover::after { transform: translateY(0); }
.btn-primary:hover { box-shadow: 0 18px 40px rgba(178,146,90,.34); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); }
.btn-light:hover { background: #fff; color: var(--navy); transform: translateY(-2px); }
.btn-gold-line { background: transparent; color: var(--gold-dark); border: 1px solid var(--gold); }
.btn-gold-line:hover { background: var(--gold); color: #fff; transform: translateY(-2px); }

/* Logo */
.logo { display: flex; align-items: center; gap: 14px; }
.logo svg { width: 40px; height: auto; transition: color .4s var(--ease); }
.logo-word { display: flex; flex-direction: column; line-height: 1; }
.logo-word .name { font-family: 'Jost', sans-serif; font-weight: 500; font-size: 1.2rem; letter-spacing: .24em; transition: color .4s var(--ease); }
.logo-word .sub { font-family: 'Jost', sans-serif; font-weight: 300; font-size: .56rem; letter-spacing: .48em; color: var(--gold-light); text-transform: uppercase; margin-top: 5px; }

/* Navigation (transparent over hero/banner, solid on scroll) */
header.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease); border-bottom: 1px solid transparent; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 96px; transition: height .4s var(--ease); }
header.nav .logo svg, header.nav .logo-word .name { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 46px; }
.nav-links a { font-family: 'Jost', sans-serif; font-weight: 400; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.82); transition: color .3s; position: relative; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-7px; width:0; height:1px; background:var(--gold); transition:width .3s var(--ease); }
.nav-links a:hover { color:#fff; }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }
.nav-links a.active { color:#fff; }
.nav-cta { display: flex; align-items: center; gap: 20px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 6px; z-index: 130; }
.menu-toggle span { width: 26px; height: 1.5px; background: #fff; transition: transform .4s var(--ease), opacity .3s, background .4s; }

header.nav.scrolled { background: rgba(250,248,244,.88); backdrop-filter: blur(18px); border-bottom-color: var(--line); box-shadow: 0 10px 40px rgba(10,23,51,.06); }
header.nav.scrolled .nav-inner { height: 78px; }
header.nav.scrolled .logo svg, header.nav.scrolled .logo-word .name { color: var(--navy); }
header.nav.scrolled .nav-links a { color: var(--navy-soft); }
header.nav.scrolled .nav-links a:hover, header.nav.scrolled .nav-links a.active { color: var(--navy); }
header.nav.scrolled .menu-toggle span { background: var(--navy); }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 120; background: var(--navy-deep); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: #fff; padding: 10px 0; opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease), color .3s; }
.mobile-menu.open a { opacity: 1; transform: none; }
.mobile-menu.open a:nth-child(2){transition-delay:.08s} .mobile-menu.open a:nth-child(3){transition-delay:.16s} .mobile-menu.open a:nth-child(4){transition-delay:.24s} .mobile-menu.open a:nth-child(5){transition-delay:.32s} .mobile-menu.open a:nth-child(6){transition-delay:.4s}
.mobile-menu a:hover { color: var(--gold-light); }
.mobile-menu a.mm-cta { margin-top: 22px; font-family: 'Jost', sans-serif; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; background: var(--gold); padding: 16px 40px; border-radius: 2px; }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); background:#fff; }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); background:#fff; }
body.menu-open { overflow: hidden; }

/* HERO — full screen cinematic (home) */
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 18s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-bg::after { content:""; position:absolute; inset:0; background:
  linear-gradient(180deg, rgba(6,15,36,.74) 0%, rgba(6,15,36,.42) 38%, rgba(6,15,36,.5) 70%, rgba(6,15,36,.66) 100%); }
.hero-bg::before { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(to top, rgba(6,15,36,.65), transparent 28%); }
.hero-inner { position: relative; z-index: 2; max-width: 820px; margin-left: auto; margin-right: auto; text-align: center; }
.hero .eyebrow { color: var(--gold-light); }
.hero .eyebrow::before { background: var(--gold-light); }
.hero h1 { color: #fff; font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 500; line-height: 1.06; margin-bottom: 30px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p.sub { color: rgba(255,255,255,.8); font-size: 1.18rem; font-weight: 300; max-width: 600px; margin: 0 auto 44px; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.hero-anim { opacity: 0; transform: translateY(40px); animation: heroUp 1.2s var(--ease) forwards; }
.hero-anim.d1 { animation-delay: .3s; } .hero-anim.d2 { animation-delay: .5s; } .hero-anim.d3 { animation-delay: .7s; } .hero-anim.d4 { animation-delay: .9s; }
@keyframes heroUp { to { opacity: 1; transform: none; } }
.scroll-cue { position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,.65); }
.scroll-cue span { font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; }
.scroll-cue .line { width: 1px; height: 54px; background: linear-gradient(to bottom, var(--gold-light), transparent); position: relative; overflow: hidden; }
.scroll-cue .line::after { content:""; position:absolute; top:-50%; left:0; width:100%; height:50%; background:#fff; animation: scrolldown 2s var(--ease) infinite; }
@keyframes scrolldown { 0%{top:-50%} 60%,100%{top:100%} }

/* Page banner (sub-pages) */
.page-banner { position: relative; min-height: 62vh; display: flex; align-items: flex-end; padding: 150px 0 80px; overflow: hidden; }
.page-banner .pb-bg { position: absolute; inset: 0; z-index: 0; }
.page-banner .pb-bg img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 18s ease-out forwards; }
.page-banner .pb-bg::after { content:""; position:absolute; inset:0; background: linear-gradient(115deg, rgba(6,15,36,.85) 0%, rgba(6,15,36,.55) 55%, rgba(6,15,36,.4) 100%); }
.page-banner .pb-bg::before { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(to top, rgba(6,15,36,.7), transparent 40%); }
.page-banner .container { position: relative; z-index: 2; }
.page-banner .eyebrow { color: var(--gold-light); }
.page-banner .eyebrow::before { background: var(--gold-light); }
.page-banner h1 { color: #fff; font-size: clamp(2.6rem, 5.5vw, 4.6rem); font-weight: 500; margin-bottom: 18px; }
.page-banner p { color: rgba(255,255,255,.8); font-size: 1.15rem; font-weight: 300; max-width: 600px; }
.breadcrumb { margin-top: 26px; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { margin: 0 12px; color: var(--gold); }

/* Marquee trust */
.marquee { background: var(--navy); color: rgba(255,255,255,.85); padding: 26px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; gap: 0; animation: marquee 32s linear infinite; }
.marquee-track span { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-style: italic; padding: 0 36px; display: inline-flex; align-items: center; gap: 36px; }
.marquee-track span::after { content:"✦"; color: var(--gold); font-size: .8rem; font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Intro / manifeste */
.intro { padding: 150px 0; background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.intro h2 { font-size: clamp(2.2rem, 3.6vw, 3.2rem); margin-bottom: 28px; }
.intro .lead { font-size: 1.3rem; color: var(--navy); font-family: 'Cormorant Garamond', serif; font-style: italic; line-height: 1.5; margin-bottom: 24px; }
.intro p { color: var(--muted); margin-bottom: 18px; }
.intro-visual { position: relative; }
.intro-visual img { width: 100%; height: 560px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-lg); }
.intro-visual .frame { position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--gold); border-radius: 4px; z-index: -1; }
.intro-visual .tagcard { position: absolute; left: -30px; bottom: 44px; background: #fff; padding: 26px 30px; box-shadow: var(--shadow-md); border-radius: 3px; max-width: 230px; }
.intro-visual .tagcard .n { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: var(--navy); line-height: 1; }
.intro-visual .tagcard .t { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); margin-top: 6px; }

/* Services — editorial rows */
.services { background: var(--paper); }
.srv { display: grid; grid-template-columns: 90px 1fr auto; gap: 48px; align-items: center; padding: 46px 0; border-top: 1px solid var(--line); transition: padding .4s var(--ease); }
.srv:last-child { border-bottom: 1px solid var(--line); }
.srv-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--gold); font-style: italic; }
.srv-main { display: flex; align-items: center; gap: 34px; }
.srv-ic { width: 56px; height: 56px; flex-shrink: 0; display: grid; place-items: center; color: var(--gold-dark); border: 1px solid var(--line); border-radius: 50%; transition: all .4s var(--ease); }
.srv-txt h3 { font-size: 2rem; margin-bottom: 4px; transition: color .3s; }
.srv-txt p { color: var(--muted); font-size: 1rem; max-width: 620px; }
.srv-arrow { color: var(--line); transition: all .4s var(--ease); }
a.srv:hover { padding-left: 14px; }
a.srv:hover .srv-ic { background: var(--gold); color: #fff; border-color: var(--gold); transform: rotate(8deg); }
a.srv:hover .srv-txt h3 { color: var(--gold-dark); }
a.srv:hover .srv-arrow { color: var(--gold); transform: translateX(8px); }

/* Service detail features (services page) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding: 70px 0; }
.feature:nth-child(even) .ft-visual { order: 2; }
.feature .ft-num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.4rem; color: var(--gold); margin-bottom: 8px; }
.feature h2 { font-size: clamp(2rem, 3.4vw, 2.8rem); margin-bottom: 20px; }
.feature > div > p { color: var(--muted); margin-bottom: 26px; }
.feature .ft-visual { position: relative; }
.feature .ft-visual img { width: 100%; height: 480px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-md); }
.check { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.check li { display: flex; align-items: flex-start; gap: 14px; color: var(--navy); font-size: 1rem; }
.check li svg { flex-shrink: 0; color: var(--gold); margin-top: 4px; }

/* Parallax statement band */
.parallax { position: relative; padding: 180px 0; text-align: center; color: #fff; background-image: url('https://images.unsplash.com/photo-1518602164578-cd0074062767?auto=format&fit=crop&w=1600&q=80'); background-size: cover; background-position: center; background-attachment: fixed; }
.parallax::after { content:""; position:absolute; inset:0; background: rgba(6,15,36,.72); }
.parallax .container { position: relative; z-index: 1; }
.parallax .eyebrow { color: var(--gold-light); }
.parallax .eyebrow::before { background: var(--gold-light); }
.parallax .quote { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4.6vw, 3.6rem); font-style: italic; font-weight: 400; color: #fff; max-width: 1000px; margin: 0 auto; line-height: 1.25; }
.parallax .quote em { color: var(--gold-light); font-style: italic; }

/* Stats */
.stats { background: var(--navy); color: #fff; padding: 110px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-c { text-align: center; padding: 0 24px; border-left: 1px solid var(--line-dark); }
.stat-c:first-child { border-left: none; }
.stat-c .num { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 5vw, 4.4rem); color: var(--gold-light); line-height: 1; }
.stat-c .lab { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 14px; }

/* Réalisations — immersive cards */
.projects { background: var(--ivory); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pcard { position: relative; height: 520px; border-radius: 4px; overflow: hidden; cursor: pointer; box-shadow: var(--shadow-sm); display: block; }
.pcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); filter: saturate(.95); }
.pcard::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(6,15,36,.92) 0%, rgba(6,15,36,.35) 45%, rgba(6,15,36,.05) 100%); transition: background .5s; }
.pcard:hover img { transform: scale(1.08); }
.pcard:hover::after { background: linear-gradient(to top, rgba(6,15,36,.95) 0%, rgba(6,15,36,.5) 55%, rgba(10,23,51,.25) 100%); }
.ptag { position: absolute; top: 24px; left: 24px; z-index: 2; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: #fff; border: 1px solid rgba(255,255,255,.4); padding: 8px 16px; border-radius: 2px; backdrop-filter: blur(4px); }
.pbody { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 36px 34px; }
.pbody h3 { color: #fff; font-size: 1.9rem; margin-bottom: 10px; }
.pbody p { color: rgba(255,255,255,.78); font-size: .96rem; font-weight: 300; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .5s var(--ease), opacity .5s var(--ease), margin .5s; }
.pbody .plink { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--gold-light); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: all .5s var(--ease) .05s; }
.pcard:hover .pbody p { max-height: 120px; opacity: 1; }
.pcard:hover .pbody .plink { opacity: 1; transform: none; }

/* Pages légales (texte) */
.legal { max-width: 820px; margin: 0 auto; }
.legal h2 { font-size: 1.6rem; margin: 44px 0 14px; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--text); font-size: 1rem; font-weight: 300; margin-bottom: 14px; }
.legal ul { padding-left: 22px; margin-bottom: 14px; }
.legal a { color: var(--gold-dark); }
.legal a:hover { text-decoration: underline; }
.legal .upd { color: var(--muted); font-size: .9rem; margin-bottom: 32px; }
.legal .todo { background: var(--gold-soft); color: var(--gold-dark); font-weight: 500; padding: 1px 7px; border-radius: 3px; }

/* Pourquoi */
.why { background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.why::before { content:""; position:absolute; top:-160px; right:-160px; width:500px; height:500px; border:1px solid var(--line-dark); border-radius:50%; }
.why::after { content:""; position:absolute; bottom:-200px; left:-160px; width:480px; height:480px; border:1px solid var(--line-dark); border-radius:50%; }
.why .section-head h2 { color:#fff; } .why .section-head p { color: rgba(255,255,255,.6); } .why .eyebrow { color: var(--gold-light); } .why .eyebrow::before { background: var(--gold-light); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); position: relative; z-index: 1; }
.why-card { background: var(--navy-deep); padding: 50px 42px; transition: background .4s var(--ease); }
.why-card:hover { background: var(--navy); }
.why-ic { width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold-light); margin-bottom: 24px; }
.why-card h3 { color:#fff; font-size: 1.6rem; margin-bottom: 12px; }
.why-card p { color: rgba(255,255,255,.6); font-size: .96rem; font-weight: 300; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-grid.flip .ab-visual { order: 2; }
.about-grid h2 { font-size: clamp(2rem, 3.4vw, 2.9rem); margin-bottom: 24px; }
.about-grid .lead { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.3rem; color: var(--navy); margin-bottom: 22px; line-height: 1.5; }
.about-grid p { color: var(--muted); margin-bottom: 18px; }
.ab-visual img { width: 100%; height: 540px; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow-lg); }

/* Steps (process) */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.step { padding: 0 10px; }
.step .sn { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 3rem; color: var(--gold); line-height: 1; display: block; margin-bottom: 18px; }
.step h3 { font-size: 1.45rem; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: .95rem; }
.why .step h3 { color: #fff; }
.why .step p { color: rgba(255,255,255,.6); }

/* Contact */
.contact { padding: 150px 0; background: var(--ivory-deep); }
.contact-box { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; }
.contact h2 { font-size: clamp(2.3rem, 4.2vw, 3.4rem); margin-bottom: 22px; }
.contact .ctext p { color: var(--muted); font-size: 1.08rem; margin-bottom: 38px; max-width: 480px; }
.contact-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.cinfo { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 14px 40px; box-shadow: var(--shadow-sm); }
.crow { display: flex; align-items: center; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.crow:last-child { border-bottom: none; }
.crow .ic { width: 48px; height: 48px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; flex-shrink: 0; }
.crow .l { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 3px; }
.crow .v { color: var(--navy); font-size: 1.02rem; }

/* Forms */
.form { display: flex; flex-direction: column; gap: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field label { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field label .req { color: var(--gold-dark); }
.field input, .field select, .field textarea {
  font-family: 'Jost', sans-serif; font-weight: 300; font-size: 1rem; color: var(--navy);
  background: var(--paper); border: 1px solid var(--line); border-radius: 3px; padding: 15px 18px;
  transition: border-color .3s, box-shadow .3s; width: 100%;
}
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(178,146,90,.12); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%239c7b46' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 44px; }
.form-note { font-size: .82rem; color: var(--muted); }
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 48px; box-shadow: var(--shadow-md); }

/* Reusable CTA band */
.cta-band { background: var(--navy); color: #fff; text-align: center; padding: 120px 0; position: relative; overflow: hidden; }
.cta-band::before { content:""; position:absolute; top:-140px; left:50%; transform:translateX(-50%); width:520px; height:520px; border:1px solid var(--line-dark); border-radius:50%; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band .eyebrow { color: var(--gold-light); } .cta-band .eyebrow::before { background: var(--gold-light); }
.cta-band h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 22px; max-width: 760px; margin-left: auto; margin-right: auto; }
.cta-band p { color: rgba(255,255,255,.7); font-size: 1.08rem; margin-bottom: 38px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* Footer */
footer { background: var(--navy-deep); color: rgba(255,255,255,.6); padding: 100px 0 36px; }
footer .logo svg, footer .logo-word .name { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 70px; }
footer .fdesc { font-size: .95rem; max-width: 300px; line-height: 1.9; font-weight: 300; margin-top: 26px; }
footer h4 { color:#fff; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 26px; font-weight: 500; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
footer ul a { font-size: .92rem; color: rgba(255,255,255,.55); transition: color .3s, padding .3s; font-weight: 300; }
footer ul a:hover { color: var(--gold-light); padding-left: 6px; }
.areas span { display: block; font-size: .92rem; margin-bottom: 12px; color: rgba(255,255,255,.7); font-weight: 300; }
.areas span::before { content:"—"; color: var(--gold); margin-right: 10px; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 32px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; font-weight: 300; letter-spacing: .04em; }
.footer-bottom a { color: inherit; } .footer-bottom a:hover { color: var(--gold-light); }

/* Responsive */
@media (max-width: 1024px) {
  .intro-grid, .feature, .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .feature:nth-child(even) .ft-visual, .about-grid.flip .ab-visual { order: 0; }
  .feature .ft-visual { order: -1; }
  .intro-visual, .ab-visual { order: -1; }
  .projects-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid, .steps { grid-template-columns: 1fr 1fr; gap: 50px 0; }
  .stat-c:nth-child(3) { border-left: none; }
  .contact-box { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 940px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .nav-cta .btn { display: none; }
}
@media (max-width: 680px) {
  .container { padding: 0 24px; }
  .section, .intro, .contact { padding: 90px 0; }
  .cta-band { padding: 90px 0; }
  .parallax { padding: 120px 0; background-attachment: scroll; }
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .nav-cta .btn { display: none; }
  .projects-grid, .why-grid, .footer-grid, .stats-grid, .steps { grid-template-columns: 1fr; }
  .stat-c { border-left: none; }
  .srv { grid-template-columns: 1fr; gap: 16px; padding: 34px 0; }
  .srv-num { font-size: 1.6rem; }
  .srv-main { gap: 20px; }
  .srv-arrow { display: none; }
  .intro-visual img, .ab-visual img { height: 420px; }
  .feature .ft-visual img { height: 360px; }
  .pcard { height: 440px; }
  .pbody p { max-height: 200px; opacity: 1; } .pbody .plink { opacity: 1; transform: none; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 30px 24px; }
  .page-banner { min-height: 52vh; padding: 130px 0 60px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .reveal, .stag > * { opacity: 1 !important; transform: none !important; } }
