

:root { --ink: #1f2924; --cream: #fbf2df; --corn: #e9b73b; --red: #bd3b2d; --leaf: #426249; --line: rgba(31,41,36,.2); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.hero { min-height: 700px; background: var(--corn); overflow: hidden; }
.nav { max-width: 1220px; margin: auto; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; letter-spacing: .02em; line-height: .86; text-transform: uppercase; }
.brand b { font-size: 21px; letter-spacing: -.05em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 2px solid var(--ink); border-radius: 50%; font-family: Georgia, serif; font-size: 25px; font-weight: 700; }
.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 700; }
.nav-links a:hover, .text-link:hover { text-decoration: underline; }
.hero-grid { max-width: 1220px; margin: 20px auto 0; padding: 35px 30px 75px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: center; }
.eyebrow { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; margin: 0 0 16px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: .9; letter-spacing: -.06em; }
h1 { font-size: clamp(4rem, 8.2vw, 7.7rem); margin-bottom: 28px; }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.intro { max-width: 430px; font-size: 19px; line-height: 1.45; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 32px; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 14px 18px; border-radius: 2px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--cream); }
.button-dark { background: var(--ink); color: #fff; margin-top: 12px; }
.button span { font-size: 22px; line-height: 0; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; padding-bottom: 4px; }
.hero-art { position: relative; min-height: 430px; }
.hero-art::before { content: ''; position: absolute; inset: 8% -12% -9% 8%; border: 2px solid var(--red); border-radius: 50%; z-index: 0; }
.hero-art img { position: absolute; z-index: 1; width: min(100%, 620px); height: 440px; object-fit: cover; border-radius: 48% 48% 4px 4px; box-shadow: 14px 15px 0 var(--red); }
.sun-stamp { position: absolute; right: 0; bottom: 6px; z-index: 2; display: grid; place-content: center; width: 106px; height: 106px; border-radius: 50%; background: var(--cream); color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-align: center; transform: rotate(10deg); }
.flavor-strip { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 22px; padding: 17px 20px; background: var(--red); color: #fff4d9; font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flavor-strip i { color: var(--corn); font-style: normal; }
.menu-section { padding: 110px max(30px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; background: var(--cream); }
.section-intro h2, .visit-copy h2 { font-size: clamp(3.3rem, 6vw, 5.5rem); margin-bottom: 25px; }
.section-intro > p:last-child { max-width: 330px; color: #506057; font-size: 16px; line-height: 1.55; }
.menu-list { border-top: 1px solid var(--line); }
.menu-item { display: grid; grid-template-columns: 40px 1fr auto; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.item-number { color: var(--red); font-family: Georgia, serif; font-size: 17px; }
.menu-item h3 { margin-bottom: 6px; font-size: 19px; }
.menu-item p { margin: 0; color: #5d675f; font-size: 15px; line-height: 1.4; }
.menu-item strong { color: var(--red); font-family: Georgia, serif; font-size: 18px; }
.visit-section { display: grid; grid-template-columns: 1fr .8fr; min-height: 510px; background: var(--leaf); color: var(--cream); }
.visit-copy { padding: 90px max(30px, calc((100vw - 1220px)/2 + 30px)); }
.visit-copy .eyebrow { color: var(--corn); }
.visit-copy h2 em { color: var(--corn); }
.contact-block { margin: 34px 0 22px; display: flex; flex-wrap: wrap; gap: 30px 55px; align-items: end; font-size: 16px; line-height: 1.55; }
.contact-block p { margin: 0; }
.contact-block a { border-bottom: 1px solid var(--cream); font-size: 19px; font-weight: 700; }
.visit-note { display: flex; flex-direction: column; justify-content: center; padding: 60px; background: transparent; }
.mini-sun { color: var(--corn); font-size: 62px; }
.visit-note p { max-width: 310px; margin: 18px 0; font-family: Georgia, serif; font-size: 37px; line-height: 1; letter-spacing: -.04em; }
.visit-note small { font-size: 14px; line-height: 1.5; }
footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 20px 30px; border-top: 1px solid var(--line); background: var(--cream); color: var(--ink); font-size: 13px; font-weight: 700; }
.footer-info { display: flex; flex-direction: column; gap: 6px; min-width: 0; line-height: 1.5; }
.footer-watermark { display: flex; align-items: center; justify-self: end; }
/* Trim the source image's blank vertical margins without altering the logo. */
.footer-watermark img { display: block; width: 200px; height: 40px; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
footer a { text-decoration: underline; }
.location-section { padding: 95px max(30px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; background: var(--red); color: var(--cream); }
.location-copy .eyebrow, .location-copy h2 em { color: var(--corn); }
.location-copy h2 { font-size: clamp(3.3rem, 5.5vw, 5rem); margin-bottom: 30px; }
.location-copy address { font-size: 18px; font-style: normal; line-height: 1.6; }
.location-copy address strong { font-size: 22px; }
.location-demo { max-width: 370px; margin: 18px 0 25px; color: var(--cream); font-size: 14px; line-height: 1.5; }
.location-help { max-width: 340px; margin: 16px 0 0; font-size: 14px; line-height: 1.5; color: var(--cream); }
.location-map { min-width: 0; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.location-copy a:focus-visible { outline-color: var(--cream); }
.location-map iframe { display: block; border: 0; width: 100%; height: 460px; }
.map-caption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 18px 20px; font-size: 14px; line-height: 1.5; }
.map-caption a { text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
a:focus-visible, iframe:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.button .sr-only, .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; }
@media (max-width: 760px) { .location-section { grid-template-columns: 1fr; padding: 70px 20px; gap: 32px; } .location-map iframe { height: 360px; } }
@media (max-width: 760px) { .nav { padding: 21px 20px; } .nav-links { gap: 15px; } .hero-grid, .menu-section, .visit-section { grid-template-columns: 1fr; } .hero-grid { padding: 28px 20px 60px; gap: 30px; } .hero-art { min-height: 320px; } .hero-art img { height: 320px; } .menu-section { padding: 75px 20px; gap: 35px; } .visit-copy { padding: 70px 20px; } .visit-note { padding: 50px 28px; } footer { padding: 20px; gap: 16px; } .footer-watermark img { width: 160px; height: 32px; } }
@media (max-width: 360px) { footer { grid-template-columns: 1fr; gap: 14px; } .footer-watermark { justify-self: start; } }
