/* ============================================================
   UltimateTravelAdvice.com — editorial design system
   Self-contained: system font stacks, inline SVG, zero network.
   Aesthetic: warm print field-guide — cream paper, ink, clay.
   ============================================================ */

:root {
  /* paper & ink */
  --paper: #f7f2e9;
  --paper-deep: #efe7d8;
  --card: #fffdf8;
  --ink: #22262d;
  --ink-2: #565e69;
  --ink-3: #8a8f98;
  --line: #e2d9c6;
  --line-2: #cfc2a6;

  /* brand */
  --clay: #b5502a;
  --clay-deep: #93401f;
  --clay-soft: #f3e0d4;
  --pine: #2f5c4b;
  --pine-soft: #dfe9e0;
  --sky: #33688a;
  --sky-soft: #dde8ee;
  --gold: #96701d;
  --gold-soft: #f1e6cb;
  --moss: #5c6b2f;
  --moss-soft: #e6ead3;
  --night: #1d2129;

  /* type */
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Seravek, Frutiger, Calibri, system-ui, Helvetica, Arial, sans-serif;

  --h-display: clamp(38px, 6vw, 76px);
  --h1: clamp(32px, 4.6vw, 56px);
  --h2: clamp(24px, 3vw, 34px);
  --h3: 20px;

  --r: 14px;
  --r-lg: 22px;
  --shadow: 0 1px 2px rgba(34, 38, 45, .05), 0 12px 32px -14px rgba(34, 38, 45, .18);
  --shadow-lift: 0 2px 4px rgba(34, 38, 45, .06), 0 22px 44px -16px rgba(34, 38, 45, .26);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 85% -180px, rgba(181, 80, 42, .07), transparent 65%),
    radial-gradient(900px 420px at -120px 30%, rgba(47, 92, 75, .06), transparent 60%),
    var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* print-paper grain */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 2147483000;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.55 0 0 0 0 0.51 0 0 0 0 0.44 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, svg { max-width: 100%; display: block; }
a { color: var(--clay-deep); text-decoration: none; }
a:hover { color: var(--clay); }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--clay); color: #fff; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; margin: 0; color: var(--ink); letter-spacing: -0.01em; }
p { margin: 0 0 1em; }

.container { width: min(1180px, 92vw); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 3000; background: var(--night); color: #fff; padding: 10px 18px; border-radius: 8px; transition: top .15s ease; }
.skip-link:focus { top: 12px; color: #fff; }

/* kicker — the little uppercase label used everywhere */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--clay-deep);
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--clay); }
.kicker--bare::before { display: none; }
.kicker a { color: inherit; }
.kicker a:hover { text-decoration: underline; }

.h-display { font-size: var(--h-display); }
.h1 { font-size: var(--h1); }
.h2 { font-size: var(--h2); }
.h3 { font-size: var(--h3); }
.serif-i { font-style: italic; font-weight: 500; }
.mark-dot { color: var(--clay); }

