/* ==========================================================================
   Magnolia Grace & Co., LLC
   Design system + site styles
   Palette sampled directly from the approved mockups.
   ========================================================================== */

:root {
  /* ---- Official Magnolia Grace & Co. palette (magnolia_grace_brand_assets) ---- */
  --ink:          #141B19;   /* Almost Black Green - primary dark backgrounds */
  --text:         #1C1C1B;   /* Deep Ink - headlines and body text */
  --cream:        #F8F5F1;   /* Warm Ivory - primary page background */
  --cream-warm:   #F2EEEA;   /* Soft Paper - alternate light sections */
  --taupe:        #E4DCD4;   /* Warm Taupe - footer and soft panels */
  --gold:         #C69E66;   /* Antique Gold - buttons, rules, accents */
  --olive:        #485247;   /* Muted Olive - future ventures, supporting panels */
  --beige:        #D8C4A9;   /* Magnolia Beige - botanical artwork, subtle detail */

  /* Tones derived from the eight brand colours (no new hues introduced) */
  --ink-deep:     #0E1412;
  --ink-soft:     #1E2723;
  --gold-light:   #D8B98B;
  --gold-faint:   #EFE3D1;
  --paper:        #FFFFFF;

  /* Text */
  --text-body:    #4E524D;
  --text-muted:   #8A8D86;
  --text-on-dark: #F8F5F1;
  --text-on-dark-muted: #BCC1BB;

  /* Lines */
  --rule:         #E4DCD4;
  --rule-dark:    rgba(228, 220, 212, 0.20);

  /* Type */
  --font-display: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --font-body:    "Jost", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-script:  "Parisienne", "Snell Roundhand", cursive;

  /* Metrics */
  --shell:        1240px;
  --shell-narrow: 940px;
  --header-h:     92px;
  --radius:       2px;
  --ease:         cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --------------------------------------------------------------- reset -- */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--text);
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
  letter-spacing: 0.005em;
}

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--gold-faint); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--text-on-dark);
  padding: 12px 20px;
  z-index: 200;
}
.skip-link:focus { left: 12px; top: 12px; }

/* -------------------------------------------------------------- layout -- */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 32px;
}
.shell--narrow { max-width: var(--shell-narrow); }

.section { padding: 84px 0; }
.section--tight { padding: 62px 0; }
.section--cream { background: var(--cream); }
.section--warm  { background: var(--cream-warm); }
.section--dark  { background: var(--ink); }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--text-on-dark); }
.section--dark { color: var(--text-on-dark-muted); }

/* ---------------------------------------------------------- typography -- */

/* Small letterspaced serif label with gold rule beneath - the signature
   section header used throughout the mockups. */
.eyebrow {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text);
  text-align: center;
  margin: 0 0 44px;
}
.eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: var(--gold);
  margin: 14px auto 0;
}
.eyebrow--left { text-align: left; }
.eyebrow--left::after { margin-left: 0; }
.section--dark .eyebrow { color: var(--text-on-dark); }

.eyebrow-sm {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}

.display {
  font-size: clamp(2.6rem, 5.4vw, 4.15rem);
  line-height: 1.06;
  letter-spacing: -0.012em;
}

.rule-gold {
  width: 62px;
  height: 2px;
  background: var(--gold);
  border: 0;
  margin: 26px 0 30px;
}

.lede { font-size: 1.02rem; line-height: 1.85; }

.script {
  font-family: var(--font-script);
  font-size: 1.9rem;
  color: var(--text);
  line-height: 1;
}

/* Ashley's real signature artwork */
.signature {
  width: 190px;
  height: auto;
  margin: 6px 0 2px;
}

.name-block {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  margin-top: 10px;
}
.name-block span {
  display: block;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.84rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* -------------------------------------------------------------- button -- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  font-size: 0.74rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease), transform .35s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }

