/* ==========================================================================
   Bishop & Crane — Commercial Litigation, New Delhi
   Design language: "Courtroom gravitas" — oxblood + candle-ivory broadsheet.
   Display: Fraunces (high-contrast old-style serif).  UI/labels: Archivo.
   ========================================================================== */

/* ---- Reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
input, select, textarea, button { font: inherit; }
ul { list-style: none; padding: 0; }

/* ---- Tokens ------------------------------------------------------------ */
:root {
  --oxblood:      #3A0F16;   /* brand anchor (dark) */
  --oxblood-deep: #26090D;   /* near-black text */
  --oxblood-mid:  #591820;   /* borders/hovers on light */
  --wine:         #7A2531;   /* lighter accent */
  --candle:       #E4CE97;   /* brand anchor (light gold) */
  --gold:         #B58A3E;   /* deeper gold — hairlines, marks */
  --gold-soft:    #C9A961;   /* mid gold for text on dark */
  --ivory:        #F6EEDE;   /* page background (candle ivory) */
  --ivory-2:      #FBF6EC;   /* cards / raised paper */
  --ivory-3:      #EFE4CF;   /* sunken panels */
  --ink:          #2A0F12;   /* body text on ivory */
  --ink-soft:     #5B4740;   /* muted text */
  --line:         rgba(58,15,22,.16);   /* hairline on ivory */
  --line-gold:    rgba(181,138,62,.42);
  --line-dark:    rgba(228,206,151,.22); /* hairline on oxblood */

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Archivo", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1220px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 3px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 22px 60px -34px rgba(38,9,13,.55);
}

/* ---- Base -------------------------------------------------------------- */
body {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  overflow-x: hidden;
}

/* subtle candle-paper texture */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: -1;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(228,206,151,.30), transparent 55%),
    radial-gradient(90% 70% at -10% 110%, rgba(122,37,49,.08), transparent 60%);
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.06; letter-spacing: -.01em; color: var(--oxblood-deep); }

/* ---- Layout helpers ---------------------------------------------------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.stack > * + * { margin-top: 1.1rem; }
.center { text-align: center; }

.eyebrow {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content: ""; width: 1.9rem; height: 1px; background: var(--gold); opacity: .8; }
.eyebrow--plain::before { display: none; }

.lead { font-size: clamp(1.15rem, 1.02rem + .6vw, 1.5rem); line-height: 1.5; color: var(--ink); font-weight: 400; }
.muted { color: var(--ink-soft); }
.serif-num { font-family: var(--serif); font-variant-numeric: lining-nums; }

.hr-gold { height: 1px; border: 0; background: linear-gradient(90deg, var(--gold), rgba(181,138,62,0)); }

/* Section title block */
.sec-head { max-width: 46rem; }
.sec-head h2 { font-size: clamp(2rem, 1.4rem + 3vw, 3.5rem); margin-top: 1rem; }
.sec-head p { margin-top: 1.1rem; }

/* ---- Buttons ----------------------------------------------------------- */
.btn {
  --bg: var(--oxblood); --fg: var(--candle); --bd: var(--oxblood);
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans); font-weight: 600; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .95em 1.6em; border-radius: var(--radius);
  background: var(--bg); color: var(--fg); border: 1px solid var(--bd);
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease);
  position: relative;
}
.btn .arw { transition: transform .35s var(--ease); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -18px rgba(38,9,13,.7); }
.btn:hover .arw { transform: translateX(4px); }
.btn--ghost { --bg: transparent; --fg: var(--oxblood); --bd: var(--oxblood-mid); }
.btn--ghost:hover { --bg: var(--oxblood); --fg: var(--candle); }
.btn--gold { --bg: var(--candle); --fg: var(--oxblood-deep); --bd: var(--candle); }
.btn--gold:hover { --bg: #efdcae; }
.btn--onwine { --bg: var(--candle); --fg: var(--oxblood-deep); --bd: var(--candle); }
.btn--outline-light { --bg: transparent; --fg: var(--candle); --bd: rgba(228,206,151,.5); }
.btn--outline-light:hover { --bg: rgba(228,206,151,.14); }

.textlink { font-family: var(--sans); font-weight: 600; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--oxblood-mid); display: inline-flex; gap: .5rem; align-items: center; padding-bottom: 3px; border-bottom: 1px solid var(--line-gold); transition: gap .3s var(--ease), border-color .3s; }
.textlink:hover { gap: .85rem; border-color: var(--gold); }

