:root {
  --brown: #26120d;
  --brown-soft: #5a3428;
  --orange: #c96a3c;
  --orange-deep: #8e3d24;
  --ivory: #fbf1e5;
  --ivory-strong: #fff9ef;
  --grey: #706d68;
  --grey-soft: #ded8cf;
  --ink: #211714;
  --line: rgba(38, 18, 13, 0.16);
  --shadow-soft: 0 18px 44px rgba(38, 18, 13, 0.12);
  --shadow-strong: 0 28px 76px rgba(38, 18, 13, 0.22);
  --header-h: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body.nav-open,
body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--ivory-strong);
  font-size: clamp(2.45rem, 6vw, 5.4rem);
  text-shadow: 0 20px 48px rgba(0, 0, 0, 0.46);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.12rem, 5vw, 4.2rem);
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.28rem, 2vw, 1.58rem);
  line-height: 1.15;
}

section {
  scroll-margin-top: calc(var(--header-h) + 26px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--ivory);
  background: var(--brown);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 58px);
  color: var(--ivory);
  border-bottom: 1px solid rgba(251, 241, 229, 0.14);
  background: rgba(38, 18, 13, 0.72);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.nav-open .site-header {
  color: var(--ink);
  background: rgba(251, 241, 229, 0.95);
  box-shadow: 0 12px 34px rgba(38, 18, 13, 0.1);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  height: 52px;
  border-radius: 8px;
  padding: 6px 10px;
  background: rgba(255, 249, 239, 0.94);
  box-shadow: 0 8px 24px rgba(38, 18, 13, 0.08);
}

.brand-mark img {
  width: 96px;
  max-height: 42px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 760;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 220ms ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: calc(var(--header-h) + 56px) clamp(20px, 6vw, 86px) 78px;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(31, 13, 8, 0.9), rgba(31, 13, 8, 0.62) 46%, rgba(31, 13, 8, 0.14)),
    url("assets/images/2b06e800-a4a1-435d-838f-f0bac0b608cc-1-1-.jpg") center right / cover no-repeat;
}

.page-hero {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: calc(var(--header-h) + 56px) clamp(20px, 6vw, 86px) 78px;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(31, 13, 8, 0.88), rgba(31, 13, 8, 0.58) 48%, rgba(31, 13, 8, 0.12)),
    url("assets/images/Immagine5.jpg") center / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(38, 18, 13, 0), rgba(38, 18, 13, 0.48));
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.page-hero p {
  max-width: 700px;
  margin-bottom: 28px;
  color: rgba(251, 241, 229, 0.9);
  font-size: 1.16rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 20%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(38, 18, 13, 0), rgba(38, 18, 13, 0.5));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow,
.section-kicker,
.product-label {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero p {
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(251, 241, 229, 0.9);
  font-size: 1.2rem;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(38, 18, 13, 0.16);
}

.button-primary {
  color: var(--ivory);
  background: var(--orange);
}

.button-secondary {
  color: var(--ivory);
  background: var(--brown);
}

.button-ghost {
  color: var(--ivory);
  border-color: rgba(251, 241, 229, 0.55);
  background: rgba(251, 241, 229, 0.08);
}

.scroll-cue {
  position: absolute;
  right: clamp(20px, 6vw, 86px);
  bottom: 26px;
  z-index: 1;
  color: rgba(251, 241, 229, 0.8);
  font-size: 0.88rem;
}

.home-custom {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 6vw, 86px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(251, 241, 229, 0.94), rgba(255, 249, 239, 0.78)),
    url("assets/images/Immagine11.jpg") center / cover no-repeat;
}

.custom-copy {
  max-width: 840px;
}

.custom-copy h2 {
  max-width: 880px;
  margin-bottom: 22px;
}

.custom-copy p {
  max-width: 760px;
  color: var(--brown-soft);
  font-size: 1.04rem;
}

.custom-lead,
.custom-signature {
  color: var(--brown);
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  font-weight: 780;
}

.custom-ideal {
  border: 1px solid rgba(38, 18, 13, 0.12);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 249, 239, 0.86);
  box-shadow: var(--shadow-soft);
}

.custom-ideal p {
  margin-bottom: 16px;
  color: var(--orange-deep);
  font-weight: 840;
  text-transform: uppercase;
}

.custom-ideal ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-ideal li {
  position: relative;
  padding-left: 24px;
  color: var(--brown-soft);
  font-weight: 680;
}

.custom-ideal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  transform: translateY(-50%);
}

.packaging-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.82fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  color: var(--ink);
  background: var(--ivory);
}