.btn--gold   { background: var(--gold); color: #FFF; border-color: var(--gold); }
.btn--gold:hover { background: #B08A52; border-color: #B08A52; }

.btn--ink    { background: var(--ink); color: var(--text-on-dark); border-color: var(--ink); }
.btn--ink:hover { background: #000; border-color: #000; }

.btn--ghost-light { background: transparent; color: var(--text-on-dark); border-color: rgba(242,239,232,.55); }
.btn--ghost-light:hover { background: rgba(242,239,232,.1); border-color: var(--text-on-dark); }

.btn--ghost-dark { background: transparent; color: var(--text); border-color: var(--text); }
.btn--ghost-dark:hover { background: var(--ink); color: var(--text-on-dark); border-color: var(--ink); }

.btn--ghost-gold { background: transparent; color: var(--gold); border-color: var(--gold); }
.btn--ghost-gold:hover { background: var(--gold); color: #FFF; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Understated gold text link with underline + arrow */
.link-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(188,140,84,.5);
  transition: gap .3s var(--ease), border-color .3s var(--ease);
}
.link-gold:hover { gap: 16px; border-bottom-color: var(--gold); }

/* -------------------------------------------------------------- header -- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: var(--header-h);
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand__mark { width: 82px; height: auto; flex: none; }
.brand__text { display: block; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.32rem;
  letter-spacing: 0.16em;
  color: var(--text);
  display: block;
}
.brand__sub {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--text);
  display: block;
  margin-top: 5px;
}

.nav { display: flex; align-items: center; gap: 30px; }

.nav__link {
  position: relative;
  font-size: 0.73rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--text);
  padding: 6px 0;
  transition: color .3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .32s var(--ease);
  transform-origin: center;
}
.nav__link:hover { color: var(--gold); }
.nav__link:hover::after,
.nav__link[aria-current="page"]::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: none;
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 18px; height: 1px;
  background: var(--text);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: ""; position: absolute; left: 0;
  width: 18px; height: 1px; background: var(--text);
  transition: transform .3s var(--ease), opacity .2s;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

/* ---------------------------------------------------------------- hero -- */

/* Split hero: dark editorial panel + full-bleed photograph */
.hero { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }

.hero__panel {
  padding: 92px 6vw 92px max(32px, calc((100vw - var(--shell)) / 2 + 32px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text-on-dark-muted);
}
.hero__panel h1 { color: var(--text-on-dark); }
.hero__panel p { max-width: 42ch; font-size: 0.99rem; }
.hero__panel .btn-row { margin-top: 34px; }

.hero__media { position: relative; min-height: 460px; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

.hero--short .hero__panel { padding-top: 74px; padding-bottom: 74px; }
.hero--short .hero__media { min-height: 380px; }

/* Full-width dark banner hero (Ventures) */
.hero-band {
  background: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
}
.hero-band h1 { color: var(--text-on-dark); }
.hero-band p { color: var(--text-on-dark-muted); max-width: 46ch; }
.hero-band__leaf {
  position: absolute;
  top: -70px; right: -60px;
  width: 440px;
  opacity: .13;
  filter: blur(1px);
  pointer-events: none;
}

/* ------------------------------------------------------- feature grids -- */

/* Columns separated by hairline rules, as in the mockups */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.pillars--4 { grid-template-columns: repeat(4, 1fr); }
.pillars > * { padding: 0 34px; }
.pillars > * + * { border-left: 1px solid var(--rule); }
.section--dark .pillars > * + * { border-left-color: var(--rule-dark); }

.pillar__icon {
  width: 66px; height: 66px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  transition: background .35s var(--ease), transform .35s var(--ease);
}
.pillar:hover .pillar__icon { background: rgba(198,158,102,.10); transform: translateY(-3px); }
.pillar__icon svg { width: 26px; height: 26px; }

/* Brand icon supplied as artwork (gold ring is baked into the PNG) */
.pillar__icon-img {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  transition: transform .35s var(--ease);
}
.pillar:hover .pillar__icon-img { transform: translateY(-3px); }

.pillar h3 {
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pillar p { font-size: 0.93rem; line-height: 1.8; }

.icon-line { stroke: var(--text); stroke-width: 1.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.section--dark .icon-line { stroke: var(--gold-light); }

/* ------------------------------------------------------------ ventures -- */

.ventures {
  display: grid;
  grid-template-columns: 1fr 1.66fr 1fr;  /* wide centre card, equal heights */
  gap: 22px;
  align-items: stretch;
}


.venture {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 44px 30px;
  overflow: hidden;
}
.venture--ink   { background: radial-gradient(120% 90% at 50% 8%, #1D2A26 0%, var(--ink-deep) 62%); }

/* fine gold inner frame */
.venture--ink::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(198,158,102,.34);
  pointer-events: none;
  z-index: 1;
}
.venture--ink { transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.venture--ink:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -26px rgba(0,0,0,.7); }
.venture--paper { background: var(--cream-warm); }
.venture--olive { background: var(--olive); }

.venture > * { position: relative; z-index: 1; }
.venture__bg,
.venture > .venture__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .24;
  z-index: 0;
}
.venture--paper > .venture__bg {
  opacity: 1;
  left: auto;
  right: 0;
  width: 52%;
  clip-path: none;
  object-position: 62% center;
  /* dissolve the left edge into the paper instead of a hard cut */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 12%, #000 34%);
          mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 12%, #000 34%);
}
.venture--ink > .venture__bg {
  opacity: .22;
  -webkit-mask-image: radial-gradient(115% 100% at 50% 40%, #000 30%, transparent 100%);
          mask-image: radial-gradient(115% 100% at 50% 40%, #000 30%, transparent 100%);
}

/* Future Ventures: photograph tinted into the olive - luminosity blend keeps
   the photo's light but takes its colour entirely from the olive beneath. */
.venture--olive > .venture__bg {
  opacity: .38;
  mix-blend-mode: luminosity;
  -webkit-mask-image: radial-gradient(115% 100% at 50% 40%, #000 30%, transparent 100%);
          mask-image: radial-gradient(115% 100% at 50% 40%, #000 30%, transparent 100%);
}

/* The ventures row sits on a dark band, but the cream card keeps dark type.
   These beat the .section--dark colour overrides. */
.section--dark .venture--paper h3 { color: var(--text); }
.section--dark .venture--paper p  { color: var(--text-body); }

.venture h3 {
  font-size: 1.28rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.venture--ink h3, .venture--olive h3 { color: var(--text-on-dark); }
.venture p { font-size: 0.9rem; line-height: 1.75; max-width: 30ch; margin-bottom: 22px; }
.venture--ink p, .venture--olive p { color: var(--text-on-dark-muted); }
/* Copy sits centred in the left column; the photograph fills the right edge
   and dissolves into the paper so there is no hard seam between them. */
.venture--paper {
  align-items: center;
  text-align: center;
  padding: 34px 4% 34px 3%;
  justify-content: center;
}
.venture--paper > *:not(.venture__bg) { width: 58%; max-width: 58%; margin-right: auto; }
.venture--paper > .venture__house { width: 44px; max-width: 44px; margin: 0 auto 16px; margin-right: auto; }
.venture--paper > .btn { width: auto; max-width: none; }

.venture__house { display: block; }
.venture__house svg { width: 44px; height: auto; }

.venture--paper h3 {
  font-size: 1.04rem;
  letter-spacing: 0.11em;
  line-height: 1.45;
  margin-bottom: 0;
}
.venture__rule {
  width: 44px;
  height: 1px;
  background: var(--gold);
  border: 0;
  margin: 14px auto 16px;
}
.venture--paper p { font-size: 0.83rem; line-height: 1.75; margin-bottom: 20px; }

/* Outlined gold button on the light card */
.btn--ghost-gold-dark {
  background: transparent;
  color: var(--text);
  border-color: var(--gold);
  padding: 12px 20px;
  font-size: 0.66rem;
  letter-spacing: 0.15em;
}
.btn--ghost-gold-dark:hover { background: var(--gold); color: #FFF; }

.venture__sprig { width: 40px; margin-bottom: 16px; opacity: .85; }
.venture__icon-img { width: 46px; height: 46px; margin-bottom: 14px; }
.venture__icon {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.venture__icon svg { width: 26px; height: 26px; }

/* LuxeVault HQ wordmark in place of a text heading */
.venture__logo-wrap { margin-bottom: 18px; }
.venture__logo { width: min(78%, 230px); height: auto; margin: 0 auto; }

/* Magnolia Grace Properties: finished wide artwork supplied by Ashley.
   These rules come AFTER the .venture base styles on purpose - the base
   padding/position/flex must not leak into the artwork card. The column is
   sized so the image's own 4:3 shape nearly equals the shared row height:
   the artwork stays intact while all three cards match. */
.venture.venture--card {
  padding: 0;
  min-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 18px 40px -24px rgba(0,0,0,.6);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.venture.venture--card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -26px rgba(0,0,0,.72); }
.venture--card > .venture__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* --------------------------------------------------------------- split -- */

/* Alternating image / copy rows (Ventures detail, Portfolio feature) */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.split__media { position: relative; min-height: 400px; }
.split__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split__body {
  padding: 74px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.split__body--left { text-align: left; align-items: flex-start; }
.split__body h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.split__body p { max-width: 46ch; }
.split__body .btn, .split__body .link-gold { margin-top: 26px; }
.split--reverse .split__media { order: 2; }

/* Olive panel standing in for a photograph, with botanical art centred */
.split__media--olive {
  background: var(--olive);
  display: grid;
  place-items: center;
  padding: 60px;
}
.split__media--olive img {
  position: static;
  width: min(58%, 280px);
  height: auto;
  object-fit: contain;
  opacity: .9;
}

.split__sprig { width: 48px; margin-bottom: 18px; opacity: .9; }
.split__body--left .split__sprig { margin-left: 0; }

/* Partner / venture wordmark shown in place of a heading */
.venture-logo { width: min(100%, 330px); height: auto; margin-bottom: 26px; }

/* Large botanical watermark bleeding off a light section */
.section-leaf {
  position: absolute;
  top: 6%;
  right: -40px;
  width: 260px;
  opacity: .5;
  pointer-events: none;
  z-index: 0;
}
.section-leaf + .shell { position: relative; z-index: 1; }

/* ---------------------------------------------------------- work cards -- */

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

.card {
  background: var(--paper);
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -26px rgba(17,27,25,.4); }
.card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-warm); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { font-size: 1.32rem; margin-bottom: 8px; }
.card__kicker {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gold);
  display: inline-block;
}
.card__body p { font-size: 0.92rem; flex: 1; }
.card__body .btn { margin-top: 22px; align-self: flex-start; }

/* Featured project panel */
.feature {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border: 1px solid var(--rule);
  background: var(--paper);
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.feature__media { background: var(--ink-deep); display: grid; place-items: center; padding: 40px; }
.feature__media img { width: 100%; height: auto; }
.feature__body { padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
.feature__body h2 { font-size: clamp(1.9rem, 3vw, 2.5rem); margin-bottom: 6px; }
.feature__body .btn { align-self: flex-start; margin-top: 8px; }
.feature__body .rule-gold { margin: 18px 0 24px; }
.feature__leaf { position: absolute; top: 0; right: -40px; width: 220px; opacity: .3; pointer-events: none; }

/* ------------------------------------------------------------- process -- */

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; text-align: center; }
.process__step { position: relative; padding: 0 26px; }

.process__num {
  width: 46px; height: 46px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 20px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--cream);
  position: relative; z-index: 1;
}
.section--dark .process__num { color: var(--text-on-dark); background: var(--ink); }

/* connector line between numbered steps */
.process__step::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -50%;
  width: 100%;
  height: 1px;
  background: var(--rule);
}
.section--dark .process__step::before { background: var(--rule-dark); }
.process__step:first-child::before { display: none; }

.process__step h3 {
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process__step p { font-size: 0.89rem; line-height: 1.78; }

/* ---------------------------------------------------------- principles -- */

.principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles > * { display: flex; gap: 20px; padding: 0 32px; align-items: flex-start; }
.principles > * + * { border-left: 1px solid var(--rule-dark); }
.principle__icon {
  width: 58px; height: 58px; flex: none;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
}
.principle__icon svg { width: 24px; height: 24px; }
.principle h3 {
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.principle p { font-size: 0.9rem; line-height: 1.75; }

/* --------------------------------------------------------------- notes -- */

/* Soft inset band with a sprig, used for "thoughtfully scoped" callout */
.note {
  background: var(--taupe);
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 38px;
}
.note img { width: 78px; flex: none; opacity: .85; }
.note h3 {
  font-size: 0.92rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.note p { font-size: 0.93rem; margin: 0; }

/* CTA band */
.cta-band {
  background: var(--ink);
  text-align: center;
  padding: 74px 0;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: var(--text-on-dark); font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.cta-band .rule-gold { margin: 22px auto 30px; }
.cta-band p { color: var(--text-on-dark-muted); max-width: 52ch; margin: 0 auto 30px; }
.cta-band__leaf { position: absolute; right: -30px; bottom: -60px; width: 300px; opacity: .12; pointer-events: none; }

/* --------------------------------------------------------- founder row -- */

.founder { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center; }
.founder__media { position: relative; aspect-ratio: 3 / 4; background: var(--cream-warm); overflow: hidden; }
.founder__media img { width: 100%; height: 100%; object-fit: cover; }

/* Placeholder shown until Ashley's real photograph is dropped in */
.founder__placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 18px;
  background: var(--cream-warm);
  border: 1px solid var(--rule);
  text-align: center;
  padding: 30px;
}
.founder__placeholder img { width: 92px; height: auto; opacity: .9; }
.founder__placeholder span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  max-width: 24ch;
  line-height: 2;
}
.founder__body h2 { font-size: clamp(2rem, 3.4vw, 2.7rem); margin-bottom: 20px; }

/* ------------------------------------------------------------ contact -- */

.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 70px; align-items: start; }

.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 9px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--rule);
  background: var(--paper);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field textarea { min-height: 132px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #A9B2AD; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(188,140,84,.12);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.form-foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 6px; }
.form-note { display: flex; align-items: center; gap: 10px; font-size: 0.83rem; color: var(--text-muted); max-width: 28ch; line-height: 1.6; }
.form-note svg { width: 20px; height: 20px; flex: none; }

.form-status { margin-top: 16px; font-size: 0.9rem; }

/* Help list on the contact page */
.help-list { display: flex; flex-direction: column; gap: 26px; }
.help-item { display: flex; gap: 20px; align-items: flex-start; }
.help-item__icon {
  width: 54px; height: 54px; flex: none;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid; place-items: center;
}
.help-item__icon svg { width: 22px; height: 22px; }
.help-item h3 {
  font-size: 0.85rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.help-item p { font-size: 0.9rem; line-height: 1.7; }

.detail-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.detail-list li { display: flex; gap: 14px; align-items: center; font-size: 0.95rem; }
.detail-list svg { width: 18px; height: 18px; flex: none; }
.detail-list a:hover { color: var(--gold); }

/* ------------------------------------------------------- ownership row -- */

.about-strip { display: grid; grid-template-columns: 1fr 0.6fr 1fr; gap: 46px; align-items: center; }
.about-strip h2 {
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.about-strip p { font-size: 0.9rem; line-height: 1.8; }
.about-strip__art { display: grid; place-items: center; }
.about-strip__art img { width: 78%; max-width: 230px; opacity: .95; }
.about-strip__right { border-left: 1px solid var(--rule); padding-left: 46px; }

/* -------------------------------------------------------------- footer -- */

.site-footer { background: var(--taupe); }

.footer-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 34px 0;
}
/* Circular MG monogram with a sprig tucked at its edge, as in the mockups */
.footer-brand {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.footer-brand img {
  position: absolute;
  right: -14px;
  bottom: 2px;
  width: 40px;
  opacity: .95;
}
.footer-brand__mono {
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  color: var(--text);
  padding-left: 4px;
}

/* Real MG monogram artwork replaces the CSS-drawn circle */
.footer-brand:has(.footer-brand__monogram) {
  border: 0;
  width: auto;
  height: auto;
}
.footer-brand img.footer-brand__monogram {
  position: static;
  width: 88px;
  height: auto;
  opacity: 1;
  right: auto;
  bottom: auto;
}
.footer-center { text-align: center; }
.footer-center strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--text);
}
.footer-center span { display: block; font-size: 0.87rem; color: var(--text-body); margin-top: 5px; }
.footer-social { display: flex; gap: 16px; justify-content: center; margin-top: 12px; }
.footer-social a { color: var(--text-body); transition: color .3s var(--ease); }
.footer-social a:hover { color: var(--gold); }
.footer-social svg { width: 19px; height: 19px; }
.footer-action { display: flex; justify-content: flex-end; }

.footer-bar {
  border-top: 1px solid rgba(29,38,34,.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  font-size: 0.78rem;
  color: var(--text-body);
  flex-wrap: wrap;
}
.footer-bar nav { display: flex; gap: 10px; align-items: center; }
.footer-bar a:hover { color: var(--gold); }

/* Quick-links footer variant used on the Portfolio page */
.footer-columns { display: grid; grid-template-columns: 1.3fr 0.8fr 1fr; gap: 56px; padding: 62px 0; }
.footer-columns h2 {
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-columns p { font-size: 0.88rem; line-height: 1.8; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-links a {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-body);
}
.footer-links a:hover { color: var(--gold); }

/* ------------------------------------------------ real product imagery -- */

/* Featured-project panel showing the actual LuxeVault landing assets:
   warm laptop scene with the framed phone overlapping its right edge. */
.feature__media--product {
  background: var(--cream-warm);
  padding: 40px 48px 40px 32px;
  overflow: visible;
}

/* Full-bleed product photograph: fills the panel edge to edge, no matting */
.feature__media--fill {
  background: var(--cream-warm);
  padding: 0;
  position: relative;
  min-height: 380px;
}
.feature__media--fill img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-shot {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.product-shot img.product-shot__laptop {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 24px 48px -30px rgba(20, 27, 25, .45);
}
.product-shot img.product-shot__phone {
  position: absolute;
  right: -6%;
  bottom: -8%;
  width: 27%;
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(20, 27, 25, .35));
}

/* ------------------------------------------------- product mockups (CSS) --
   Device frames drawn in CSS rather than photographed, so the work samples
   stay sharp at any size and can be edited without new screenshots.
   -------------------------------------------------------------------------- */

.device-stack { position: relative; width: 100%; max-width: 480px; }

.device-laptop { width: 100%; }
.device-laptop__screen {
  background: linear-gradient(150deg, #1B2724 0%, #0E1412 100%);
  border: 1px solid rgba(198,158,102,.28);
  border-radius: 6px 6px 0 0;
  padding: 26px 26px 30px;
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.device-laptop__base {
  height: 10px;
  background: linear-gradient(180deg, #2A3532, #171F1D);
  border-radius: 0 0 8px 8px;
  margin: 0 -6%;
}
.device-brand {
  font-family: var(--font-display);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--gold);
}
.device-laptop__screen h4 {
  font-size: clamp(0.95rem, 2.2vw, 1.35rem);
  color: var(--text-on-dark);
  line-height: 1.25;
  margin: 4px 0 0;
}
.device-laptop__screen p {
  font-size: 0.62rem;
  line-height: 1.7;
  color: var(--text-on-dark-muted);
  max-width: 30ch;
  margin: 0;
}
.device-btn {
  align-self: flex-start;
  border: 1px solid rgba(248,245,241,.5);
  color: var(--text-on-dark);
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 13px;
  margin-top: 6px;
}

.device-phone {
  position: absolute;
  right: -10%;
  bottom: -6%;
  width: 30%;
  max-width: 132px;
}
.device-phone__screen {
  background: linear-gradient(160deg, #F8F5F1, #EDE8E1);
  border: 1px solid rgba(20,27,25,.35);
  border-radius: 12px;
  padding: 14px 11px;
  aspect-ratio: 9 / 17;
  box-shadow: 0 16px 30px -18px rgba(14,20,18,.85);
}
.device-phone__greet {
  display: block;
  font-family: var(--font-display);
  font-size: 0.5rem;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 9px;
}
.device-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.device-list li {
  font-size: 0.4rem;
  letter-spacing: 0.05em;
  color: var(--text-body);
  background: rgba(255,255,255,.75);
  border-radius: 2px;
  padding: 3px 5px;
}

/* Small browser windows used on the concept cards */
.card__media--mock {
  display: grid;
  place-items: center;
  padding: 22px;
  background: linear-gradient(155deg, var(--taupe), var(--cream-warm));
}
.mini-browser {
  width: 100%;
  background: var(--paper);
  border: 1px solid rgba(28,28,27,.14);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 26px -18px rgba(20,27,25,.6);
}
.mini-browser__bar {
  display: flex;
  gap: 4px;
  padding: 6px 8px;
  background: #EFEAE3;
  border-bottom: 1px solid rgba(28,28,27,.1);
}
.mini-browser__bar i { width: 5px; height: 5px; border-radius: 50%; background: #C9C1B6; }

.mini-site { padding: 10px; display: flex; flex-direction: column; gap: 7px; }
.mini-site__nav { height: 7px; background: var(--taupe); border-radius: 2px; width: 70%; }
.mini-site__hero { height: 46px; background: linear-gradient(120deg, var(--ink), #2C3A35); border-radius: 2px; }
.mini-site__row { display: flex; gap: 6px; }
.mini-site__row b { flex: 1; height: 22px; background: var(--cream-warm); border: 1px solid var(--rule); border-radius: 2px; }

.mini-portal { display: flex; gap: 8px; padding: 10px; }
.mini-portal__side { width: 26%; background: var(--ink); border-radius: 2px; min-height: 74px; }
.mini-portal__main { flex: 1; display: flex; flex-wrap: wrap; gap: 6px; align-content: flex-start; }
.mini-portal__main b { width: calc(50% - 3px); height: 34px; background: var(--cream-warm); border: 1px solid var(--rule); border-radius: 2px; }

.mini-dash { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.mini-dash__stats { display: flex; gap: 6px; }
.mini-dash__stats b { flex: 1; height: 20px; background: var(--cream-warm); border: 1px solid var(--rule); border-radius: 2px; }
.mini-dash__chart { display: block; height: 52px; background: var(--cream-warm); border: 1px solid var(--rule); border-radius: 2px; padding: 6px; }
.mini-dash__chart svg { width: 100%; height: 100%; }

/* -------------------------------------------------------- misc pieces -- */

/* Serif column headings (Work With Us "Who it's for") */
.pillar__title-serif {
  font-family: var(--font-display);
  font-size: 1.06rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.display-italic {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-style: italic;
  line-height: 1.18;
}

/* Button beside an explanatory line */
.cta-pair { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 26px; }
.cta-pair p { font-size: 0.9rem; max-width: 26ch; margin: 0; padding-left: 26px; border-left: 1px solid var(--rule); }

/* CTA band with copy left, action right */
.cta-band--split { text-align: left; }
.cta-band__inner { display: grid; grid-template-columns: 1.4fr auto; gap: 40px; align-items: center; position: relative; z-index: 1; }
.cta-band--split .rule-gold { margin: 20px 0 22px; }
.cta-band--split p { margin: 0; }

/* --------------------------------------------------------------- prose -- */

.prose { max-width: 74ch; }
.prose h2 { font-size: 1.6rem; margin: 42px 0 14px; }
.prose h3 { font-size: 1.1rem; margin: 30px 0 10px; letter-spacing: 0.06em; }
.prose ul { padding-left: 20px; margin: 0 0 1.1em; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--gold); border-bottom: 1px solid rgba(188,140,84,.4); }

/* ------------------------------------------------------------- motion -- */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* --------------------------------------------------------- responsive -- */

@media (max-width: 1080px) {
  .shell { padding: 0 26px; }
  .nav { gap: 20px; }
  .nav__link { font-size: 0.68rem; letter-spacing: 0.13em; }
  .hero__panel { padding: 74px 40px; }
  .feature__body { padding: 44px 36px; }
  .about-strip { grid-template-columns: 1fr 1fr; gap: 36px; }
  .about-strip__art { display: none; }
  .footer-columns { gap: 36px; }
}

@media (max-width: 900px) {
  :root { --header-h: 76px; }

  /* Collapse to the mobile drawer */
  .nav-toggle { display: flex; }
  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--rule);
    padding: 8px 26px 26px;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s var(--ease), transform .3s var(--ease);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav__link {
    padding: 16px 0;
    border-bottom: 1px solid var(--rule);
    font-size: 0.8rem;
    letter-spacing: 0.16em;
  }
  .nav__link::after { display: none; }
  .nav__link[aria-current="page"] { color: var(--gold); }
  .nav .btn { margin-top: 20px; width: 100%; }

  .hero, .split, .feature, .contact-grid, .founder { grid-template-columns: 1fr; }
  .hero__panel { padding: 62px 26px 56px; }
  .hero__media { min-height: 300px; position: relative; }
  .split--reverse .split__media { order: 0; }
  .split__media, .feature__media { min-height: 280px; }
  .split__body { padding: 52px 26px; }
  .feature__body { padding: 40px 26px 46px; }
  .founder { gap: 34px; }
  .founder__media { max-width: 380px; aspect-ratio: 4 / 5; }
  .contact-grid { gap: 48px; }

  .pillars, .pillars--4, .ventures, .cards, .process, .principles, .footer-columns {
    grid-template-columns: 1fr;
  }
  .pillars > *, .principles > * { padding: 30px 0; }
  .pillars > * + *, .principles > * + * {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }
  .section--dark .pillars > * + * { border-top-color: var(--rule-dark); }
  .principles > * + * { border-top-color: var(--rule-dark); }
  .principles > * { justify-content: flex-start; }

  .process { gap: 34px; }
  .process__step { padding: 0; }
  .process__step::before { display: none; }

  .venture--paper { align-items: center; text-align: center; }
  .venture--paper > * { max-width: 100%; }
  .venture--paper .venture__bg { clip-path: none; opacity: .2; }

  /* Stacked: the artwork card keeps its own aspect, full image visible */
  .venture--card { position: relative; aspect-ratio: 1448 / 1086; }

  .about-strip { grid-template-columns: 1fr; gap: 34px; }
  .about-strip__right { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 34px; }

  .footer-main { grid-template-columns: 1fr; text-align: center; gap: 22px; padding: 40px 0; }
  .footer-brand { justify-content: center; }
  .footer-action { justify-content: center; }
  .footer-bar { justify-content: center; text-align: center; }
  .footer-columns { padding: 48px 0; }

  .note { flex-direction: column; text-align: center; gap: 18px; }
  .section { padding: 62px 0; }

  .cta-band__inner { grid-template-columns: 1fr; gap: 26px; }
  .cta-pair { flex-direction: column; align-items: flex-start; gap: 18px; }
  .cta-pair p { padding-left: 0; border-left: 0; padding-top: 4px; }
  .device-stack { max-width: 400px; margin: 0 auto; }
  .split__media--olive { padding: 48px; min-height: 260px; }
  .section-leaf { width: 170px; opacity: .35; top: 2%; }
  .venture-logo { margin-left: auto; margin-right: auto; }
}

@media (max-width: 560px) {
  .shell { padding: 0 20px; }
  body { font-size: 15.5px; }
  .brand__mark { width: 62px; }
  .brand__name { font-size: 1.08rem; letter-spacing: 0.13em; }
  .brand__sub { font-size: 0.6rem; letter-spacing: 0.16em; }
  .display { font-size: clamp(2.1rem, 9vw, 2.7rem); }
  .btn { padding: 14px 22px; font-size: 0.7rem; letter-spacing: 0.15em; }
  .btn-row { gap: 10px; }
  .btn-row .btn { flex: 1 1 100%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-foot { flex-direction: column; align-items: stretch; }
  .form-foot .btn { width: 100%; }
  .hero-band__leaf { width: 260px; top: -40px; right: -60px; }
  .feature__leaf { display: none; }
}
