:root {
  --espresso: #32150e;
  --bean: #5a2112;
  --caramel: #854932;
  --cream: #fbf4e9;
  --paper: #fffdf9;
  --blush: #f3c9cc;
  --ink: #2f201b;
  --muted: #745f56;
  --line: rgba(90, 33, 18, 0.16);
  --shadow: 0 24px 70px rgba(50, 21, 14, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .75rem 1rem; background: var(--espresso); color: white; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, .9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 174px; height: auto; }
.nav-links { display: flex; align-items: center; gap: .25rem; }
.nav-links a { padding: .65rem .9rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .94rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--cream); color: var(--bean); }
.nav-links .nav-visit { background: var(--bean); color: white; margin-left: .5rem; }
.nav-links .nav-visit:hover { background: var(--espresso); color: white; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--bean); font-size: 1.25rem; cursor: pointer; }

.hero { position: relative; overflow: clip; background: var(--cream); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 3rem; padding-block: 5.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--caramel); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--espresso); font-family: Georgia, "Times New Roman", serif; line-height: 1.03; }
h1 { font-size: clamp(3.7rem, 8vw, 7.6rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); letter-spacing: -.045em; }
h3 { font-size: 1.45rem; }
.lead { max-width: 620px; margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.25rem; border: 2px solid var(--bean); border-radius: 999px; background: var(--bean); color: white; text-decoration: none; font-weight: 800; }
.button:hover { background: var(--espresso); border-color: var(--espresso); transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--bean); }
.button.secondary:hover { background: rgba(90, 33, 18, .06); }
.hero-art { position: relative; }
.hero-photo { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; border-radius: 180px 180px 32px 32px; box-shadow: var(--shadow); }
.hero-stamp { position: absolute; left: -45px; bottom: 34px; width: 135px; height: 135px; display: grid; place-items: center; padding: 1rem; border-radius: 50%; background: var(--blush); box-shadow: 0 16px 40px rgba(50,21,14,.15); transform: rotate(-7deg); }
.hero-stamp img { width: 88px; }
.scribble { color: var(--caramel); font-family: Georgia, serif; font-style: italic; }

.section { padding-block: 7rem; }
.section.tinted { background: var(--cream); }
.section-head { max-width: 700px; margin-bottom: 3rem; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.card-number { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 50%; background: var(--blush); color: var(--bean); font-weight: 900; }
.card p { margin-bottom: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.split-art { position: relative; min-height: 480px; display: grid; place-items: center; border-radius: var(--radius); background: #f7e7d5; overflow: hidden; }
.split-art img { width: min(80%, 430px); max-height: 380px; }
.bean-dots { position: absolute; inset: auto 0 0; height: 90px; opacity: .22; background: radial-gradient(ellipse at center, var(--bean) 0 18%, transparent 19%) 0 0/44px 28px; }
.ticks { display: grid; gap: 1rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.ticks li { display: flex; gap: .8rem; align-items: flex-start; }
.ticks li::before { content: "✓"; flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--bean); font-weight: 900; }
.quote { padding: 2rem 0; text-align: center; color: var(--bean); font-family: Georgia, serif; font-size: clamp(1.6rem, 4vw, 3rem); }

.page-hero { padding: 6rem 0 4rem; background: var(--cream); text-align: center; }
.page-hero .logo-mark { width: 120px; margin: 0 auto 2rem; }
.page-hero h1 { font-size: clamp(3.4rem, 9vw, 6.8rem); }
.page-hero .lead { margin-inline: auto; }
.story-copy p { color: var(--muted); font-size: 1.08rem; }
.story-copy .dropcap::first-letter { float: left; margin: .08em .12em 0 0; color: var(--bean); font-family: Georgia, serif; font-size: 4.5rem; line-height: .75; }

.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.visit-card { padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: var(--espresso); color: white; }
.visit-card h2, .visit-card h3 { color: white; }
.visit-card address { margin: 2rem 0; font-style: normal; font-size: 1.2rem; }
.visit-card .button { background: var(--blush); border-color: var(--blush); color: var(--bean); }
.map-card { min-height: 520px; display: grid; place-items: center; padding: 2rem; border-radius: var(--radius); background: #eadac8; overflow: hidden; text-align: center; }
.map-card img { width: min(330px, 72%); margin: 0 auto 2rem; }
.travel-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1rem; }
.travel-list article { padding: 1.75rem; border: 1px solid var(--line); border-radius: 22px; }

.cta { margin-bottom: 7rem; padding: clamp(2rem, 6vw, 5rem); border-radius: var(--radius); background: var(--blush); text-align: center; }
.cta p { max-width: 620px; margin: 1rem auto 0; color: var(--bean); }
.cta .actions { justify-content: center; }
.site-footer { padding: 3.5rem 0; background: var(--espresso); color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-logo { width: 190px; filter: brightness(0) invert(1); opacity: .9; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-note { margin: 1.25rem 0 0; font-size: .84rem; }

@media (max-width: 820px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; top: 76px; left: 1rem; right: 1rem; display: none; padding: 1rem; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .nav-visit { margin: .25rem 0 0; text-align: center; }
  .hero-grid, .split, .visit-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 4rem; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-copy .actions { justify-content: center; }
  .hero-art { width: min(560px, 100%); margin: 0 auto; }
  .hero-photo { aspect-ratio: 5 / 4; border-radius: 120px 120px 28px 28px; }
  .hero-stamp { left: 10px; bottom: -28px; width: 105px; height: 105px; }
  .cards, .travel-list { grid-template-columns: 1fr; }
  .section { padding-block: 5rem; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 1.25rem, 1160px); }
  .brand img { width: 148px; }
  h1 { font-size: 3.45rem; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-grid { gap: 3.5rem; }
  .hero-photo { aspect-ratio: 1 / 1.05; }
  .section { padding-block: 4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .nav-links a { transition: .2s ease; }
  .hero-art { animation: rise .65s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } }
}
