/* ════════════════════════════════════════════
   VARIANT G — Organic Warm
   Artisan foundry × Ceramic & metal craft
   Cream · Terracotta · Burnt Sienna · Sepia
   ════════════════════════════════════════════ */

:root {
  --cream: #f8f1e9;
  --cream-2: #f0e6d6;
  --terra: #c85c3c;
  --terra-deep: #a94a2e;
  --sienna: #8b4513;
  --sepia: #704214;
  --sepia-dark: #3e2810;
  --ink: #2a1d10;
  --ink-soft: #4a3526;
  --ink-mute: #7a6a5a;
  --paper: #fbf5ea;
  --rule: rgba(112, 66, 20, 0.22);
  --rule-strong: rgba(112, 66, 20, 0.5);

  --serif: "Cormorant Garamond", "Noto Serif KR", serif;
  --display: "Fraunces", "Cormorant Garamond", serif;
  --sans: "Sora", "Noto Sans KR", sans-serif;

  --max: 1300px;
  --gutter: clamp(24px, 4vw, 64px);
  --r: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Paper grain overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.44 0 0 0 0 0.26 0 0 0 0 0.08 0 0 0 .55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.42'/></svg>");
  opacity: 0.22;
  mix-blend-mode: multiply;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: transparent; }

/* Decorative wavy hr using SVG */
.wave {
  display: block;
  width: 100%;
  height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'><path fill='none' stroke='%23704214' stroke-width='1.4' d='M0 10 Q 10 0 20 10 T 40 10 T 60 10 T 80 10 T 100 10 T 120 10 T 140 10 T 160 10 T 180 10 T 200 10'/></svg>");
  background-size: 200px 20px;
  background-repeat: repeat-x;
  opacity: 0.45;
  margin: 20px 0;
}

/* ─────────────────────────────────────────── */
/* NAV                                         */
/* ─────────────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px var(--gutter);
  background: rgba(248, 241, 233, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.nav__brand {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--sepia);
  letter-spacing: -0.01em;
}
.nav__brand .dot { color: var(--terra); }
.nav__links {
  display: flex;
  gap: 28px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: var(--ink-soft);
}
.nav__links a { position: relative; padding: 4px 2px; }
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 2px;
  background: var(--terra);
  border-radius: 999px;
  transition: right 0.4s cubic-bezier(.2,.8,.2,1);
}
.nav__links a:hover::after, .nav__links a.is-active::after { right: 0; }
.nav__meta {
  justify-self: end;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  color: var(--ink-mute);
}
.nav__meta::before {
  content: "✦";
  color: var(--terra);
  margin-right: 8px;
}
@media (max-width: 860px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav__meta { display: none; }
  .nav__links { gap: 14px; }
  .nav__links a { font-size: 12px; }
}

/* ─────────────────────────────────────────── */
/* SECTION                                     */
/* ─────────────────────────────────────────── */
.section {
  padding: clamp(80px, 10vw, 140px) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
.section--alt {
  background: var(--cream-2);
  max-width: none;
}
.section--alt > .inner {
  max-width: var(--max);
  margin: 0 auto;
}
.section--warm {
  background: var(--sepia);
  color: var(--cream);
  max-width: none;
  position: relative;
}
.section--warm > .inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section--warm::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(200, 92, 60, 0.35), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 180, 100, 0.18), transparent 50%);
  pointer-events: none;
}

.eyebrow {
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  color: var(--terra);
  letter-spacing: 0.02em;
}
.eyebrow::before {
  content: "✦";
  margin-right: 10px;
}

