:root { --ink: #173f32; --cream: #f4f0e5; --paper: #fbfaf4; --coral: #ef6a52; --lime: #cbd67b; --line: rgba(23, 63, 50, 0.2); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.hero { min-height: 100svh; position: relative; overflow: hidden; background: var(--cream); padding: 0 6vw; display: flex; flex-direction: column; }
.nav { height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-style: italic; font-size: 14px; letter-spacing: -.06em; }
.nav-links { display: flex; gap: 36px; font-size: 13px; font-weight: 600; }
.nav-links a, .text-link { position: relative; }
.nav-links a::after, .text-link::after { content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.nav-links a:hover::after, .text-link:hover::after { width: 100%; }
.nav-cta { justify-self: end; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 99px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }
.hero-content { position: relative; z-index: 5; width: min(740px, 60vw); margin: auto 0; padding: 10vh 0 12vh; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; line-height: .92; }
h1 { font-size: clamp(68px, 8.7vw, 142px); }
h1 em, h2 em { color: var(--coral); font-weight: 400; }
.hero-copy { width: min(440px, 85%); margin: 34px 0 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: #225a47; }
.text-link { font-size: 13px; font-weight: 750; }
.text-link span { margin-left: 10px; }
.hero-art { position: absolute; width: min(43vw, 690px); aspect-ratio: .82; right: -3vw; bottom: 0; background: #d8dfaa; border-radius: 50% 50% 0 0 / 45% 45% 0 0; overflow: hidden; }
.sun { position: absolute; width: 34%; aspect-ratio: 1; border-radius: 50%; background: var(--coral); right: 17%; top: 15%; }
.horizon { position: absolute; left: -10%; width: 120%; height: 42%; border-radius: 50% 50% 0 0; }
.horizon-back { bottom: 10%; background: #8da873; transform: rotate(4deg); }
.horizon-front { bottom: -19%; height: 60%; background: var(--ink); transform: rotate(-5deg); }
.leaf { position: absolute; z-index: 2; width: 11%; height: 35%; border-radius: 100% 0 100% 0; background: #f7f1d9; transform-origin: bottom center; }
.leaf-one { left: 25%; bottom: 19%; transform: rotate(-45deg); }
.leaf-two { left: 36%; bottom: 23%; height: 43%; transform: rotate(-10deg); background: #b7c76b; }
.leaf-three { left: 45%; bottom: 20%; height: 32%; transform: rotate(36deg); }
.art-label { position: absolute; z-index: 3; right: 10%; bottom: 6%; color: var(--cream); font-size: 9px; letter-spacing: .2em; line-height: 1.8; }
.art-label strong { font-size: 15px; }
.hero-footer { display: flex; align-items: center; gap: 15px; position: relative; z-index: 5; width: 340px; padding-bottom: 28px; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.scroll-line { flex: 1; height: 1px; background: var(--line); }
.section { padding: 120px 8vw; }
.section-number { margin: 0 0 64px; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: start; }
.story h2, .contact h2 { font-size: clamp(58px, 7vw, 110px); }
.story-copy { padding-top: 8px; }
.story-copy p { max-width: 500px; margin: 0 0 24px; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.6; }
.story-copy p + p { font-size: 16px; color: #4b655c; }
.name-banner { display: flex; align-items: center; justify-content: space-between; margin-top: 110px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: clamp(44px, 8vw, 128px); letter-spacing: -.04em; }
.name-banner i { color: var(--coral); font-size: .6em; font-weight: 400; }
.visit { padding-top: 0; background: var(--paper); }
.visit-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--ink); color: var(--cream); border-radius: 2px; overflow: hidden; }
.visit-intro, .visit-details { padding: clamp(46px, 6vw, 90px); }
.visit-intro { background: linear-gradient(155deg, #1f5544 0%, var(--ink) 70%); position: relative; }
.visit-intro::after { content: ''; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(244,240,229,.22); border-radius: 50%; right: -90px; bottom: 60px; }
.section-number.light { color: #c6d4cc; }
.visit h2 { font-size: clamp(54px, 6vw, 94px); }
.visit .button { margin-top: 55px; }
.button-light { background: var(--lime); color: var(--ink); }
.visit-details { display: flex; flex-direction: column; justify-content: center; background: #f0a08c; color: var(--ink); }
.address-block span { font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.address-block p { margin: 14px 0 50px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 44px); line-height: 1.17; letter-spacing: -.035em; }
.detail-list { border-top: 1px solid rgba(23,63,50,.35); }
.detail-row { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(23,63,50,.35); font-size: 13px; }
.detail-row span { color: #365c50; }
.closed { margin: 18px 0 0; font-size: 11px; }
.contact { text-align: center; padding-top: 150px; padding-bottom: 150px; }
.contact .eyebrow { justify-content: center; }
.contact .phone { display: inline-flex; gap: 30px; align-items: center; margin-top: 55px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: clamp(20px, 2.2vw, 34px); font-weight: 700; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; margin: 0 6vw; padding: 34px 0; border-top: 1px solid var(--line); font-size: 11px; }
footer p:last-child { text-align: right; }
@media (max-width: 820px) {
  .hero { min-height: 900px; padding: 0 24px; }
  .nav { height: 86px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .brand { font-size: 11px; }
  .hero-content { width: 100%; margin: 0; padding-top: 90px; }
  h1 { font-size: clamp(61px, 18vw, 96px); }
  .hero-copy { width: 100%; max-width: 420px; }
  .hero-art { width: 72vw; max-width: 460px; opacity: .88; right: -13vw; }
  .hero-content { z-index: 6; }
  .hero-footer { width: 55%; }
  .section { padding: 88px 24px; }
  .story-grid, .visit-card { grid-template-columns: 1fr; }
  .story-copy { margin-top: 48px; }
  .name-banner { margin-top: 70px; font-size: clamp(38px, 14vw, 70px); }
  .visit { padding-top: 0; }
  .visit-card { min-height: auto; }
  .visit-intro, .visit-details { padding: 56px 34px; }
  .contact { padding-top: 110px; padding-bottom: 110px; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { margin: 0; }
  footer p:last-child { text-align: left; }
}
@media (max-width: 480px) {
  .nav-cta { padding: 10px 14px; }
  .nav-cta span { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-art { width: 92vw; right: -30vw; }
  .name-banner { font-size: 11vw; }
  .detail-row { flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