.sec { padding: clamp(56px, 8vw, 104px) 0; }
.sec--tight { padding: clamp(36px, 5vw, 64px) 0; }
.sec--rule { border-top: 1px solid var(--line); }
.shead { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px 32px; margin-bottom: clamp(28px, 4vw, 44px); }
.shead p { margin: 8px 0 0; max-width: 52ch; color: var(--ink-2); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 24px; border-radius: 999px;
  font-family: var(--sans); font-size: 15.5px; font-weight: 600; letter-spacing: .01em;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.btn svg { width: 16px; height: 16px; transition: transform .16s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: var(--clay); color: #fff; box-shadow: 0 10px 24px -10px rgba(181, 80, 42, .55); }
.btn--primary:hover { background: var(--clay-deep); color: #fff; transform: translateY(-1px); }
.btn--ghost { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--ink { background: var(--night); color: #fff; }
.btn--ink:hover { background: #000; color: #fff; transform: translateY(-1px); }

/* ---------- chips ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  background: var(--clay-soft); color: var(--clay-deep);
}
.chip--pine { background: var(--pine-soft); color: var(--pine); }
.chip--sky { background: var(--sky-soft); color: var(--sky); }
.chip--gold { background: var(--gold-soft); color: var(--gold); }
.chip--moss { background: var(--moss-soft); color: var(--moss); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(247, 242, 233, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 74px; }
.nav__logo { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 23px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.nav__logo:hover { color: var(--ink); }
.nav__logo em { font-style: italic; color: var(--clay); }
.nav__logo svg { width: 34px; height: 34px; flex: none; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { position: relative; font-size: 15.5px; font-weight: 600; color: var(--ink-2); padding: 6px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--clay); transition: right .18s ease; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { right: 0; }
.nav__cta { margin-left: 6px; }
.nav__links a.btn, .nav__links a.btn:hover { color: #fff; padding: 10px 20px; }
.nav__links a.btn::after { content: none; }
.nav__burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); background: var(--card); border-radius: 10px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav__burger span { width: 18px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav__mobile { display: none; }
.nav.open .nav__mobile {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: 10px 4vw 22px;
}
.nav__mobile a { padding: 13px 4px; font-size: 17px; font-weight: 600; color: var(--ink); border-bottom: 1px dashed var(--line); }
.nav.open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero (home) ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 5vw, 72px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: var(--h-display); margin: 18px 0 20px; max-width: 14ch; }
.hero h1 em { font-style: italic; color: var(--clay); }
.hero__sub { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 46ch; margin-bottom: 30px; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__art { position: relative; }
.hero__art svg { width: 100%; height: auto; filter: drop-shadow(0 24px 40px rgba(34, 38, 45, .14)); }

.hero__ticker {
  margin-top: clamp(40px, 6vw, 72px);
  border-block: 1px solid var(--line-2);
  padding: 18px 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.hero__stat { display: flex; flex-direction: column; gap: 2px; padding-left: 18px; border-left: 1px dashed var(--line-2); }
.hero__stat:first-child { border-left: 0; padding-left: 0; }
.hero__stat strong { font-family: var(--serif); font-size: 24px; font-weight: 700; }
.hero__stat span { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }

/* ---------- featured band ---------- */
.feat {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  border: 1px solid var(--line-2); border-radius: var(--r-lg);
  overflow: hidden; background: var(--card); box-shadow: var(--shadow);
  transition: box-shadow .2s ease, transform .2s ease;
}
a.feat { color: inherit; }
a.feat:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); color: inherit; }
.feat__art { min-height: 320px; position: relative; }
.feat__art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.feat__body { padding: clamp(28px, 4vw, 52px); display: flex; flex-direction: column; justify-content: center; gap: 16px; align-items: flex-start; }
.feat__title { font-size: clamp(26px, 3vw, 38px); }
a.feat:hover .feat__title { color: var(--clay-deep); }
.feat__excerpt { color: var(--ink-2); margin: 0; max-width: 52ch; }
.feat__meta { font-size: 14px; color: var(--ink-3); font-weight: 600; }
.feat__more { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--clay-deep); }
.feat__more svg { width: 15px; height: 15px; }

/* ---------- guide cards ---------- */
.ggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gcard {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
  color: inherit; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); color: inherit; }
.gcard__art { aspect-ratio: 16 / 9.5; position: relative; overflow: hidden; }
.gcard__art svg { position: absolute; inset: 0; width: 100%; height: 100%; transition: transform .35s ease; }
.gcard:hover .gcard__art svg { transform: scale(1.035); }
.gcard__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.gcard__title { font-size: 20px; line-height: 1.25; }
.gcard:hover .gcard__title { color: var(--clay-deep); }
.gcard__meta { margin-top: auto; font-size: 13.5px; color: var(--ink-3); font-weight: 600; display: flex; gap: 8px; align-items: center; }
.gcard__meta::before { content: ""; width: 14px; height: 1.5px; background: var(--line-2); }
.gcard__excerpt { color: var(--ink-2); font-size: 15px; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ---------- filter bar ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(28px, 4vw, 40px); }
.filters button {
  padding: 9px 20px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid var(--line-2); background: transparent;
  font-family: var(--sans); font-size: 14.5px; font-weight: 600; color: var(--ink-2);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.filters button:hover { border-color: var(--ink); color: var(--ink); }
.filters button[aria-pressed="true"] { background: var(--night); border-color: var(--night); color: #fff; }
.gempty { padding: 60px 0; text-align: center; color: var(--ink-2); font-style: italic; font-family: var(--serif); font-size: 20px; }

/* ---------- services ---------- */
.sgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.stile {
  position: relative;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 28px 26px 26px; color: inherit;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}
.stile::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 4px;
  background: var(--tone, var(--clay));
  transform: scaleY(0); transform-origin: bottom; transition: transform .22s ease;
}
.stile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); color: inherit; }
.stile:hover::before { transform: scaleY(1); }
.stile__icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--tone-soft, var(--clay-soft));
  color: var(--tone, var(--clay-deep));
}
.stile__icon svg { width: 30px; height: 30px; }
.stile__name { font-size: 21px; }
.stile:hover .stile__name { color: var(--clay-deep); }
.stile__tag { color: var(--ink-2); font-size: 15px; margin: 0; }
.stile__go { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: var(--clay-deep); }
.stile__go svg { width: 14px; height: 14px; transition: transform .16s ease; }
.stile:hover .stile__go svg { transform: translateX(3px); }