/* ---- Skip link & focus ------------------------------------------------- */
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 200; background: var(--oxblood); color: var(--candle); padding: .7rem 1.1rem; border-radius: var(--radius); font-family: var(--sans); font-size: .85rem; transition: top .25s var(--ease); }
.skip:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

/* ==========================================================================
   MASTHEAD — broadsheet header
   ========================================================================== */
.topbar { background: var(--oxblood-deep); color: var(--candle); font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 2.4rem; }
.topbar a { color: var(--candle); opacity: .9; }
.topbar a:hover { opacity: 1; color: #fff; }
.topbar .dot { color: var(--gold-soft); margin-inline: .55rem; }
.topbar .tb-right { display: flex; align-items: center; gap: .2rem; }
.topbar .tb-left { opacity: .82; }

.site-head { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--ivory) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .4s var(--ease), background .4s var(--ease); }
.site-head.scrolled { box-shadow: 0 10px 30px -22px rgba(38,9,13,.5); background: color-mix(in srgb, var(--ivory) 95%, transparent); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 4.6rem; }

.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand .mark { width: 2.55rem; height: 2.55rem; flex: none; display: grid; place-items: center; background: var(--oxblood); color: var(--candle); border-radius: var(--radius); font-family: var(--serif); font-weight: 600; font-size: 1.05rem; letter-spacing: .02em; box-shadow: inset 0 0 0 1px rgba(228,206,151,.35); }
.brand .bt { display: flex; flex-direction: column; line-height: 1; }
.brand .bt b { font-family: var(--serif); font-weight: 600; font-size: 1.2rem; letter-spacing: .02em; color: var(--oxblood-deep); }
.brand .bt span { font-family: var(--sans); font-size: .58rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); margin-top: .38rem; }

.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-family: var(--sans); font-weight: 500; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); position: relative; padding: .3rem 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--gold); transition: width .3s var(--ease); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 1.1rem; }

.nav-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: var(--radius); position: relative; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1.15rem; height: 1.6px; background: var(--oxblood-deep); transform: translate(-50%,-50%); transition: transform .3s var(--ease), opacity .3s; }
.nav-toggle span::before { transform: translate(-50%,-7px); }
.nav-toggle span::after { transform: translate(-50%,5px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translate(-50%,-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translate(-50%,-50%) rotate(-45deg); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; color: var(--candle); isolation: isolate; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(38,9,13,.55) 0%, rgba(38,9,13,.72) 45%, rgba(38,9,13,.92) 100%),
    linear-gradient(100deg, rgba(58,15,22,.9) 0%, rgba(58,15,22,.35) 60%, rgba(58,15,22,.15) 100%);
}
.hero .wrap { padding-block: clamp(5rem, 12vw, 9.5rem); }
.hero__inner { max-width: 60rem; }
.hero .eyebrow { color: var(--candle); }
.hero .eyebrow::before { background: var(--candle); opacity: .7; }
.hero h1 { color: var(--candle); font-size: clamp(2.6rem, 1.4rem + 6.4vw, 5.6rem); font-weight: 400; line-height: 1.02; margin-top: 1.5rem; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--candle); }
.hero h1 .accent { color: var(--gold-soft); font-style: italic; }
.hero__sub { max-width: 40rem; margin-top: 1.6rem; font-size: clamp(1.05rem, .98rem + .5vw, 1.3rem); color: #f1e6cf; line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }

/* hero index strip */
.hero__index { border-top: 1px solid var(--line-dark); margin-top: clamp(3rem, 6vw, 5rem); padding-top: 1.8rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.hero__index .it { }
.hero__index .k { font-family: var(--serif); font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem); color: var(--candle); font-weight: 500; }
.hero__index .l { font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); margin-top: .5rem; }

/* ==========================================================================
   MANIFESTO — drop-cap statement
   ========================================================================== */
