:root {
    --cream: #f5f0e4;
    --cream-2: #ece3d2;
    --paper: #fffdf8;
    --tomato: #d54a32;
    --tomato-dark: #a93424;
    --olive: #48613d;
    --olive-dark: #284c37;
    --olive-deep: #173226;
    --ink: #1e241f;
    --muted: #6d746d;
    --line: rgba(30, 36, 31, .16);
    --radius: 28px;
    --shadow: 0 28px 80px rgba(36, 45, 34, .14);
    --serif: "DM Serif Display", Georgia, serif;
    --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--sans);
    color: var(--ink);
    background: var(--cream);
    line-height: 1.55;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 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; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    padding: 18px 0;
    transition: .25s ease;
}
.site-header.scrolled {
    background: rgba(245,240,228,.9);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(30,36,31,.08);
    padding: 10px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; min-height: 48px; }
.brand-logo { width: 150px; max-height: 58px; object-fit: contain; object-position: left center; }
.brand-fallback { font-family: var(--serif); font-size: 29px; color: var(--tomato); white-space: nowrap; }
.brand-fallback span { color: var(--olive-dark); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav a { transition: opacity .2s ease; }
.main-nav a:hover { opacity: .62; }
.nav-cta { padding: 12px 18px; border-radius: 999px; border: 1px solid var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--olive-dark); padding: 12px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero { min-height: 100vh; padding-top: 120px; position: relative; overflow: hidden; background: radial-gradient(circle at 67% 38%, rgba(255,255,255,.72), transparent 38%), var(--cream); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; color: var(--olive-dark); }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--ink); }
.eyebrow.light { color: #e8dec9; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(64px, 7.2vw, 104px); line-height: .88; letter-spacing: -.055em; margin: 24px 0 28px; }
.hero h1 em { color: var(--tomato); font-weight: 400; }
.hero-lead { max-width: 600px; font-size: 20px; color: #535b53; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--olive-dark); color: #fff; }
.btn-primary:hover { background: var(--olive-deep); }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.btn-cream { background: var(--cream); color: var(--olive-deep); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; color: var(--muted); font-size: 12px; font-weight: 600; }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--tomato); }
.hero-visual { position: relative; }
.hero-photo-wrap, .hero-placeholder { position: relative; min-height: 590px; border-radius: 42% 42% 22% 22% / 34% 34% 18% 18%; overflow: hidden; box-shadow: var(--shadow); background: #ddd3bd; }
.hero-photo { width: 100%; height: 590px; object-fit: cover; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,40,28,.22), transparent 46%); pointer-events: none; }
.photo-badge { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: 130px; height: 130px; border-radius: 50%; background: var(--tomato); color: #fff; display: grid; place-content: center; text-align: center; transform: rotate(7deg); box-shadow: 0 15px 36px rgba(150,42,27,.28); }
.photo-badge-small { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.photo-badge strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.hero-placeholder { display: grid; place-items: center; background: linear-gradient(145deg, #d9c79e, #efe5ce); }
.placeholder-pizza { width: 68%; aspect-ratio: 1; border-radius: 50%; background: #d19957; box-shadow: inset 0 0 0 18px #bc7b37, inset 0 0 0 30px #d9412b; position: relative; }
.placeholder-pizza::before, .placeholder-pizza::after, .slice { content: ""; position: absolute; width: 13%; aspect-ratio: 1; border-radius: 50%; background: #b62622; }
.placeholder-pizza::before { left: 23%; top: 24%; }.placeholder-pizza::after { right: 24%; top: 30%; }.slice.s1{left:40%;bottom:22%}.slice.s2{left:25%;bottom:36%}.slice.s3{right:22%;bottom:28%}
.leaf { position: absolute; width: 12%; height: 6%; background: var(--olive); border-radius: 100% 0 100% 0; }.leaf.l1{left:48%;top:22%;transform:rotate(20deg)}.leaf.l2{right:34%;bottom:40%;transform:rotate(-22deg)}
.hero-ambient { position: absolute; border-radius: 50%; filter: blur(0); opacity: .9; }
.hero-ambient-one { width: 360px; height: 360px; background: rgba(213,74,50,.09); left: -160px; top: 210px; }
.hero-ambient-two { width: 300px; height: 300px; background: rgba(72,97,61,.09); right: -100px; top: 90px; }
.hero-marquee { position: relative; z-index: 3; overflow: hidden; padding: 16px 0; border-top: 1px solid var(--line); background: rgba(255,255,255,.34); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 22px; animation: marquee 30s linear infinite; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.marquee-track i { color: var(--tomato); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 112px 0; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.45fr .7fr; gap: 60px; align-items: start; }
.section-kicker { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; color: var(--tomato); }
.intro h2, .section-head h2, .business h2, .contact h2 { font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); line-height: .98; letter-spacing: -.04em; font-weight: 400; margin: 0; }
.intro-content p { font-size: 19px; color: var(--muted); max-width: 700px; margin: 30px 0 0; }
.intro-note { border-top: 1px solid var(--line); padding-top: 16px; }
.intro-note span { color: var(--tomato); font-weight: 700; font-size: 13px; }
.intro-note p { color: var(--muted); font-size: 14px; }

.products { background: var(--cream); }
.section-head { display: grid; grid-template-columns: 1.1fr .6fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-head h2 { margin-top: 18px; }
.section-head > p { color: var(--muted); margin: 0 0 6px; font-size: 17px; }
.product-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 18px; }
.product-shot { margin: 0; grid-column: span 4; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--cream-2); }
.product-shot-large { grid-column: span 8; grid-row: span 2; }
.product-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-shot:hover img { transform: scale(1.035); }
.product-shot::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(17,28,20,.50), transparent); pointer-events: none; }
.product-shot figcaption { position: absolute; z-index: 2; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); font-size: 11px; font-weight: 800; }
.products-note { max-width: 720px; margin: 28px 0 0 auto; color: var(--muted); font-size: 13px; text-align: right; }
.product-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 390px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.38); display: flex; flex-direction: column; }
.product-index { font-size: 12px; color: var(--tomato); font-weight: 800; }
.product-icon { margin: auto; width: 150px; height: 150px; border-radius: 50%; position: relative; }
.pizza-icon { background: radial-gradient(circle at 35% 35%, #d54a32 0 9%, transparent 10%), radial-gradient(circle at 65% 58%, #d54a32 0 9%, transparent 10%), #d7a255; box-shadow: inset 0 0 0 14px #bd7934; }
.olive-icon { background: radial-gradient(ellipse at center, #314a2d 0 28%, transparent 30%), radial-gradient(ellipse at 36% 35%, #314a2d 0 17%, transparent 19%), #e1c393; }
.bread-icon { border-radius: 52% 52% 44% 44%; background: #c9853d; transform: rotate(-6deg); }
.bread-icon::before { content: ""; position: absolute; inset: 24% 18%; border-top: 5px solid rgba(255,255,255,.45); border-radius: 50%; box-shadow: 0 22px 0 rgba(255,255,255,.45), 0 44px 0 rgba(255,255,255,.45); }
.product-card h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 0 0 8px; }
.product-card p { color: var(--muted); margin: 0; }

.business { background: var(--olive-deep); color: #fff; }
.business-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: start; }
.business-copy h2 { margin: 20px 0 26px; }
.business-copy > p { color: #c9d0ca; font-size: 18px; max-width: 620px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 24px; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 6px; font-weight: 700; }
.text-link span { color: #e8b09f; }
.business-list { border-top: 1px solid rgba(255,255,255,.16); }
.business-list article { display: grid; grid-template-columns: 55px 1fr; gap: 12px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.business-list article > span { color: #dca99d; font-weight: 800; font-size: 12px; }
.business-list h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.business-list p { margin: 0; color: #aebbb0; }

.statement { background: var(--tomato); color: #fff; text-align: center; }
.statement-small { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; opacity: .75; }
.statement blockquote { font-family: var(--serif); font-size: clamp(56px, 8vw, 110px); line-height: .95; margin: 28px 0; letter-spacing: -.05em; }
.statement-copy { max-width: 590px; margin: 0 auto; font-size: 17px; opacity: .82; }

.contact { padding: 112px 0; background: #dcd2bc; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: 90px; align-items: center; }
.contact-copy h2 { margin: 20px 0 22px; }
.contact-copy p { max-width: 620px; color: #5b625a; font-size: 18px; margin: 0 0 30px; }
.contact-card { min-height: 390px; margin: 0; padding: 36px; border-radius: 34px; background: var(--olive-dark); color: #fff; font-style: normal; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.contact-label { color: #aebbb0; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .14em; margin-bottom: 28px; }
.contact-card strong { font-family: var(--serif); font-size: 40px; line-height: 1.05; font-weight: 400; margin-bottom: 18px; }
.contact-card > span:not(.contact-label) { color: #d5ddd6; }
.contact-divider { height: 1px; background: rgba(255,255,255,.14); margin: 30px 0; }
.contact-card small { color: #99aa9d; }

.site-footer { background: #131d17; color: #bec7c0; padding: 36px 0; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; font-size: 12px; }
.footer-inner > a { justify-self: end; }
.footer-logo { width: 120px; max-height: 44px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand { color: #fff; font-size: 24px; }
.footer-brand span { color: #fff; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; padding-top: 80px; padding-bottom: 70px; }
    .hero-copy { max-width: 760px; }
    .hero-visual { max-width: 680px; width: 100%; }
    .hero-photo-wrap, .hero-placeholder, .hero-photo { min-height: 520px; height: 520px; }
    .intro-grid { grid-template-columns: .45fr 1.55fr; }
    .intro-note { grid-column: 2; }
    .section-head, .business-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .product-gallery { grid-auto-rows: 220px; }
    .product-shot { grid-column: span 6; }
    .product-shot-large { grid-column: span 12; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 1180px); }
    .site-header { padding: 10px 0; }
    .brand-logo { width: 126px; }
    .nav-toggle { display: block; }
    .main-nav { position: absolute; top: calc(100% + 6px); left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
    .main-nav.open { display: flex; }
    .main-nav a { padding: 13px 12px; }
    .nav-cta { border: 0; background: var(--olive-dark); color: #fff; text-align: center; margin-top: 6px; }
    .hero { padding-top: 92px; }
    .hero-grid { min-height: 0; gap: 42px; padding-top: 44px; }
    .hero h1 { font-size: clamp(58px, 18vw, 86px); }
    .hero-lead { font-size: 17px; }
    .hero-actions .btn { width: 100%; }
    .hero-photo-wrap, .hero-placeholder, .hero-photo { min-height: 430px; height: 430px; border-radius: 32% 32% 18% 18%; }
    .photo-badge { width: 102px; height: 102px; right: 16px; bottom: 16px; }
    .photo-badge strong { font-size: 20px; }
    .section { padding: 78px 0; }
    .intro-grid { grid-template-columns: 1fr; gap: 32px; }
    .intro-note { grid-column: auto; }
    .section-head { gap: 28px; margin-bottom: 34px; }
    .product-gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: 300px; }
    .products-note { margin-left: 0; text-align: left; }
    .product-shot, .product-shot-large { grid-column: auto; grid-row: auto; }
    .product-cards { grid-template-columns: 1fr; }
    .business-grid { gap: 54px; }
    .contact { padding: 78px 0; }
    .contact-card { min-height: 330px; padding: 28px; }
    .contact-card strong { font-size: 34px; }
    .footer-inner { grid-template-columns: 1fr; text-align: center; }
    .footer-inner > * { justify-self: center !important; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; }
    .marquee-track { animation: none; }
    .reveal { opacity: 1; transform: none; transition: none; }
}