/* ---------- ethos band ---------- */
.ethos { background: var(--night); color: #e9e4d8; border-radius: var(--r-lg); padding: clamp(36px, 5vw, 64px); position: relative; overflow: hidden; }
.ethos::before {
  content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background:
    radial-gradient(560px 300px at 90% -60px, rgba(181, 80, 42, .35), transparent 70%),
    radial-gradient(480px 280px at 0% 110%, rgba(47, 92, 75, .35), transparent 70%);
}
.ethos > * { position: relative; }
.ethos .kicker { color: #e0b294; }
.ethos .kicker::before { background: #e0b294; }
.ethos h2 { color: #f7f2e9; margin: 12px 0 8px; }
.ethos__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 44px); margin-top: 34px; }
.ethos__item h3 { color: #f7f2e9; font-size: 19px; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.ethos__item h3 svg { width: 20px; height: 20px; color: #e0b294; flex: none; }
.ethos__item p { color: #b9b3a5; font-size: 15px; margin: 0; }
.ethos a { color: #e0b294; font-weight: 600; }
.ethos a:hover { color: #f0cdb4; }

/* ---------- article page ---------- */
.ahero { padding: clamp(40px, 6vw, 72px) 0 0; }
.ahero__head { max-width: 880px; }
.ahero h1 { font-size: clamp(30px, 4.2vw, 52px); margin: 16px 0 22px; }
.ahero__meta { display: flex; flex-wrap: wrap; gap: 12px 36px; padding: 18px 0; border-block: 1px solid var(--line-2); margin-bottom: clamp(28px, 4vw, 44px); }
.ahero__meta div { display: flex; flex-direction: column; gap: 1px; }
.ahero__meta span { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.ahero__meta strong { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.ahero__cover { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); aspect-ratio: 21 / 8; position: relative; }
.ahero__cover svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.prose { max-width: 720px; margin-inline: auto; font-size: 17.5px; }
.prose .lead { font-family: var(--serif); font-size: clamp(19px, 2vw, 23px); line-height: 1.55; color: var(--ink); }
.prose .lead::first-letter { font-size: 3.1em; float: left; line-height: .82; padding: 4px 10px 0 0; color: var(--clay); font-weight: 700; }
.prose h2 { font-size: clamp(23px, 2.4vw, 29px); margin: 1.7em 0 .55em; }
.prose h3 { font-size: 19.5px; margin: 1.4em 0 .45em; }
.prose p { color: #333942; }
.prose ul, .prose ol { padding-left: 24px; color: #333942; margin: 0 0 1.1em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--clay); font-weight: 700; }
.prose strong { color: var(--ink); }

.takeaways {
  margin: 1.8em 0; padding: 22px 26px;
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  border-top: 3px solid var(--clay);
  box-shadow: var(--shadow);
}
.takeaways h4 { font-family: var(--sans); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 10px; }
.takeaways ul { margin: 0; padding-left: 20px; }
.takeaways li { margin-bottom: .4em; }

.callout {
  margin: 2em 0; padding: 18px 24px;
  border: 1px dashed var(--line-2); border-radius: var(--r);
  background: linear-gradient(0deg, rgba(181, 80, 42, .045), rgba(181, 80, 42, .045)), var(--card);
  display: flex; flex-direction: column; gap: 3px;
}
.callout__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.callout a { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--ink); }
.callout a:hover { color: var(--clay-deep); }

blockquote.pull {
  margin: 2em 0; padding: 6px 0 6px 26px;
  border-left: 3px solid var(--clay);
  font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.2vw, 24px); line-height: 1.45; color: var(--ink);
}

.tbl-wrap { overflow-x: auto; margin: 1.6em 0; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--card); box-shadow: var(--shadow); }
table.tbl { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 520px; }
table.tbl th {
  text-align: left; font-family: var(--sans); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-2); background: var(--paper-deep);
  padding: 12px 18px; border-bottom: 1px solid var(--line-2);
}
table.tbl td { padding: 13px 18px; border-bottom: 1px solid var(--line); vertical-align: top; color: #333942; }
table.tbl tbody tr:last-child td { border-bottom: 0; }
table.tbl tbody tr:nth-child(even) { background: rgba(226, 217, 198, .18); }
table.tbl td:first-child { font-weight: 600; color: var(--ink); }

.a-disclosure { max-width: 720px; margin: clamp(36px, 5vw, 56px) auto 0; padding: 16px 22px; border-radius: var(--r); background: var(--paper-deep); border: 1px solid var(--line-2); font-size: 13.5px; color: var(--ink-2); }

/* ---------- service page ---------- */
.svchero { padding: clamp(44px, 6vw, 80px) 0 clamp(24px, 3vw, 40px); }
.svchero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(30px, 5vw, 64px); align-items: center; }
.svchero h1 { font-size: clamp(34px, 4.6vw, 58px); margin: 16px 0 14px; }
.svchero__tag { font-size: clamp(17px, 1.7vw, 20px); color: var(--ink-2); max-width: 48ch; }
.svchero__art { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: var(--shadow); aspect-ratio: 4/3; position: relative; }
.svchero__art svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.svc-cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.svc-overview p { color: #333942; }
.panel { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r); box-shadow: var(--shadow); overflow: hidden; }
.panel + .panel { margin-top: 24px; }
.panel__head { padding: 16px 24px; background: var(--paper-deep); border-bottom: 1px solid var(--line-2); font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); }
.panel__body { padding: 20px 24px; }
.costs { list-style: none; margin: 0; padding: 0; }
.costs li { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 15.5px; }
.costs li:last-child { border-bottom: 0; }
.costs .amt { font-family: var(--serif); font-weight: 700; white-space: nowrap; color: var(--ink); }
.costs .lbl { color: var(--ink-2); }
.panel__note { font-size: 13px; color: var(--ink-3); margin: 12px 0 0; }
.qlist { list-style: none; margin: 0; padding: 0; counter-reset: q; }
.qlist li { counter-increment: q; position: relative; padding: 10px 0 10px 44px; border-bottom: 1px dashed var(--line); color: #333942; }
.qlist li:last-child { border-bottom: 0; }
.qlist li::before {
  content: counter(q, decimal-leading-zero);
  position: absolute; left: 0; top: 11px;
  font-family: var(--serif); font-style: italic; font-weight: 700; font-size: 17px; color: var(--clay);
}
.sigs { list-style: none; margin: 0; padding: 0; }
.sigs li { display: flex; gap: 12px; padding: 9px 0; color: #333942; }
.sigs li svg { width: 18px; height: 18px; flex: none; margin-top: 4px; color: var(--pine); }

/* ---------- about / legal ---------- */
.dochero { padding: clamp(48px, 7vw, 88px) 0 clamp(16px, 2vw, 24px); }
.dochero h1, .dochero .dochero__word { font-family: var(--serif); font-size: clamp(40px, 7vw, 88px); font-weight: 600; letter-spacing: -.02em; line-height: 1; }
.dochero__sub { margin-top: 16px; color: var(--ink-3); font-size: 15px; font-weight: 600; letter-spacing: .04em; }
.legal-prose { max-width: 760px; }
.legal-prose h2 { font-size: clamp(21px, 2.2vw, 26px); margin: 1.9em 0 .5em; }
.legal-prose p, .legal-prose li { color: #333942; font-size: 16.5px; }
.legal-prose ul { padding-left: 24px; }
.legal-prose .lead { font-family: var(--serif); font-size: clamp(18px, 1.9vw, 21px); line-height: 1.55; }
.legal-notice { padding: 26px 28px; border: 1px solid var(--line-2); border-left: 4px solid var(--clay); border-radius: var(--r); background: var(--card); font-size: 15px; line-height: 1.75; color: #333942; box-shadow: var(--shadow); }
.legal-table-note { font-size: 13.5px; color: var(--ink-3); }

.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 34px; }
.about-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--shadow); }
.about-card h3 { font-size: 20px; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.about-card h3 svg { width: 22px; height: 22px; color: var(--clay); flex: none; }
.about-card p { color: var(--ink-2); font-size: 15px; margin: 0; }

/* ---------- more row ---------- */
.morerow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

/* ---------- footer ---------- */
.footer { margin-top: clamp(48px, 7vw, 96px); background: var(--night); color: #b9b3a5; }
.footer__top { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); padding: clamp(44px, 6vw, 72px) 0 40px; }
.footer .nav__logo { color: #f7f2e9; }
.footer .nav__logo:hover { color: #fff; }
.footer__brand p { margin: 16px 0 0; font-size: 15px; max-width: 40ch; }
.footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; }
.footer__col h4 { font-family: var(--sans); color: #f7f2e9; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 6px; }
.footer__col a { color: #b9b3a5; font-size: 14.5px; }
.footer__col a:hover { color: #e0b294; }
.footer__disclosure { border-top: 1px solid rgba(233, 228, 216, .14); padding: 22px 0; font-size: 13px; line-height: 1.7; color: #8b8678; }
.footer__legal { border-top: 1px solid rgba(233, 228, 216, .14); padding: 20px 0 26px; display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; justify-content: space-between; font-size: 13.5px; }
.footer__legal-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer__legal-links a { color: #b9b3a5; }
.footer__legal-links a:hover { color: #e0b294; }

/* ---------- 404 ---------- */
.lost { min-height: 55vh; display: grid; place-items: center; text-align: center; padding: 60px 0; }
.lost__code { font-family: var(--serif); font-size: clamp(90px, 16vw, 190px); font-weight: 700; line-height: 1; color: var(--ink); }
.lost__code em { font-style: italic; color: var(--clay); }
.lost p { color: var(--ink-2); max-width: 44ch; margin: 14px auto 26px; }

/* ---------- reveal ---------- */
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
html.js .reveal.is-visible { opacity: 1; transform: none; }

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

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .ggrid, .sgrid, .morerow { grid-template-columns: repeat(2, 1fr); }
  .ethos__grid, .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer__top { grid-template-columns: 1fr; }
  .svc-cols { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .hero__grid, .svchero__grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: none; }
  .hero__art { order: -1; max-width: 520px; }
  .hero__ticker { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
  .hero__stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .feat { grid-template-columns: 1fr; }
  .feat__art { min-height: 220px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .ggrid, .sgrid, .morerow { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: repeat(2, 1fr); }
  .ahero__meta { gap: 10px 22px; }
  .prose { font-size: 16.5px; }
}

/* ---------- photography (real imagery replacing gradient placeholder covers) ---------- */
.feat__art img, .gcard__art img, .ahero__cover img, .svchero__art img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.gcard__art img { transition: transform .35s ease; }
.gcard:hover .gcard__art img { transform: scale(1.035); }

.hero__art img {
  width: 100%; height: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow-lift);
}

.stile__photo {
  display: block;
  margin: -28px -26px 4px;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.stile__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.stile:hover .stile__photo img { transform: scale(1.04); }

.prose figure {
  margin: 30px 0;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  background: var(--card);
}
.prose figure img { width: 100%; height: auto; }
.prose figure.fig--tall img { height: 520px; object-fit: cover; }
.prose figcaption {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--ink-2);
  padding: 10px 16px;
  border-top: 1px solid var(--line);
}

.about-photo {
  margin: 26px 0 34px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line-2);
  box-shadow: var(--shadow);
  background: var(--card);
}
.about-photo img { width: 100%; height: auto; }
.about-photo figcaption {
  font-family: var(--sans);
  font-size: 13.5px;
  color: var(--ink-2);
  padding: 10px 16px;
  border-top: 1px solid var(--line);
}