.manifesto { background: var(--ivory); }
.manifesto__head { max-width: 56rem; }
.manifesto__statement { font-family: var(--serif); font-size: clamp(1.5rem, 1.05rem + 2.1vw, 2.55rem); line-height: 1.32; color: var(--oxblood-deep); font-weight: 400; margin-top: 1.6rem; text-wrap: balance; }
.manifesto__split { margin-top: clamp(2.6rem, 5vw, 4rem); display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3.6rem); align-items: center; }
.manifesto__figure { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.manifesto__figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }
.manifesto__figure figcaption { position: absolute; inset: auto 0 0 0; padding: 1.3rem 1.4rem; background: linear-gradient(0deg, rgba(38,9,13,.88), rgba(38,9,13,0)); color: var(--candle); font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.manifesto__meta { font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.manifesto__body p { font-family: var(--serif); font-size: clamp(1.1rem, 1rem + .5vw, 1.35rem); line-height: 1.55; color: var(--ink); font-weight: 400; }
.manifesto__body p + p { margin-top: 1.1rem; }
.manifesto__creds { margin-top: 1.8rem; padding-top: 1.6rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.manifesto__creds .k { font-family: var(--serif); font-size: 1.7rem; color: var(--oxblood); line-height: 1; }
.manifesto__creds .l { font-family: var(--sans); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-top: .45rem; }
.manifesto__body .dropcap::first-letter {
  float: left; font-family: var(--serif); font-weight: 500; font-size: 4.6em; line-height: .74;
  padding: .06em .12em 0 0; color: var(--oxblood); font-style: italic;
}
.sign { margin-top: 2rem; font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--wine); }
.sign span { display: block; font-family: var(--sans); font-style: normal; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-top: .4rem; }

/* ==========================================================================
   METHOD — how we try cases (numbered)
   ========================================================================== */
.method { background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory-3) 100%); }
.method__list { margin-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: auto 1fr; gap: clamp(1.2rem, 4vw, 3.5rem); padding-block: clamp(1.8rem, 3.5vw, 2.6rem); border-bottom: 1px solid var(--line); align-items: baseline; transition: background .4s var(--ease); }
.step:hover { background: rgba(228,206,151,.16); }
.step__n { font-family: var(--serif); font-weight: 400; font-style: italic; font-size: clamp(2.2rem, 1.4rem + 3vw, 4rem); color: var(--gold); line-height: 1; min-width: 3.2rem; }
.step__b h3 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.9rem); color: var(--oxblood-deep); }
.step__b p { margin-top: .7rem; max-width: 46rem; color: var(--ink-soft); }
.step__tag { display: inline-block; margin-top: .9rem; font-family: var(--sans); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--wine); border: 1px solid var(--line-gold); padding: .35em .8em; border-radius: 100px; }

/* ==========================================================================
   PRACTICE — what we litigate
   ========================================================================== */
.practice__grid { margin-top: clamp(2.5rem, 5vw, 3.5rem); display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pc { background: var(--ivory-2); padding: clamp(1.6rem, 3vw, 2.3rem); display: flex; flex-direction: column; gap: .7rem; transition: background .35s var(--ease), transform .35s var(--ease); position: relative; }
.pc:hover { background: var(--ivory); }
.pc__ix { font-family: var(--sans); font-size: .7rem; letter-spacing: .2em; color: var(--gold); }
.pc h3 { font-size: 1.32rem; color: var(--oxblood-deep); }
.pc p { color: var(--ink-soft); font-size: .98rem; }
.pc::after { content: ""; position: absolute; left: 0; top: 0; width: 3px; height: 0; background: var(--oxblood); transition: height .4s var(--ease); }
.pc:hover::after { height: 100%; }

/* ==========================================================================
   MATTERS — oxblood band with parallax
   ========================================================================== */
.matters { position: relative; color: var(--candle); background: var(--oxblood-deep); isolation: isolate; overflow: hidden; }
.matters__bg { position: absolute; inset: 0; z-index: -2; }
.matters__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.matters::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(38,9,13,.85), rgba(38,9,13,.94)); }
.matters .eyebrow { color: var(--gold-soft); }
.matters .eyebrow::before { background: var(--gold-soft); }
.matters .sec-head h2 { color: var(--candle); }
.matters .sec-head p { color: #ecdcc0; }
.matters__grid { margin-top: clamp(2.5rem, 5vw, 3.5rem); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 1.4rem; }
.matter { border: 1px solid var(--line-dark); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2rem); background: rgba(228,206,151,.04); display: flex; flex-direction: column; gap: .9rem; transition: border-color .4s var(--ease), background .4s var(--ease), transform .4s var(--ease); }
.matter:hover { border-color: var(--gold-soft); background: rgba(228,206,151,.09); transform: translateY(-3px); }
.matter__cat { font-family: var(--sans); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); }
.matter h3 { color: var(--candle); font-size: 1.22rem; font-weight: 500; line-height: 1.25; }
.matter p { color: #e5d5bd; font-size: .95rem; }
.matter__out { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line-dark); font-family: var(--sans); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--candle); display: flex; align-items: center; gap: .5rem; }
.matter__out::before { content: "▸"; color: var(--gold-soft); }
.matters__note { margin-top: 2rem; font-size: .85rem; color: #c8b596; font-style: italic; font-family: var(--serif); }

/* ==========================================================================
   COUNSEL — the bench (monogram cards)
   ========================================================================== */
.counsel__lead { margin-top: clamp(2.2rem, 4vw, 3rem); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); position: relative; box-shadow: var(--shadow); }
.counsel__lead img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 21/8; }
.counsel__lead figcaption { position: absolute; inset: auto 0 0 0; padding: 1.4rem 1.6rem; background: linear-gradient(0deg, rgba(38,9,13,.8), transparent); color: var(--candle); font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.counsel__grid { margin-top: clamp(2.5rem, 5vw, 3.5rem); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr)); gap: 1.4rem; }
.person { border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory-2); padding: clamp(1.6rem, 3vw, 2rem); display: flex; flex-direction: column; gap: 1rem; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.person:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.person__mono { width: 3.6rem; height: 3.6rem; border-radius: 50%; display: grid; place-items: center; background: var(--oxblood); color: var(--candle); font-family: var(--serif); font-style: italic; font-size: 1.3rem; box-shadow: inset 0 0 0 1px rgba(228,206,151,.4); }
.person h3 { font-size: 1.32rem; color: var(--oxblood-deep); }
.person .role { font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-top: .3rem; }
.person p { color: var(--ink-soft); font-size: .95rem; }
.person .foc { margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); font-family: var(--sans); font-size: .74rem; letter-spacing: .06em; color: var(--wine); }

