/* ===========================================================
   STĪLED EVENTS — Ultra-luxury editorial
   Bodoni Moda (display) + Jost (sans)
   =========================================================== */

:root {
  --ink: #131210;
  --ink-soft: #4a463f;
  --paper: #f6f2ec;
  --paper-pure: #fbf9f5;
  --black: #0b0a09;
  --black-soft: #16140f;
  --line: #d9d2c6;
  --line-dk: #2c2823;
  --champagne: #b8995f;
  --champagne-dim: #9a7f4f;

  --serif: "Playfair Display", "Georgia", "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1280px;
  --gutter: clamp(22px, 5vw, 80px);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }

h1, h2, h3, h4 { margin: 0; font-weight: 400; }

p { margin: 0; }

a { color: inherit; text-decoration: none; }

/* ---------- Shared structure ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section { padding: clamp(80px, 11vw, 168px) 0; }
.section--tight { padding: clamp(64px, 8vw, 120px) 0; }

.dark { background: var(--black); color: var(--paper); }
.dark .eyebrow { color: var(--champagne); }
.dark .rule { background: var(--line-dk); }

/* ---------- Type helpers ---------- */
.eyebrow {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--champagne-dim);
  display: inline-block;
}

.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.005em;
}

.serif-italic { font-family: var(--serif); font-style: italic; font-weight: 400; }

.h-xl  { font-family: var(--serif); font-weight: 400; font-size: clamp(46px, 8vw, 116px); line-height: 0.98; letter-spacing: -0.01em; }
.h-lg  { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 5.2vw, 76px); line-height: 1.04; letter-spacing: -0.01em; }
.h-md  { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; }
.h-sm  { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.15; }