.section-title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 14px 0 0;
  color: var(--sepia-dark);
}
.section-title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--terra);
}
.section--warm .section-title { color: var(--cream); }
.section--warm .section-title em { color: #ffb98a; }
.section--warm .eyebrow { color: #ffb98a; }

.section-lede {
  margin-top: 22px;
  max-width: 58ch;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.section--warm .section-lede { color: rgba(248, 241, 233, 0.85); }

/* ─────────────────────────────────────────── */
/* HERO                                        */
/* ─────────────────────────────────────────── */
.hero {
  padding: 140px var(--gutter) 40px;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
.hero__orb {
  position: absolute;
  top: 80px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 40% 40%, rgba(200,92,60,0.35), rgba(200,92,60,0) 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hero > * { position: relative; z-index: 1; }

.hero__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: var(--ink-mute);
}
.hero__meta .terra { color: var(--terra); }

.hero__title {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(56px, 10vw, 180px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  margin: 32px 0 0;
  color: var(--sepia-dark);
}
.hero__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--terra);
}
.hero__title .thin {
  font-weight: 300;
  color: var(--sepia);
  opacity: 0.8;
}

.hero__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 860px) { .hero__grid { grid-template-columns: 1fr; } }

.hero__lede {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 38ch;
}
.hero__lede::first-letter {
  font-family: var(--display);
  font-size: 3.4em;
  font-weight: 400;
  font-style: italic;
  float: left;
  line-height: 0.85;
  padding: 6px 10px 0 0;
  color: var(--terra);
}

.hero__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.hero__fact {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative;
}
.hero__fact .k {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 10px;
}
.hero__fact .v {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: var(--sepia-dark);
  letter-spacing: -0.02em;
}
.hero__fact .v em { font-style: italic; color: var(--terra); }
.hero__fact .v sup { color: var(--terra); font-size: 0.5em; }
.hero__fact .v .u {
  font-family: var(--sans);
  font-size: 0.35em;
  color: var(--ink-mute);
  margin-left: 4px;
}

/* ─────────────────────────────────────────── */
/* OFFERINGS                                   */
/* ─────────────────────────────────────────── */
.offer {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .offer { grid-template-columns: 1fr; } }
.offer__item {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 36px 32px;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.offer__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(112, 66, 20, 0.12);
}
.offer__item::before {
  content: "";
  position: absolute;
  top: 24px; right: 24px;
  width: 40px; height: 40px;
  border: 1px solid var(--terra);
  border-radius: 50%;
  opacity: 0.6;
}
.offer__item .num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  color: var(--terra);
  margin-bottom: 22px;
}
.offer__item h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--sepia-dark);
  letter-spacing: -0.01em;
}
.offer__item h3 em { font-style: italic; color: var(--terra); }
.offer__item p {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.offer__item .tag {
  display: inline-block;
  margin-top: 22px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--terra);
  padding: 6px 12px;
  border: 1px solid var(--terra);
  border-radius: 999px;
}