/* ==========================================================================
   QUOTE band
   ========================================================================== */
.quote { background: var(--ivory-3); }
.quote .wrap { max-width: 60rem; text-align: center; }
.quote blockquote { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.5rem, 1.1rem + 2.4vw, 2.7rem); line-height: 1.32; color: var(--oxblood-deep); text-wrap: balance; }
.quote blockquote::before { content: "“"; display: block; font-size: 3.4em; line-height: .4; color: var(--gold); margin-bottom: .1em; }
.quote cite { display: block; margin-top: 1.8rem; font-style: normal; font-family: var(--sans); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }

/* ==========================================================================
   CTA
   ========================================================================== */
.cta { background: var(--oxblood); color: var(--candle); text-align: center; }
.cta .wrap { max-width: 52rem; }
.cta .eyebrow { color: var(--gold-soft); }
.cta .eyebrow::before { background: var(--gold-soft); }
.cta h2 { color: var(--candle); font-size: clamp(2rem, 1.4rem + 3vw, 3.4rem); margin-top: 1rem; text-wrap: balance; }
.cta p { color: #ecdcc0; margin-top: 1.1rem; font-size: 1.1rem; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2.2rem; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.foot { background: var(--oxblood-deep); color: #e7d9bf; padding-block: clamp(3.5rem, 6vw, 5rem) 2.5rem; }
.foot__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(2rem, 4vw, 3rem); }
.foot__brand .brand .bt b { color: var(--candle); }
.foot__brand p { margin-top: 1.2rem; max-width: 24rem; color: #c8b596; font-size: .96rem; }
.foot h4 { font-family: var(--sans); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; margin-bottom: 1.1rem; }
.foot ul li + li { margin-top: .7rem; }
.foot a:hover { color: var(--candle); }
.foot__col a, .foot__col address { color: #d9c8ac; font-style: normal; }
.foot__col address { line-height: 1.7; }
.foot__bottom { margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.6rem; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; justify-content: space-between; align-items: center; font-size: .82rem; color: #b7a488; }
.foot__bottom .credit a { color: var(--gold-soft); border-bottom: 1px solid transparent; }
.foot__bottom .credit a:hover { border-color: var(--gold-soft); }
.foot__social { display: flex; gap: 1.2rem; font-family: var(--sans); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
.page-hero { background: var(--oxblood); color: var(--candle); padding-block: clamp(3.5rem, 8vw, 6rem); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -8%; top: -40%; width: 40rem; height: 40rem; background: radial-gradient(circle, rgba(228,206,151,.16), transparent 62%); pointer-events: none; }
.page-hero .eyebrow { color: var(--gold-soft); }
.page-hero .eyebrow::before { background: var(--gold-soft); }
.page-hero h1 { color: var(--candle); font-weight: 400; font-size: clamp(2.4rem, 1.6rem + 4vw, 4.4rem); margin-top: 1.1rem; }
.page-hero p { color: #ecdcc0; margin-top: 1.2rem; max-width: 42rem; font-size: 1.12rem; }
.breadcrumb { font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 1.4rem; display: flex; gap: .6rem; align-items: center; }
.breadcrumb a { opacity: .85; } .breadcrumb a:hover { opacity: 1; color: var(--candle); }

.contact-grid { display: grid; grid-template-columns: 1.25fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }

/* form */
.form-card { background: var(--ivory-2); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.8rem); box-shadow: var(--shadow); }
.form-card h2 { font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem); }
.form-card > p { color: var(--ink-soft); margin-top: .7rem; margin-bottom: 1.8rem; }
.field { margin-bottom: 1.35rem; }
.field label { display: block; font-family: var(--sans); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--wine); font-weight: 600; margin-bottom: .55rem; }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea {
  width: 100%; padding: .85em 1em; background: var(--ivory); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--serif); font-size: 1rem;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.field textarea { resize: vertical; min-height: 8rem; line-height: 1.55; }
.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'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%237A2531' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1.1em center; padding-right: 2.6em; cursor: pointer; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(181,138,62,.2); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.7rem; }
.form-note { font-size: .82rem; color: var(--ink-soft); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.btn[aria-busy="true"] { opacity: .75; pointer-events: none; }

/* contact sidebar */
.contact-side { display: flex; flex-direction: column; gap: 1.4rem; }
.side-photo { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.side-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.side-card { background: var(--oxblood); color: var(--candle); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2rem); }
.side-card h3 { color: var(--candle); font-size: 1.3rem; }
.side-list { margin-top: 1.2rem; display: flex; flex-direction: column; gap: 1.1rem; }
.side-list .row { display: flex; gap: .9rem; align-items: flex-start; }
.side-list .ic { color: var(--gold-soft); flex: none; margin-top: .15rem; }
.side-list .lbl { font-family: var(--sans); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-soft); }
.side-list .val { color: #f1e6cf; font-size: 1rem; }
.side-list .val a:hover { color: #fff; text-decoration: underline; }
.side-cta { display: flex; flex-direction: column; gap: .8rem; margin-top: 1.6rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); }
.wa-btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; }

/* ==========================================================================
   THANK YOU
   ========================================================================== */
.ty { min-height: 72vh; display: grid; place-items: center; text-align: center; background: var(--oxblood); color: var(--candle); position: relative; overflow: hidden; padding-block: clamp(4rem, 10vw, 8rem); }
.ty::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 55% at 50% 0%, rgba(228,206,151,.2), transparent 60%); pointer-events: none; }
.ty .wrap { max-width: 42rem; position: relative; }
.ty__seal { width: 4.6rem; height: 4.6rem; margin: 0 auto 2rem; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(228,206,151,.5); color: var(--gold-soft); background: rgba(228,206,151,.08); }
.ty h1 { color: var(--candle); font-weight: 400; font-size: clamp(2.2rem, 1.5rem + 4vw, 4rem); }
.ty p { color: #ecdcc0; margin-top: 1.2rem; font-size: 1.15rem; }
.ty__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2.4rem; }

/* ==========================================================================
   REVEAL animation
   ========================================================================== */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
html.js .reveal.in { opacity: 1; transform: none; }
html.js .reveal.d1 { transition-delay: .09s; }
html.js .reveal.d2 { transition-delay: .18s; }
html.js .reveal.d3 { transition-delay: .27s; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (min-width: 861px) {
  .manifesto__split { grid-template-columns: 1fr 1.08fr; }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .site-head.open .nav-links {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--ivory-2); border-bottom: 1px solid var(--line);
    padding: .5rem var(--gutter) 1.4rem; box-shadow: var(--shadow);
  }
  .site-head.open .nav-links a { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .site-head.open .nav-links a::after { display: none; }
  .site-head.open .nav-links .btn { display: inline-flex; margin-top: 1.1rem; width: 100%; justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .foot__top { grid-template-columns: 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }
  .hero__index { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
}
@media (max-width: 520px) {
  .field-row { grid-template-columns: 1fr; }
  .foot__top { grid-template-columns: 1fr; }
  .topbar .tb-left { display: none; }
  .topbar .wrap { justify-content: center; }
  .foot__bottom { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html.js .reveal { opacity: 1 !important; transform: none !important; }
}