.lede {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 1.72;
  color: var(--ink-soft);
}
.dark .lede { color: #ddd5c8; }

.muted { color: var(--ink-soft); }
.dark .muted { color: #c4bcae; }

.rule { height: 1px; background: var(--line); border: 0; width: 100%; }

/* ---------- Brand lockup ---------- */
.lockup { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
.lockup .word {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.10em;
}
.lockup .sub {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 8.5px;
  letter-spacing: 0.62em;
  text-indent: 0.62em;
  margin-top: 6px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 17px 34px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  transition: background .35s ease, color .35s ease, border-color .35s ease;
}
.btn:hover { background: transparent; color: var(--ink); }

.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }

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

/* text link with underline reveal */
.tlink {
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  transition: color .3s ease, gap .3s ease;
}
.tlink:hover { color: var(--champagne); gap: 18px; }

/* ---------- Image placeholders ---------- */
.ph {
  position: relative;
  background-color: #e7e0d4;
  background-image:
    repeating-linear-gradient(135deg, rgba(0,0,0,0.035) 0 1px, transparent 1px 11px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dark .ph, .ph--dk {
  background-color: #1c1a16;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 11px);
}
.ph .ph-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #948b7c;
  border: 1px solid currentColor;
  padding: 8px 16px;
  text-align: center;
}
.ph--dk .ph-label, .dark .ph .ph-label { color: #847c6e; }

/* photo layer over placeholder (loads from remote, falls back to placeholder) */
.ph-photo {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
}

/* ===========================================================
   HEADER / NAV
   =========================================================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px var(--gutter);
  color: var(--paper);
  transition: background .4s ease, color .4s ease, padding .4s ease, border-color .4s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(11,10,9,0.92);
  backdrop-filter: blur(10px);
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-color: var(--line-dk);
}
.nav .brand .word { font-size: 21px; letter-spacing: 0.12em; }
.nav .brand .sub { font-size: 8px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}
.nav-links a {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.82;
  transition: opacity .3s ease, color .3s ease;
}
.nav-links a:hover { opacity: 1; color: var(--champagne); }

.nav .btn {
  padding: 13px 24px;
  font-size: 11px;
  background: transparent;
  color: var(--paper);
  border-color: rgba(246,242,236,0.55);
}
.nav .btn:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span { width: 24px; height: 1.5px; background: currentColor; transition: .3s; }

/* mobile overlay menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: var(--black);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}
.menu.open { opacity: 1; pointer-events: auto; }
.menu a {
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: 0.01em;
}
.menu a:hover { color: var(--champagne); }
.menu .menu-close {
  position: absolute; top: 24px; right: var(--gutter);
  background: none; border: 0; color: var(--paper);
  font-family: var(--sans); font-size: 13px; letter-spacing: 0.2em;
  text-transform: uppercase; cursor: pointer;
}

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  color: var(--paper);
  overflow: hidden;
}
.hero .ph {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11,10,9,0.55) 0%, rgba(11,10,9,0.25) 38%, rgba(11,10,9,0.85) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: clamp(64px, 9vw, 130px);
  padding-top: 150px;
}
.hero .eyebrow { color: var(--champagne); margin-bottom: 26px; }
.hero h1 { max-width: 14ch; margin-bottom: 30px; }
.hero .lede { max-width: 56ch; color: #e4ddd1; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 42px; }
.hero .btn--ghost { background: transparent; color: var(--paper); border-color: rgba(246,242,236,0.6); }
.hero .btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.hero-scroll {
  position: absolute;
  bottom: 30px; right: var(--gutter);
  z-index: 2;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d9d1c5;
  writing-mode: vertical-rl;
  display: flex; align-items: center; gap: 14px;
}
.hero-scroll::after { content: ""; width: 1px; height: 54px; background: linear-gradient(var(--champagne), transparent); }

/* ===========================================================
   STATEMENT
   =========================================================== */
.statement .wrap { max-width: 1040px; }
.statement-grid {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: stretch;
}
.statement-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.statement-logo img {
  width: 100%;
  max-width: 420px;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}
@media (max-width: 760px) {
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .statement-logo img { max-width: 280px; height: auto; }
}
.statement .eyebrow { margin-bottom: 34px; }
.statement p {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.34;
  letter-spacing: -0.005em;
}
.statement .sig {
  margin-top: 44px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ===========================================================
   SECTION HEADERS
   =========================================================== */
.sec-head { margin-bottom: clamp(46px, 6vw, 84px); }
.sec-head .eyebrow { margin-bottom: 22px; }
.sec-head .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sec-head .row .sub { max-width: 42ch; }

/* ---------- Why / value grid ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-dk);
}
.value {
  padding: 44px 30px 50px 0;
  border-bottom: 1px solid var(--line-dk);
}
.value + .value { border-left: 1px solid var(--line-dk); padding-left: 30px; }
.value .num {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--champagne);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 26px;
}
.value h3 { font-family: var(--serif); font-size: 25px; line-height: 1.12; margin-bottom: 16px; }
.value p { font-size: 15px; }

/* ===========================================================
   FEATURED SERVICES (alternating editorial blocks)
   =========================================================== */
.feat { display: flex; flex-direction: column; gap: clamp(70px, 9vw, 130px); }
.feat-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
}
.feat-row:nth-child(even) .feat-media { order: 2; }
.feat-media .ph { aspect-ratio: 4 / 5; width: 100%; }
.feat-index {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--champagne-dim);
  margin-bottom: 20px;
  display: block;
}
.feat-body h3 { margin-bottom: 18px; }
.feat-body .lede { margin-bottom: 30px; }
.feat-list {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  columns: 2;
  column-gap: 34px;
}
.feat-list li {
  font-size: 14.5px;
  letter-spacing: 0.02em;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  break-inside: avoid;
}
.dark .feat-list li { border-color: var(--line-dk); }

/* ===========================================================
   CAPABILITIES (Planning / Design / Production)
   =========================================================== */
.caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.cap {
  padding: 0 clamp(20px, 2.4vw, 40px);
}
.cap + .cap { border-left: 1px solid var(--line-dk); }
.cap .num {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--champagne);
  letter-spacing: 0.14em;
  margin-bottom: 22px;
  display: block;
}
.cap h3 { font-family: var(--serif); font-size: 30px; margin-bottom: 16px; }
.cap p { font-size: 15px; margin-bottom: 26px; }
.cap ul { list-style: none; margin: 0; padding: 0; }
.cap ul li {
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 10px 0;
  border-top: 1px solid var(--line-dk);
  color: #cfc7ba;
}

/* ===========================================================
   ABOUT
   =========================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.about-grid .about-photo { aspect-ratio: 3 / 4; }
.about-body h2 { margin-bottom: 28px; }
.about-body p + p { margin-top: 20px; }
.appreciate {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}
.appreciate .eyebrow { margin-bottom: 24px; }
.appreciate ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 12px 34px;
}
.appreciate li {
  font-size: 14.5px;
  letter-spacing: 0.04em;
  padding-left: 22px;
  position: relative;
}
.appreciate li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 7px; height: 7px; background: var(--champagne);
}

/* ===========================================================
   PORTFOLIO
   =========================================================== */
.pf-cats {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  margin-bottom: 50px;
}
.pf-cats span {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b7aea1;
}
.pf-cats span:first-child { color: var(--champagne); }
.pf-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 14px;
}
.pf-grid .ph { width: 100%; height: 100%; }
.pf-a { grid-column: span 4; grid-row: span 2; }
.pf-b { grid-column: span 2; grid-row: span 2; }
.pf-c { grid-column: span 2; grid-row: span 1; }
.pf-d { grid-column: span 2; grid-row: span 1; }
.pf-e { grid-column: span 2; grid-row: span 2; }
.pf-f { grid-column: span 2; grid-row: span 1; }
.pf-g { grid-column: span 2; grid-row: span 1; }

/* ===========================================================
   TESTIMONIALS
   =========================================================== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.quote { padding: 0 clamp(22px, 3vw, 46px); }
.quote + .quote { border-left: 1px solid var(--line-dk); }
.quote .mark {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.6;
  color: var(--champagne);
  display: block;
  margin-bottom: 18px;
}
.quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.5;
}

/* ===========================================================
   FAQ
   =========================================================== */
.faq { max-width: 940px; margin: 0 auto; }
.faq-item {
  border-top: 1px solid var(--line-dk);
}
.faq-item:last-child { border-bottom: 1px solid var(--line-dk); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none; border: 0; cursor: pointer;
  padding: 30px 50px 30px 0;
  position: relative;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 27px);
  color: var(--paper);
}
.faq-q .pm {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px;
}
.faq-q .pm::before, .faq-q .pm::after {
  content: ""; position: absolute; background: var(--champagne); transition: .3s;
}
.faq-q .pm::before { left: 0; top: 8px; width: 18px; height: 1.5px; }
.faq-q .pm::after { left: 8px; top: 0; width: 1.5px; height: 18px; }
.faq-item.open .pm::after { transform: rotate(90deg); opacity: 0; }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease;
}
.faq-a p { padding: 0 60px 30px 0; color: #c4bcae; font-size: 16px; }

/* ===========================================================
   CONTACT
   =========================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 96px);
}
.contact-aside h2 { margin-bottom: 26px; }
.contact-aside .lede { color: #cfc7ba; margin-bottom: 40px; }
.contact-detail { margin-top: 30px; }
.contact-detail .eyebrow { display: block; margin-bottom: 8px; }
.contact-detail a, .contact-detail p { font-family: var(--serif); font-size: 22px; }
.contact-detail a:hover { color: var(--champagne); }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 24px; }
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b7aea1;
  margin-bottom: 10px;
}
.field input,
.field select,
.field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-dk);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  transition: border-color .3s ease;
}
.field textarea { resize: vertical; min-height: 70px; }
.field input::placeholder, .field textarea::placeholder { color: #6f685c; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--champagne); }
.field select { color: #b7aea1; cursor: pointer; }
.field select option { background: var(--black); color: var(--paper); }
.form-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 6px; }
.form-or { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; margin: 4px 0; }
.form-or-line { flex: 1; height: 1px; background: var(--line-dk); }
.form-or-text { font-family: var(--sans); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: #8a8275; }
.form-note { font-size: 13px; color: #8a8275; letter-spacing: 0.02em; }
.form-note.ok { color: var(--champagne); }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { background: var(--black); color: var(--paper); padding: clamp(64px, 8vw, 110px) 0 40px; }
.footer-top {
  display: flex; justify-content: space-between; gap: 50px; flex-wrap: wrap;
  padding-bottom: 56px; border-bottom: 1px solid var(--line-dk);
}
.footer-brand img { width: 280px; max-width: 70vw; opacity: 0.96; }
.footer-brand .tag {
  margin-top: 22px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--champagne-dim);
}
.footer-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 14px 60px; }
.footer-nav a {
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cfc7ba;
}
.footer-nav a:hover { color: var(--champagne); }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-top: 30px;
}
.footer-bottom .credo { font-family: var(--serif); font-style: italic; font-size: 18px; color: #cfc7ba; }
.footer-bottom .copy { font-family: var(--sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #847c6e; align-self: center; }

/* ===========================================================
   LOGO IMAGES + GALLERY
   =========================================================== */
.nav .brand { display: flex; align-items: center; }
.nav-logo {
  height: 40px;
  width: auto;
  display: block;
  transition: height .4s ease;
}
.nav.scrolled .nav-logo { height: 34px; }

.about-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background-color: #1c1a16;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 11px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-photo .ph-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #847c6e;
  border: 1px solid currentColor;
  padding: 8px 16px;
  text-align: center;
}
.about-photo .ph-photo {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-size: cover;
  background-position: center top;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px 20px;
}
.g-item { grid-column: span 4; margin: 0; }
.g-feature { grid-column: span 7; }
.g-item:nth-child(2) { grid-column: span 5; }

