:root {
  --ink: #29251f;
  --muted: #6e675e;
  --paper: #fbf8f3;
  --cream: #f2eadf;
  --terracotta: #bc5b32;
  --terracotta-dark: #8e3f22;
  --sage: #6c7865;
  --line: rgba(41, 37, 31, 0.15);
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 var(--sans); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(188, 91, 50, 0.55); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.shell { width: var(--page); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--terracotta-dark); font-size: .73rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
p { margin: 0; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 700; line-height: 1; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--cream); border-color: var(--ink); }
.text-link { color: var(--terracotta-dark); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.section { padding-block: clamp(72px, 10vw, 132px); }
.section.compact { padding-block: clamp(52px, 7vw, 86px); }
.section-head { display: grid; gap: 18px; margin-bottom: clamp(34px, 6vw, 64px); }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(251, 248, 243, .95); }
.nav-wrap { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 1.23rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50% 50% 48% 52%; background: var(--terracotta); color: white; font: 700 1rem var(--sans); transform: rotate(-5deg); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); }
.site-nav a { color: var(--muted); font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--terracotta-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); }

.hero { padding-block: clamp(56px, 8vw, 108px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-copy { display: grid; gap: 24px; }
.hero-art { position: relative; min-height: min(650px, 65vw); }
.phone { position: absolute; overflow: hidden; width: 60%; border: 9px solid #25231f; border-radius: 42px; background: #f9f4ed; box-shadow: 0 30px 80px rgba(64, 48, 36, .22); }
.phone.one { top: 0; right: 4%; transform: rotate(4deg); }
.phone.two { bottom: 0; left: 1%; transform: rotate(-5deg); }
.phone-bar { height: 22px; background: #25231f; }
.phone-screen { padding: 24px 18px; }
.phone-screen small { color: var(--muted); font-weight: 700; text-transform: uppercase; }
.phone-screen h3 { margin: 8px 0 24px; font-size: 1.7rem; }
.day { margin: 12px 0 6px; color: var(--terracotta-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.plan-row { display: grid; grid-template-columns: 47px 1fr; gap: 8px; padding: 10px 0; border-top: 1px solid var(--line); font-size: .78rem; }
.plan-row strong { font-size: .73rem; }
.expense { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 14px; border-radius: 14px; background: white; font-size: .75rem; }
.app-store-note { color: var(--muted); font-size: .83rem; }

.feature-list { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 56px minmax(180px, .55fr) 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.feature-row span { color: var(--terracotta-dark); font-weight: 750; }
.feature-row p { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.warm { background: var(--cream); }
.dark { background: var(--ink); color: white; }
.dark .eyebrow, .dark .lede { color: #d9cfc2; }
.editorial-image { overflow: hidden; border-radius: 4px 90px 4px 4px; background: #d9cfc2; }
.editorial-image img { aspect-ratio: 4 / 3; object-fit: cover; }

.page-hero { padding-block: clamp(68px, 10vw, 130px); }
.page-hero .lede { margin-top: 24px; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 64px); }
.story-card { display: grid; align-content: start; gap: 16px; }
.story-card a { text-decoration: none; }
.story-card img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease; }
.story-card .image-link { overflow: hidden; background: var(--cream); }
.story-card:hover img { transform: scale(1.025); }
.story-card h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.story-card p { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .75rem; }

.article-hero { padding: clamp(48px, 7vw, 90px) 0 40px; }
.article-hero .article-intro { display: grid; gap: 22px; max-width: 920px; margin-bottom: 42px; }
.article-hero h1 { font-size: clamp(3rem, 7vw, 6rem); }
.article-meta { color: var(--muted); font-size: .9rem; }
.hero-photo { width: min(1400px, calc(100% - 24px)); margin: auto; }
.hero-photo img { max-height: 760px; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.article-body.wide { width: var(--page); }
.article-section { padding-block: clamp(54px, 8vw, 96px); }
.article-section h2 { margin-bottom: 24px; }
.article-section p + p { margin-top: 20px; }
.article-section p { color: #49433c; font-size: 1.06rem; }
.recommendation { display: grid; grid-template-columns: .7fr 1fr; gap: 48px; padding: clamp(30px, 5vw, 54px); border: 1px solid var(--line); background: white; }
.recommendation ul { margin: 0; padding: 0; list-style: none; }
.recommendation li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.recommendation li::before { content: "✦"; margin-right: 12px; color: var(--terracotta); }
.article-image { margin-top: 36px; }
.article-image img { max-height: 680px; object-fit: cover; }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; margin-top: 34px; }
.gallery img { height: 100%; min-height: 280px; object-fit: cover; }
.room-facts, .property-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.fact dt { color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.fact dd { margin: 5px 0 0; }
.good-to-know { border-left: 4px solid var(--terracotta); background: var(--cream); padding: clamp(28px, 5vw, 48px); }
.itinerary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 32px; }
.itinerary-day { padding: 26px; border: 1px solid var(--line); background: white; }
.itinerary-day h3 { margin-bottom: 14px; font: 800 .78rem var(--sans); letter-spacing: .14em; }
.itinerary-row { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.itinerary-row time { color: var(--terracotta-dark); font-weight: 750; }
.disclosure { padding: 28px; border: 1px solid var(--line); }
.disclosure h2 { margin-bottom: 12px; font-size: 1.5rem; }

.numbered-grid, .offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.numbered-card, .offer-card { padding: clamp(26px, 4vw, 46px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbered-card span { color: var(--terracotta-dark); font-size: .8rem; font-weight: 800; letter-spacing: .13em; }
.numbered-card h3, .offer-card h3 { margin: 16px 0 12px; }
.numbered-card p, .offer-card p { color: var(--muted); }
.future-label { display: inline-block; margin-bottom: 16px; padding: 5px 8px; border-radius: 3px; background: var(--cream); color: var(--terracotta-dark); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bullet-columns { columns: 2; column-gap: 60px; margin: 28px 0 0; padding-left: 20px; }
.bullet-columns li { margin-bottom: 10px; break-inside: avoid; }

.form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .fieldset legend { font-weight: 750; }
.field .optional { color: var(--muted); font-size: .8rem; font-weight: 400; }
.field input, .field textarea { width: 100%; border: 1px solid #aaa094; border-radius: 5px; background: white; color: var(--ink); padding: 13px 14px; }
.field textarea { min-height: 150px; resize: vertical; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a32618; }
.error { min-height: 1.25em; color: #8a2016; font-size: .82rem; }
.fieldset { grid-column: 1 / -1; margin: 4px 0; padding: 0; border: 0; }
.checks { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.check { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; }
.form-status { grid-column: 1 / -1; padding: 14px; border-radius: 4px; background: var(--cream); }
.form-status:empty { display: none; }

.legal { width: min(760px, calc(100% - 40px)); margin-inline: auto; padding-block: 70px 100px; }
.legal h1 { margin-bottom: 16px; font-size: clamp(2.8rem, 6vw, 4.5rem); }
.legal h2 { margin: 42px 0 12px; font-size: 1.8rem; }
.legal p + p { margin-top: 18px; }
.legal .updated { color: var(--muted); }

.site-footer { padding: 64px 0 34px; border-top: 1px solid var(--line); background: #f4eee6; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-title { margin-bottom: 12px; font-family: var(--serif); font-size: 1.5rem; }
.footer-copy { max-width: 350px; color: var(--muted); }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links h2 { margin-bottom: 8px; font: 800 .75rem var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--terracotta-dark); }
.copyright { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }

@media (max-width: 800px) {
  :root { --page: min(100% - 32px, 680px); }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 79px 0 0; display: none; align-content: start; align-items: stretch; padding: 28px 24px; background: var(--paper); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 500 1.8rem var(--serif); }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-art { min-height: 520px; }
  .feature-row { grid-template-columns: 38px 1fr; }
  .feature-row p { grid-column: 2; }
  .recommendation { grid-template-columns: 1fr; gap: 26px; }
  .property-grid, .room-facts { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.8rem, 16vw, 4.3rem); }
  .hero-art { min-height: 420px; }
  .phone { width: 66%; border-width: 6px; border-radius: 30px; }
  .phone-screen { padding: 18px 13px; }
  .phone-screen h3 { font-size: 1.25rem; margin-bottom: 14px; }
  .expense:nth-last-child(-n+2), .phone.two .plan-row:nth-last-child(-n+2) { display: none; }
  .story-grid, .numbered-grid, .offer-grid, .itinerary, .form, .gallery { grid-template-columns: 1fr; }
  .gallery img { min-height: 0; aspect-ratio: 4 / 3; }
  .field.full { grid-column: auto; }
  .fieldset, .form-status { grid-column: auto; }
  .bullet-columns { columns: 1; }
  .property-grid, .room-facts { grid-template-columns: 1fr 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

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