:root {
  --ink: #1c1a17;
  --rust: #c7412d;
  --saffron: #f3a316;
  --cream: #f8f1e2;
  --paper: #fffcf6;
  --clay: #e87654;
  --line: rgba(28, 26, 23, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.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; }
.page-shell { overflow: hidden; }

.site-header { align-items: center; display: flex; justify-content: space-between; max-width: 1440px; margin: 0 auto; min-height: 93px; padding: 20px 5.2vw; }
.brand { align-items: center; display: flex; gap: 11px; }
.brand-mark { align-items: center; background: var(--rust); border-radius: 50%; color: var(--cream); display: inline-flex; font-family: var(--serif); font-size: 22px; font-style: italic; height: 39px; justify-content: center; width: 39px; }
.brand-copy { display: flex; flex-direction: column; font-family: var(--serif); font-size: 14px; letter-spacing: -0.02em; line-height: 0.9; }
.brand-copy strong { font-size: 18px; font-weight: 500; }
.site-nav { align-items: center; display: flex; gap: 34px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.site-nav a { transition: color 180ms ease; }
.site-nav a:hover { color: var(--rust); }
.site-nav .nav-social { border: 1px solid var(--ink); border-radius: 30px; padding: 11px 16px; }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 6px; }
.menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 25px; }