.packaging-copy {
  max-width: 900px;
}

.packaging-copy h2 {
  max-width: 880px;
  margin-bottom: 22px;
}

.packaging-copy p {
  max-width: 820px;
  color: var(--grey);
  font-size: 1.05rem;
}

.packaging-copy strong {
  color: var(--brown);
  font-weight: 850;
}

.packaging-signature {
  margin-top: 26px;
  color: var(--brown) !important;
  font-size: clamp(1.12rem, 1.8vw, 1.38rem) !important;
  font-weight: 780;
}

.packaging-figure {
  margin: 0;
}

.packaging-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.packaging-figure figcaption {
  margin-top: 14px;
  color: var(--brown-soft);
  font-size: 0.95rem;
  font-style: italic;
}

.social-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin: 0;
  padding: clamp(44px, 6vw, 74px) clamp(20px, 6vw, 86px);
  color: var(--ivory);
  background: linear-gradient(135deg, var(--brown), var(--orange-deep));
}

.social-banner-copy {
  min-width: 0;
}

.social-banner h2 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--ivory-strong);
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.social-banner p:not(.eyebrow) {
  max-width: 1060px;
  margin-bottom: 14px;
  color: rgba(255, 249, 239, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.social-banner p:last-child {
  margin-bottom: 0;
}

.social-banner .eyebrow {
  color: #f4b18c;
}

.social-banner-action {
  display: grid;
  gap: 16px;
  justify-self: end;
  width: 100%;
  max-width: 340px;
}

.social-banner-action img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid rgba(251, 241, 229, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 56px rgba(38, 18, 13, 0.28);
}

.social-banner-action img.ugi-logo-card {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.social-banner-action .button {
  white-space: nowrap;
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--ivory);
  background: var(--brown);
}

.stat-item {
  min-height: 164px;
  padding: 34px clamp(18px, 4vw, 56px);
  border-right: 1px solid rgba(251, 241, 229, 0.14);
}

.stat-item:nth-child(2) {
  background: var(--orange-deep);
}

.stat-item:nth-child(3) {
  background: var(--grey);
}

.stat-item span {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
}

.stat-item p {
  max-width: 270px;
  margin: 0;
  color: rgba(251, 241, 229, 0.84);
}

.section {
  padding: clamp(76px, 10vw, 140px) clamp(20px, 6vw, 86px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.section-heading p:not(.eyebrow),
.section-copy p,
.product-card p,
.material-card p {
  color: var(--grey);
}

.section-brand,
.section-collection,
.section-gallery {
  background: var(--ivory);
}

.brand-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.section-copy p {
  max-width: 690px;
  font-size: 1.05rem;
}

.feature-figure {
  margin: 0;
  overflow: hidden;
}

.feature-figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.feature-figure figcaption {
  margin-top: 14px;
  color: var(--brown-soft);
  font-size: 0.95rem;
  font-style: italic;
}

.section-values,
.section-brochure {
  background: var(--ivory-strong);
}

.catering-section {
  background: var(--ivory-strong);
}

.catering-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catering-tags span {
  border: 1px solid rgba(38, 18, 13, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--brown);
  background: rgba(251, 241, 229, 0.9);
  font-size: 0.88rem;
  font-weight: 780;
}

.catering-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background: var(--ivory);
}

.catering-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.catering-copy p {
  max-width: 720px;
  color: var(--grey);
  font-size: 1.05rem;
}

.catering-products-list {
  margin-top: 28px;
}

.catering-solutions {
  background: var(--ivory-strong);
}

.catering-values .value-card {
  min-height: 270px;
}

.catering-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(52px, 7vw, 86px) clamp(20px, 6vw, 86px);
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(38, 18, 13, 0.92), rgba(142, 61, 36, 0.88)),
    url("assets/images/Immagine11.jpg") center / cover no-repeat;
}

.catering-cta h2 {
  max-width: 780px;
  margin-bottom: 16px;
}

.catering-cta p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(251, 241, 229, 0.86);
  font-size: 1.08rem;
}

.letter-page-header {
  padding: calc(var(--header-h) + 64px) clamp(20px, 6vw, 86px) 44px;
  color: var(--ink);
  background: var(--ivory-strong);
}

.letter-page-header h1 {
  max-width: 900px;
  margin-bottom: 20px;
  color: var(--brown);
}

.letter-page-header p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--grey);
  font-size: 1.08rem;
}

.letter-viewer {
  padding: 0 clamp(20px, 6vw, 86px) clamp(60px, 8vw, 96px);
  background: var(--ivory-strong);
}

