/*
Theme Name: Brunch at Peony
Theme URI: https://brunchatpeony.com/
Author: Brunch at Peony
Author URI: https://brunchatpeony.com/
Description: A fast, mobile-first restaurant theme for Brunch at Peony in Suwanee, Georgia. Includes starter pages, menu, blog layouts, contact email integration and Restaurant schema.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brunch-at-peony
Tags: food-and-drink, blog, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
  --ink: #16352f;
  --green: #173d35;
  --green-2: #244f46;
  --cream: #f7f1e7;
  --paper: #fffdf8;
  --pink: #c96c78;
  --pink-pale: #f1dadd;
  --gold: #c79b58;
  --text: #30413c;
  --muted: #69766f;
  --line: #ded8cd;
  --shadow: 0 24px 70px rgba(23, 61, 53, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { color: white; background: var(--pink); }
a { color: inherit; text-decoration: none; text-decoration-line: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 20px; top: -100px; padding: 10px 16px; background: white; color: var(--green); box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }

.announcement { background: var(--green); color: #f8eee7; font-size: 12px; letter-spacing: .04em; }
.announcement-inner { height: 35px; display: flex; align-items: center; justify-content: space-between; }
.announcement p { margin: 0; display: flex; align-items: center; gap: 9px; }
.announcement a { display: flex; align-items: center; gap: 6px; opacity: .85; transition: opacity .2s; }
.announcement a:hover { opacity: 1; }
.open-dot { width: 7px; height: 7px; border-radius: 99px; background: #91bd8a; box-shadow: 0 0 0 4px rgba(145, 189, 138, .13); }
.site-header { position: sticky; z-index: 80; top: 0; height: 86px; background: rgba(255, 253, 248, .94); border-bottom: 1px solid rgba(23, 61, 53, .1); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: var(--green); flex-shrink: 0; line-height: 0; padding: 0; margin: 0; }
.brand-logo { display: block; height: 52px; width: auto; margin: 0; padding: 0; object-fit: contain; }
.brand-light { color: var(--cream); }
.brand-light .brand-logo { filter: brightness(0) invert(1); opacity: .92; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 29px; height: 100%; }
.desktop-nav a { position: relative; display: grid; align-items: center; height: 100%; color: #465b55; font-size: 13px; font-weight: 700; text-decoration: none; border: 0; outline: 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 22px; width: 0; height: 2px; background: var(--pink); transition: width .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.desktop-nav a.active { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 17px; }
.phone-action { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 12px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 99px; background: transparent; position: relative; }
.menu-toggle span { position: absolute; left: 13px; width: 19px; height: 1.5px; background: var(--green); transition: transform .25s, top .25s; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 26px; }
.menu-toggle.is-open span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle.is-open span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 70; inset: 121px 0 0; padding: 38px 24px; background: var(--cream); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; overflow-y: auto; }
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--green); font-family: var(--serif); font-size: clamp(32px, 9vw, 48px); line-height: 1; }
.mobile-menu nav a small { min-width: 20px; color: var(--pink); font-family: var(--sans); font-size: 10px; letter-spacing: .12em; }
.mobile-menu nav a svg { margin-left: auto; }
.mobile-menu-info { display: grid; gap: 12px; margin-top: 36px; padding: 22px; background: rgba(255,255,255,.55); }
.mobile-menu-info p, .mobile-menu-info a { margin: 0; display: flex; align-items: center; gap: 10px; font-size: 13px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 15px; padding: 12px 23px; border: 1px solid transparent; border-radius: 99px; font-size: 12px; font-weight: 700; letter-spacing: .03em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--green); }
.button-dark:hover { background: var(--green-2); }
.button-light { color: var(--green); background: white; }
.button-light:hover { background: var(--cream); }
.button-pink { color: white; background: var(--pink); }
.button-outline { color: var(--green); background: transparent; border-color: rgba(23,61,53,.35); }
.button-outline:hover { border-color: var(--green); }
.button-small { min-height: 41px; padding: 8px 16px; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--green); font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.eyebrow.light { color: #edc2c7; }

.site-footer { position: relative; overflow: hidden; padding: 90px 0 24px; color: rgba(255,255,255,.72); background: #12352f; }
.footer-flower { position: absolute; right: -30px; bottom: -70px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 260px; line-height: 1; pointer-events: none; }
.footer-grid { position: relative; display: grid; grid-template-columns: 2fr .75fr 1fr .9fr; gap: 75px; }
.footer-lead > p { max-width: 350px; margin: 25px 0; font-size: 14px; }
.site-footer h3 { margin-bottom: 25px; color: #edc2c7; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.site-footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.site-footer a:hover { color: white; }
.site-footer p { margin-bottom: 12px; }
.site-footer strong { color: white; font-weight: 600; }
.socials { display: flex; gap: 9px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; letter-spacing: .03em; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.page-intro { position: relative; overflow: hidden; padding: 95px 0 80px; background: var(--cream); }
.page-intro::after { content: "P"; position: absolute; right: 5%; top: -95px; color: rgba(201,108,120,.07); font-family: var(--serif); font-size: 340px; line-height: 1; }
.page-intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.page-intro h1 { max-width: 720px; margin: 0; color: var(--green); font-size: clamp(54px, 7.5vw, 105px); }
.page-intro-grid > div > p { max-width: 480px; margin-bottom: 0; color: #65736c; font-family: var(--serif); font-size: 20px; line-height: 1.55; }

/* Home */
.hero { min-height: 690px; padding: 55px 0 70px; overflow: hidden; background: linear-gradient(105deg, #f8f3e9 0 60%, #ecd8d6 60%); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 55px; }
.hero-copy { position: relative; z-index: 2; padding: 25px 0; }
.hero h1 { margin-bottom: 26px; color: var(--green); font-size: clamp(58px, 6.4vw, 94px); }
.hero h1 em { color: var(--pink); font-weight: 400; }
.hero-sub { max-width: 570px; margin-bottom: 30px; color: #5f6e68; font-family: var(--serif); font-size: 19px; line-height: 1.6; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; color: #5d6d67; font-size: 11px; font-weight: 700; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-visual { position: relative; min-height: 560px; }
.hero-main-image { position: absolute; inset: 0 0 0 11%; overflow: hidden; border-radius: 240px 240px 18px 18px; box-shadow: var(--shadow); }
.hero-main-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-main-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(16,45,38,.25)); }
.hero-side-image { position: absolute; z-index: 2; left: -2%; bottom: 2%; width: 205px; height: 245px; overflow: hidden; border: 9px solid var(--paper); border-radius: 100px 100px 10px 10px; box-shadow: 0 15px 45px rgba(23,61,53,.2); }
.hero-side-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; z-index: 3; right: -30px; top: 35px; display: grid; width: 130px; height: 130px; place-items: center; color: white; background: var(--pink); border: 8px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: var(--shadow); text-align: center; transform: rotate(8deg); }
.hero-stamp strong { font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: .9; }
.hero-stamp small { display: block; margin-top: 8px; font-size: 8px; letter-spacing: .15em; }
.ticker { overflow: hidden; padding: 14px 0; color: white; background: var(--pink); }
.ticker-track { display: flex; width: max-content; animation: ticker 30s linear infinite; }
.ticker span { display: flex; align-items: center; gap: 18px; margin-right: 18px; font-family: var(--serif); font-size: 15px; }
.ticker i { font-style: normal; opacity: .55; }
@keyframes ticker { to { transform: translateX(-50%); } }
.home-intro { padding: 130px 0; }
.home-intro-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; }
.home-intro aside { padding-top: 8px; }
.home-intro aside p:not(.eyebrow) { max-width: 245px; color: var(--muted); font-size: 13px; }
.home-intro aside .text-link { margin-top: 18px; }
.home-intro h2 { margin: 0; color: var(--green); font-size: clamp(45px, 5.2vw, 75px); }
.home-intro h2 em { color: var(--pink); font-weight: 400; }
.signature { padding: 115px 0; background: var(--green); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { max-width: 700px; margin: 0; font-size: clamp(44px, 5vw, 68px); }
.section-heading.light h2 { color: white; }
.section-heading.light .text-link { color: white; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dish-card { position: relative; overflow: hidden; min-height: 480px; border-radius: 4px; background: #20453d; }
.dish-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.dish-card:hover img { transform: scale(1.045); }
.dish-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(8,31,26,.93)); }
.dish-card-content { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; color: rgba(255,255,255,.76); }
.dish-card-content small { color: #edc2c7; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.dish-card-content h3 { margin: 9px 0 8px; color: white; font-size: 31px; }
.dish-card-content p { margin: 0; font-size: 12px; line-height: 1.5; }
.dish-number { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; width: 38px; height: 38px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 10px; }
.story-section { padding: 135px 0; background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.story-images { position: relative; min-height: 610px; }
.story-images .image-tall { position: absolute; inset: 0 17% 0 0; overflow: hidden; border-radius: 210px 210px 4px 4px; }
.story-images .image-small { position: absolute; right: 0; bottom: 35px; width: 215px; height: 270px; overflow: hidden; border: 9px solid var(--cream); box-shadow: var(--shadow); }
.story-images img { width: 100%; height: 100%; object-fit: cover; }
.story-copy h2 { margin-bottom: 27px; font-size: clamp(45px, 5vw, 67px); }
.story-copy > p:not(.eyebrow) { color: #5f6e68; font-size: 15px; }
.story-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 35px 0; padding: 25px 0; border-block: 1px solid var(--line); }
.story-facts strong { display: block; color: var(--pink); font-family: var(--serif); font-size: 33px; font-weight: 500; }
.story-facts span { display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.coffee-section { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 570px; background: #ead9d2; }
.coffee-image { min-height: 570px; }
.coffee-image img { width: 100%; height: 100%; object-fit: cover; }
.coffee-copy { display: grid; place-items: center; padding: 80px 8vw; }
.coffee-copy > div { max-width: 520px; }
.coffee-copy h2 { font-size: clamp(45px, 5vw, 68px); }
.coffee-copy p:not(.eyebrow) { color: #596963; }
.visit-section { padding: 115px 0; }
.visit-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 520px; overflow: hidden; color: white; background: var(--green); }
.visit-copy { padding: 65px; }
.visit-copy h2 { margin-bottom: 22px; color: white; font-size: 55px; }
.visit-copy > p { color: rgba(255,255,255,.7); }
.visit-details { display: grid; gap: 20px; margin: 35px 0; }
.visit-details > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; }
.visit-details p { margin: 0; font-size: 13px; }
.visit-details strong { display: block; color: white; }
.map-wrap { min-height: 420px; background: #ddd; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.75) sepia(.12); }
.theme-download { padding: 28px 0; color: #6a524e; background: var(--pink-pale); }
.theme-download .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.theme-download p { margin: 0; font-size: 13px; }
.theme-download strong { color: var(--green); }

/* Menu */
.menu-jump { position: sticky; z-index: 30; top: 86px; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.96); scrollbar-width: none; }
.menu-jump::-webkit-scrollbar { display: none; }
.menu-jump .container { display: flex; gap: 25px; }
.menu-jump a { flex: none; padding: 17px 0 14px; color: #63716b; border-bottom: 2px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-jump a:hover { color: var(--pink); border-color: var(--pink); }
.menu-feature { padding: 95px 0; }
.menu-feature-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.menu-feature-image { position: relative; height: 580px; overflow: hidden; border-radius: 190px 190px 4px 4px; }
.menu-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.menu-feature-copy h2 { font-size: clamp(45px, 5vw, 70px); }
.menu-feature-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.menu-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; margin: 30px 0; }
.menu-feature-list span { display: flex; align-items: center; gap: 8px; color: var(--green); font-size: 12px; font-weight: 700; }
.menu-feature-list span::before { content: "✦"; color: var(--pink); font-size: 10px; }
.menu-board { padding: 100px 0; background: var(--cream); }
.menu-section { scroll-margin-top: 150px; display: grid; grid-template-columns: .45fr 1fr; gap: 80px; padding: 55px 0; border-top: 1px solid #d8d0c3; }
.menu-section:first-child { padding-top: 0; border-top: 0; }
.menu-section-title h2 { margin-bottom: 16px; font-size: 39px; }
.menu-section-title p { max-width: 300px; color: var(--muted); font-family: var(--serif); font-size: 14px; line-height: 1.55; }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 45px; }
.menu-item { position: relative; padding: 0 0 26px; margin-bottom: 26px; border-bottom: 1px dotted #c8c0b5; }
.menu-item-head { display: flex; align-items: baseline; gap: 8px; }
.menu-item h3 { margin: 0; font-family: var(--sans); font-size: 14px; font-weight: 800; letter-spacing: 0; }
.menu-dots { flex: 1; border-bottom: 1px dotted #b7aea2; }
.menu-price { color: var(--pink); font-family: var(--serif); font-size: 16px; }
.menu-item p { margin: 8px 0 0; color: #78827d; font-size: 11px; line-height: 1.5; }
.menu-tags { display: inline-flex; gap: 5px; margin-left: 7px; color: var(--pink); font-size: 8px; letter-spacing: .05em; vertical-align: top; }
.menu-image-section { padding: 110px 0; }
.menu-image-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.menu-image-heading h2 { max-width: 650px; margin: 0; font-size: 58px; }
.menu-image-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 870px; margin: 0 auto; }
.menu-image-frame { margin: 0; padding: 14px; background: white; box-shadow: var(--shadow); }
.menu-image-frame img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.menu-image-section .menu-notice { margin-top: 30px; text-align: center; }
.menu-notice { max-width: 800px; margin: 30px auto 0; color: var(--muted); font-size: 11px; text-align: center; }

/* About */
.about-opening { padding: 115px 0; }
.about-opening-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-portrait { position: relative; height: 650px; overflow: hidden; border-radius: 220px 220px 6px 6px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-portrait-label { position: absolute; right: -20px; bottom: 40px; padding: 18px 25px; color: white; background: var(--pink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-2deg); }
.about-copy h2 { font-size: clamp(46px, 5.2vw, 72px); }
.about-copy .lead { color: var(--green); font-family: var(--serif); font-size: 23px; line-height: 1.5; }
.about-copy p { color: var(--muted); }
.timeline { padding: 115px 0; background: var(--green); }
.timeline .section-heading { max-width: 760px; }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: timeline; }
.timeline-item { position: relative; padding: 42px 35px; border: 1px solid rgba(255,255,255,.14); counter-increment: timeline; }
.timeline-item::before { content: "0" counter(timeline); display: block; margin-bottom: 65px; color: #e6b5bc; font-family: var(--serif); font-size: 18px; }
.timeline-item h3 { color: white; font-size: 28px; }
.timeline-item p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.values { padding: 120px 0; }
.values-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 100px; }
.value-list { display: grid; }
.value-item { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 30px 0; border-top: 1px solid var(--line); }
.value-item:last-child { border-bottom: 1px solid var(--line); }
.value-icon { display: grid; width: 54px; height: 54px; place-items: center; color: var(--pink); background: var(--pink-pale); border-radius: 50%; }
.value-item h3 { margin-bottom: 8px; font-size: 25px; }
.value-item p { margin: 0; color: var(--muted); font-size: 13px; }
.credits { padding: 60px 0; color: #64716b; background: var(--cream); font-size: 12px; }
.credits h2 { font-size: 31px; }
.credits-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.credits a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.credits ul { margin: 0; padding-left: 18px; }

/* Contact */
.contact-main { padding: 110px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-info h2 { font-size: 54px; }
.contact-info > p { color: var(--muted); }
.contact-cards { display: grid; margin-top: 36px; }
.contact-row { display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-row:last-child { border-bottom: 1px solid var(--line); }
.contact-row svg { color: var(--pink); }
.contact-row small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-row p, .contact-row a { margin: 0; color: var(--green); font-family: var(--serif); font-size: 17px; line-height: 1.4; }
.contact-form-wrap { padding: 55px; background: var(--cream); }
.contact-form-wrap h2 { margin-bottom: 10px; font-size: 43px; }
.contact-form-wrap > p { margin-bottom: 35px; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 14px 0; color: var(--green); background: transparent; border: 0; border-bottom: 1px solid #bcb7ad; border-radius: 0; outline: none; }
.form-field textarea { min-height: 125px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--pink); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.form-status { margin: 0; color: var(--green); font-size: 12px; }
.form-status.error { color: #a33c48; }
.storefront-banner { padding: 90px 0 0; }
.storefront-banner figure { position: relative; margin: 0; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); }
.storefront-banner img { display: block; width: 100%; height: auto; max-height: 520px; object-fit: cover; }
.storefront-banner figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 26px; background: linear-gradient(0deg, rgba(18,53,47,.82), transparent); color: #f8eee7; font-size: 14px; font-weight: 600; }
.hours-map { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; background: var(--green); }
.hours-panel { padding: 70px; color: white; }
.hours-panel h2 { color: white; font-size: 50px; }
.hours-list { margin: 30px 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.hours-list div span:last-child { color: #f0c7cb; }
.hours-map .map-wrap iframe { min-height: 560px; }
.faq { padding: 110px 0; }
.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }
.faq h2 { font-size: 53px; }
.faq-list details { padding: 22px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--green); font-family: var(--serif); font-size: 20px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--pink); font-family: var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }

/* Blog */
.blog-featured { padding: 90px 0; }
.featured-post { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 530px; background: var(--cream); }
.featured-image { overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.featured-post:hover .featured-image img { transform: scale(1.025); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; color: var(--pink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-meta span + span::before { content: "•"; margin-right: 10px; color: #aaa; }
.featured-copy h2 { font-size: clamp(40px, 4.3vw, 61px); }
.featured-copy > p { color: var(--muted); font-size: 14px; }
.posts-section { padding: 20px 0 110px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 22px; }
.post-card { display: flex; flex-direction: column; }
.post-card-image { height: 270px; overflow: hidden; background: var(--cream); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-card:hover img { transform: scale(1.04); }
.post-card-content { display: flex; flex: 1; flex-direction: column; padding: 23px 6px; }
.post-card-content h2 { margin-bottom: 12px; font-size: 29px; }
.post-card-content > p { flex: 1; color: var(--muted); font-size: 12px; }
.post-card .text-link { margin-top: 8px; }
.newsletter { padding: 85px 0; background: var(--pink-pale); text-align: center; }
.newsletter h2 { max-width: 680px; margin: 0 auto 16px; font-size: 48px; }
.newsletter p { color: #6a625e; }
.newsletter-form { display: flex; max-width: 520px; margin: 28px auto 0; }
.newsletter-form input { flex: 1; min-width: 0; padding: 15px 20px; border: 0; background: white; }
.newsletter-form button { border-radius: 0; }

/* Single article */
.article-hero { padding: 85px 0 55px; background: var(--cream); text-align: center; }
.article-hero .post-meta { justify-content: center; }
.article-hero h1 { max-width: 950px; margin: 0 auto 25px; font-size: clamp(48px, 7vw, 88px); }
.article-hero > .container > p { max-width: 650px; margin: auto; color: var(--muted); font-family: var(--serif); font-size: 19px; }
.article-cover { width: min(1180px, calc(100% - 48px)); height: min(70vw, 680px); margin: 55px auto 0; overflow: hidden; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: .28fr .72fr; gap: 90px; padding: 90px 0 120px; }
.article-aside { position: sticky; top: 125px; align-self: start; }
.article-aside small { display: block; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-aside p { color: var(--green); font-family: var(--serif); }
.article-share { display: flex; gap: 7px; margin-top: 22px; }
.article-share a { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.article-content { max-width: 750px; }
.article-content > p:first-child { color: var(--green); font-family: var(--serif); font-size: 25px; line-height: 1.6; }
.article-content h2 { margin: 55px 0 18px; font-size: 42px; }
.article-content p { color: #5e6c66; font-size: 16px; line-height: 1.85; }
.article-note { margin: 55px 0; padding: 28px; border-left: 3px solid var(--pink); background: var(--cream); color: var(--green); font-family: var(--serif); font-size: 20px; }
.related { padding: 100px 0; background: var(--cream); }

.not-found { min-height: 65vh; display: grid; place-items: center; padding: 100px 24px; text-align: center; }
.not-found h1 { font-size: 70px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .phone-action span { display: none; }
  .hero { background: linear-gradient(105deg, #f8f3e9 0 55%, #ecd8d6 55%); }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 25px; }
  .hero-stamp { right: 0; }
  .footer-grid { gap: 35px; }
  .story-grid, .about-opening-grid { gap: 60px; }
  .contact-grid { gap: 45px; }
}

@media (max-width: 850px) {
  .container { width: min(680px, calc(100% - 32px)); }
  .announcement-inner { justify-content: center; }
  .announcement a { display: none; }
  .site-header { height: 74px; }
  .desktop-nav, .desktop-only, .phone-action { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { inset: 109px 0 0; }
  .header-inner { gap: 15px; }
  .brand-logo { height: 42px; }
  .hero { min-height: auto; padding-top: 45px; background: var(--cream); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero .eyebrow { justify-content: center; }
  .hero-sub { margin-inline: auto; }
  .hero-buttons, .hero-meta { justify-content: center; }
  .hero-visual { min-height: 570px; width: min(100%, 580px); margin: 20px auto 0; }
  .hero-main-image { left: 5%; }
  .hero-side-image { left: 0; }
  .hero-stamp { right: -5px; }
  .home-intro { padding: 85px 0; }
  .home-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-intro aside p:not(.eyebrow) { max-width: 450px; }
  .signature, .story-section, .visit-section, .menu-board, .menu-image-section, .about-opening, .timeline, .values, .contact-main, .faq { padding-block: 80px; }
  .storefront-banner { padding-top: 50px; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card { min-height: 470px; }
  .story-grid, .about-opening-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-images, .about-portrait { min-height: 590px; height: 590px; }
  .coffee-section { grid-template-columns: 1fr; }
  .coffee-image { min-height: 500px; }
  .coffee-copy { padding: 70px 24px; }
  .visit-card { grid-template-columns: 1fr; }
  .visit-copy { padding: 50px; }
  .map-wrap iframe { min-height: 450px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-lead { grid-column: 1/-1; }
  .page-intro { padding: 65px 0; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-intro-grid > div > p { font-size: 18px; }
  .menu-jump { top: 74px; }
  .menu-feature-grid { grid-template-columns: 1fr; gap: 45px; }
  .menu-feature-image { max-width: 550px; }
  .menu-section { grid-template-columns: 1fr; gap: 20px; }
  .timeline-grid { grid-template-columns: 1fr; }
  .timeline-item::before { margin-bottom: 25px; }
  .values-grid, .credits-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-grid { grid-template-columns: 1fr; }
  .hours-map { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-image { height: 460px; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-aside { position: static; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 30px); }
  .brand-logo { height: 38px; }
  .hero { padding: 34px 0 50px; }
  .hero h1 { font-size: clamp(50px, 15.2vw, 73px); }
  .hero-sub { font-size: 16px; }
  .hero-buttons .button { width: 100%; }
  .hero-meta { align-items: center; flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 455px; }
  .hero-main-image { left: 3%; border-radius: 190px 190px 14px 14px; }
  .hero-side-image { width: 135px; height: 175px; border-width: 6px; }
  .hero-stamp { width: 98px; height: 98px; border-width: 5px; }
  .hero-stamp strong { font-size: 20px; }
  .hero-stamp small { font-size: 6px; }
  .home-intro h2, .section-heading h2 { font-size: 43px; }
  .section-heading { align-items: start; flex-direction: column; }
  .dish-card { min-height: 420px; }
  .story-images, .about-portrait { min-height: 475px; height: 475px; }
  .story-images .image-tall { right: 8%; }
  .story-images .image-small { width: 145px; height: 190px; }
  .story-facts { gap: 10px; }
  .story-facts strong { font-size: 27px; }
  .coffee-image { min-height: 420px; }
  .visit-copy, .contact-form-wrap, .featured-copy { padding: 35px 25px; }
  .visit-copy h2 { font-size: 43px; }
  .theme-download .container { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-lead { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-intro h1 { font-size: 53px; }
  .menu-feature { padding: 65px 0; }
  .menu-feature-image { height: 450px; }
  .menu-feature-list, .menu-items { grid-template-columns: 1fr; }
  .menu-image-heading { align-items: flex-start; flex-direction: column; }
  .menu-image-heading h2 { font-size: 43px; }
  .menu-image-frame { padding: 7px; }
  .menu-image-grid { grid-template-columns: 1fr; }
  .about-portrait-label { right: 0; }
  .value-item { grid-template-columns: 55px 1fr; gap: 15px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .hours-panel { padding: 50px 25px; }
  .hours-panel h2, .faq h2, .contact-info h2 { font-size: 43px; }
  .posts-grid { grid-template-columns: 1fr; }
  .featured-image { height: 330px; }
  .newsletter { padding: 65px 15px; }
  .newsletter h2 { font-size: 39px; }
  .newsletter-form { flex-direction: column; gap: 8px; }
  .newsletter-form button { border-radius: 99px; }
  .article-hero { padding-top: 60px; }
  .article-cover { width: calc(100% - 30px); height: 72vw; margin-top: 38px; }
  .article-layout { padding: 60px 0 80px; }
  .article-content > p:first-child { font-size: 21px; }
  .article-content h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.admin-bar .mobile-menu { top: 153px; }
.desktop-nav .menu { display: flex; align-items: center; gap: 29px; height: 100%; margin: 0; padding: 0; list-style: none; }
.desktop-nav .menu-item { height: 100%; }
.desktop-nav .current-menu-item > a::after, .desktop-nav .current_page_item > a::after { width: 100%; }
.desktop-nav .current-menu-item > a, .desktop-nav .current_page_item > a { color: var(--green); }
.mobile-menu .menu { display: grid; margin: 0; padding: 0; list-style: none; }
.mobile-menu .menu-item a { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--green); font-family: var(--serif); font-size: clamp(32px, 9vw, 48px); line-height: 1; }
.mobile-menu .menu-item a::after { content: "→"; margin-left: auto; font-family: var(--sans); font-size: 24px; }
.screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 5px; left: 5px; display: block; width: auto; height: auto; padding: 15px 23px; clip: auto !important; color: var(--green); background: white; box-shadow: var(--shadow); font-size: 14px; }
.wp-caption, .gallery-caption { max-width: 100%; color: var(--muted); font-size: 12px; }
.alignleft { float: left; margin: 0 25px 20px 0; }
.alignright { float: right; margin: 0 0 20px 25px; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.sticky { outline: 1px solid var(--pink-pale); }
.bypostauthor { color: inherit; }
.generic-page { padding: 90px 0 120px; }
.generic-page .entry-content { max-width: 820px; margin: auto; }
.generic-page .entry-content h2 { margin: 48px 0 16px; font-size: 42px; }
.generic-page .entry-content p, .generic-page .entry-content li { color: var(--muted); line-height: 1.85; }
.generic-page .entry-content a { color: var(--pink); text-decoration: underline; }
.form-notice { margin: 0 0 28px; padding: 15px 18px; color: var(--green); background: #dceadf; border-left: 3px solid #6d9c76; font-size: 13px; }
.form-notice.error { color: #772c36; background: #f5dadd; border-color: var(--pink); }
.contact-form-wrap .website-field { position: absolute; left: -9999px; }
.nav-links { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; }
.nav-links a { color: var(--green); font-weight: 700; }
.post-password-form input { padding: 12px; border: 1px solid var(--line); }
.post-password-form input[type="submit"] { color: white; background: var(--green); }
@media (max-width: 850px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .mobile-menu { top: 155px; }
  .desktop-nav .menu { gap: 18px; }
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