/* ─────────────────────────────────────────── */
/* FACT BAR                                    */
/* ─────────────────────────────────────────── */
.facts-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid rgba(248,241,233,0.2);
}
@media (max-width: 860px) { .facts-bar { grid-template-columns: 1fr 1fr; } }
.facts-bar > div {
  padding: 32px 24px;
  border-right: 1px solid rgba(248,241,233,0.15);
}
.facts-bar > div:last-child { border-right: 0; }
@media (max-width: 860px) {
  .facts-bar > div:nth-child(2n) { border-right: 0; }
  .facts-bar > div:nth-child(-n+2) { border-bottom: 1px solid rgba(248,241,233,0.15); }
}
.facts-bar .k {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffb98a;
  margin-bottom: 14px;
}
.facts-bar .v {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.facts-bar .v em { font-style: italic; color: #ffb98a; font-weight: 400; }
.facts-bar .v sup { color: #ffb98a; font-size: 0.5em; }
.facts-bar .v .u {
  font-family: var(--sans);
  font-size: 0.3em;
  color: rgba(248,241,233,0.6);
  margin-left: 4px;
}

/* ─────────────────────────────────────────── */
/* PULL QUOTE                                  */
/* ─────────────────────────────────────────── */
.pull blockquote {
  margin: 0;
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(32px, 4.4vw, 68px);
  line-height: 1.15;
  max-width: 22ch;
  color: var(--sepia-dark);
  letter-spacing: -0.01em;
}
.pull blockquote em { color: var(--terra); }
.pull blockquote::before {
  content: "“";
  font-family: var(--display);
  font-size: 2em;
  line-height: 0;
  color: var(--terra);
  margin-right: 4px;
  vertical-align: -0.1em;
}
.pull cite {
  display: block;
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-mute);
}

/* ─────────────────────────────────────────── */
/* MATERIALS                                   */
/* ─────────────────────────────────────────── */
.materials {
  display: flex;
  overflow: hidden;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 22px 0;
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(32px, 4.2vw, 60px);
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--sepia-dark);
}
.materials .track { display: inline-flex; gap: 36px; animation: marq 44s linear infinite; }
.materials span::after {
  content: "✦";
  font-size: 0.45em;
  color: var(--terra);
  margin-left: 36px;
  vertical-align: middle;
}
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─────────────────────────────────────────── */
/* PLACEHOLDER (sepia photo frame)             */
/* ─────────────────────────────────────────── */
.ph {
  background:
    radial-gradient(circle at 50% 45%, #c79164, #6f3f1a);
  padding: 14px;
  border-radius: var(--r);
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px rgba(46, 20, 4, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(248, 241, 233, 0.78);
}
.ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(46,20,4,0.18) 0 1px, transparent 1px 12px),
    repeating-linear-gradient(0deg, rgba(46,20,4,0.12) 0 1px, transparent 1px 18px);
  pointer-events: none;
  border-radius: var(--r);
}
.ph__head, .ph__foot { display: flex; justify-content: space-between; z-index: 1; }
.ph__head .id { color: #ffd7a8; }
.ph__label {
  z-index: 1;
  font-family: var(--display);
  font-style: italic;
  font-size: 26px;
  text-transform: none;
  letter-spacing: -0.01em;
  color: var(--cream);
  text-align: center;
  line-height: 1.1;
}
.ph--wide { aspect-ratio: 16 / 9; }
.ph--sq { aspect-ratio: 1 / 1; }

/* ─────────────────────────────────────────── */
/* TIMELINE                                    */
/* ─────────────────────────────────────────── */
.timeline { border-top: 1px solid var(--rule); margin-top: 40px; }
.tl-row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.tl-row .year {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  color: var(--terra);
}
.tl-row h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: 22px;
  color: var(--sepia-dark);
}
.tl-row p {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 42ch;
}
@media (max-width: 720px) {
  .tl-row { grid-template-columns: 100px 1fr; }
  .tl-row p { grid-column: 1 / -1; }
  .tl-row .year { font-size: 32px; }
}

/* ─────────────────────────────────────────── */
/* CLIENT / CERT                               */
/* ─────────────────────────────────────────── */
.logos {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 860px) { .logos { grid-template-columns: repeat(2, 1fr); } }
.logos > div {
  aspect-ratio: 3 / 2;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  color: var(--sepia);
}
.logos > div small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 4px;
}