.letter-viewer iframe {
  width: 100%;
  min-height: min(900px, 78vh);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.value-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(251, 241, 229, 0.78);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 106, 60, 0.62);
  box-shadow: var(--shadow-soft);
}

.value-card span {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1;
}

.value-card p {
  margin-bottom: 0;
  color: var(--grey);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.product-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(38, 18, 13, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.product-card img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--grey-soft);
}

.taste-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.taste-list li {
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--brown);
  background: var(--ivory);
  font-size: 0.78rem;
  font-weight: 800;
}

.format-note {
  margin-top: auto;
  font-weight: 700;
}

.section-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  color: var(--ivory);
  background: var(--brown);
}

.story-image img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  border-radius: 8px;
  filter: grayscale(0.12) sepia(0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.story-copy p {
  color: rgba(251, 241, 229, 0.78);
  font-size: 1.05rem;
}

.material-grid {
  display: block;
}

.material-card {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--ivory);
  box-shadow: var(--shadow-soft);
}

.material-card-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.material-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 6px;
}

.material-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.material-card span {
  display: inline-flex;
  margin-bottom: 28px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--ivory);
  background: var(--brown);
  font-size: 0.76rem;
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 236px;
  gap: 14px;
}

.gallery-item {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--brown);
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 2;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item[data-full$="logo.png"] img {
  object-fit: contain;
  padding: 28px;
  background: var(--ivory-strong);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 28px;
  padding: 46px clamp(20px, 6vw, 86px);
  color: var(--ivory);
  background: var(--brown);
}

.footer-brand img {
  width: 112px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: rgba(255, 249, 239, 0.94);
}

.site-footer p,
.site-footer address {
  margin: 0;
  color: rgba(251, 241, 229, 0.78);
  font-style: normal;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  align-content: center;
}

.contact-list a {
  border-bottom: 1px solid rgba(251, 241, 229, 0.2);
  padding-bottom: 9px;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--orange);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 70px 22px 22px;
  background: rgba(38, 18, 13, 0.9);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-height: 86vh;
  width: min(1120px, 100%);
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  min-height: 44px;
  border: 1px solid rgba(251, 241, 229, 0.36);
  border-radius: 8px;
  padding: 10px 14px;
  color: var(--ivory);
  background: rgba(251, 241, 229, 0.08);
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1220px) {
  .main-nav {
    gap: 12px;
    font-size: 0.78rem;
  }

  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-h) 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 22px 26px;
    color: var(--ink);
    background: rgba(251, 241, 229, 0.98);
    box-shadow: 0 22px 36px rgba(38, 18, 13, 0.12);
    transform: translateY(-125%);
    transition: transform 240ms ease;
  }

  .nav-open .main-nav {
    transform: translateY(0);
  }

  .main-nav a {
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid var(--line);
  }

  .brand-layout,
  .home-custom,
  .packaging-section,
  .social-banner,
  .catering-showcase,
  .catering-cta,
  .section-story,
  .material-card-feature,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .social-banner-action {
    justify-self: start;
    max-width: 360px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 210px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 68px;
  }

  .site-header {
    padding-inline: 16px;
  }

  .brand-mark img {
    width: 88px;
  }

  .hero {
    min-height: 88svh;
    padding: calc(var(--header-h) + 42px) 18px 70px;
    background-position: center;
  }

  .page-hero {
    min-height: 74svh;
    padding: calc(var(--header-h) + 42px) 18px 66px;
  }

  .hero p {
    font-size: 1.06rem;
  }

  .page-hero p {
    font-size: 1.04rem;
  }

  .button,
  .hero-actions,
  .button-row {
    width: 100%;
  }

  .home-custom {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .packaging-figure img {
    aspect-ratio: 4 / 3;
  }

  .social-banner-action {
    width: 100%;
    max-width: none;
  }

  .social-banner-action .button {
    width: 100%;
  }

  .letter-viewer iframe {
    min-height: 72vh;
  }

  .quick-stats,
  .values-grid,
  .product-grid,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .stat-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(251, 241, 229, 0.14);
  }

  .value-card {
    min-height: 190px;
  }

  .product-card img {
    height: 250px;
  }

  .catering-image img {
    aspect-ratio: 4 / 3;
  }

  .catering-cta {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }

  .gallery-item-large,
  .gallery-item-wide,
  .gallery-item-tall {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 460px) {
  .hero {
    min-height: 86svh;
  }

  .page-hero {
    min-height: 72svh;
  }

  .scroll-cue {
    left: 18px;
    right: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
