/* Julia Hugg — travel advisory. Palette + type from the Hugg Travel Co brand system. */
@font-face {
  font-family: "Storyteller";
  src: url("/shared/brand/Storyteller.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("/shared/brand/cormorant-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  font-style: italic;
  src: url("/shared/brand/cormorant-italic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --ground: #F5F0E3;
  --panel: #F9F5EB;
  --ink: #3A2A22;
  --ink-soft: #6B5A4E;
  --ink-faint: #98897B;
  --line: rgba(58, 42, 34, 0.15);
  --accent: #6B3428;
  --accent-soft: rgba(107, 52, 40, 0.09);
  --sage: #7C8A6E;
  --max: 1040px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif;
  background: var(--ground);
  color: var(--ink);
  line-height: 1.68;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Storyteller", "Cochin", "Baskerville", Georgia, serif; font-weight: 400; line-height: 1.12; color: var(--ink); letter-spacing: 0.005em; }
.cormorant { font-family: "Cormorant", "Cochin", Georgia, serif; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--ink); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

nav { border-bottom: 1px solid var(--line); background: var(--ground); position: sticky; top: 0; z-index: 10; }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 15px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.nav-name { font-family: "Storyteller", Georgia, serif; font-size: 20px; color: var(--ink); }
.nav-name small { display: block; font-family: -apple-system, sans-serif; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.nav-links { display: flex; gap: 22px; font-size: 15px; flex-wrap: wrap; }
.nav-links a { color: var(--ink-soft); }
.nav-links a:hover { color: var(--accent); }

.hero { padding: 72px 24px 64px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: center; max-width: var(--max); margin: 0 auto; }
@media (max-width: 780px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.eyebrow { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent); font-weight: 600; margin-bottom: 20px; }
.hero h1 { font-size: clamp(36px, 5.4vw, 58px); margin-bottom: 22px; max-width: 16ch; }
.hero .lede { font-size: clamp(17.5px, 2.1vw, 20px); color: var(--ink-soft); max-width: 54ch; margin-bottom: 34px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-block; padding: 13px 26px; border-radius: 4px; font-weight: 600; font-size: 15.5px; letter-spacing: 0.02em; }
.btn-primary { background: var(--accent); color: #F5F0E3; }
.btn-primary:hover { background: var(--ink); color: #F5F0E3; }
.btn-ghost { border: 1.5px solid var(--accent); color: var(--accent); background: transparent; }
.btn-ghost:hover { background: var(--accent-soft); color: var(--accent); }

.portrait-frame { position: relative; max-width: 330px; margin: 0 auto; }
.portrait { width: 100%; display: block; object-fit: cover; aspect-ratio: 4 / 4.7; border-radius: 999px 999px 10px 10px; }
.portrait-frame::after { content: ""; position: absolute; inset: -12px; border: 1px solid var(--accent); border-radius: 999px 999px 14px 14px; opacity: 0.4; pointer-events: none; }
.vine { position: absolute; width: 150px; opacity: 0.14; pointer-events: none; }

.stats-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); }
.stats-grid { max-width: var(--max); margin: 0 auto; padding: 34px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 26px; }
.stat { font-family: "Storyteller", Georgia, serif; font-size: 30px; color: var(--accent); line-height: 1.1; }
.stat small { display: block; font-family: -apple-system, sans-serif; font-size: 13.5px; color: var(--ink-soft); margin-top: 7px; line-height: 1.5; letter-spacing: 0.01em; }

section { padding: 68px 0; }
section + section { border-top: 1px solid var(--line); }
h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 18px; max-width: 24ch; }
.section-intro { color: var(--ink-soft); max-width: 60ch; margin-bottom: 38px; font-size: 18px; }
.prose p { max-width: 66ch; margin-bottom: 18px; }
.prose p:last-child { margin-bottom: 0; }

.seat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.seat { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 30px 28px; }
.seat .cormorant { font-style: italic; font-size: 19px; color: var(--accent); margin-bottom: 8px; display: block; }
.seat h3 { font-size: 24px; margin-bottom: 12px; }
.seat p { color: var(--ink-soft); font-size: 15.5px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 24px 26px; }
.card h3 { font-size: 21px; margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 15px; }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.pill { font-size: 15px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 7px 18px; }

.about-grid { display: grid; grid-template-columns: 230px 1fr; gap: 46px; align-items: start; }
.about-photo { width: 230px; border-radius: 10px; display: block; }
@media (max-width: 640px) { .about-grid { grid-template-columns: 1fr; } }

footer { border-top: 1px solid var(--line); padding: 32px 0 44px; color: var(--ink-faint); font-size: 14.5px; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; align-items: center; }
.footer-mark { height: 40px; opacity: 0.7; }
