:root {
  --green: #263c32;
  --green-deep: #17281f;
  --terracotta: #b85f3e;
  --terracotta-dark: #94452e;
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --gold: #c69b58;
  --ink: #20231f;
  --muted: #6d716c;
  --border: rgba(38, 60, 50, .15);
  --shadow: 0 24px 60px rgba(25, 38, 30, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.section-soft { background: var(--cream); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 20px; top: 20px; z-index: 100; padding: 10px 16px; background: #fff; }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(3.1rem, 6.5vw, 6.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 4.4vw, 4.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; }
p { margin-top: 0; }
.eyebrow { margin-bottom: 18px; color: var(--terracotta); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #edc99d; }

.topbar { background: var(--green-deep); color: #e8e3d9; font-size: .78rem; }
.topbar-inner { min-height: 35px; display: flex; justify-content: space-between; align-items: center; letter-spacing: .04em; }
.topbar p { margin: 0; }
.topbar a { font-weight: 700; }
.site-header { position: relative; z-index: 20; background: rgba(255,253,248,.97); border-bottom: 1px solid var(--border); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { min-width: 205px; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: italic 2rem Georgia, serif; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--green); font: 600 1.55rem Georgia, serif; letter-spacing: .18em; }
.brand-copy small { margin-top: 7px; color: var(--terracotta); font-size: .58rem; letter-spacing: .32em; }
nav { flex: 1; display: flex; justify-content: center; gap: 30px; }
nav a { position: relative; font-size: .87rem; font-weight: 700; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--terracotta); transition: width .2s ease; }
nav a:hover::after { width: 100%; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid var(--terracotta); border-radius: 2px; background: var(--terracotta); color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: var(--terracotta-dark); border-color: var(--terracotta-dark); transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 20px; white-space: nowrap; }
.button-outline { color: var(--green); background: transparent; border-color: var(--green); }
.button-outline:hover { color: #fff; background: var(--green); border-color: var(--green); }
.button-light { color: var(--green-deep); background: #fff8eb; border-color: #fff8eb; }
.button-light:hover { color: #fff; }

.hero { min-height: 760px; position: relative; overflow: hidden; display: flex; align-items: center; background: linear-gradient(115deg, #f9f4ea 0 60%, #e7ddca 60%); }
.hero::before { content: "BACI"; position: absolute; left: -10px; bottom: -82px; color: rgba(38,60,50,.045); font: 800 17vw Georgia, serif; letter-spacing: .1em; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 45px; padding: 90px 0; }
.hero-copy h1 { color: var(--green-deep); }
.hero-intro { max-width: 680px; margin: 28px 0 34px; color: #555d57; font-size: 1.08rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid var(--green); color: var(--green); font-weight: 800; font-size: .82rem; letter-spacing: .05em; }
.text-link span { margin-left: 8px; }
.hero-notes { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 12px 25px; color: #667168; font-size: .78rem; font-weight: 700; }
.hero-notes span::before { content: "✦"; margin-right: 8px; color: var(--gold); }
.hero-visual { min-height: 520px; position: relative; }
.plate { position: absolute; display: grid; place-items: center; border-radius: 50%; background: #fdfaf2; box-shadow: var(--shadow); }
.plate-main { width: 420px; height: 420px; right: -30px; top: 10px; border: 14px solid #fff; }
.plate-main::before { content: ""; position: absolute; inset: 18px; border: 1px solid #e5d7bf; border-radius: 50%; }
.pizza { position: relative; width: 310px; height: 310px; border-radius: 50%; border: 18px solid #d5994c; background: radial-gradient(circle at 35% 30%, #f2c85f 0 10%, transparent 11%), radial-gradient(circle at 60% 50%, #f6d76f 0 11%, transparent 12%), #d95833; box-shadow: inset 0 0 0 5px #b94e2f; transform: rotate(-8deg); }
.tomato, .cheese, .leaf { position: absolute; display: block; }
.tomato { width: 42px; height: 42px; border: 5px solid #f27b55; border-radius: 50%; background: #bd3125; }
.tomato-one { left: 45px; top: 65px; }.tomato-two { right: 55px; top: 85px; }.tomato-three { left: 130px; bottom: 45px; }
.cheese { width: 55px; height: 35px; border-radius: 50%; background: #f6e7bc; transform: rotate(22deg); }
.cheese-one { left: 100px; top: 105px; }.cheese-two { right: 55px; bottom: 65px; }
.leaf { width: 20px; height: 50px; border-radius: 100% 0 100% 0; background: #426942; }
.leaf-one { left: 62px; bottom: 70px; transform: rotate(-32deg); }.leaf-two { right: 90px; top: 45px; transform: rotate(38deg); }
.plate-small { width: 180px; height: 180px; left: -45px; bottom: 10px; border: 8px solid #fff; }
.pasta-lines { width: 110px; height: 95px; border-radius: 50%; background: repeating-radial-gradient(ellipse at center, #d29b44 0 5px, #e8bd6e 6px 10px); transform: rotate(20deg); }
.olive { position: absolute; width: 24px; height: 33px; border-radius: 50%; background: #293d2c; box-shadow: 0 8px 18px rgba(0,0,0,.17); }
.olive-one { left: 95px; top: 25px; transform: rotate(30deg); }.olive-two { left: 10px; top: 210px; transform: rotate(-20deg); }
.visual-note { position: absolute; right: 20px; bottom: 10px; width: 170px; margin: 0; padding-left: 18px; border-left: 2px solid var(--gold); color: #67665e; font-size: .76rem; line-height: 1.5; }
.visual-note strong { color: var(--green); font: 1.15rem Georgia, serif; }
.hero-shape { position: absolute; border: 1px solid rgba(184,95,62,.2); border-radius: 50%; }
.hero-shape-one { width: 320px; height: 320px; right: 13%; top: 12%; }.hero-shape-two { width: 650px; height: 650px; right: -320px; bottom: -360px; }

.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.welcome h2 { color: var(--green); }
.lead-copy { padding-top: 6px; color: #59615b; font-size: 1.03rem; }
.lead-copy p + p { margin-top: 20px; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { color: var(--green); }
.section-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { min-height: 330px; padding: 42px 36px; border: 1px solid rgba(38,60,50,.12); background: rgba(255,255,255,.65); transition: .25s ease; }
.card:hover { transform: translateY(-7px); box-shadow: 0 18px 45px rgba(39,52,42,.09); }
.card.featured-card { color: #fff; background: var(--green); }
.card-icon { margin-bottom: 55px; color: var(--terracotta); font: italic 1.15rem Georgia, serif; }
.featured-card .card-icon { color: #e4bd82; }
.card h3 { margin-bottom: 18px; }
.card p { color: #666d67; font-size: .93rem; }
.featured-card p { color: #d9ded9; }
.card a { display: inline-block; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--terracotta); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured-card a { color: #f0d2a5; }
.card a span { margin-left: 5px; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.story-visual { min-height: 550px; position: relative; }
.arch { position: absolute; border-radius: 220px 220px 8px 8px; }
.arch-back { width: 345px; height: 460px; left: 65px; top: 10px; background: #dbc7a7; transform: rotate(-5deg); }
.arch-front { width: 350px; height: 480px; right: 35px; bottom: 0; overflow: hidden; background: var(--green); box-shadow: var(--shadow); }
.arch-front::after { content: "BACI"; position: absolute; left: -34px; bottom: 45px; color: rgba(255,255,255,.06); font: 700 7rem Georgia, serif; transform: rotate(-90deg); }
.line-art { position: absolute; display: block; border: 1px solid rgba(232,200,155,.55); border-radius: 50%; }
.line-art-one { width: 210px; height: 210px; top: 95px; left: 70px; }.line-art-two { width: 140px; height: 260px; top: 65px; left: 105px; transform: rotate(45deg); }.line-art-three { width: 2px; height: 300px; top: 75px; left: 174px; border-radius: 0; }
.experience-badge { position: absolute; left: 10px; bottom: 25px; width: 155px; height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 8px solid var(--paper); border-radius: 50%; color: #fff; background: var(--terracotta); text-align: center; box-shadow: var(--shadow); }
.experience-badge strong { font: 1.45rem Georgia, serif; }.experience-badge span { max-width: 90px; margin-top: 4px; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.story-copy h2 { color: var(--green); }
.story-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.check-list { margin: 30px 0 38px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--border); font-size: .92rem; font-weight: 700; }
.check-list span { color: var(--terracotta); }

.section-dark { color: #fff; background: var(--green-deep); }
.occasion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.occasion-grid h2 { max-width: 600px; }
.occasion-grid > div:first-child > p:last-child { max-width: 620px; margin-top: 26px; color: #cbd2cd; }
.occasion-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.occasion-list span { color: var(--gold); font: italic 1rem Georgia, serif; }
.occasion-list p { margin: 0; color: #bac5be; font-size: .88rem; }
.occasion-list strong { display: block; margin-bottom: 4px; color: #fff; font: 1.25rem Georgia, serif; }

.visit { background: #fbf8f1; }
.visit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; }
.visit-card, .hours-card { padding: 55px; border: 1px solid var(--border); background: #fff; }
.visit-card h2 { color: var(--green); font-size: clamp(2.3rem, 4vw, 3.7rem); }
.visit-card > p:not(.eyebrow) { margin: 24px 0 34px; color: var(--muted); }
.contact-row { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--border); }
.contact-row span { color: var(--terracotta); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-row strong { color: var(--green); font-size: .93rem; }
.visit-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hours-card { position: relative; overflow: hidden; color: #fff; background: var(--terracotta); border-color: var(--terracotta); }
.hours-card::before { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -120px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.script-word { display: block; margin-bottom: 25px; color: #f5d9c9; font: italic 2rem Georgia, serif; }
.hours-card h3 { margin-bottom: 32px; font-size: 2.15rem; }
.hours-row { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: .84rem; }
.hours-row strong { text-align: right; }
.hours-card small { display: block; margin-top: 24px; color: #f2d8cd; font-size: .7rem; }

.cta { padding: 80px 0; color: #fff; background: var(--green); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.cta p:not(.eyebrow) { max-width: 760px; margin: 20px 0 0; color: #d7dfda; }
.cta .button { flex: 0 0 auto; }

.site-footer { padding-top: 75px; color: #d5dbd6; background: #122019; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr .7fr; gap: 60px; padding-bottom: 55px; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-grid > div:first-child > p { max-width: 320px; margin: 24px 0 0; color: #9eaaa2; font-size: .84rem; }
.footer-grid h3 { margin-bottom: 22px; color: #fff; font: 700 .75rem "Trebuchet MS", Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 10px; color: #9eaaa2; font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.socials { display: flex; gap: 8px; margin-top: 18px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; font-size: .7rem; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #7f8e84; font-size: .73rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 25px; }

@media (max-width: 1000px) {
  nav { display: none; }
  .nav-wrap { justify-content: space-between; }
  .hero { background: linear-gradient(180deg, #f9f4ea 0 62%, #e7ddca 62%); }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 65px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(600px, 100%); margin-inline: auto; }
  .two-column, .story-grid, .occasion-grid { gap: 55px; }
  .cards { gap: 14px; }
  .card { padding: 35px 25px; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 75px 0; }
  .topbar-inner { min-height: 42px; justify-content: center; }
  .topbar p { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand { min-width: 0; }
  .brand-mark { width: 38px; height: 38px; font-size: 1.65rem; }
  .brand-copy strong { font-size: 1.25rem; }
  .button-small { padding-inline: 13px; font-size: .67rem; }
  .hero { min-height: auto; }
  .hero-grid { padding: 72px 0 45px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-notes { margin-top: 38px; }
  .hero-visual { min-height: 420px; }
  .plate-main { width: 320px; height: 320px; right: -25px; }
  .pizza { width: 235px; height: 235px; }
  .plate-small { width: 135px; height: 135px; left: -10px; }
  .pasta-lines { width: 85px; height: 72px; }
  .visual-note { right: 0; bottom: 0; }
  .two-column, .story-grid, .occasion-grid { grid-template-columns: 1fr; gap: 38px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card-icon { margin-bottom: 30px; }
  .story-visual { min-height: 440px; }
  .arch-back { width: 270px; height: 370px; left: 15px; }
  .arch-front { width: 285px; height: 395px; right: 0; }
  .experience-badge { width: 125px; height: 125px; }
  .occasion-grid { gap: 20px; }
  .visit-card, .hours-card { padding: 38px 25px; }
  .contact-row { grid-template-columns: 1fr; gap: 5px; }
  .hours-row { font-size: .76rem; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 430px) {
  .button-small { display: none; }
  .nav-wrap { justify-content: center; }
  .plate-main { width: 285px; height: 285px; }
  .pizza { width: 205px; height: 205px; border-width: 13px; }
  .tomato { width: 32px; height: 32px; border-width: 4px; }
  .tomato-one { left: 32px; top: 45px; }.tomato-two { right: 35px; top: 62px; }.tomato-three { left: 95px; bottom: 35px; }
  .cheese { width: 40px; height: 28px; }.cheese-one { left: 72px; top: 75px; }.cheese-two { right: 42px; bottom: 42px; }
  .hero-visual { min-height: 385px; }
  .visual-note { width: 145px; font-size: .68rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}
