:root {
  --cream: #f2eadb;
  --paper: #f8f2e8;
  --ink: #1f251d;
  --red: #9f2f21;
  --olive: #46543a;
  --line: rgba(31, 37, 29, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; width: 100%; }
a:focus-visible, button:focus-visible { outline: 3px solid #f4d7b6; outline-offset: 4px; }

.announcement { height: 34px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: var(--red); color: white; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.site-header { height: 92px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--paper); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; }
.brand-logo-shell, .footer-logo-shell { display: inline-flex; align-items: center; justify-content: center; }
.brand-logo-shell { min-width: 152px; height: 72px; }
.brand-logo { width: auto; height: 60px; max-width: 170px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 2.6vw; }
.nav a { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid transparent; padding: 8px 0; }
.nav a:hover { border-color: var(--red); color: var(--red); }
.menu-button { display: none; border: 0; background: none; padding: 10px; }

.hero { min-height: 710px; height: calc(100vh - 126px); max-height: 900px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("images/pane.jpg") center 55%/cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,19,15,.74) 0%, rgba(18,19,15,.27) 62%, rgba(18,19,15,.15)), linear-gradient(0deg, rgba(14,17,11,.6), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(830px, 82vw); padding: 0 0 7.5vh 7vw; }
.eyebrow { margin: 0 0 24px; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--red); }
.eyebrow.light { color: #f4d7b6; }
h1, h2 { margin: 0; font: 500 clamp(64px, 8.5vw, 126px)/.83 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em, h2 em { font-weight: 400; }
.hero-copy { max-width: 590px; margin: 34px 0 0; font: 18px/1.6 Georgia, serif; color: rgba(255,255,255,.88); }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 35px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 22px; border: 1px solid; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 700; transition: .25s ease; cursor: pointer; }
.button-light { border-color: white; background: white; color: var(--ink); }
.button-light:hover { background: var(--red); border-color: var(--red); color: white; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 700; }
.light-link { color: white; }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 5vh; display: flex; gap: 22px; align-items: center; font: italic 17px/1.25 Georgia, serif; }
.hero-note b { font-size: 28px; color: #f4d7b6; }

.section { padding: 130px 7vw; }
.intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.intro > * { min-width: 0; }
.section h2 { font-size: clamp(62px, 7vw, 105px); }
.intro-copy { max-width: 500px; margin: 0 0 8px; font: 21px/1.65 Georgia, serif; }
.product-grid { padding: 0 4vw 130px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-card { background: var(--paper); padding: 26px; }
.product-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.28; background: #ddd0bd; }
.product-image { height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .product-image { transform: scale(1.04); }
.product-body { padding: 26px 5px 8px; }
.product-body h3 { margin: 0; font: 34px/1.1 Georgia, serif; }
.product-body p { min-height: 68px; margin: 15px 0 24px; color: #53584e; font-size: 14px; line-height: 1.6; }
.product-body a { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.b2b { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: white; }
.b2b-image { min-height: 690px; background: url("images/pizza-b2b.jpg") center/cover no-repeat; }
.b2b-copy { padding: 95px 7vw; align-self: center; }
.b2b-copy h2 { font-size: clamp(54px, 5.6vw, 88px); }
.b2b-copy > p:not(.eyebrow) { max-width: 590px; margin: 34px 0; font: 17px/1.7 Georgia, serif; color: rgba(255,255,255,.76); }
.b2b-audiences { margin: 0 0 35px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); }
.b2b-audiences span { padding: 15px 12px 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.b2b-audiences span:nth-child(even) { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.25); }

.story { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.story-visual { position: relative; }
.story-visual img { height: 720px; object-fit: cover; filter: saturate(.82); }
.stamp { position: absolute; right: -58px; bottom: 45px; width: 125px; height: 125px; border: 1px solid var(--paper); border-radius: 50%; background: var(--red); color: white; display: grid; place-content: center; text-align: center; font-size: 8px; line-height: 1.7; letter-spacing: .15em; transform: rotate(-8deg); }
.stamp strong { font: italic 24px Georgia, serif; letter-spacing: 0; }
.story-copy > p:not(.eyebrow) { max-width: 540px; color: #50554c; font-size: 15px; line-height: 1.8; }
.story-copy h2 { margin-bottom: 40px; }
.values { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.values div { padding: 18px 12px 0 0; display: flex; gap: 13px; border-right: 1px solid var(--line); }
.values div:last-child { border: 0; padding-left: 14px; }
.values strong { color: var(--red); font: italic 16px Georgia, serif; }
.values span { font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.custom-cakes { min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--olive); color: white; }
.cake-copy { padding: 110px 7vw; align-self: center; }
.cake-copy h2 { font-size: clamp(62px, 6.5vw, 102px); }
.cake-copy > p:not(.eyebrow) { max-width: 500px; margin: 35px 0; font: 17px/1.7 Georgia, serif; color: rgba(255,255,255,.76); }
.gallery-service-link { display: table; width: fit-content; margin-top: 22px; padding: 3px 0; border-bottom: 1px solid rgba(255,255,255,.38); color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.gallery-service-link:hover { color: white; border-color: white; }
.cake-image { min-height: 700px; background: url("images/torta.jpg") center/cover; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.contact-heading h2 { font-size: clamp(56px, 6vw, 92px); }
.contact-heading > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; font: 18px/1.65 Georgia, serif; }
.privacy-note { margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: flex-start; gap: 14px; }
.privacy-note > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--olive); border-radius: 50%; color: var(--olive); font-size: 12px; }
.privacy-note p { margin: 2px 0 0; color: #62685d; font-size: 12px; line-height: 1.6; }
.privacy-note strong { color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-details { display: flex; flex-direction: column; border-top: 1px solid var(--ink); }
.contact-primary { padding: 26px 0 28px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 24px; border-bottom: 1px solid var(--line); transition: color .2s ease; }
.contact-primary:hover { color: var(--red); }
.contact-primary > span, .contact-row span, .hours > span { grid-column: 1 / -1; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--red); }
.contact-primary strong { font: 40px/1.05 Georgia, serif; letter-spacing: -.025em; }
.contact-primary small { padding-bottom: 5px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.contact-row > div { min-height: 145px; padding: 25px 22px 25px 0; display: flex; flex-direction: column; gap: 17px; }
.contact-row > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.contact-row a { font: 16px/1.55 Georgia, serif; }
.contact-row a:hover { color: var(--red); }
.hours { padding-top: 25px; }
.hours > span { display: block; margin-bottom: 18px; }
.hours > div { padding: 13px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-top: 1px solid var(--line); }
.hours strong { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hours p { margin: 0; font: 15px/1.55 Georgia, serif; }

footer { min-height: 285px; padding: 65px 7vw 32px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 6vw; background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-logo-shell { width: 190px; min-height: 92px; }
.footer-logo { width: 100%; height: auto; object-fit: contain; }
footer > p { margin: 5px 0 0; font: italic 18px/1.5 Georgia, serif; color: #62685d; }
footer > a { margin-top: 8px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.copyright { grid-column: 1 / -1; align-self: end; padding-top: 35px; border-top: 1px solid var(--line); color: #7b7f76; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  .announcement-right { display: none; }
  .site-header { height: 76px; }
  .menu-button { display: grid; gap: 6px; position: relative; z-index: 3; }
  .menu-button span { width: 25px; height: 1px; background: var(--ink); }
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 28px 4vw; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 10px; }
  .nav.open { display: flex; }
  .hero { min-height: 670px; height: calc(100vh - 110px); }
  .hero-content { padding: 0 7vw 8vh; width: 100%; }
  .hero h1 { font-size: clamp(64px, 18vw, 100px); }
  .hero-copy { font-size: 16px; }
  .hero-note { display: none; }
  .intro { grid-template-columns: 1fr; gap: 40px; }
  .product-grid { grid-template-columns: 1fr; padding-bottom: 70px; }
  .product-card { padding: 18px 4vw 32px; }
  .product-image-wrap { aspect-ratio: 1.25; }
  .b2b { grid-template-columns: 1fr; }
  .b2b-image { min-height: 520px; }
  .b2b-copy { padding: 85px 7vw; }
  .story { grid-template-columns: 1fr; gap: 75px; }
  .story-visual img { height: 560px; }
  .stamp { right: -20px; }
  .custom-cakes { grid-template-columns: 1fr; }
  .cake-image { min-height: 520px; order: -1; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

@media (max-width: 560px) {
  .brand-logo-shell { min-width: 124px; height: 60px; }
  .brand-logo { height: 50px; max-width: 138px; }
  .section { padding: 90px 6vw; }
  .section h2 { font-size: clamp(42px, 13vw, 56px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-copy { margin-top: 24px; }
  .intro-copy { font-size: 18px; }
  .product-image-wrap { aspect-ratio: 1; }
  .b2b-image { min-height: 420px; }
  .b2b-audiences { grid-template-columns: 1fr; }
  .b2b-audiences span:nth-child(even) { padding-left: 0; border-left: 0; }
  .story-visual img { height: 470px; }
  .stamp { right: 0; }
  .values { grid-template-columns: 1fr; }
  .contact-primary { grid-template-columns: 1fr; }
  .contact-primary strong { font-size: 33px; }
  .contact-row { grid-template-columns: 1fr; }
  .contact-row > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .values div, .values div:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 0; }
  .cake-copy { padding: 85px 6vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-image { transition: none; }
}