.g-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  background-color: #1c1a16;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 11px);
}
.g-img .g-ph {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #8d8474;
}
.g-feature .g-img { aspect-ratio: 16 / 10; }
.g-photo {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}
.g-item:hover .g-photo { transform: scale(1.045); }

.g-item figcaption { padding-top: 20px; }
.g-cat {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--champagne);
  display: block;
  margin-bottom: 12px;
}
.g-item figcaption h3 { font-family: var(--serif); font-size: clamp(21px, 1.8vw, 26px); line-height: 1.12; margin-bottom: 10px; }
.g-item figcaption p { font-size: 14.5px; color: #c4bcae; max-width: 46ch; }

@media (max-width: 980px) {
  .g-item, .g-feature, .g-item:nth-child(2) { grid-column: span 6; }
}
@media (max-width: 620px) {
  .g-item, .g-feature, .g-item:nth-child(2) { grid-column: span 12; }
}

/* ===========================================================
   REVEAL ANIMATION
   =========================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav .btn { display: none; }
  .nav-toggle { display: flex; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .value:nth-child(2) { border-left: 0; }
  .value:nth-child(odd) { border-left: 0; padding-left: 0; }
  .value:nth-child(even) { border-left: 1px solid var(--line-dk); padding-left: 30px; }
  .caps { grid-template-columns: 1fr; }
  .cap + .cap { border-left: 0; border-top: 1px solid var(--line-dk); padding-top: 40px; margin-top: 40px; }
  .quotes { grid-template-columns: 1fr; }
  .quote + .quote { border-left: 0; border-top: 1px solid var(--line-dk); padding-top: 40px; margin-top: 40px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .feat-row { grid-template-columns: 1fr; gap: 30px; }
  .feat-row:nth-child(even) .feat-media { order: 0; }
  .feat-media .ph { aspect-ratio: 16 / 11; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid .about-photo { aspect-ratio: 16 / 12; }
  .appreciate ul { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form { grid-template-columns: 1fr; }
  .pf-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .pf-a, .pf-b, .pf-c, .pf-d, .pf-e, .pf-f, .pf-g { grid-column: span 1; grid-row: span 1; }
  .pf-a, .pf-e { grid-column: span 2; grid-row: span 2; }
  .feat-list { columns: 1; }
}

@media (max-width: 480px) {
  .values { grid-template-columns: 1fr; }
  .value, .value:nth-child(even) { border-left: 0; padding-left: 0; }
  .footer-nav { grid-template-columns: 1fr; }
}
