@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap');

:root {
  --paper: #f6f0e6;
  --paper-light: #fffaf2;
  --ink: #17241f;
  --muted: #53605a;
  --wine: #982438;
  --gold: #d1a64e;
  --line: #cfc5b6;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --content: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.content-width { width: min(var(--content), calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; background: white; color: var(--ink); border: 2px solid var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; border-bottom: 1px solid var(--line); background: var(--paper); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 48px; height: 54px; color: var(--wine); fill: none; stroke: currentColor; stroke-width: 2; }
.brand strong { display: block; font: 600 24px/1 var(--serif); }
.brand small { display: block; margin-top: 5px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--wine); transition: right .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 13px 20px; background: var(--wine); color: white; transition: background .2s, transform .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: #771b2b; transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--ink); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle i { width: 20px; height: 1px; background: currentColor; transition: transform .25s; }

.hero { min-height: 780px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(480px, .94fr); border-bottom: 1px solid var(--line); }
.hero-copy { padding: 100px max(50px, calc((100vw - var(--content))/2)) 86px; padding-right: 70px; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 760px; margin: 0 0 34px; font: 500 clamp(70px, 7vw, 110px)/.89 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 0 0 36px; color: #42504a; font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 14px; font-weight: 600; border: 1px solid transparent; transition: transform .2s, background .2s, color .2s; }
.button svg, .text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg { transform: translateX(4px); }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: #771b2b; }
.button-outline { border-color: var(--ink); }
.button-outline:hover, .button-outline:focus-visible { background: var(--ink); color: white; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover, .button-dark:focus-visible { background: #0d1612; }
.hero-meta { margin-top: 48px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 28px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-art { min-width: 0; padding: 68px 50px 48px; position: relative; overflow: hidden; background: #29382f; }
.hero-art::before { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; top: -160px; right: -80px; }
.hero-arch { height: 610px; max-width: 510px; margin: auto; border: 12px solid rgba(255,255,255,.08); border-radius: 260px 260px 10px 10px; overflow: hidden; }
.hero-arch img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: grayscale(1) contrast(1.08); transform: scale(1.02); }
.vertical-note { position: absolute; left: 20px; bottom: 52px; color: white; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.place-seal { width: 126px; height: 126px; position: absolute; right: 26px; bottom: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #765918; border-radius: 50%; background: var(--gold); color: #33280f; text-align: center; font-size: 10px; font-weight: 600; line-height: 1.35; letter-spacing: .15em; text-transform: uppercase; transform: rotate(6deg); }
.place-seal svg { width: 18px; margin-top: 5px; fill: currentColor; }

.section-label { margin: 0; color: var(--wine); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-label-gold { color: #b99c63; }
.mission { padding: 118px 0; background: var(--ink); color: #f8f2e8; }
.mission-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.mission h2 { max-width: 850px; margin: 0; font: 500 clamp(50px, 5.2vw, 74px)/.98 var(--serif); letter-spacing: -.035em; }
.mission h2 em { color: var(--gold); font-weight: 400; }
.mission-body { margin: 58px 0 0 35%; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: #d8d9d3; }
.mission-body > p { margin: 0; font-size: 16px; line-height: 1.7; }
.mission blockquote { margin: 0; padding-left: 27px; border-left: 2px solid var(--gold); color: white; font: 400 21px/1.48 var(--serif); }

.offer { padding: 125px 0 105px; background: var(--paper-light); }
.offer-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 70px; }
.offer-heading h2 { max-width: 650px; margin: 0; font: 500 clamp(54px, 5.2vw, 76px)/.95 var(--serif); letter-spacing: -.04em; }
.offer-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service { min-height: 154px; display: grid; grid-template-columns: 110px 1fr 1.1fr 64px; gap: 36px; align-items: center; padding: 34px 0; border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service-number { color: var(--wine); font: 500 31px/1 var(--serif); }
.service h3 { margin: 0; font: 500 32px/1.1 var(--serif); }
.service p { margin: 0; color: #5b655f; font-size: 14px; line-height: 1.65; }
.service-icon { width: 54px; height: 54px; padding: 11px; border: 1px solid var(--ink); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.story { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; }
.story-photo { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #372c24; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.story-photo figcaption { position: absolute; left: 0; bottom: 0; padding: 9px 13px; background: white; color: var(--ink); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.story-copy { padding: 110px 10%; display: flex; flex-direction: column; justify-content: center; background: var(--wine); color: white; }
.story-copy h2 { margin: 24px 0 32px; font: 500 clamp(58px, 5vw, 72px)/.95 var(--serif); letter-spacing: -.04em; }
.story-copy > p:not(.section-label) { max-width: 560px; margin: 0 0 35px; color: #f1dfe1; font-size: 17px; line-height: 1.72; }
.text-link { width: max-content; display: inline-flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.text-link-light { border-color: rgba(255,255,255,.55); }

.visit { padding: 118px 0 0; }
.visit-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; align-items: start; }
.visit h2 { max-width: 600px; margin: 20px 0 44px; font: 500 clamp(52px, 5vw, 72px)/.95 var(--serif); letter-spacing: -.04em; }
.facts { margin: 0; }
.facts > div { display: grid; grid-template-columns: 120px 1fr; padding: 20px 0; border-top: 1px solid var(--line); }
.facts > div:last-child { border-bottom: 1px solid var(--line); }
.facts dt { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 14px; line-height: 1.55; }
.map-link { margin-top: 24px; }
.contact-card { padding: 48px; border: 1px solid var(--line); background: var(--paper-light); }
.contact-mark { width: 54px; color: var(--wine); fill: none; stroke: currentColor; stroke-width: 1.8; }
.contact-card h3 { margin: 28px 0 20px; font: 500 clamp(34px, 3vw, 43px)/1 var(--serif); }
.contact-card p { margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.skyline { height: 270px; margin: 105px 0 0; position: relative; overflow: hidden; background: #d9e1e2; }
.skyline img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.skyline figcaption { position: absolute; right: 22px; bottom: 15px; padding: 6px 9px; background: rgba(246,240,230,.9); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.closing { padding: 105px 0; background: var(--gold); text-align: center; }
.closing h2 { max-width: 900px; margin: 0 auto 24px; font: 500 clamp(54px, 5.2vw, 76px)/.95 var(--serif); letter-spacing: -.04em; }
.closing p { max-width: 640px; margin: 0 auto 32px; font-size: 17px; line-height: 1.65; }

.site-footer { padding: 52px 0 25px; background: #111b17; color: #e9e3d8; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; padding-bottom: 42px; }
.footer-brand strong { font: 500 29px/1 var(--serif); }
.site-footer h2 { margin: 0 0 15px; color: var(--gold); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { margin: 13px 0 0; color: #aeb6af; font-size: 11px; line-height: 1.65; }
.site-footer a { font-size: 12px; line-height: 2; border-bottom: 1px solid transparent; }
.site-footer a:hover, .site-footer a:focus-visible { border-color: currentColor; }
.footer-brand p { max-width: 410px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; }
.credits { max-width: 650px; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .site-header { padding-inline: 30px; }
  .primary-nav { gap: 22px; }
  .hero { grid-template-columns: 1fr .82fr; }
  .hero-copy { padding-inline: 40px; }
  .hero h1 { font-size: clamp(62px, 7.2vw, 86px); }
  .hero-art { padding-inline: 34px; }
  .service { grid-template-columns: 80px 1fr 1fr 56px; gap: 26px; }
  .visit-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .content-width { width: min(var(--content), calc(100% - 40px)); }
  .site-header { height: 82px; padding-inline: 20px; }
  .brand-mark { width: 41px; height: 46px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 8px; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 24px 20px 28px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 15px 2px; border-bottom: 1px solid var(--line); }
  .primary-nav .nav-cta { margin-top: 16px; padding: 15px 18px; border-bottom: 0; text-align: center; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 76px 25px 62px; }
  .hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .hero-lead { font-size: 17px; }
  .hero-art { min-height: 650px; padding: 45px 30px; }
  .hero-arch { height: 540px; }
  .vertical-note { left: 12px; }
  .place-seal { width: 110px; height: 110px; right: 16px; bottom: 28px; }
  .mission { padding: 88px 0; }
  .mission-heading { grid-template-columns: 1fr; gap: 28px; }
  .mission-body { margin: 52px 0 0; grid-template-columns: 1fr; gap: 42px; }
  .offer { padding: 88px 0 76px; }
  .offer-heading { display: block; margin-bottom: 48px; }
  .offer-heading > p { margin-top: 25px; }
  .service { grid-template-columns: 54px 1fr; gap: 18px 22px; padding: 30px 0; }
  .service p, .service-icon { grid-column: 2; }
  .service-icon { margin-top: 4px; }
  .story { min-height: 0; grid-template-columns: 1fr; }
  .story-photo { height: 650px; }
  .story-copy { min-height: 570px; padding: 82px 30px; }
  .visit { padding-top: 88px; }
  .visit-grid { grid-template-columns: 1fr; gap: 58px; }
  .skyline { margin-top: 82px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .credits { text-align: left; }
}

@media (max-width: 520px) {
  .brand { gap: 9px; }
  .brand strong { font-size: 17px; }
  .brand small { letter-spacing: .11em; }
  .brand-mark { width: 36px; height: 41px; }
  .hero-copy { padding-top: 62px; }
  .hero h1 { margin-bottom: 26px; font-size: clamp(52px, 16.5vw, 70px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-meta { display: grid; gap: 10px; }
  .hero-art { min-height: 540px; padding-inline: 24px; }
  .hero-arch { height: 455px; border-width: 8px; }
  .vertical-note { display: none; }
  .place-seal { width: 94px; height: 94px; right: 10px; bottom: 24px; font-size: 8px; }
  .mission h2, .offer-heading h2, .story-copy h2, .visit h2, .closing h2 { font-size: 49px; }
  .service h3 { font-size: 29px; }
  .story-photo { height: 500px; }
  .facts > div { grid-template-columns: 95px 1fr; gap: 12px; }
  .contact-card { padding: 32px 25px; }
  .skyline { height: 210px; }
  .closing { padding: 78px 0; }
}