.hero { background: var(--cream); display: grid; grid-template-columns: minmax(0, 0.97fr) minmax(500px, 1.03fr); min-height: 650px; }
.hero-copy { align-self: center; max-width: 600px; padding: 75px 7vw 75px 9.5vw; }
.eyebrow, .kicker { color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; line-height: 1.4; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 10px; }
.eyebrow span { background: var(--rust); border-radius: 50%; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.065em; }
h1 { font-size: clamp(64px, 7vw, 108px); line-height: 0.86; margin-bottom: 28px; }
h1 em, h2 em { color: var(--rust); font-weight: inherit; }
.hero-text { font-family: var(--serif); font-size: 21px; line-height: 1.3; max-width: 420px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 35px; }
.button { align-items: center; border-radius: 2px; display: inline-flex; font-size: 11px; font-weight: 800; gap: 25px; justify-content: center; letter-spacing: 0.09em; padding: 16px 19px; text-transform: uppercase; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { box-shadow: 4px 4px 0 rgba(28, 26, 23, 0.2); transform: translate(-2px, -2px); }
.button span { font-size: 17px; line-height: 0; }
.button-primary { background: var(--rust); color: #fffaf1; }
.text-link, .inline-link { border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; padding-bottom: 4px; }
.text-link span, .inline-link span { font-size: 16px; padding-left: 5px; }
.trust-row { border-top: 1px solid var(--line); display: flex; gap: 27px; margin-top: 70px; padding-top: 18px; }
.trust-row div { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.trust-row span { font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.hero-visual { min-height: 650px; overflow: hidden; position: relative; }
.hero-visual::after { background: linear-gradient(105deg, rgba(199, 65, 45, .42) 0%, transparent 37%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-image-wrap { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero-image-wrap img { height: 100%; object-fit: cover; width: 100%; }
.sunburst { background: repeating-conic-gradient(from 0deg, rgba(243, 163, 22, .85) 0deg 6deg, transparent 6deg 15deg); border-radius: 50%; height: 590px; left: -295px; opacity: .8; position: absolute; top: 26px; width: 590px; z-index: 1; }
.hero-caption { bottom: 36px; color: var(--paper); font-family: var(--serif); font-size: 22px; line-height: .95; margin: 0; position: absolute; right: 45px; text-align: right; z-index: 2; }
.hero-caption span { display: block; font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .12em; margin-bottom: 7px; }
.hero-sticker { animation: slowspin 22s linear infinite; background: var(--saffron); border-radius: 50%; bottom: 33px; color: var(--ink); display: flex; font-size: 10px; font-weight: 800; height: 108px; justify-content: center; left: 35px; letter-spacing: .08em; padding: 44px 4px 0; position: absolute; text-transform: uppercase; transform: rotate(-18deg); width: 108px; z-index: 3; }
.hero-sticker span:nth-child(1) { position: absolute; top: 18px; }.hero-sticker span:nth-child(2) { position: absolute; right: 11px; top: 37px; }.hero-sticker span:nth-child(3) { position: absolute; right: 12px; top: 56px; }.hero-sticker span:nth-child(4) { bottom: 21px; position: absolute; right: 27px; }.hero-sticker span:nth-child(5) { bottom: 13px; left: 35px; }
@keyframes slowspin { to { transform: rotate(342deg); } }

.section-grid { display: grid; grid-template-columns: minmax(150px, .56fr) minmax(0, 1.44fr); }
.story { background: var(--paper); padding: 150px 9.5vw; }
.section-label { align-items: baseline; display: flex; gap: 11px; padding-top: 8px; }
.section-label span { color: var(--rust); font-family: var(--serif); font-size: 20px; font-style: italic; }
.section-label p { font-size: 10px; font-weight: 800; letter-spacing: .13em; margin: 0; text-transform: uppercase; }
.story-content { max-width: 810px; }
h2 { font-size: clamp(44px, 5.3vw, 78px); line-height: .93; margin-bottom: 39px; }
.story-body { display: grid; gap: 35px; grid-template-columns: 1fr 1fr; margin-bottom: 37px; max-width: 760px; }
.story-body p { font-family: var(--serif); font-size: 17px; line-height: 1.48; margin: 0; }
.inline-link { display: inline-block; }

.favourites { background: var(--rust); color: #fffaf0; padding: 113px 7vw 0; }
.favourites-heading { display: grid; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr); margin: 0 auto 60px; max-width: 1240px; }
.section-label-light span { color: var(--saffron); }.favourites .kicker { color: var(--saffron); }.favourites h2 { margin: 0; }
.favourite-grid { display: grid; gap: 18px; grid-template-columns: 1.3fr .85fr .85fr; margin: 0 auto; max-width: 1240px; }
.favourite-card { background: rgba(35, 22, 18, .2); min-height: 350px; overflow: hidden; position: relative; }
.favourite-card-featured { min-height: 445px; }
.favourite-card img { filter: saturate(.9); height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform 350ms ease; width: 100%; }.favourite-card:hover img { transform: scale(1.045); }
.favourite-card::after { background: linear-gradient(0deg, rgba(26, 15, 10, .85), transparent 56%); content: ""; inset: 0; position: absolute; }
.card-copy { bottom: 26px; left: 25px; position: absolute; right: 22px; z-index: 1; }.card-copy span { color: var(--saffron); font-family: var(--serif); font-size: 17px; font-style: italic; }.card-copy h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.05em; margin: 5px 0 5px; }.card-copy p { font-size: 12px; line-height: 1.35; margin: 0; max-width: 190px; }
.menu-note { align-items: center; display: flex; gap: 25px; justify-content: center; margin: 77px auto 0; max-width: 1240px; padding: 30px 10px; }.menu-note p { font-family: var(--serif); font-size: 20px; margin: 0 auto 0 0; }.note-icon { color: var(--saffron); font-size: 28px; }.button-cream { background: var(--cream); color: var(--ink); white-space: nowrap; }

.gallery { background: var(--cream); display: grid; grid-template-columns: 1.1fr .7fr .9fr; min-height: 460px; overflow: hidden; }
.gallery-pair { display: grid; gap: 0; grid-template-columns: 1fr 1fr; }.gallery-pair img { height: 100%; min-height: 250px; object-fit: cover; width: 100%; }.gallery-pair-left img:nth-child(1) { transform: scale(1.01); }.gallery-pair-right { grid-template-columns: 1fr; }.gallery-quote { align-self: center; font-family: var(--serif); font-size: clamp(28px, 3.4vw, 52px); letter-spacing: -.055em; line-height: .9; margin: 0; padding: 40px; text-align: center; }.gallery-quote em { color: var(--rust); }

.visit { background: var(--paper); padding: 145px 9.5vw 155px; }.visit-content { max-width: 850px; }.visit h2 { margin-bottom: 52px; }.visit-details { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding-top: 25px; }.detail-label { color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-bottom: 13px; text-transform: uppercase; }.detail-block address, .detail-block > p:not(.detail-label) { font-family: var(--serif); font-size: 18px; font-style: normal; line-height: 1.4; min-height: 76px; }.detail-block .inline-link { font-size: 11px; }.visit-callout { align-items: center; background: var(--saffron); display: flex; justify-content: space-between; margin-top: 64px; padding: 27px 31px; }.visit-callout > div { align-items: center; display: flex; gap: 16px; }.callout-star { font-size: 28px; }.visit-callout p { font-family: var(--serif); font-size: 20px; margin: 0; }.button-dark { background: var(--ink); color: var(--paper); white-space: nowrap; }

.site-footer { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 55px 7vw 31px; }.footer-brand { align-items: center; display: flex; gap: 12px; }.footer-brand .brand-mark { background: var(--saffron); color: var(--ink); }.footer-brand p { font-family: var(--serif); font-size: 16px; line-height: .95; margin: 0; }.footer-brand strong { font-size: 20px; font-weight: 400; }.footer-line { align-self: center; font-family: var(--serif); font-size: 18px; margin: 0; text-align: center; }.footer-links { align-items: center; display: flex; gap: 19px; justify-content: flex-end; }.footer-links a { border-bottom: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.footer-links a:hover { border-color: var(--cream); }.footer-note { color: rgba(248,241,226,.58); font-size: 9px; grid-column: 1 / -1; letter-spacing: .08em; margin: 45px 0 0; text-transform: uppercase; }

@media (max-width: 870px) {
  .site-header { min-height: 75px; padding: 14px 6vw; }.menu-toggle { display: block; }.site-nav { background: var(--paper); box-shadow: 0 15px 25px rgba(28,26,23,.11); display: flex; flex-direction: column; gap: 18px; opacity: 0; padding: 26px; pointer-events: none; position: absolute; right: 4vw; top: 64px; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease; z-index: 5; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { grid-template-columns: 1fr; }.hero-copy { min-height: 590px; padding: 70px 8vw 45px; }.hero-visual { min-height: 540px; }.sunburst { height: 470px; left: -235px; top: 15px; width: 470px; }.section-grid, .favourites-heading { grid-template-columns: 1fr; gap: 34px; }.story, .visit { padding: 90px 8vw; }.section-label { padding-top: 0; }.story-body { gap: 25px; }.favourites { padding: 85px 8vw 0; }.favourite-grid { grid-template-columns: 1.1fr 1fr; }.favourite-card-featured { grid-row: span 2; }.favourite-card { min-height: 213px; }.favourite-card-featured { min-height: 445px; }.gallery { grid-template-columns: 1fr 1fr; }.gallery-pair-left { grid-column: 1 / -1; height: 220px; }.gallery-quote { min-height: 280px; }.gallery-pair-right { min-height: 280px; }.site-footer { gap: 28px; grid-template-columns: 1fr 1fr; }.footer-line { text-align: right; }.footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .brand-copy { font-size: 12px; }.brand-copy strong { font-size: 16px; }.hero-copy { min-height: 500px; }.hero h1 { font-size: 64px; }.hero-text { font-size: 18px; }.trust-row { gap: 17px; margin-top: 48px; }.trust-row strong { font-size: 18px; }.trust-row span { font-size: 8px; }.hero-visual { min-height: 430px; }.hero-caption { bottom: 25px; right: 25px; }.hero-sticker { bottom: 19px; left: 19px; transform: scale(.82); transform-origin: bottom left; }.story-body, .visit-details { grid-template-columns: 1fr; }.story-body { margin-bottom: 29px; }.favourites-heading { margin-bottom: 38px; }.favourite-grid { grid-template-columns: 1fr; }.favourite-card, .favourite-card-featured { min-height: 350px; }.menu-note { align-items: flex-start; flex-wrap: wrap; gap: 15px; margin-top: 38px; padding: 28px 0; }.menu-note p { font-size: 18px; }.button-cream { width: 100%; }.gallery { display: block; }.gallery-pair-left { height: 200px; }.gallery-quote { min-height: 215px; }.gallery-pair-right { min-height: 250px; }.visit-callout { align-items: flex-start; flex-direction: column; gap: 23px; padding: 24px; }.visit-callout .button { width: 100%; }.site-footer { display: block; padding: 42px 8vw 24px; }.footer-line { margin: 31px 0; text-align: left; }.footer-links { flex-wrap: wrap; gap: 17px; }.footer-note { margin-top: 35px; }
}