/* ─────────────────────────────────────────── */
/* PAGE HEAD                                   */
/* ─────────────────────────────────────────── */
.pagehead {
  padding: 140px var(--gutter) 60px;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
.pagehead__orb {
  position: absolute;
  top: 80px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 40% 40%, rgba(200,92,60,0.28), rgba(200,92,60,0) 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.pagehead > * { position: relative; z-index: 1; }
.pagehead__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: var(--ink-mute);
}
.pagehead__meta .terra { color: var(--terra); }
.pagehead__title {
  margin-top: 40px;
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(56px, 9vw, 160px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--sepia-dark);
}
.pagehead__title em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--terra);
}
.pagehead__lede {
  margin-top: 28px;
  max-width: 52ch;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ─────────────────────────────────────────── */
/* TWO-COL                                     */
/* ─────────────────────────────────────────── */
.two-col {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
}
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.two-col h3 {
  font-family: var(--display);
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  margin: 0 0 16px;
  color: var(--terra);
}
.two-col p {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
}
.two-col p + p { margin-top: 14px; }

/* ─────────────────────────────────────────── */
/* EQUIPMENT                                   */
/* ─────────────────────────────────────────── */
.eq {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 860px) { .eq { grid-template-columns: 1fr; } }
.eq__cell {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 32px;
  display: grid;
  gap: 18px;
  align-content: start;
}
.eq__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.eq__id {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 72px;
  line-height: 0.9;
  color: var(--sepia-dark);
}
.eq__id em { color: var(--terra); }
.eq__status {
  padding: 4px 12px;
  background: var(--terra);
  color: var(--cream);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eq__status.new { background: var(--sepia); }
.eq__rows {
  display: grid;
  gap: 10px;
  font-family: var(--serif);
  font-size: 15px;
}
.eq__rows .row { display: grid; grid-template-columns: 130px 1fr; gap: 12px; align-items: baseline; }
.eq__rows .k {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terra);
}

/* ─────────────────────────────────────────── */
/* FORM                                        */
/* ─────────────────────────────────────────── */
.form {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: 36px 32px;
  display: grid;
  gap: 20px;
}
.form label {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--terra);
}
.form input, .form textarea, .form select {
  width: 100%;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
  font-size: 16px;
}
.form textarea { resize: vertical; min-height: 120px; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 0; border-color: var(--terra); }
.form .submit {
  justify-self: start;
  background: var(--terra);
  color: var(--cream);
  padding: 16px 28px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: background 0.25s ease, transform 0.25s ease;
}
.form .submit:hover {
  background: var(--sepia);
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────── */
/* CTA                                         */
/* ─────────────────────────────────────────── */
.cta {
  margin: clamp(80px, 10vw, 160px) var(--gutter);
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(48px, 7vw, 96px);
  background: linear-gradient(135deg, var(--terra) 0%, var(--sepia) 100%);
  color: var(--cream);
  border-radius: calc(var(--r) * 2);
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 215, 168, 0.25), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 220, 180, 0.12), transparent 50%);
  pointer-events: none;
}
.cta > * { position: relative; z-index: 1; }
.cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(36px, 5vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  max-width: 14ch;
}
.cta h2 em { font-style: normal; color: #ffd7a8; }
.cta__row {
  margin-top: 32px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 16px 26px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--sepia-dark);
  transition: transform 0.25s ease, background 0.25s ease;
}
.btn:hover { transform: translateY(-3px); background: #ffd7a8; }
.btn--ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--cream);
}
.btn--ghost:hover { background: var(--cream); color: var(--sepia-dark); }

/* ─────────────────────────────────────────── */
/* FOOTER                                      */
/* ─────────────────────────────────────────── */
.foot {
  background: var(--sepia-dark);
  color: var(--cream);
  padding: 88px var(--gutter) 40px;
  position: relative;
}
.foot::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'><path fill='none' stroke='%23f8f1e9' stroke-width='1.2' d='M0 10 Q 10 0 20 10 T 40 10 T 60 10 T 80 10 T 100 10 T 120 10 T 140 10 T 160 10 T 180 10 T 200 10'/></svg>");
  background-size: 200px 20px;
  background-repeat: repeat-x;
  opacity: 0.3;
  transform: translateY(-11px);
}
.foot__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 860px) { .foot__inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot__inner { grid-template-columns: 1fr; } }
.foot h5 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffb98a;
}
.foot p, .foot li {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
  color: rgba(248, 241, 233, 0.78);
}
.foot ul { list-style: none; padding: 0; margin: 0; }
.foot a:hover { color: #ffd7a8; }
.foot__brand {
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  color: var(--cream);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.foot__brand .dot { color: #ffd7a8; }
.foot__bottom {
  max-width: var(--max);
  margin: 56px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(248,241,233,0.18);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: rgba(248, 241, 233, 0.55);
}
