/* Restrained redesign below the approved hero. The hero and header remain in styles.css. */

html,
body {
  overflow-x: clip;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--flour);
}

.trust-strip__inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.trust-strip__facts {
  display: flex;
  margin: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.trust-strip__facts i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--brass);
}

.trust-strip__rating {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  color: var(--cherry);
  font-size: 12px;
  font-weight: 800;
  text-decoration-color: rgba(116, 38, 56, 0.28);
  text-underline-offset: 4px;
}

.page-section {
  position: relative;
  padding: clamp(90px, 8vw, 120px) 0;
}

.section-heading {
  max-width: 620px;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--cherry);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-kicker--light {
  color: #e8bd7c;
}

.page-section .section-heading h2 {
  margin: 0;
  font-size: clamp(44px, 4.3vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.page-section .section-heading--major h2 {
  max-width: 720px;
  font-size: clamp(56px, 5.3vw, 70px);
  line-height: 0.99;
}

.section-heading > p:last-child {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
}

.section-heading--centered {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-heading--centered > p:last-child {
  margin-inline: auto;
}

.craft-section {
  overflow: hidden;
  background: var(--flour);
}

.craft-section::before {
  content: none;
}

.craft-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  align-items: center;
  gap: clamp(52px, 5vw, 70px);
}

.craft-section figure,
.family-section figure,
.assortment-section figure {
  margin: 0;
}

.craft-section__gallery {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.craft-section__main-image,
.craft-section__supporting figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(94, 71, 57, 0.18);
  border-radius: 1px;
  background: #eadfce;
}

.craft-section__main-image {
  height: clamp(350px, 29vw, 398px);
}

.craft-section__main-image img,
.craft-section__supporting img,
.family-section__portrait img,
.product-feature__media img,
.confectionery-breakout__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.craft-section__main-image img {
  object-position: center 52%;
  filter: saturate(0.94) contrast(1.025) sepia(0.035);
  transition:
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 500ms ease;
}

.craft-section__content {
  display: grid;
  align-content: center;
  gap: 30px;
}

.craft-section .section-heading {
  max-width: 560px;
}

.craft-section .section-kicker {
  display: flex;
  margin-bottom: 22px;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.2em;
}

.craft-section .section-kicker::after {
  width: 48px;
  height: 1px;
  flex: 0 0 auto;
  background: rgba(173, 124, 63, 0.72);
  content: "";
}

.craft-section .section-heading h2 {
  max-width: 540px;
  font-size: clamp(46px, 4.25vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.024em;
  text-wrap: balance;
}

.craft-section .craft-section__lead {
  max-width: 43ch;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(16px, 1.24vw, 18px);
  line-height: 1.68;
}

.craft-section__micro {
  display: flex;
  max-width: 520px;
  margin: 0;
  padding-top: 17px;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(35, 29, 26, 0.13);
  color: #6d5f55;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  gap: 5px 8px;
  white-space: nowrap;
}

.craft-section__micro i {
  color: var(--brass);
  font-style: normal;
}

.craft-section__supporting {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.craft-section__supporting figure {
  height: clamp(150px, 12vw, 176px);
}

.craft-section__supporting img {
  filter: saturate(0.95) contrast(1.025) sepia(0.03);
  transition:
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.craft-section__supporting figure:first-child img {
  object-position: 54% center;
}

.craft-section__supporting figure:last-child img {
  object-position: center 38%;
}

.has-craft-reveal [data-craft-reveal] {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 840ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
}

.has-craft-reveal .craft-section__main-image[data-craft-reveal] {
  transform: translateY(14px);
}

.has-craft-reveal [data-craft-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.family-section {
  overflow: hidden;
  border-top: 1px solid rgba(35, 29, 26, 0.08);
  background: #f7f0e7;
}

.family-section__grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(60px, 6vw, 84px);
}

.family-section__portrait {
  position: relative;
  display: block;
}

.family-section__portrait-frame {
  position: relative;
  height: clamp(490px, 39vw, 530px);
  overflow: hidden;
  background: #e8ddd0;
}

.family-section__portrait-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(35, 29, 26, 0.09);
  content: "";
  pointer-events: none;
}

.family-section__portrait img {
  height: calc(100% + 12px);
  margin-top: -6px;
  object-position: 59% 50%;
  filter: saturate(0.95) contrast(1.018) sepia(0.022);
  transform: translateY(var(--family-drift-y, 0px));
  transition:
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.family-section__content {
  display: grid;
  max-width: 720px;
  align-content: center;
}

.family-section .section-kicker {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  gap: 14px;
}

.family-section .section-kicker::after {
  width: 60px;
  height: 1px;
  background: rgba(151, 105, 45, 0.62);
  content: "";
}

.family-section .section-heading h2 {
  max-width: 590px;
  color: #2b201b;
  font-size: clamp(46px, 3.9vw, 54px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.family-section .family-section__identity {
  display: grid;
  max-width: max-content;
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--brass);
  gap: 2px;
}

.family-section__identity strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.05;
}

.family-section__identity span {
  color: var(--ink-soft);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.family-section .family-section__lead {
  display: grid;
  max-width: 58ch;
  margin: 22px 0 0;
  gap: 8px;
  color: var(--ink-soft);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(16px, 1.12vw, 17px);
  line-height: 1.66;
}

.family-section__lead p {
  margin: 0;
}

.family-section__facts {
  display: grid;
  margin: 30px 0 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.family-section__facts > div {
  position: relative;
  min-width: 0;
  padding: 17px 0 0;
}

.family-section__facts > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(35, 29, 26, 0.17);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
  transition: none;
}

.has-family-reveal .family-section__facts > div::before {
  transform: scaleX(0);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--family-reveal-delay, 0ms);
}

.has-family-reveal .family-section__facts > div.is-revealed::before {
  transform: scaleX(1);
}

.family-section__facts dt {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
}

.family-section__facts dd {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.family-section .source-note {
  max-width: 620px;
  margin: 16px 0 0;
  color: #786c64;
  font-size: 12px;
  line-height: 1.55;
}

.has-family-reveal [data-family-reveal] {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--family-reveal-delay, 0ms),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--family-reveal-delay, 0ms);
}

.has-family-reveal [data-family-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.has-family-reveal .family-section__portrait[data-family-image] {
  transform: scale(1.025) translateY(12px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--family-reveal-delay, 0ms),
    transform 1000ms cubic-bezier(0.22, 1, 0.36, 1) var(--family-reveal-delay, 0ms);
}

.has-family-reveal .family-section__portrait[data-family-image].is-revealed {
  transform: scale(1) translateY(0);
}

.has-family-reveal .family-section .section-kicker::after {
  width: 0;
  transition: width 820ms cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

.has-family-reveal .family-section .section-kicker.is-revealed::after {
  width: 60px;
}

.assortment-section {
  overflow: hidden;
  border-top: 1px solid rgba(35, 29, 26, 0.08);
  background: var(--cream);
}

.assortment-section__intro {
  max-width: 780px;
}

.assortment-section__intro h2 {
  max-width: 760px;
  font-size: clamp(48px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.032em;
  text-wrap: balance;
}

.assortment-section__intro > p:last-child {
  max-width: 62ch;
  margin-top: 24px;
}

.assortment-editorial {
  display: grid;
  height: 650px;
  margin-top: 58px;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  align-items: stretch;
  gap: 16px;
}

.assortment-editorial__support {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-feature {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(78, 59, 48, 0.16);
  background: var(--flour);
}

.product-feature--bread {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.product-feature--sweet,
.product-feature--savory {
  display: grid;
  min-height: 0;
  grid-template-columns: 44% 56%;
}

.product-feature__media {
  min-width: 0;
  overflow: hidden;
  background: #ded3c2;
}

.product-feature__media img,
.confectionery-breakout__media img {
  filter: saturate(0.95) contrast(1.02) sepia(0.024);
  transition:
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease;
}

.product-feature--bread .product-feature__media {
  min-height: 420px;
}

.product-feature--bread .product-feature__media img {
  object-position: center 54%;
}

.product-feature--sweet .product-feature__media img {
  object-position: 52% 46%;
}

.product-feature--savory .product-feature__media img {
  object-position: 54% 52%;
}

.product-feature__copy {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 28px 30px 30px;
  flex-direction: column;
  justify-content: center;
}

.product-feature--bread .product-feature__copy {
  min-height: 160px;
  padding: 30px 34px 32px;
}

.product-feature__eyebrow {
  margin: 0 0 12px;
  color: var(--cherry);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-feature__copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.018em;
}

.product-feature__copy > p:last-of-type {
  max-width: 33ch;
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.58;
}

.product-feature--bread .product-feature__copy h3 {
  font-size: clamp(36px, 3.2vw, 44px);
}

.product-feature__aside {
  position: relative;
  display: grid;
  margin-top: 18px;
  padding-top: 15px;
  gap: 5px;
}

.product-feature__aside::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(35, 29, 26, 0.15);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
}

.has-assortment-reveal .product-feature__aside::before {
  transform: scaleX(0);
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--assortment-delay, 0ms) + 180ms);
}

.has-assortment-reveal .product-feature.is-revealed .product-feature__aside::before {
  transform: scaleX(1);
}

.product-feature__aside span {
  color: var(--cherry);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-feature__aside strong {
  max-width: 30ch;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.12;
}

.confectionery-breakout {
  display: grid;
  height: 390px;
  min-height: 0;
  margin-top: 18px;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(78, 59, 48, 0.16);
  background: #efe3d6;
}

.confectionery-breakout__media {
  min-width: 0;
  overflow: hidden;
  background: #ded3c2;
}

.confectionery-breakout__media img {
  object-position: center 47%;
}

.confectionery-breakout__content {
  position: relative;
  display: flex;
  max-width: 650px;
  padding: clamp(44px, 5vw, 70px);
  flex-direction: column;
  justify-content: center;
}

.confectionery-breakout .section-kicker {
  margin-bottom: 18px;
}

.confectionery-breakout__content h3 {
  max-width: 570px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.confectionery-breakout__content > p:not(.section-kicker):not(.confectionery-breakout__detail) {
  max-width: 48ch;
  margin: 23px 0 0;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.66;
}

.confectionery-breakout__detail {
  display: flex;
  margin: 27px 0 0;
  padding-top: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(35, 29, 26, 0.14);
  color: #6d5f55;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  gap: 5px 8px;
}

.confectionery-breakout__detail i {
  color: var(--brass);
  font-style: normal;
}

.has-assortment-reveal [data-assortment-reveal] {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--assortment-delay, 0ms),
    transform 840ms cubic-bezier(0.22, 1, 0.36, 1) var(--assortment-delay, 0ms);
}

.has-assortment-reveal [data-assortment-reveal] img {
  transform: scale(1.015);
}

.has-assortment-reveal [data-assortment-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.has-assortment-reveal [data-assortment-reveal].is-revealed img {
  transform: scale(1);
}

.reviews-section {
  padding: clamp(76px, 7vw, 98px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f4eade;
}

.reviews-section__inner {
  display: grid;
  grid-template-columns: minmax(310px, 0.68fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(54px, 7vw, 96px);
}

.reviews-trust {
  display: flex;
  min-width: 0;
  padding-right: clamp(38px, 5vw, 68px);
  flex-direction: column;
  border-right: 1px solid rgba(77, 51, 40, 0.18);
}

.reviews-trust .section-kicker {
  margin: 0 0 clamp(28px, 3vw, 38px);
}

.reviews-trust__rating {
  display: grid;
  width: fit-content;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 22px;
}

.reviews-trust__rating strong {
  grid-row: 1 / 3;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(70px, 7vw, 92px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.045em;
}

.review-stars {
  display: inline-flex;
  color: #a96c24;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-stars i {
  font-style: normal;
}

.reviews-trust__rating .review-stars {
  align-self: end;
  margin-bottom: 8px;
  font-size: 15px;
}

.reviews-trust__rating > span:not(.review-stars) {
  align-self: start;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.reviews-trust__copy {
  max-width: 37ch;
  margin: clamp(34px, 4vw, 48px) 0 0;
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(77, 51, 40, 0.18);
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.68;
}

.reviews-trust__cta {
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding-top: clamp(30px, 4vw, 46px);
  align-items: center;
  font-size: 13px;
}

.reviews-voices {
  display: grid;
  min-width: 0;
  grid-template-rows: auto auto;
  gap: 0;
}

.review-quote {
  position: relative;
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  transition: border-color 600ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-quote::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(77, 51, 40, 0.2);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
  transition: background-color 600ms ease;
}

.review-quote--featured {
  min-height: 310px;
  padding-bottom: clamp(36px, 4vw, 48px);
}

.reviews-voices__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 48px);
}

.reviews-voices__support .review-quote {
  min-height: 210px;
  padding-bottom: 0;
}

.review-quote blockquote {
  margin: 0;
}

.review-quote blockquote p {
  max-width: 39ch;
  margin: 21px 0 0;
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.62;
}

.review-quote--featured blockquote p {
  max-width: 32ch;
  font-family: var(--font-display);
  font-size: clamp(28px, 2.7vw, 37px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.review-quote footer {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  align-items: baseline;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 11px;
}

.review-quote footer strong {
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 750;
}

.review-quote footer span {
  letter-spacing: 0.04em;
}

@media (hover: hover) and (pointer: fine) {
  .review-quote:hover,
  .has-review-reveal .review-quote.is-revealed:hover {
    transform: translateY(-2px);
  }

  .review-quote:hover::before,
  .has-review-reveal .review-quote.is-revealed:hover::before {
    background: rgba(126, 35, 50, 0.5);
  }
}

.has-review-reveal [data-review-reveal] {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--review-delay, 0ms),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--review-delay, 0ms);
}

.has-review-reveal [data-review-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.has-review-reveal [data-review-reveal] .review-stars i {
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 380ms ease calc(var(--review-delay, 0ms) + 120ms + (var(--star-index) * 42ms)),
    transform 420ms ease calc(var(--review-delay, 0ms) + 120ms + (var(--star-index) * 42ms));
}

.has-review-reveal [data-review-reveal].is-revealed .review-stars i {
  opacity: 1;
  transform: translateY(0);
}

.has-review-reveal .review-quote::before {
  transform: scaleX(0);
  transition:
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--review-delay, 0ms) + 120ms),
    background-color 600ms ease;
}

.has-review-reveal .review-quote.is-revealed::before {
  transform: scaleX(1);
}

.visit-section {
  padding: clamp(72px, 6vw, 86px) 0 0;
  background: var(--flour);
}

.visit-section__grid {
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(360px, 0.68fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(77, 51, 40, 0.16);
  background: var(--cream);
}

.visit-section__location,
.visit-section__hours {
  padding: clamp(44px, 4.5vw, 60px);
}

.visit-section__location {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--cherry-dark);
  color: var(--flour);
}

.visit-section__route-motif {
  position: absolute;
  right: -4%;
  bottom: -8%;
  width: 94%;
  height: 92%;
  opacity: 0.09;
  pointer-events: none;
}

.visit-section__route-motif path,
.visit-section__route-motif circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.visit-section__heading,
.visit-section__location address,
.visit-section__actions {
  position: relative;
  z-index: 1;
}

.visit-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 24px;
}

.visit-section__heading .section-kicker {
  margin: 0;
}

.visit-section__pin {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(255, 250, 241, 0.3);
  border-radius: 50%;
  color: rgba(255, 250, 241, 0.88);
}

.visit-section__heading h2 {
  max-width: 520px;
  margin: 30px 0 0;
  grid-column: 1 / -1;
  color: var(--flour);
  font-family: var(--font-display);
  font-size: clamp(46px, 4.6vw, 62px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.visit-section__location address {
  display: grid;
  margin-top: clamp(32px, 4vw, 42px);
  color: var(--flour);
  font-style: normal;
  gap: 8px;
}

.visit-section__location address strong {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
}

.visit-section__location address span {
  color: rgba(255, 250, 241, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.visit-section__location address a {
  width: fit-content;
  min-height: 44px;
  margin-top: 9px;
  padding-block: 10px;
  color: var(--flour);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.visit-section__actions {
  display: flex;
  margin-top: auto;
  padding-top: 28px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.visit-section__route {
  min-height: 48px;
  gap: 12px;
}

.visit-section__route svg {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .visit-section__route:hover svg {
    transform: translateX(4px);
  }
}

.visit-section__hours {
  display: flex;
  flex-direction: column;
  background: var(--flour);
}

.visit-section__hours .section-kicker {
  margin-bottom: 22px;
}

.visit-section__hours h3 {
  margin: 0;
  padding-bottom: clamp(28px, 3vw, 36px);
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

.visit-section__hours dl {
  margin: 0;
  border-top: 1px solid rgba(77, 51, 40, 0.18);
}

.visit-section__hours dl > div {
  display: grid;
  min-height: 88px;
  padding: 22px 0;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(77, 51, 40, 0.16);
  gap: 32px;
}

.visit-section__hours dt,
.visit-section__hours dd {
  font-size: 15px;
  line-height: 1.5;
}

.visit-section__hours dt {
  color: var(--charcoal);
  font-weight: 750;
}

.visit-section__hours dd {
  display: grid;
  margin: 0;
  justify-items: end;
  gap: 3px;
  color: var(--charcoal);
  font-variant-numeric: tabular-nums;
  font-weight: 580;
  text-align: right;
}

.visit-section__hours-note {
  max-width: 42ch;
  margin: auto 0 0;
  padding-top: 28px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.site-footer--restrained {
  padding: 32px 0;
  background: var(--charcoal);
}

.site-footer--restrained .site-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
}

.site-footer--restrained .site-footer__brand {
  display: grid;
  gap: 5px;
}

.site-footer--restrained .site-footer__brand strong {
  color: var(--flour);
  font-family: var(--font-display);
  font-size: 20px;
}

.site-footer--restrained .site-footer__brand span {
  color: rgba(255, 250, 241, 0.56);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer--restrained .site-footer__links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-footer--restrained .site-footer__links a,
.site-footer--restrained .site-footer__legal span {
  color: rgba(255, 250, 241, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.site-footer--restrained .site-footer__links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-footer--restrained .site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.has-visit-reveal [data-visit-reveal] {
  opacity: 0;
  transform: translateY(18px);
  will-change: opacity, transform;
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--visit-delay, 0ms),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1) var(--visit-delay, 0ms);
}

.has-visit-reveal [data-visit-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.has-visit-reveal [data-visit-pin] {
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 620ms ease 170ms,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) 170ms;
}

.has-visit-reveal [data-visit-pin].is-revealed {
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .craft-section__main-image:hover img {
    filter: saturate(1) contrast(1.025) sepia(0.015);
    transform: scale(1.018);
  }

  .craft-section__supporting figure:hover img {
    filter: saturate(1.01) contrast(1.02);
    transform: scale(1.018);
  }

  .family-section__portrait:hover img {
    filter: saturate(0.96) contrast(1.03) sepia(0.025);
    transform: translateY(var(--family-drift-y, 0px)) scale(1.02);
  }

  .product-feature:hover .product-feature__media img,
  .confectionery-breakout:hover .confectionery-breakout__media img {
    filter: saturate(1) contrast(1.025) sepia(0.012);
    transform: scale(1.02) translateY(-2px);
  }
}

@media (max-width: 1100px) {
  .trust-strip__inner {
    min-height: 104px;
  }

  .trust-strip__facts {
    max-width: 650px;
  }

  .craft-section__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 44px;
  }

  .family-section__grid {
    grid-template-columns: minmax(350px, 0.84fr) minmax(0, 1.16fr);
    gap: 48px;
  }

  .family-section__facts > div {
    padding-right: 0;
  }

  .family-section__facts > div + div {
    padding-left: 0;
  }

  .assortment-editorial {
    height: 700px;
    grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  }

  .product-feature__copy {
    padding: 24px;
  }

  .product-feature--bread .product-feature__copy {
    padding: 28px 30px 30px;
  }

  .confectionery-breakout {
    height: 420px;
    grid-template-columns: minmax(310px, 0.84fr) minmax(0, 1.16fr);
  }

  .visit-section__location,
  .visit-section__hours {
    padding: 42px;
  }
}

@media (max-width: 860px) {
  .page-section {
    padding: 78px 0;
  }

  .trust-strip__inner {
    padding-block: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }

  .family-section__grid,
  .visit-section__grid {
    grid-template-columns: 1fr;
  }

  .craft-section__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .craft-section__content {
    display: contents;
  }

  .craft-section .section-heading {
    order: 1;
  }

  .craft-section__gallery {
    order: 2;
  }

  .craft-section__micro {
    order: 3;
  }

  .craft-section__main-image {
    height: 390px;
  }

  .craft-section__content {
    gap: 30px;
  }

  .family-section__portrait {
    max-width: 590px;
  }

  .family-section__portrait-frame {
    height: 520px;
  }

  .family-section__facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .family-section__facts > div,
  .family-section__facts > div + div {
    padding: 17px 0 0;
    border: 0;
  }

  .assortment-editorial {
    height: auto;
    grid-template-columns: 1fr;
  }

  .product-feature--bread {
    min-height: 350px;
    grid-template-columns: 56% 44%;
    grid-template-rows: 1fr;
  }

  .product-feature--bread .product-feature__media {
    min-height: 350px;
  }

  .assortment-editorial__support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .product-feature--sweet,
  .product-feature--savory {
    min-height: 410px;
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto;
  }

  .confectionery-breakout {
    height: auto;
    min-height: 350px;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  }

  .reviews-section__inner {
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1fr);
    gap: 44px;
  }

  .reviews-trust {
    padding-right: 34px;
  }

  .reviews-voices__support {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .reviews-voices__support .review-quote {
    min-height: 0;
    padding-bottom: 4px;
  }

  .visit-section__location {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .visit-section {
    padding: 68px 0 0;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .trust-strip__inner {
    min-height: 0;
    padding-block: 18px;
  }

  .trust-strip__facts {
    gap: 7px 10px;
    font-size: 9px;
    line-height: 1.5;
  }

  .trust-strip__rating {
    min-height: 34px;
    font-size: 11px;
  }

  .page-section {
    padding: 64px 0;
  }

  .section-kicker {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .page-section .section-heading h2 {
    font-size: clamp(34px, 10.2vw, 40px);
    line-height: 1.04;
  }

  .page-section .section-heading--major h2 {
    font-size: clamp(42px, 12vw, 48px);
    hyphens: auto;
    line-height: 1.01;
    overflow-wrap: break-word;
  }

  .section-heading > p:last-child {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.65;
  }

  .section-heading--centered {
    margin-bottom: 34px;
    text-align: left;
  }

  .craft-section__grid,
  .family-section__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .family-section {
    background: #f7f0e7;
  }

  .family-section__grid {
    gap: 0;
  }

  .craft-section__content,
  .family-section__content {
    display: contents;
  }

  .craft-section .section-heading,
  .family-section .section-heading {
    order: 1;
  }

  .craft-section__gallery,
  .family-section__portrait {
    order: 2;
  }

  .craft-section__micro {
    order: 3;
  }

  .family-section__identity {
    order: 3;
  }

  .family-section__lead {
    order: 4;
  }

  .family-section__facts {
    order: 5;
  }

  .family-section .source-note {
    order: 6;
  }

  .craft-section__gallery {
    width: 100%;
    margin-top: -4px;
    gap: 9px;
  }

  .craft-section__main-image {
    height: 258px;
  }

  .craft-section__supporting {
    gap: 9px;
  }

  .craft-section__supporting figure {
    height: 136px;
  }

  .craft-section .section-kicker {
    margin-bottom: 18px;
    gap: 11px;
  }

  .craft-section .section-kicker::after {
    width: 34px;
  }

  .craft-section .section-heading h2 {
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 42px);
    line-height: 0.99;
    text-wrap: initial;
  }

  .craft-section .craft-section__lead {
    max-width: 37ch;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
  }

  .craft-section__micro {
    margin-top: -10px;
    padding-top: 14px;
    font-size: 8px;
    gap: 4px 6px;
    white-space: normal;
  }

  .has-craft-reveal [data-craft-reveal] {
    transform: translateY(12px);
    transition-duration: 700ms, 760ms;
  }

  .family-section .family-section__portrait {
    max-width: none;
    margin-top: 24px;
    padding: 0;
    gap: 0;
  }

  .family-section__portrait-frame {
    height: 360px;
  }

  .family-section__portrait img {
    height: 100%;
    margin-top: 0;
    object-position: 59% 50%;
    transform: none;
  }

  .family-section .section-kicker {
    margin-bottom: 18px;
    gap: 11px;
  }

  .family-section .section-kicker::after {
    width: 48px;
  }

  .family-section .section-heading h2 {
    max-width: 350px;
    font-size: clamp(38px, 10.2vw, 42px);
    line-height: 0.99;
  }

  .family-section .family-section__identity {
    margin-top: 24px;
  }

  .family-section__identity strong {
    font-size: 23px;
  }

  .family-section .family-section__lead {
    max-width: 38ch;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.65;
    gap: 6px;
  }

  .family-section__facts {
    margin-top: 28px;
  }

  .family-section__facts > div,
  .family-section__facts > div + div {
    display: grid;
    grid-template-columns: minmax(116px, 0.78fr) minmax(0, 1.22fr);
    align-items: baseline;
    gap: 16px;
  }

  .family-section__facts dt {
    font-size: 20px;
  }

  .family-section__facts dd {
    font-size: 14px;
  }

  .assortment-section__intro h2 {
    max-width: 350px;
    font-size: clamp(38px, 10.6vw, 42px);
    line-height: 1;
    text-wrap: initial;
  }

  .assortment-section__intro > p:last-child {
    max-width: 38ch;
    margin-top: 21px;
  }

  .assortment-editorial {
    margin-top: 38px;
    gap: 10px;
  }

  .product-feature--bread {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 250px auto;
  }

  .product-feature--bread .product-feature__media {
    min-height: 250px;
  }

  .product-feature--bread .product-feature__copy {
    min-height: 146px;
    padding: 24px;
  }

  .product-feature--bread .product-feature__copy h3 {
    font-size: 34px;
  }

  .assortment-editorial__support {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-feature--sweet,
  .product-feature--savory {
    min-height: 214px;
    grid-template-columns: 42% 58%;
    grid-template-rows: 1fr;
  }

  .product-feature__copy {
    padding: 20px;
  }

  .product-feature__eyebrow {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .product-feature__copy h3 {
    font-size: 26px;
    line-height: 1.02;
  }

  .product-feature__copy > p:last-of-type {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.48;
  }

  .product-feature__aside {
    margin-top: 12px;
    padding-top: 11px;
  }

  .product-feature__aside strong {
    font-size: 16px;
  }

  .confectionery-breakout {
    min-height: 0;
    margin-top: 10px;
    grid-template-columns: 1fr;
  }

  .confectionery-breakout__media {
    height: 180px;
  }

  .confectionery-breakout__content {
    padding: 32px 24px 34px;
  }

  .confectionery-breakout__content h3 {
    font-size: 38px;
    line-height: 1;
  }

  .confectionery-breakout__content > p:not(.section-kicker):not(.confectionery-breakout__detail) {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;
  }

  .confectionery-breakout__detail {
    margin-top: 21px;
    padding-top: 14px;
    font-size: 8px;
    gap: 4px 6px;
  }

  .has-assortment-reveal [data-assortment-reveal] {
    transform: translateY(12px);
    transition-duration: 700ms, 760ms;
  }

  .reviews-section {
    padding: 58px 0 62px;
  }

  .reviews-section__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .reviews-trust {
    display: contents;
  }

  .reviews-trust .section-kicker {
    order: 1;
    margin-bottom: 24px;
  }

  .reviews-trust__rating {
    order: 2;
    column-gap: 18px;
  }

  .reviews-trust__rating strong {
    font-size: 70px;
  }

  .reviews-trust__rating .review-stars {
    margin-bottom: 7px;
  }

  .reviews-trust__rating > span:not(.review-stars) {
    font-size: 12px;
  }

  .reviews-trust__copy {
    order: 3;
    max-width: 35ch;
    margin-top: 28px;
    padding-top: 22px;
    font-size: 16px;
    line-height: 1.62;
  }

  .reviews-voices {
    order: 4;
    margin-top: 38px;
    gap: 0;
  }

  .review-quote,
  .reviews-voices__support .review-quote {
    min-height: 0;
    padding: 22px 0 24px;
  }

  .review-quote--featured blockquote p {
    max-width: 31ch;
    font-size: 25px;
    line-height: 1.22;
  }

  .review-quote blockquote p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.6;
  }

  .review-quote footer {
    margin-top: 20px;
    padding-top: 0;
  }

  .reviews-voices__support {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .reviews-trust__cta {
    order: 5;
    min-height: 44px;
    margin-top: 2px;
    padding-top: 20px;
    border-top: 1px solid rgba(77, 51, 40, 0.18);
    font-size: 12px;
  }

  .has-review-reveal [data-review-reveal] {
    transform: translateY(14px);
    transition-duration: 680ms, 760ms;
  }

  .visit-section {
    padding: 56px 0 0;
  }

  .visit-section__location,
  .visit-section__hours {
    padding: 38px 24px 40px;
  }

  .visit-section__grid {
    min-height: 0;
  }

  .visit-section__hours .section-kicker {
    margin-bottom: 18px;
  }

  .visit-section__heading .section-kicker {
    margin: 0;
  }

  .visit-section__pin {
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .visit-section__heading h2 {
    max-width: 310px;
    margin-top: 26px;
    font-size: clamp(40px, 12vw, 46px);
  }

  .visit-section__location address {
    margin-top: 32px;
  }

  .visit-section__location address strong {
    font-size: 23px;
  }

  .visit-section__location address span,
  .visit-section__location address a {
    font-size: 16px;
  }

  .visit-section__actions {
    display: grid;
    margin-top: 0;
    padding-top: 30px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .visit-section__actions .button {
    width: 100%;
    min-height: 50px;
    justify-content: center;
  }

  .visit-section__actions .text-link {
    width: fit-content;
    min-height: 44px;
    justify-content: flex-start;
  }

  .visit-section__hours h3 {
    padding-bottom: 26px;
    font-size: 38px;
  }

  .visit-section__hours dl > div {
    min-height: 76px;
    padding: 18px 0;
    gap: 18px;
  }

  .visit-section__hours dt,
  .visit-section__hours dd {
    font-size: 14px;
  }

  .visit-section__hours-note {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.55;
  }

  .site-footer--restrained {
    padding: 30px 0 32px;
  }

  .site-footer--restrained .site-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .site-footer--restrained .site-footer__brand {
    gap: 6px;
  }

  .site-footer--restrained .site-footer__brand span,
  .site-footer--restrained .site-footer__links a,
  .site-footer--restrained .site-footer__legal span {
    font-size: 12px;
  }

  .site-footer--restrained .site-footer__links {
    gap: 24px;
  }

  .site-footer--restrained .site-footer__legal {
    justify-content: flex-start;
    gap: 18px;
  }
}

@media (max-width: 380px) {
  .trust-strip__facts i:nth-of-type(2) {
    display: none;
  }

  .craft-section__main-image {
    height: 244px;
  }

  .craft-section__supporting figure {
    height: 128px;
  }

  .family-section__portrait-frame {
    height: 338px;
  }

  .product-feature--bread {
    grid-template-rows: 230px auto;
  }

  .product-feature--bread .product-feature__media {
    min-height: 230px;
  }

  .product-feature--sweet,
  .product-feature--savory {
    min-height: 205px;
    grid-template-columns: 40% 60%;
  }

  .visit-section__hours dl > div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .visit-section__hours dd {
    justify-items: end;
    text-align: right;
  }
}

/* Hero art-direction and conversion refinement — 2026-08-29 */

.site-header__inner {
  width: min(calc(100% - 72px), 1380px);
  height: 118px;
  border-bottom-color: rgba(255, 250, 241, 0.3);
}

.brand {
  position: relative;
  gap: 17px;
}

.brand::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -8px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(235, 192, 129, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(224, 180, 116, 0.15);
  content: "";
  opacity: 0.7;
  transform: translateY(-50%);
  transition: opacity 260ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.brand__logo {
  width: 60px;
  height: 60px;
  border-color: rgba(255, 250, 241, 0.9);
  box-shadow: 0 8px 24px rgba(12, 5, 4, 0.28), 0 0 0 4px rgba(255, 250, 241, 0.07);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms ease;
}

.brand:hover .brand__logo {
  box-shadow: 0 12px 30px rgba(12, 5, 4, 0.34), 0 0 0 5px rgba(235, 192, 129, 0.12);
  transform: rotate(-2deg) scale(1.035);
}

.brand__copy {
  gap: 4px;
}

.brand__copy strong {
  font-size: 22px;
  line-height: 1;
}

.brand__copy small {
  color: rgba(255, 250, 241, 0.72);
  font-size: 9px;
  letter-spacing: 0.17em;
}

.desktop-nav {
  gap: clamp(26px, 2.5vw, 42px);
}

.desktop-nav a {
  min-height: 50px;
  padding: 0 2px;
  color: rgba(255, 250, 241, 0.88);
  font-size: 14px;
  letter-spacing: 0.015em;
  transition: color 220ms ease, transform 220ms ease;
}

.desktop-nav a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e7ba79;
  content: "";
  opacity: 0;
  transform: translate(-50%, 5px) scale(0.6);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.desktop-nav a::after {
  bottom: 4px;
  background: linear-gradient(90deg, #e7ba79, rgba(231, 186, 121, 0.15));
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: #fff8ec;
  transform: translateY(-1px);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.header-phone {
  min-height: 50px;
  margin-left: clamp(22px, 2.2vw, 34px);
  padding: 0 18px;
  border: 1px solid rgba(255, 250, 241, 0.8);
  border-radius: 2px;
  background: rgba(255, 250, 241, 0.94);
  color: var(--cherry-dark);
  box-shadow: 0 10px 28px rgba(12, 5, 4, 0.2);
  font-size: 13px;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.header-phone:hover,
.header-phone:focus-visible {
  background: #fff;
  box-shadow: 0 14px 34px rgba(12, 5, 4, 0.28);
  transform: translateY(-2px);
}

.hero::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 4%, rgba(235, 192, 129, 0.65) 32%, rgba(255, 250, 241, 0.12) 72%, transparent 96%);
  content: "";
  pointer-events: none;
}

.hero__image {
  object-position: 39% 40%;
  filter: saturate(0.94) contrast(1.06) brightness(0.98);
  transform-origin: 65% 43%;
}

.hero__wash {
  background:
    radial-gradient(ellipse at 78% 55%, rgba(255, 224, 177, 0.15), transparent 39%),
    radial-gradient(circle at 73% 35%, rgba(238, 194, 128, 0.11), transparent 28%),
    linear-gradient(90deg, rgba(22, 10, 9, 0.99) 0%, rgba(23, 10, 9, 0.95) 30%, rgba(23, 10, 9, 0.86) 45%, rgba(23, 10, 9, 0.58) 58%, rgba(23, 10, 9, 0.1) 72%, rgba(23, 10, 9, 0.01) 84%),
    linear-gradient(180deg, rgba(20, 9, 8, 0.5) 0%, transparent 30%, rgba(20, 9, 8, 0.13) 68%, rgba(17, 8, 7, 0.64) 100%);
}

.hero__content {
  padding-top: 172px;
  padding-bottom: 78px;
}

.hero__content .eyebrow {
  margin-bottom: 24px;
  color: #edc789;
  letter-spacing: 0.22em;
}

.hero__content .eyebrow::before {
  width: 38px;
  background: linear-gradient(90deg, #edc789, rgba(237, 199, 137, 0.2));
}

.hero h1 {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  font-size: clamp(70px, 6.35vw, 98px);
  line-height: 0.87;
  text-shadow: 0 7px 32px rgba(8, 3, 3, 0.34);
}

.hero-title__line,
.hero-title__place {
  display: block;
}

.hero-title__place {
  margin-top: 0.08em;
  color: #f2cf96;
  font-size: 1.03em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.hero__lead {
  max-width: 500px;
  margin-top: 30px;
  padding-left: 19px;
  border-left: 1px solid rgba(237, 199, 137, 0.68);
  color: rgba(255, 250, 241, 0.86);
  font-size: clamp(17px, 1.25vw, 19px);
  line-height: 1.58;
}

.hero__actions {
  margin-top: 34px;
  gap: 12px;
}

.hero-call {
  min-width: 220px;
  min-height: 66px;
  padding: 0 24px;
  justify-content: flex-start;
  gap: 14px;
  border-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(5, 2, 2, 0.28), 0 0 0 1px rgba(237, 199, 137, 0.08);
}

.hero-call svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.hero-call__copy {
  display: grid;
  text-align: left;
  gap: 3px;
}

.hero-call__copy strong {
  font-size: 14px;
  line-height: 1;
}

.hero-call__copy small {
  color: rgba(82, 24, 36, 0.68);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.09em;
}

.hero__actions .text-link {
  min-height: 66px;
  padding: 0 21px;
  border: 1px solid rgba(255, 250, 241, 0.42);
  border-radius: 2px;
  background: rgba(22, 10, 9, 0.2);
  backdrop-filter: blur(5px);
  font-size: 13px;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.hero__actions .text-link:hover,
.hero__actions .text-link:focus-visible {
  border-color: rgba(237, 199, 137, 0.78);
  background: rgba(255, 250, 241, 0.08);
}

.hero-proof {
  width: fit-content;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 15px;
  border-top: 1px solid rgba(255, 250, 241, 0.2);
  border-bottom: 1px solid rgba(255, 250, 241, 0.12);
  background: rgba(17, 8, 7, 0.2);
  color: rgba(255, 250, 241, 0.75);
  transition: background-color 220ms ease, border-color 220ms ease;
}

.hero-proof:hover,
.hero-proof:focus-visible {
  border-color: rgba(237, 199, 137, 0.48);
  background: rgba(17, 8, 7, 0.34);
}

.hero-proof .stars {
  color: #f1bd6a;
  font-size: 13px;
}

.hero__content > .eyebrow,
.hero__content > h1,
.hero__content > .hero__lead,
.hero__content > .hero__actions,
.hero__content > .hero-proof {
  animation: hero-content-enter 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__content > h1 { animation-delay: 70ms; }
.hero__content > .hero__lead { animation-delay: 130ms; }
.hero__content > .hero__actions { animation-delay: 190ms; }
.hero__content > .hero-proof { animation-delay: 240ms; }

@keyframes hero-content-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .site-header__inner {
    width: min(calc(100% - 48px), 1380px);
  }

  .brand__logo {
    width: 54px;
    height: 54px;
  }

  .brand::before {
    width: 68px;
    height: 68px;
  }

  .brand__copy strong {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .header-phone {
    margin-left: auto;
    margin-right: 16px;
  }
}

@media (max-width: 700px) {
  .site-header__inner {
    width: calc(100% - 32px);
    height: 92px;
  }

  .brand {
    gap: 11px;
  }

  .brand::before {
    left: -5px;
    width: 58px;
    height: 58px;
  }

  .brand__logo {
    width: 48px;
    height: 48px;
  }

  .brand__copy strong {
    font-size: 17px;
  }

  .header-phone {
    width: 46px;
    min-height: 46px;
    margin-right: 8px;
    padding: 0;
    border-radius: 50%;
  }

  .hero__image {
    object-position: 76% 48%;
    filter: saturate(1.02) contrast(1.04) brightness(1.1);
  }

  .hero__wash {
    background:
      radial-gradient(ellipse at 82% 38%, rgba(255, 224, 177, 0.18), transparent 38%),
      linear-gradient(180deg, rgba(18, 8, 7, 0.61) 0%, rgba(18, 8, 7, 0.13) 27%, rgba(18, 8, 7, 0.34) 50%, rgba(17, 8, 7, 0.95) 100%),
      linear-gradient(90deg, rgba(18, 8, 7, 0.51) 0%, rgba(18, 8, 7, 0.2) 55%, rgba(18, 8, 7, 0.01) 100%);
  }

  .hero__content {
    padding-top: 142px;
    padding-bottom: 48px;
  }

  .hero__content .eyebrow {
    margin-bottom: 17px;
  }

  .hero h1 {
    font-size: clamp(50px, 14.4vw, 59px);
    line-height: 0.91;
  }

  .hero-title__place {
    margin-top: 0.1em;
  }

  .hero__lead {
    max-width: 340px;
    margin-top: 21px;
    padding-left: 14px;
    font-size: 16px;
  }

  .hero__actions {
    margin-top: 24px;
    gap: 8px;
  }

  .hero__actions .hero-call {
    position: relative;
    display: grid;
    min-height: 68px;
    padding-inline: 58px;
    justify-content: center;
    justify-items: center;
    gap: 0;
  }

  .hero__actions .hero-call svg {
    position: absolute;
    left: calc(50% - 86px);
    width: 22px;
    height: 22px;
  }

  .hero__actions .hero-call .hero-call__copy {
    justify-items: center;
    text-align: center;
    gap: 4px;
  }

  .hero__actions .hero-call .hero-call__copy strong {
    font-size: 15px;
  }

  .hero__actions .hero-call .hero-call__copy small {
    font-size: 10px;
    line-height: 1;
  }

  .hero__actions .hero-call:active {
    transform: scale(0.99);
  }

  .hero__actions .text-link {
    min-height: 54px;
    backdrop-filter: none;
  }

  .hero-proof {
    min-height: 44px;
    margin-top: 17px;
    padding-inline: 10px;
    flex-wrap: wrap;
    row-gap: 1px;
  }
}

@media (max-width: 360px) {
  .brand__copy {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-proof {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__content > .eyebrow,
  .hero__content > h1,
  .hero__content > .hero__lead,
  .hero__content > .hero__actions,
  .hero__content > .hero-proof {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .brand::before,
  .brand__logo,
  .desktop-nav a,
  .header-phone {
    transition: none;
  }
}

/* Trust transition and craft index correction — 2026-08-29 */

.trust-strip {
  position: relative;
  overflow: hidden;
  border-bottom-color: rgba(68, 48, 38, 0.15);
  background:
    radial-gradient(circle at 82% 20%, rgba(209, 161, 99, 0.12), transparent 25%),
    linear-gradient(105deg, #fffaf1 0%, #f6eddf 100%);
}

.trust-strip::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c7914e 24%, rgba(116, 38, 56, 0.6) 68%, transparent);
  content: "";
  opacity: 0.72;
}

.trust-strip .trust-strip__inner {
  display: grid;
  min-height: 126px;
  padding-block: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(292px, 330px);
  align-items: stretch;
  gap: clamp(28px, 4vw, 64px);
}

.trust-strip .trust-strip__facts {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
}

.trust-strip .trust-strip__facts span {
  position: relative;
  display: grid;
  min-height: 62px;
  padding: 7px clamp(14px, 1.65vw, 25px);
  align-content: center;
  border-left: 1px solid rgba(71, 50, 40, 0.16);
  color: #2f241f;
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 820;
  letter-spacing: 0.065em;
  line-height: 1.35;
  text-transform: uppercase;
  gap: 7px;
}

.trust-strip .trust-strip__facts span:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-strip .trust-strip__facts small {
  color: #aa7440;
  font-family: var(--font-display);
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.trust-strip .trust-strip__rating {
  position: relative;
  display: grid;
  min-height: 98px;
  padding: 18px 22px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(78, 22, 33, 0.12);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.055), transparent 46%),
    var(--cherry-dark);
  color: var(--flour);
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(70, 28, 31, 0.14);
  gap: 7px 20px;
  transition: transform 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.trust-strip .trust-strip__rating::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 1px;
  background: #dfad6d;
  content: "";
  transform: scaleX(0.35);
  transform-origin: right;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-strip__stars {
  grid-column: 1;
  color: #efbf79;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.trust-strip__rating-copy {
  display: flex;
  grid-column: 1;
  align-items: baseline;
  gap: 8px;
}

.trust-strip__rating-copy strong {
  color: #fff8ed;
  font-size: 13px;
  line-height: 1.2;
}

.trust-strip__rating-copy small {
  color: rgba(255, 248, 237, 0.62);
  font-size: 10px;
  font-weight: 650;
}

.trust-strip .trust-strip__rating svg {
  grid-column: 2;
  grid-row: 1 / 3;
  transition: transform 240ms ease;
}

.trust-strip .trust-strip__rating:hover,
.trust-strip .trust-strip__rating:focus-visible {
  box-shadow: 0 20px 42px rgba(70, 28, 31, 0.2);
  transform: translateY(-2px);
}

.trust-strip .trust-strip__rating:hover::after,
.trust-strip .trust-strip__rating:focus-visible::after {
  transform: scaleX(1);
}

.trust-strip .trust-strip__rating:hover svg,
.trust-strip .trust-strip__rating:focus-visible svg {
  transform: translateX(3px);
}

.has-trust-reveal .trust-strip [data-trust-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms ease-out var(--trust-delay, 0ms),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1) var(--trust-delay, 0ms);
}

.has-trust-reveal .trust-strip [data-trust-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.craft-section .craft-section__gallery {
  padding-top: 56px;
}

.craft-section .craft-section__gallery::after {
  top: 14px;
  right: 9px;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .trust-strip .trust-strip__inner {
    grid-template-columns: minmax(0, 1fr) 286px;
    gap: 26px;
  }

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

  .trust-strip .trust-strip__facts span:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .trust-strip .trust-strip__inner {
    display: grid;
    padding-block: 22px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trust-strip .trust-strip__facts {
    width: 100%;
  }

  .trust-strip .trust-strip__facts span {
    min-height: 54px;
    padding: 6px 14px;
    font-size: 9px;
  }

  .trust-strip .trust-strip__facts span:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .trust-strip .trust-strip__facts small {
    font-size: 13px;
  }

  .trust-strip .trust-strip__rating {
    display: none;
  }

  .craft-section .craft-section__gallery {
    padding-top: 48px;
  }

  .craft-section .craft-section__gallery::after {
    top: 12px;
    right: 7px;
    font-size: 21px;
  }
}

@media (max-width: 520px) {
  .craft-section .craft-section__gallery {
    padding-top: 42px;
  }

  .craft-section .craft-section__gallery::after {
    top: 10px;
    right: 5px;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-trust-reveal .trust-strip [data-trust-reveal],
  .has-trust-reveal .trust-strip [data-trust-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .trust-strip .trust-strip__rating,
  .trust-strip .trust-strip__rating::after,
  .trust-strip .trust-strip__rating svg {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-craft-reveal [data-craft-reveal],
  .has-craft-reveal [data-craft-reveal].is-revealed,
  .has-family-reveal [data-family-reveal],
  .has-family-reveal [data-family-reveal].is-revealed,
  .has-assortment-reveal [data-assortment-reveal],
  .has-assortment-reveal [data-assortment-reveal].is-revealed,
  .has-review-reveal [data-review-reveal],
  .has-review-reveal [data-review-reveal].is-revealed,
  .has-visit-reveal [data-visit-reveal],
  .has-visit-reveal [data-visit-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-visit-reveal [data-visit-pin],
  .has-visit-reveal [data-visit-pin].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .visit-section__route svg,
  .visit-section__route:hover svg {
    transform: none;
    transition: none;
  }

  .has-review-reveal [data-review-reveal] .review-stars i,
  .has-review-reveal [data-review-reveal].is-revealed .review-stars i {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .review-quote,
  .review-quote:hover,
  .has-review-reveal .review-quote.is-revealed:hover {
    transform: none;
    transition: none;
  }

  .has-review-reveal .review-quote::before,
  .has-review-reveal .review-quote.is-revealed::before {
    transform: scaleX(1);
    transition: none;
  }

  .craft-section__main-image img,
  .craft-section__supporting img,
  .family-section__portrait img,
  .product-feature__media img,
  .confectionery-breakout__media img {
    transition: none;
  }

  .product-feature__media img,
  .product-feature:hover .product-feature__media img,
  .confectionery-breakout__media img,
  .confectionery-breakout:hover .confectionery-breakout__media img {
    transform: none;
  }

  .has-assortment-reveal .product-feature__aside::before {
    transform: scaleX(1);
    transition: none;
  }

  .craft-section__main-image:hover img,
  .craft-section__supporting figure:hover img {
    transform: none;
  }

  .family-section__portrait img,
  .family-section__portrait:hover img {
    transform: none;
  }

  .has-family-reveal .family-section .section-kicker::after {
    width: 60px;
    transition: none;
  }

  .has-family-reveal .family-section__facts > div::before {
    transform: scaleX(1);
    transition: none;
  }
}

/* Backstube editorial stage — isolated section polish — 2026-08-29 */

.craft-section {
  position: relative;
  isolation: isolate;
  padding-block: clamp(88px, 8vw, 124px);
  border-top: 1px solid rgba(43, 33, 28, 0.07);
  background:
    radial-gradient(circle at 11% 13%, rgba(190, 139, 73, 0.09), transparent 26%),
    linear-gradient(108deg, #f8f1e7 0%, var(--flour) 55%, #f4eadf 100%);
}

.craft-section::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background: linear-gradient(to bottom, transparent 7%, rgba(82, 62, 50, 0.08) 24%, rgba(82, 62, 50, 0.08) 76%, transparent 93%);
  content: "";
}

.craft-section .craft-section__grid {
  display: grid;
  grid-template-columns: minmax(370px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas: "copy visual";
  align-items: center;
  gap: clamp(68px, 7vw, 112px);
}

.craft-section .craft-section__content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-area: copy;
  align-content: center;
  gap: 36px;
  padding: 26px 0 30px clamp(12px, 2.6vw, 40px);
}

.craft-section .craft-section__content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(152, 99, 45, 0.58) 21%, rgba(152, 99, 45, 0.58) 79%, transparent);
  content: "";
  transform: scaleY(0.42);
  transform-origin: center;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 260ms;
}

.has-craft-reveal .craft-section:has(.is-revealed) .craft-section__content::before {
  transform: scaleY(1);
}

.craft-section .section-heading {
  max-width: 550px;
}

.craft-section .section-kicker {
  margin-bottom: 27px;
  color: var(--cherry);
  font-size: 10px;
  letter-spacing: 0.24em;
}

.craft-section .section-kicker::after {
  width: 64px;
  background: linear-gradient(90deg, rgba(173, 124, 63, 0.82), rgba(173, 124, 63, 0.18));
}

.craft-section .section-heading h2 {
  max-width: 9.8ch;
  margin: 0;
  font-size: clamp(54px, 5.25vw, 76px);
  line-height: 0.91;
  letter-spacing: -0.038em;
  text-wrap: initial;
}

.craft-section .section-heading h2 span {
  display: block;
}

.craft-section .section-heading h2 span + span {
  margin-top: 0.11em;
  color: var(--cherry);
  font-size: 0.82em;
  font-style: italic;
  letter-spacing: -0.027em;
  line-height: 0.98;
}

.craft-section .craft-section__lead {
  max-width: 41ch;
  margin-top: 31px;
  color: #645950;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.72;
}

.craft-section .craft-section__micro {
  max-width: 500px;
  padding-top: 19px;
  border-color: rgba(67, 51, 42, 0.17);
  color: #68594f;
  font-size: 9px;
  letter-spacing: 0.145em;
}

.craft-section .craft-section__gallery {
  position: relative;
  display: block;
  min-width: 0;
  padding: 26px 34px 34px 0;
  grid-area: visual;
}

.craft-section .craft-section__gallery::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.055), transparent 42%),
    var(--cherry);
  content: "";
}

.craft-section .craft-section__gallery::after {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 11px;
  color: rgba(255, 245, 230, 0.58);
  content: "01";
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.craft-section .craft-section__main-image {
  position: relative;
  z-index: 2;
  display: block;
  height: clamp(490px, 42vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(65, 47, 37, 0.18);
  background: #d8c7b0;
  box-shadow: 0 30px 58px rgba(57, 34, 24, 0.15);
}

.craft-section .craft-section__main-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(34, 19, 14, 0.26), transparent 29%),
    linear-gradient(115deg, rgba(255, 246, 229, 0.06), transparent 38%);
  content: "";
}

.craft-section .craft-section__main-image img {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.91) contrast(1.055) sepia(0.045);
  object-fit: cover;
  object-position: 50% 53%;
  transform: scale(1.025);
  transition:
    transform 950ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 700ms ease;
}

.craft-section .craft-section__main-image figcaption {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  min-height: 0;
  padding: 13px 15px 12px;
  align-items: center;
  border: 1px solid rgba(255, 244, 226, 0.25);
  background: rgba(53, 20, 27, 0.78);
  color: #fff7eb;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.has-craft-reveal .craft-section .craft-section__main-image[data-craft-reveal] {
  clip-path: inset(0 13% 0 0);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
    transform 880ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
    clip-path 980ms cubic-bezier(0.22, 1, 0.36, 1) 100ms;
}

.has-craft-reveal .craft-section .craft-section__main-image[data-craft-reveal].is-revealed {
  clip-path: inset(0);
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .craft-section .craft-section__main-image:hover img {
    filter: saturate(0.97) contrast(1.045) sepia(0.025);
    transform: scale(1.045);
  }
}

@media (max-width: 1100px) {
  .craft-section .craft-section__grid {
    grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
    gap: 54px;
  }

  .craft-section .section-heading h2 {
    font-size: clamp(52px, 6vw, 66px);
  }

  .craft-section .craft-section__main-image {
    height: 520px;
  }
}

@media (max-width: 860px) {
  .craft-section {
    padding-block: 76px 82px;
  }

  .craft-section::after {
    content: none;
  }

  .craft-section .craft-section__grid {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .craft-section .craft-section__content {
    display: contents;
  }

  .craft-section .craft-section__content::before {
    content: none;
  }

  .craft-section .section-heading {
    width: 100%;
    max-width: 640px;
    order: 1;
  }

  .craft-section .section-heading h2 {
    max-width: 10.7ch;
    font-size: clamp(48px, 10.5vw, 64px);
  }

  .craft-section .section-heading h2 span + span {
    max-width: 9.5ch;
  }

  .craft-section .craft-section__lead {
    max-width: 48ch;
  }

  .craft-section .craft-section__gallery {
    width: 100%;
    padding: 19px 25px 27px 0;
    order: 2;
  }

  .craft-section .craft-section__gallery::after {
    top: 3px;
    right: 8px;
    font-size: 25px;
  }

  .craft-section .craft-section__main-image {
    height: clamp(390px, 74vw, 540px);
  }

  .craft-section .craft-section__micro {
    width: 100%;
    max-width: none;
    order: 3;
  }
}

@media (max-width: 520px) {
  .craft-section {
    padding-block: 66px 72px;
  }

  .craft-section .section-kicker {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .craft-section .section-kicker::after {
    width: 42px;
  }

  .craft-section .section-heading h2 {
    max-width: 10.2ch;
    font-size: clamp(44px, 12.7vw, 51px);
    line-height: 0.94;
  }

  .craft-section .section-heading h2 span + span {
    margin-top: 0.16em;
    font-size: 0.78em;
  }

  .craft-section .craft-section__lead {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.67;
  }

  .craft-section .craft-section__gallery {
    padding: 14px 17px 20px 0;
  }

  .craft-section .craft-section__gallery::before {
    width: 29%;
  }

  .craft-section .craft-section__gallery::after {
    right: 5px;
    font-size: 20px;
  }

  .craft-section .craft-section__main-image {
    height: clamp(350px, 104vw, 420px);
    box-shadow: 0 22px 42px rgba(57, 34, 24, 0.13);
  }

  .craft-section .craft-section__main-image img {
    object-position: 50% 54%;
  }

  .craft-section .craft-section__main-image figcaption {
    right: 13px;
    bottom: 13px;
    left: 13px;
    padding: 11px 12px 10px;
    font-size: 8px;
  }

  .craft-section .craft-section__micro {
    padding-top: 16px;
    font-size: 8px;
    gap: 5px 7px;
    white-space: normal;
  }
}

/* Pfaffenrot locality interlude — isolated premium pass — 2026-08-29 */

.type-break {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 78% 48%, rgba(194, 140, 75, 0.16), transparent 28%),
    linear-gradient(112deg, #301017 0%, var(--cherry) 58%, #42151f 100%);
}

.type-break::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -0.035em;
  color: rgba(255, 245, 227, 0.035);
  content: "BENZ";
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(170px, 22vw, 330px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.72;
  pointer-events: none;
  transform: translateY(-48%);
}

.type-break::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 100% 56px;
  content: "";
  pointer-events: none;
}

.type-break .type-break__inner {
  position: relative;
  display: grid;
  min-height: clamp(470px, 42vw, 570px);
  padding-block: clamp(72px, 7vw, 100px) clamp(54px, 5.5vw, 74px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.type-break .type-break__inner::before {
  position: absolute;
  top: clamp(72px, 7vw, 100px);
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 170, 112, 0.76), rgba(255, 246, 230, 0.14) 58%, transparent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 150ms;
}

.has-type-reveal .type-break:has(.is-revealed) .type-break__inner::before {
  transform: scaleX(1);
}

.type-break .section-kicker {
  position: relative;
  z-index: 2;
  margin: 17px 0 0;
  grid-column: 1 / 7;
  grid-row: 1;
  color: #d8aa70;
  font-size: 10px;
  letter-spacing: 0.25em;
}

.type-break h2 {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: none;
  margin: 0;
  grid-column: 1 / 8;
  grid-row: 2;
  align-self: center;
  flex-direction: column;
  color: var(--flour);
  font-family: var(--font-display);
  font-size: clamp(54px, 5.3vw, 76px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.88;
}

.type-break h2 span,
.type-break h2 em {
  display: block;
}

.type-break h2 em {
  margin: 0.04em 0 0.09em;
  color: #e0b478;
  font-size: 1.28em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.type-break__story {
  position: relative;
  z-index: 2;
  display: grid;
  max-width: 420px;
  padding: 30px 0 24px 34px;
  grid-column: 9 / 13;
  grid-row: 2;
  align-self: center;
  border-left: 1px solid rgba(216, 170, 112, 0.58);
  color: rgba(255, 248, 237, 0.76);
  gap: 31px;
}

.type-break__story > p:first-child {
  max-width: 34ch;
  margin: 0;
  color: inherit;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.7;
}

.type-break .type-break__place {
  position: static;
  display: flex;
  margin: 0;
  align-items: baseline;
  color: var(--flour);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1;
  opacity: 1;
  gap: 13px;
  pointer-events: auto;
  white-space: normal;
}

.type-break__place strong {
  color: #e0b478;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.type-break__place span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.type-break .type-break__inner > .type-break__detail {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: 20px 0 0;
  grid-column: 1 / -1;
  grid-row: 3;
  border-top: 1px solid rgba(255, 246, 230, 0.17);
  color: rgba(255, 246, 230, 0.68);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-transform: uppercase;
}

.has-type-reveal [data-type-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--type-delay, 0ms),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--type-delay, 0ms);
}

.has-type-reveal [data-type-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .type-break .type-break__inner {
    min-height: 0;
    padding-block: 72px 58px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .type-break .section-kicker {
    grid-column: 1 / 5;
  }

  .type-break h2 {
    grid-column: 1 / 6;
    font-size: clamp(52px, 8vw, 68px);
  }

  .type-break__story {
    padding-left: 26px;
    grid-column: 6 / 9;
  }

  .type-break .type-break__inner > .type-break__detail {
    grid-column: 1 / 9;
  }
}

@media (max-width: 700px) {
  .type-break::before {
    top: auto;
    right: -0.1em;
    bottom: 0.1em;
    font-size: 152px;
    letter-spacing: -0.08em;
    transform: none;
  }

  .type-break .type-break__inner {
    display: flex;
    padding-block: 62px 49px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .type-break .type-break__inner::before {
    top: 62px;
  }

  .type-break .section-kicker {
    margin-top: 16px;
  }

  .type-break h2 {
    margin-top: 46px;
    font-size: clamp(48px, 14.4vw, 58px);
    line-height: 0.91;
  }

  .type-break h2 em {
    font-size: 1.12em;
  }

  .type-break__story {
    max-width: none;
    margin-top: 43px;
    padding: 24px 0 6px 21px;
    border-left-color: rgba(216, 170, 112, 0.52);
    gap: 24px;
  }

  .type-break__story > p:first-child {
    max-width: 33ch;
    font-size: 16px;
  }

  .type-break .type-break__inner > .type-break__detail {
    margin-top: 36px;
    padding-top: 17px;
    font-size: 8px;
    letter-spacing: 0.13em;
  }
}

@media (max-width: 380px) {
  .type-break h2 {
    font-size: 47px;
  }

  .type-break__place strong {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .type-break .type-break__inner::before,
  .has-type-reveal [data-type-reveal],
  .has-type-reveal [data-type-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .craft-section .craft-section__content::before,
  .has-craft-reveal .craft-section .craft-section__main-image[data-craft-reveal],
  .has-craft-reveal .craft-section .craft-section__main-image[data-craft-reveal].is-revealed {
    clip-path: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .craft-section .craft-section__main-image img,
  .craft-section .craft-section__main-image:hover img {
    transform: scale(1.025);
    transition: none;
  }
}

/* Targeted hierarchy correction — 2026-08-29 */

.family-section__story {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  align-items: center;
  gap: clamp(52px, 6vw, 86px);
}

.family-section__portrait,
.family-section__content {
  width: auto;
  max-width: none;
  grid-column: auto;
}

.family-section__portrait-frame {
  height: clamp(540px, 48vw, 640px);
}

.family-section__content {
  padding: 0;
  align-self: center;
  border-top: 0;
}

.family-section__masthead {
  display: block;
  padding: 0;
  border: 0;
}

.family-section__masthead .section-kicker {
  margin: 0 0 20px;
}

.family-section__masthead h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(50px, 5vw, 66px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.family-section .family-section__identity {
  display: grid;
  margin: clamp(30px, 4vw, 44px) 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 3px;
}

.family-section__identity strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.family-section__identity span {
  color: var(--cherry);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.family-section .family-section__lead {
  max-width: 48ch;
  margin-top: 26px;
  font-size: 17px;
  line-height: 1.68;
  gap: 12px;
}

.family-section__facts {
  margin-top: clamp(42px, 5vw, 60px);
}

.family-section__facts > div,
.family-section__facts > div + div {
  padding-top: 18px;
}

.family-section__facts dt {
  font-size: 22px;
}

.family-section__facts dd {
  margin-top: 5px;
  font-size: 13px;
}

.assortment-editorial--final {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(350px, auto) minmax(500px, auto);
}

.assortment-editorial--final .product-feature--bread {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  background: var(--cherry-dark);
}

.assortment-editorial--final .product-feature--bread .product-feature__media {
  min-height: 350px;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.assortment-editorial--final .product-feature--bread .product-feature__media img {
  object-position: 47% 54%;
  transform: scale(1.24);
}

.assortment-editorial--final .product-feature--bread .product-feature__copy {
  min-height: 350px;
  padding: clamp(36px, 4.2vw, 54px);
  grid-column: 2;
  grid-row: 1;
}

.assortment-editorial--final .product-feature--sweet,
.assortment-editorial--final .product-feature--savory {
  display: grid;
  min-height: 500px;
  grid-row: 2;
  grid-template-columns: 1fr;
  grid-template-rows: 230px auto;
}

.assortment-editorial--final .product-feature--sweet {
  grid-column: 1;
}

.assortment-editorial--final .product-feature--savory {
  grid-column: 2;
}

.assortment-editorial--final .product-feature--sweet .product-feature__media,
.assortment-editorial--final .product-feature--savory .product-feature__media {
  height: auto;
  min-height: 230px;
  grid-column: 1;
  grid-row: 1;
}

.assortment-editorial--final .product-feature--sweet .product-feature__copy,
.assortment-editorial--final .product-feature--savory .product-feature__copy {
  display: flex;
  min-height: 270px;
  padding: 28px 32px 32px;
  grid-column: 1;
  grid-row: 2;
  flex-direction: column;
  justify-content: flex-start;
}

.assortment-editorial--final .product-feature__number {
  margin-bottom: auto;
  font-size: 21px;
}

.assortment-editorial--final .product-feature__eyebrow {
  margin: 24px 0 11px;
}

.assortment-editorial--final .product-feature__copy h3,
.assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
  font-size: clamp(38px, 3.5vw, 50px);
  line-height: 0.98;
}

.assortment-editorial--final .product-feature__copy > p:last-of-type {
  margin-top: 14px;
}

.assortment-editorial--final .product-feature__detail,
.assortment-editorial--final .product-feature__copy > p.product-feature__detail:last-of-type {
  margin-top: 22px;
  padding-top: 12px;
}

.type-break {
  padding: clamp(70px, 6.5vw, 92px) 0;
}

.type-break__inner {
  min-height: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: 18px clamp(46px, 7vw, 96px);
}

.type-break h2 {
  max-width: 11ch;
  font-size: clamp(54px, 5.8vw, 78px);
  line-height: 0.94;
}

.type-break__inner > p:not(.section-kicker) {
  max-width: 39ch;
  margin: 0;
  align-self: end;
  font-size: 16px;
  line-height: 1.65;
}

.type-break__inner > .type-break__detail {
  max-width: none;
  margin-top: 12px;
  padding-top: 15px;
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  color: var(--cherry);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.reviews-section__inner {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 22px clamp(52px, 7vw, 96px);
}

.reviews-voices {
  display: grid;
  gap: 0;
}

.review-quote--featured {
  padding-bottom: 32px;
}

.review-quote--featured blockquote p {
  font-size: clamp(32px, 3vw, 43px);
}

.review-quote--supporting {
  min-height: 0;
  padding: 28px 0 0;
}

.review-quote--supporting blockquote p {
  max-width: 56ch;
  margin-top: 15px;
  color: var(--charcoal);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

.review-quote--supporting footer {
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .family-section__story {
    grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
    gap: 44px;
  }

  .family-section__portrait-frame {
    height: 530px;
  }

  .family-section__masthead h2 {
    font-size: 52px;
  }

  .assortment-editorial--final .product-feature--bread {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  }
}

@media (max-width: 860px) {
  .family-section__story {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .family-section__content {
    display: contents;
  }

  .family-section__masthead {
    order: 1;
  }

  .family-section__portrait {
    width: 100%;
    margin-top: 34px;
    order: 2;
  }

  .family-section__identity {
    order: 3;
  }

  .family-section .family-section__lead {
    max-width: 52ch;
    order: 4;
  }

  .family-section__portrait-frame {
    height: min(610px, 94vw);
  }

  .assortment-editorial--final {
    grid-template-rows: minmax(340px, auto) minmax(480px, auto);
  }

  .assortment-editorial--final .product-feature--bread {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  }

  .assortment-editorial--final .product-feature--sweet,
  .assortment-editorial--final .product-feature--savory {
    min-height: 480px;
    grid-template-rows: 210px auto;
  }

  .type-break__inner {
    grid-template-columns: 1fr;
  }

  .type-break__inner > p:not(.section-kicker) {
    margin-top: 12px;
  }
}

@media (max-width: 700px) {
  .family-section__masthead h2 {
    max-width: 11ch;
    font-size: clamp(40px, 11vw, 46px);
    line-height: 1;
  }

  .family-section__portrait {
    margin-top: 30px;
  }

  .family-section__portrait-frame {
    height: min(420px, 108vw);
  }

  .family-section .family-section__identity {
    margin-top: 18px;
    padding: 18px 0;
  }

  .family-section__identity strong {
    font-size: 27px;
  }

  .family-section .family-section__lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .assortment-editorial--final .product-feature--bread,
  .assortment-editorial--final .product-feature--sweet,
  .assortment-editorial--final .product-feature--savory {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 210px auto;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__media,
  .assortment-editorial--final .product-feature--sweet .product-feature__media,
  .assortment-editorial--final .product-feature--savory .product-feature__media {
    height: 210px;
    min-height: 210px;
    grid-column: 1;
    grid-row: 1;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy,
  .assortment-editorial--final .product-feature--sweet .product-feature__copy,
  .assortment-editorial--final .product-feature--savory .product-feature__copy {
    min-height: 270px;
    padding: 28px 24px 30px;
    grid-column: 1;
    grid-row: 2;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
    font-size: 38px;
  }

  .type-break {
    padding: 64px 0 68px;
  }

  .type-break__inner {
    min-height: 0;
  }

  .type-break h2 {
    max-width: 10ch;
    font-size: clamp(42px, 12vw, 48px);
    line-height: 0.98;
  }

  .type-break__inner > .type-break__detail {
    margin-top: 18px;
  }

  .review-quote--featured blockquote p {
    font-size: 27px;
  }

  .review-quote--supporting {
    padding-top: 24px;
  }

  .review-quote--supporting blockquote p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assortment-editorial--final .product-feature--bread .product-feature__media img {
    transform: scale(1.24);
    transition: none;
  }
}

/* Final K3 editorial art-direction pass — 2026-08-29 */

.craft-section__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(60px, 7vw, 104px);
}

.craft-section__gallery {
  display: block;
}

.craft-section__main-image {
  display: grid;
  height: auto;
  grid-template-rows: minmax(420px, 34vw) auto;
  overflow: visible;
  border: 0;
  background: transparent;
}

.craft-section__main-image img {
  min-height: 0;
  border: 1px solid rgba(94, 71, 57, 0.18);
  object-position: center 52%;
}

.craft-section__main-image figcaption,
.family-section__portrait figcaption {
  display: flex;
  min-height: 38px;
  padding-top: 13px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 0;
  color: var(--ink-soft);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.craft-section__content {
  gap: 34px;
}

.craft-section .section-heading {
  max-width: 520px;
}

.craft-section .section-heading h2 {
  max-width: 10.5ch;
  font-size: clamp(48px, 4.8vw, 64px);
}

.craft-section .craft-section__lead {
  max-width: 40ch;
}

.family-section {
  overflow: hidden;
  background: var(--cream);
}

.family-section__signature {
  position: relative;
}

.family-section__masthead {
  display: grid;
  padding: 28px 0 clamp(42px, 5vw, 68px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  border-top: 1px solid var(--line);
  gap: 18px 24px;
}

.family-section__masthead .section-kicker {
  margin: 0;
  grid-column: 1 / 5;
  align-self: start;
}

.family-section__masthead h2 {
  margin: 0;
  grid-column: 1 / 10;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(92px, 11.3vw, 154px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.055em;
}

.family-section__statement {
  max-width: 12ch;
  margin: 0 0 2px;
  grid-column: 10 / 13;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(27px, 2.5vw, 35px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.family-section__story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 0 24px;
}

.family-section__portrait {
  width: auto;
  max-width: none;
  grid-column: 1 / 8;
}

.family-section__portrait-frame {
  height: clamp(470px, 43vw, 590px);
  border: 0;
  background: #e4d7c5;
}

.family-section__portrait-frame::after {
  border: 1px solid rgba(255, 250, 241, 0.28);
}

.family-section__portrait img {
  object-position: 58% 48%;
}

.family-section__portrait figcaption {
  border-bottom: 1px solid var(--line);
}

.family-section__content {
  max-width: none;
  padding: 0 0 clamp(38px, 4vw, 56px);
  grid-column: 9 / 13;
  align-self: end;
  border-top: 1px solid var(--line);
}

.family-section .family-section__identity {
  margin: 0;
  padding: 20px 0 18px;
  border-bottom: 1px solid var(--line);
}

.family-section__identity span {
  color: var(--cherry);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.family-section .family-section__lead {
  max-width: 43ch;
  margin-top: 28px;
  gap: 14px;
}

.family-section__facts {
  margin-top: clamp(52px, 6vw, 78px);
  padding-top: 0;
  border-top: 1px solid var(--line);
}

.family-section__facts > div,
.family-section__facts > div + div {
  padding: 24px 28px 0 0;
  border: 0;
}

.family-section__facts > div + div {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.family-section__facts > div::before {
  display: none;
}

.assortment-section {
  background: var(--flour);
}

.assortment-section__intro {
  max-width: 760px;
}

.assortment-section__intro h2 {
  max-width: 15ch;
}

.assortment-editorial--final {
  display: grid;
  height: auto;
  margin-top: clamp(54px, 6vw, 78px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(470px, auto) minmax(320px, auto);
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.assortment-editorial--final .product-feature {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: var(--flour);
}

.assortment-editorial--final .product-feature--bread {
  display: block;
  grid-column: 1 / 8;
  grid-row: 1;
  background: var(--cherry-dark);
  color: var(--flour);
}

.assortment-editorial--final .product-feature--bread .product-feature__copy {
  display: flex;
  min-height: 100%;
  padding: clamp(42px, 5vw, 70px);
  flex-direction: column;
  justify-content: flex-end;
}

.assortment-editorial--final .product-feature--sweet {
  display: grid;
  grid-column: 8 / 13;
  grid-row: 1;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(235px, 1fr) auto;
}

.assortment-editorial--final .product-feature--sweet .product-feature__copy {
  min-height: 232px;
  padding: 30px 32px 34px;
}

.assortment-editorial--final .product-feature--savory {
  display: grid;
  grid-column: 1 / 13;
  grid-row: 2;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
}

.assortment-editorial--final .product-feature--savory .product-feature__copy {
  display: flex;
  min-height: 100%;
  padding: clamp(36px, 4vw, 56px);
  flex-direction: column;
  justify-content: center;
}

.assortment-editorial--final .product-feature__media {
  min-height: 0;
}

.assortment-editorial--final .product-feature--sweet .product-feature__media img {
  object-position: center 48%;
}

.assortment-editorial--final .product-feature--savory .product-feature__media img {
  object-position: center 51%;
}

.assortment-editorial--final .product-feature__number {
  margin: 0 auto auto 0;
  color: rgba(35, 29, 26, 0.24);
  font-family: var(--font-display);
  font-size: 25px;
  font-variant-numeric: lining-nums;
  font-weight: 650;
  line-height: 1;
}

.assortment-editorial--final .product-feature--bread .product-feature__number {
  color: rgba(255, 250, 241, 0.38);
}

.assortment-editorial--final .product-feature__eyebrow {
  margin: 34px 0 15px;
}

.assortment-editorial--final .product-feature--bread .product-feature__eyebrow,
.assortment-editorial--final .product-feature--bread .product-feature__copy > p:last-of-type,
.assortment-editorial--final .product-feature--bread .product-feature__detail {
  color: rgba(255, 250, 241, 0.72);
}

.assortment-editorial--final .product-feature__copy h3,
.assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
  max-width: 10ch;
  font-size: clamp(42px, 4.3vw, 60px);
  line-height: 0.96;
}

.assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
  color: var(--flour);
}

.assortment-editorial--final .product-feature__copy > p:last-of-type {
  max-width: 37ch;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.62;
}

.assortment-editorial--final .product-feature__detail,
.assortment-editorial--final .product-feature__copy > p.product-feature__detail:last-of-type {
  max-width: none;
  margin: 30px 0 0;
  padding-top: 15px;
  border-top: 1px solid currentColor;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.type-break {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 10vw, 150px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--flour);
}

.type-break__inner {
  position: relative;
  display: grid;
  min-height: 250px;
  align-content: center;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 22px 56px;
}

.type-break .section-kicker {
  margin: 0;
  grid-column: 1 / -1;
}

.type-break h2 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  margin: 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(68px, 7.8vw, 108px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.type-break__inner > p:not(.section-kicker) {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  margin: 0 0 8px;
  align-self: end;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.type-break__place {
  position: absolute;
  right: -0.04em;
  bottom: -0.3em;
  color: var(--cherry);
  font-family: var(--font-display);
  font-size: clamp(150px, 19vw, 270px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.75;
  opacity: 0.045;
  pointer-events: none;
  white-space: nowrap;
}

.reviews-section {
  background: var(--cream);
}

.reviews-section__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 26px clamp(58px, 8vw, 112px);
}

.reviews-trust {
  padding-right: clamp(30px, 4vw, 58px);
  grid-column: 1;
  grid-row: 1;
  border-right: 1px solid var(--line);
}

.reviews-trust__rating {
  margin-top: 30px;
}

.reviews-trust__rating strong {
  font-size: clamp(82px, 8vw, 112px);
}

.reviews-voices {
  margin: 0;
  grid-column: 2;
  grid-row: 1 / 3;
}

.review-quote--featured {
  min-height: 0;
  padding: 0 0 26px;
}

.review-quote--featured blockquote p {
  max-width: 25ch;
  margin-top: 28px;
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1.08;
}

.reviews-trust__cta {
  width: fit-content;
  margin: 0;
  padding-top: 0;
  grid-column: 1;
  grid-row: 2;
  border: 0;
}

@media (max-width: 1100px) {
  .craft-section__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: 48px;
  }

  .family-section__masthead h2 {
    grid-column: 1 / 9;
  }

  .family-section__statement {
    grid-column: 9 / 13;
  }

  .family-section__portrait {
    grid-column: 1 / 8;
  }

  .family-section__content {
    grid-column: 8 / 13;
  }

  .assortment-editorial--final {
    grid-template-rows: minmax(430px, auto) minmax(300px, auto);
  }
}

@media (max-width: 860px) {
  .craft-section__grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .craft-section__content {
    display: contents;
  }

  .craft-section .section-heading {
    order: 1;
  }

  .craft-section__gallery {
    width: 100%;
    order: 2;
  }

  .craft-section__micro {
    order: 3;
  }

  .craft-section__main-image {
    grid-template-rows: minmax(380px, 68vw) auto;
  }

  .family-section__masthead {
    grid-template-columns: 1fr;
  }

  .family-section__masthead .section-kicker,
  .family-section__masthead h2,
  .family-section__statement {
    max-width: none;
    grid-column: 1;
  }

  .family-section__masthead h2 {
    font-size: clamp(78px, 15vw, 114px);
  }

  .family-section__statement {
    max-width: 18ch;
    margin-top: 8px;
  }

  .family-section__story {
    grid-template-columns: 1fr;
  }

  .family-section__portrait,
  .family-section__content {
    grid-column: 1;
  }

  .family-section__portrait-frame {
    height: min(610px, 102vw);
  }

  .family-section__content {
    max-width: 570px;
    padding-top: 16px;
  }

  .family-section__facts {
    grid-template-columns: 1fr;
  }

  .family-section__facts > div,
  .family-section__facts > div + div {
    padding: 18px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .assortment-editorial--final {
    grid-template-rows: minmax(400px, auto) minmax(430px, auto) minmax(330px, auto);
  }

  .assortment-editorial--final .product-feature--bread {
    grid-column: 1 / 13;
    grid-row: 1;
  }

  .assortment-editorial--final .product-feature--sweet {
    grid-column: 1 / 13;
    grid-row: 2;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: 1fr;
  }

  .assortment-editorial--final .product-feature--savory {
    grid-column: 1 / 13;
    grid-row: 3;
  }

  .type-break__inner {
    grid-template-columns: 1fr;
  }

  .type-break__inner > p:not(.section-kicker) {
    margin-top: 14px;
  }

  .reviews-section__inner {
    grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
    gap: 24px 48px;
  }
}

@media (max-width: 700px) {
  .trust-strip__rating {
    min-height: 44px;
  }

  .craft-section__main-image {
    grid-template-rows: minmax(250px, 79vw) auto;
  }

  .craft-section .section-heading h2 {
    max-width: 10.5ch;
    font-size: clamp(40px, 11.8vw, 48px);
  }

  .craft-section__main-image figcaption,
  .family-section__portrait figcaption {
    font-size: 8px;
  }

  .family-section__masthead {
    padding-top: 22px;
    padding-bottom: 34px;
    gap: 14px;
  }

  .family-section__masthead h2 {
    font-size: clamp(64px, 20vw, 78px);
    line-height: 0.84;
  }

  .family-section__statement {
    max-width: 14ch;
    font-size: 27px;
  }

  .family-section__portrait-frame {
    height: min(420px, 108vw);
  }

  .family-section__content {
    padding-bottom: 8px;
  }

  .family-section .family-section__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.64;
  }

  .family-section__facts {
    margin-top: 34px;
  }

  .assortment-editorial--final {
    display: block;
    border-bottom: 0;
  }

  .assortment-editorial--final .product-feature + .product-feature {
    border-top: 1px solid var(--line);
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy {
    min-height: 390px;
    padding: 34px 24px;
  }

  .assortment-editorial--final .product-feature--sweet {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
  }

  .assortment-editorial--final .product-feature--sweet .product-feature__copy {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .assortment-editorial--final .product-feature--savory {
    display: flex;
    flex-direction: column;
  }

  .assortment-editorial--final .product-feature--savory .product-feature__copy {
    min-height: 300px;
    padding: 32px 24px;
    order: 1;
  }

  .assortment-editorial--final .product-feature--savory .product-feature__media {
    height: 220px;
    order: 2;
  }

  .assortment-editorial--final .product-feature__number {
    font-size: 22px;
  }

  .assortment-editorial--final .product-feature__eyebrow {
    margin-top: 28px;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .type-break {
    padding: 88px 0 96px;
  }

  .type-break__inner {
    min-height: 260px;
  }

  .type-break h2 {
    max-width: 9ch;
    font-size: clamp(54px, 15vw, 64px);
  }

  .type-break__inner > p:not(.section-kicker) {
    max-width: 29ch;
    font-size: 16px;
  }

  .type-break__place {
    right: -0.08em;
    bottom: -0.15em;
    font-size: 118px;
    opacity: 0.04;
  }

  .reviews-section__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .reviews-trust {
    width: 100%;
    padding: 0;
    border-right: 0;
  }

  .reviews-trust__rating {
    margin-top: 24px;
  }

  .reviews-trust__rating strong {
    font-size: 76px;
  }

  .reviews-voices {
    width: 100%;
    margin-top: 36px;
    order: 2;
  }

  .review-quote--featured {
    padding: 24px 0 28px;
  }

  .review-quote--featured blockquote p {
    max-width: 29ch;
    font-size: 28px;
    line-height: 1.16;
  }

  .reviews-trust__cta {
    min-height: 44px;
    margin-top: 4px;
    padding-top: 18px;
    order: 3;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 380px) {
  .family-section__masthead h2 {
    font-size: 61px;
  }

  .family-section__portrait-frame {
    height: 380px;
  }

  .type-break h2 {
    font-size: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-family-reveal .family-section__portrait[data-family-image],
  .has-family-reveal .family-section__portrait[data-family-image].is-revealed {
    transform: none !important;
  }

  .craft-section__main-image img,
  .family-section__portrait img,
  .assortment-editorial--final .product-feature__media img {
    transition: none;
  }
}

/* Corrective pass overrides — keep last in cascade — 2026-08-29 */

.family-section__story {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  align-items: center;
  gap: clamp(52px, 6vw, 86px);
}

.family-section__portrait,
.family-section__content {
  width: auto;
  max-width: none;
  grid-column: auto;
}

.family-section__portrait-frame {
  height: clamp(540px, 48vw, 640px);
}

.family-section__content {
  padding: 0;
  align-self: center;
  border-top: 0;
}

.family-section__masthead {
  display: block;
  padding: 0;
  border: 0;
}

.family-section__masthead .section-kicker {
  margin: 0 0 20px;
}

.family-section__masthead h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(50px, 5vw, 66px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.family-section .family-section__identity {
  display: grid;
  margin: clamp(30px, 4vw, 44px) 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 3px;
}

.family-section__identity strong {
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.family-section__identity span {
  color: var(--cherry);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.family-section .family-section__lead {
  max-width: 48ch;
  margin-top: 26px;
  font-size: 17px;
  line-height: 1.68;
  gap: 12px;
}

.family-section__facts {
  margin-top: clamp(42px, 5vw, 60px);
}

.family-section__facts > div,
.family-section__facts > div + div {
  padding-top: 18px;
}

.family-section__facts dt {
  font-size: 22px;
}

.family-section__facts dd {
  margin-top: 5px;
  font-size: 13px;
}

.assortment-editorial--final {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(350px, auto) minmax(500px, auto);
}

.assortment-editorial--final .product-feature--bread {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  background: var(--cherry-dark);
}

.assortment-editorial--final .product-feature--bread .product-feature__media {
  min-height: 350px;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.assortment-editorial--final .product-feature--bread .product-feature__media img {
  object-position: center 53%;
  transform: scale(1.045);
}

.assortment-editorial--final .product-feature--bread .product-feature__copy {
  min-height: 350px;
  padding: clamp(36px, 4.2vw, 54px);
  grid-column: 2;
  grid-row: 1;
}

.assortment-editorial--final .product-feature--sweet,
.assortment-editorial--final .product-feature--savory {
  display: grid;
  min-height: 500px;
  grid-row: 2;
  grid-template-columns: 1fr;
  grid-template-rows: 230px auto;
}

.assortment-editorial--final .product-feature--sweet { grid-column: 1; }
.assortment-editorial--final .product-feature--savory { grid-column: 2; }

.assortment-editorial--final .product-feature--sweet .product-feature__media,
.assortment-editorial--final .product-feature--savory .product-feature__media {
  height: auto;
  min-height: 230px;
  grid-column: 1;
  grid-row: 1;
}

.assortment-editorial--final .product-feature--sweet .product-feature__copy,
.assortment-editorial--final .product-feature--savory .product-feature__copy {
  display: flex;
  min-height: 270px;
  padding: 28px 32px 32px;
  grid-column: 1;
  grid-row: 2;
  flex-direction: column;
  justify-content: flex-start;
}

.assortment-editorial--final .product-feature__number {
  margin-bottom: auto;
  font-size: 21px;
}

.assortment-editorial--final .product-feature__eyebrow { margin: 24px 0 11px; }

.assortment-editorial--final .product-feature__copy h3,
.assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
  font-size: clamp(38px, 3.5vw, 50px);
  line-height: 0.98;
}

.assortment-editorial--final .product-feature__copy > p:last-of-type { margin-top: 14px; }

.assortment-editorial--final .product-feature__detail,
.assortment-editorial--final .product-feature__copy > p.product-feature__detail:last-of-type {
  margin-top: 22px;
  padding-top: 12px;
}

.type-break {
  padding: clamp(70px, 6.5vw, 92px) 0;
}

.type-break__inner {
  min-height: 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: 18px clamp(46px, 7vw, 96px);
}

.type-break h2 {
  max-width: 11ch;
  font-size: clamp(54px, 5.8vw, 78px);
  line-height: 0.94;
}

.type-break__inner > p:not(.section-kicker) {
  max-width: 39ch;
  margin: 0;
  align-self: end;
  font-size: 16px;
  line-height: 1.65;
}

.type-break__inner > .type-break__detail {
  max-width: none;
  margin-top: 12px;
  padding-top: 15px;
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  color: var(--cherry);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.reviews-section__inner {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 22px clamp(52px, 7vw, 96px);
}

.reviews-voices { display: grid; gap: 0; }
.review-quote--featured { padding-bottom: 32px; }
.review-quote--featured blockquote p { font-size: clamp(32px, 3vw, 43px); }

.review-quote--supporting {
  min-height: 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.review-quote--supporting blockquote p {
  max-width: 56ch;
  margin-top: 15px;
  color: var(--charcoal);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

.review-quote--supporting footer { margin-top: 18px; }

@media (max-width: 1100px) {
  .family-section__story {
    grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
    gap: 44px;
  }

  .family-section__portrait-frame { height: 530px; }
  .family-section__masthead h2 { font-size: 52px; }

  .assortment-editorial--final .product-feature--bread {
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  }
}

@media (max-width: 860px) {
  .family-section__story {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .family-section__content { display: contents; }
  .family-section__masthead { order: 1; }

  .family-section__portrait {
    width: 100%;
    margin-top: 34px;
    order: 2;
  }

  .family-section__identity { order: 3; }

  .family-section .family-section__lead {
    max-width: 52ch;
    order: 4;
  }

  .family-section__portrait-frame { height: min(610px, 94vw); }

  .assortment-editorial--final {
    grid-template-rows: minmax(340px, auto) minmax(480px, auto);
  }

  .assortment-editorial--final .product-feature--bread {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  }

  .assortment-editorial--final .product-feature--sweet,
  .assortment-editorial--final .product-feature--savory {
    min-height: 480px;
    grid-template-rows: 210px auto;
  }

  .type-break__inner { grid-template-columns: 1fr; }
  .type-break__inner > p:not(.section-kicker) { margin-top: 12px; }
}

@media (max-width: 700px) {
  .family-section__masthead h2 {
    max-width: 11ch;
    font-size: clamp(40px, 11vw, 46px);
    line-height: 1;
  }

  .family-section__portrait { margin-top: 30px; }
  .family-section__portrait-frame { height: min(420px, 108vw); }

  .family-section .family-section__identity {
    margin-top: 18px;
    padding: 18px 0;
  }

  .family-section__identity strong { font-size: 27px; }

  .family-section .family-section__lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .assortment-editorial--final .product-feature--bread,
  .assortment-editorial--final .product-feature--sweet,
  .assortment-editorial--final .product-feature--savory {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 210px auto;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__media,
  .assortment-editorial--final .product-feature--sweet .product-feature__media,
  .assortment-editorial--final .product-feature--savory .product-feature__media {
    height: 210px;
    min-height: 210px;
    grid-column: 1;
    grid-row: 1;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy,
  .assortment-editorial--final .product-feature--sweet .product-feature__copy,
  .assortment-editorial--final .product-feature--savory .product-feature__copy {
    min-height: 270px;
    padding: 28px 24px 30px;
    grid-column: 1;
    grid-row: 2;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--bread .product-feature__copy h3 { font-size: 38px; }

  .type-break { padding: 64px 0 68px; }
  .type-break__inner { min-height: 0; }

  .type-break h2 {
    max-width: 10ch;
    font-size: clamp(42px, 12vw, 48px);
    line-height: 0.98;
  }

  .type-break__inner > .type-break__detail { margin-top: 18px; }
  .review-quote--featured blockquote p { font-size: 27px; }
  .review-quote--supporting { padding-top: 24px; }
  .review-quote--supporting blockquote p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .assortment-editorial--final .product-feature--bread .product-feature__media img {
    transform: scale(1.045);
    transition: none;
  }
}

/* Distinct bread detail crop for the assortment feature. */
.assortment-editorial--final .product-feature--bread .product-feature__media img {
  object-position: 47% 54%;
  transform: scale(1.24);
}

@media (prefers-reduced-motion: reduce) {
  .assortment-editorial--final .product-feature--bread .product-feature__media img {
    transform: scale(1.24);
  }
}

/* Walter Benz — cinematic editorial feature — 2026-08-29 */

.family-section {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 9vw, 138px) 0 clamp(88px, 8vw, 124px);
  border-top: 1px solid rgba(255, 250, 241, 0.1);
  border-bottom: 1px solid rgba(255, 250, 241, 0.1);
  background:
    radial-gradient(circle at 82% 18%, rgba(173, 124, 63, 0.14), transparent 28%),
    linear-gradient(135deg, #2a1815 0%, #351719 52%, #501724 100%);
}

.family-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(105deg, transparent 0 64%, rgba(255, 250, 241, 0.025) 64% 64.08%, transparent 64.08%);
  content: "";
  pointer-events: none;
}

.family-section__signature {
  position: relative;
  z-index: 1;
}

.family-section__signature::before {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: clamp(32px, 4vw, 52px);
  background: linear-gradient(90deg, rgba(255, 250, 241, 0.42), rgba(255, 250, 241, 0.08) 76%, transparent);
  content: "";
}

.family-section__story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 0 clamp(56px, 6.5vw, 96px);
}

.family-section__portrait {
  position: relative;
  width: auto;
  max-width: none;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
}

.family-section__portrait::before {
  position: absolute;
  z-index: -1;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(255, 250, 241, 0.16);
  content: "";
}

.family-section__portrait-frame {
  position: relative;
  height: clamp(590px, 49vw, 700px);
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.18);
  background: #2b1d18;
  box-shadow: 0 34px 74px rgba(17, 8, 7, 0.28);
}

.family-section__portrait-frame::after {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(24, 12, 10, 0.04) 56%, rgba(24, 12, 10, 0.46) 100%),
    linear-gradient(90deg, rgba(81, 23, 36, 0.08), transparent 42%);
  content: "";
  pointer-events: none;
}

.family-section__portrait img {
  width: 100%;
  height: calc(100% + 10px);
  object-position: 55% 48%;
  filter: saturate(0.9) contrast(1.035) sepia(0.04);
  transform: translateY(var(--family-drift-y, 0)) scale(1.012);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.family-section__portrait:hover img {
  filter: saturate(0.96) contrast(1.045) sepia(0.02);
  transform: translateY(var(--family-drift-y, 0)) scale(1.026);
}

.family-section__portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 18px;
  left: 24px;
  min-height: 0;
  padding: 0;
  border: 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.family-section__content {
  position: relative;
  width: auto;
  max-width: none;
  padding: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  border: 0;
}

.family-section__masthead {
  display: block;
  padding: 0;
  border: 0;
}

.family-section__masthead .section-kicker {
  display: flex;
  margin: 0 0 28px;
  color: #d8aa70;
  align-items: center;
  gap: 18px;
}

.family-section__masthead .section-kicker::after {
  width: 72px;
  height: 1px;
  background: rgba(216, 170, 112, 0.62);
  content: "";
}

.family-section__masthead h2 {
  max-width: 9.5ch;
  margin: 0;
  color: var(--flour);
  font-family: var(--font-display);
  font-size: clamp(62px, 5.9vw, 82px);
  font-weight: 700;
  line-height: 0.89;
  letter-spacing: -0.045em;
}

.family-section .family-section__identity {
  position: relative;
  z-index: 3;
  display: grid;
  width: calc(100% + 72px);
  margin: clamp(36px, 4vw, 48px) 0 0 -72px;
  padding: 22px 28px 21px;
  border: 0;
  border-left: 3px solid var(--brass);
  background: var(--flour);
  box-shadow: 0 18px 42px rgba(17, 8, 7, 0.18);
  gap: 3px;
}

.family-section__identity strong {
  color: var(--charcoal);
  font-size: 31px;
  line-height: 1;
}

.family-section__identity span {
  color: var(--cherry);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.family-section .family-section__lead {
  max-width: 47ch;
  margin-top: 30px;
  color: rgba(255, 250, 241, 0.76);
  font-size: 16px;
  line-height: 1.72;
  gap: 13px;
}

.family-section__lead p {
  color: inherit;
}

.family-section__facts {
  position: relative;
  display: grid;
  margin-top: clamp(52px, 6vw, 76px);
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 250, 241, 0.2);
}

.family-section__facts > div,
.family-section__facts > div + div {
  position: relative;
  padding: 25px 28px 0 0;
  border: 0;
}

.family-section__facts > div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 250, 241, 0.14);
}

.family-section__facts > div::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 52px;
  height: 1px;
  background: var(--brass);
  content: "";
}

.family-section__facts dt {
  color: var(--flour);
  font-size: 24px;
  line-height: 1.05;
}

.family-section__facts dd {
  max-width: 27ch;
  margin-top: 7px;
  color: rgba(255, 250, 241, 0.58);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .family-section__story {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
    gap: 0 48px;
  }

  .family-section__portrait-frame {
    height: 570px;
  }

  .family-section__masthead h2 {
    font-size: 58px;
  }

  .family-section .family-section__identity {
    width: calc(100% + 44px);
    margin-left: -44px;
  }
}

@media (max-width: 860px) {
  .family-section {
    padding: 82px 0 76px;
  }

  .family-section__signature::before {
    margin-bottom: 30px;
  }

  .family-section__story {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .family-section__content {
    display: contents;
  }

  .family-section__masthead {
    width: 100%;
    order: 1;
  }

  .family-section__portrait {
    width: 100%;
    margin-top: 38px;
    order: 2;
  }

  .family-section__portrait-frame {
    height: min(610px, 88vw);
  }

  .family-section .family-section__identity {
    width: calc(100% - 48px);
    margin: -27px 24px 0;
    order: 3;
  }

  .family-section .family-section__lead {
    max-width: 58ch;
    margin-top: 32px;
    order: 4;
  }

  .family-section__facts {
    margin-top: 48px;
  }
}

@media (max-width: 700px) {
  .family-section {
    padding: 68px 0 64px;
  }

  .family-section::before {
    background-image: none;
  }

  .family-section__signature::before {
    margin-bottom: 25px;
  }

  .family-section__masthead .section-kicker {
    margin-bottom: 20px;
  }

  .family-section__masthead h2 {
    max-width: 9.5ch;
    font-size: clamp(44px, 13vw, 52px);
    line-height: 0.92;
  }

  .family-section__portrait {
    margin-top: 30px;
  }

  .family-section__portrait::before {
    inset: -10px 10px 10px -10px;
  }

  .family-section__portrait-frame {
    height: min(435px, 112vw);
  }

  .family-section__portrait figcaption {
    right: 15px;
    bottom: 13px;
    left: 15px;
    font-size: 8px;
  }

  .family-section .family-section__identity {
    width: calc(100% - 28px);
    margin: -22px 14px 0;
    padding: 18px 20px 17px;
  }

  .family-section__identity strong {
    font-size: 27px;
  }

  .family-section .family-section__lead {
    margin-top: 28px;
    color: rgba(255, 250, 241, 0.78);
    font-size: 16px;
    line-height: 1.67;
  }

  .family-section__facts {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .family-section__facts > div,
  .family-section__facts > div + div {
    padding: 20px 0 21px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 250, 241, 0.12);
  }

  .family-section__facts > div::before {
    width: 42px;
  }

  .family-section__facts dt {
    font-size: 22px;
  }

  .family-section__facts dd {
    font-size: 13px;
  }
}

@media (hover: hover) and (min-width: 861px) {
  .family-section__facts > div {
    transition: transform 280ms ease, color 280ms ease;
  }

  .family-section__facts > div:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .family-section__portrait img,
  .family-section__portrait:hover img {
    transform: none;
    transition: none;
  }

  .family-section__facts > div,
  .family-section__facts > div:hover {
    transform: none;
    transition: none;
  }
}

/* Sortiment — compact editorial mosaic — 2026-08-29 */

.assortment-section {
  padding: clamp(92px, 8vw, 124px) 0 clamp(96px, 8.5vw, 132px);
  background:
    linear-gradient(180deg, rgba(173, 124, 63, 0.035), transparent 22%),
    var(--flour);
}

.assortment-section__intro {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 18px 24px;
}

.assortment-section__intro .section-kicker {
  margin: 0;
  grid-column: 1 / -1;
}

.assortment-section__intro h2 {
  max-width: 11ch;
  margin: 0;
  grid-column: 1 / 7;
  font-size: clamp(56px, 5.6vw, 76px);
  line-height: 0.94;
}

.assortment-section__intro > p:last-child {
  max-width: 47ch;
  margin: 0 0 5px;
  padding-top: 22px;
  grid-column: 8 / 13;
  border-top: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.68;
}

.assortment-editorial--final {
  display: grid;
  height: auto;
  margin-top: clamp(50px, 5vw, 68px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 322px);
  border: 0;
  background: transparent;
  gap: 12px;
}

.assortment-editorial--final .product-feature {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 29, 26, 0.15);
  border-radius: 0;
  background: var(--cream);
}

.assortment-editorial--final .product-feature--bread {
  display: block;
  grid-column: 1 / 8;
  grid-row: 1 / 3;
  background: #2c1916;
}

.assortment-editorial--final .product-feature--bread::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 11, 8, 0.08) 28%, rgba(20, 11, 8, 0.2) 56%, rgba(25, 10, 12, 0.86) 100%),
    linear-gradient(90deg, rgba(81, 23, 36, 0.2), transparent 48%);
  content: "";
  pointer-events: none;
}

.assortment-editorial--final .product-feature--bread .product-feature__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.assortment-editorial--final .product-feature--bread .product-feature__media img {
  width: 100%;
  height: 100%;
  object-position: 48% 49%;
  transform: scale(1.035);
}

.assortment-editorial--final .product-feature--bread .product-feature__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  padding: 38px 42px 40px;
  grid-column: auto;
  grid-row: auto;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--flour);
}

.assortment-editorial--final .product-feature--bread .product-feature__number {
  position: absolute;
  top: 34px;
  left: 40px;
  color: rgba(255, 250, 241, 0.72);
}

.assortment-editorial--final .product-feature--bread .product-feature__eyebrow {
  color: #e3b67e;
}

.assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
  max-width: 8ch;
  color: var(--flour);
  font-size: clamp(48px, 4.6vw, 64px);
  line-height: 0.92;
}

.assortment-editorial--final .product-feature--bread .product-feature__copy > p:last-of-type {
  max-width: 34ch;
  color: rgba(255, 250, 241, 0.82);
}

.assortment-editorial--final .product-feature--bread .product-feature__detail,
.assortment-editorial--final .product-feature--bread .product-feature__copy > p.product-feature__detail:last-of-type {
  max-width: 280px;
  border-color: rgba(255, 250, 241, 0.3);
  color: rgba(255, 250, 241, 0.68);
}

.assortment-editorial--final .product-feature--sweet,
.assortment-editorial--final .product-feature--savory {
  display: grid;
  min-height: 0;
  grid-column: 8 / 13;
  grid-template-rows: 1fr;
}

.assortment-editorial--final .product-feature--sweet {
  grid-row: 1;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.assortment-editorial--final .product-feature--savory {
  grid-row: 2;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.assortment-editorial--final .product-feature--sweet .product-feature__media,
.assortment-editorial--final .product-feature--savory .product-feature__media {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.assortment-editorial--final .product-feature--sweet .product-feature__media {
  grid-column: 1;
  grid-row: 1;
}

.assortment-editorial--final .product-feature--savory .product-feature__media {
  grid-column: 2;
  grid-row: 1;
}

.assortment-editorial--final .product-feature--sweet .product-feature__media img {
  object-position: 51% 48%;
}

.assortment-editorial--final .product-feature--savory .product-feature__media img {
  object-position: 57% 51%;
}

.assortment-editorial--final .product-feature--sweet .product-feature__copy,
.assortment-editorial--final .product-feature--savory .product-feature__copy {
  display: flex;
  min-height: 0;
  padding: 25px 25px 24px;
  grid-row: 1;
  flex-direction: column;
  justify-content: flex-end;
}

.assortment-editorial--final .product-feature--sweet .product-feature__copy {
  grid-column: 2;
}

.assortment-editorial--final .product-feature--savory .product-feature__copy {
  grid-column: 1;
}

.assortment-editorial--final .product-feature__number {
  margin: 0 0 auto;
  color: rgba(35, 29, 26, 0.24);
  font-size: 19px;
}

.assortment-editorial--final .product-feature__eyebrow {
  margin: 18px 0 9px;
  font-size: 8px;
}

.assortment-editorial--final .product-feature__copy h3,
.assortment-editorial--final .product-feature--sweet .product-feature__copy h3,
.assortment-editorial--final .product-feature--savory .product-feature__copy h3 {
  max-width: 9ch;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 0.96;
}

.assortment-editorial--final .product-feature__copy > p:last-of-type {
  max-width: 31ch;
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.52;
}

.assortment-editorial--final .product-feature__detail,
.assortment-editorial--final .product-feature__copy > p.product-feature__detail:last-of-type {
  margin-top: 17px;
  padding-top: 10px;
  font-size: 8px;
}

.has-assortment-reveal .assortment-editorial--final .product-feature__media {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.has-assortment-reveal .assortment-editorial--final .product-feature__media img {
  transform: scale(1.085);
  transition: transform 980ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.has-assortment-reveal .assortment-editorial--final .product-feature.is-revealed .product-feature__media {
  clip-path: inset(0);
}

.has-assortment-reveal .assortment-editorial--final .product-feature.is-revealed .product-feature__media img {
  transform: scale(1.035);
}

@media (hover: hover) and (min-width: 861px) {
  .assortment-editorial--final .product-feature:hover .product-feature__media img,
  .has-assortment-reveal .assortment-editorial--final .product-feature.is-revealed:hover .product-feature__media img {
    transform: scale(1.052);
  }

  .assortment-editorial--final .product-feature {
    transition: border-color 280ms ease, box-shadow 280ms ease;
  }

  .assortment-editorial--final .product-feature:hover {
    border-color: rgba(116, 38, 56, 0.34);
    box-shadow: 0 20px 42px rgba(35, 29, 26, 0.09);
  }
}

@media (max-width: 1100px) {
  .assortment-editorial--final {
    grid-template-rows: repeat(2, 296px);
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy {
    padding: 34px 35px 36px;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__number {
    top: 30px;
    left: 34px;
  }

  .assortment-editorial--final .product-feature--sweet .product-feature__copy,
  .assortment-editorial--final .product-feature--savory .product-feature__copy {
    padding: 21px 21px 20px;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--sweet .product-feature__copy h3,
  .assortment-editorial--final .product-feature--savory .product-feature__copy h3 {
    font-size: 34px;
  }
}

@media (max-width: 860px) {
  .assortment-section__intro h2 {
    grid-column: 1 / 8;
    font-size: 54px;
  }

  .assortment-section__intro > p:last-child {
    grid-column: 8 / 13;
  }

  .assortment-editorial--final {
    grid-template-rows: repeat(2, 280px);
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
    font-size: 50px;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--sweet .product-feature__copy h3,
  .assortment-editorial--final .product-feature--savory .product-feature__copy h3 {
    font-size: 31px;
  }
}

@media (max-width: 700px) {
  .assortment-section {
    padding: 72px 0 82px;
  }

  .assortment-section__intro {
    display: block;
  }

  .assortment-section__intro .section-kicker {
    margin-bottom: 18px;
  }

  .assortment-section__intro h2 {
    max-width: 11ch;
    font-size: clamp(42px, 12.2vw, 48px);
    line-height: 0.96;
  }

  .assortment-section__intro > p:last-child {
    max-width: 38ch;
    margin-top: 25px;
    padding-top: 19px;
    font-size: 16px;
  }

  .assortment-editorial--final {
    display: grid;
    margin-top: 38px;
    grid-template-columns: 1fr;
    grid-template-rows: 440px 282px 282px;
    gap: 10px;
  }

  .assortment-editorial--final .product-feature--bread {
    grid-column: 1;
    grid-row: 1;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy {
    min-height: 100%;
    padding: 25px 24px 28px;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__number {
    top: 22px;
    left: 23px;
  }

  .assortment-editorial--final .product-feature--bread .product-feature__copy h3 {
    font-size: 44px;
  }

  .assortment-editorial--final .product-feature--sweet,
  .assortment-editorial--final .product-feature--savory {
    min-height: 0;
    grid-column: 1;
    grid-template-rows: 1fr;
  }

  .assortment-editorial--final .product-feature--sweet {
    grid-row: 2;
    grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
  }

  .assortment-editorial--final .product-feature--savory {
    grid-row: 3;
    grid-template-columns: minmax(0, 0.57fr) minmax(0, 0.43fr);
  }

  .assortment-editorial--final .product-feature--sweet .product-feature__media,
  .assortment-editorial--final .product-feature--savory .product-feature__media {
    height: 100%;
    min-height: 0;
  }

  .assortment-editorial--final .product-feature--sweet .product-feature__copy,
  .assortment-editorial--final .product-feature--savory .product-feature__copy {
    min-height: 0;
    padding: 18px 17px 17px;
  }

  .assortment-editorial--final .product-feature__number {
    font-size: 17px;
  }

  .assortment-editorial--final .product-feature__eyebrow {
    margin: 12px 0 7px;
    font-size: 7px;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--sweet .product-feature__copy h3,
  .assortment-editorial--final .product-feature--savory .product-feature__copy h3 {
    font-size: clamp(27px, 8.2vw, 32px);
  }

  .assortment-editorial--final .product-feature__copy > p:last-of-type {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.45;
  }

  .assortment-editorial--final .product-feature__detail,
  .assortment-editorial--final .product-feature__copy > p.product-feature__detail:last-of-type {
    margin-top: 12px;
    padding-top: 8px;
    font-size: 7px;
  }
}

@media (max-width: 390px) {
  .assortment-editorial--final {
    grid-template-rows: 425px 286px 286px;
  }

  .assortment-editorial--final .product-feature--sweet .product-feature__copy,
  .assortment-editorial--final .product-feature--savory .product-feature__copy {
    padding-inline: 15px;
  }

  .assortment-editorial--final .product-feature__copy h3,
  .assortment-editorial--final .product-feature--sweet .product-feature__copy h3,
  .assortment-editorial--final .product-feature--savory .product-feature__copy h3 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-assortment-reveal .assortment-editorial--final .product-feature__media,
  .has-assortment-reveal .assortment-editorial--final .product-feature.is-revealed .product-feature__media {
    clip-path: none;
    transition: none;
  }

  .has-assortment-reveal .assortment-editorial--final .product-feature__media img,
  .has-assortment-reveal .assortment-editorial--final .product-feature.is-revealed .product-feature__media img,
  .assortment-editorial--final .product-feature:hover .product-feature__media img {
    transform: none;
    transition: none;
  }

  .assortment-editorial--final .product-feature,
  .assortment-editorial--final .product-feature:hover {
    box-shadow: none;
    transition: none;
  }
}

/* Keep the Backstube stage authoritative after later section passes. */
.craft-section .craft-section__grid {
  display: grid;
  grid-template-columns: minmax(370px, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas: "copy visual";
  align-items: center;
  gap: clamp(68px, 7vw, 112px);
}

.craft-section .craft-section__content {
  display: grid;
  grid-area: copy;
  gap: 36px;
  padding: 26px 0 30px clamp(12px, 2.6vw, 40px);
}

.craft-section .section-heading {
  max-width: 550px;
}

.craft-section .section-heading h2 {
  max-width: 9.8ch;
  font-size: clamp(54px, 5.25vw, 76px);
  line-height: 0.91;
}

.craft-section .craft-section__lead {
  max-width: 41ch;
}

.craft-section .craft-section__gallery {
  display: block;
  padding: 26px 34px 34px 0;
  grid-area: visual;
}

.craft-section .craft-section__main-image {
  display: block;
  height: clamp(490px, 42vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(65, 47, 37, 0.18);
  background: #d8c7b0;
}

.craft-section .craft-section__main-image img {
  min-height: 100%;
  border: 0;
  object-position: 50% 53%;
}

.craft-section .craft-section__main-image figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  min-height: 0;
  padding: 13px 15px 12px;
  align-items: center;
  color: #fff7eb;
}

@media (max-width: 1100px) {
  .craft-section .craft-section__grid {
    grid-template-columns: minmax(330px, 0.88fr) minmax(0, 1.12fr);
    gap: 54px;
  }

  .craft-section .section-heading h2 {
    font-size: clamp(52px, 6vw, 66px);
  }

  .craft-section .craft-section__main-image {
    height: 520px;
  }
}

@media (max-width: 860px) {
  .craft-section .craft-section__grid {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .craft-section .craft-section__content {
    display: contents;
  }

  .craft-section .section-heading {
    width: 100%;
    max-width: 640px;
    order: 1;
  }

  .craft-section .section-heading h2 {
    max-width: 10.7ch;
    font-size: clamp(48px, 10.5vw, 64px);
  }

  .craft-section .craft-section__gallery {
    width: 100%;
    padding: 19px 25px 27px 0;
    order: 2;
  }

  .craft-section .craft-section__main-image {
    height: clamp(390px, 74vw, 540px);
  }

  .craft-section .craft-section__micro {
    width: 100%;
    max-width: none;
    order: 3;
  }
}

@media (max-width: 520px) {
  .craft-section .section-heading h2 {
    max-width: 10.2ch;
    font-size: clamp(44px, 12.7vw, 51px);
  }

  .craft-section .craft-section__gallery {
    padding: 14px 17px 20px 0;
  }

  .craft-section .craft-section__main-image {
    height: clamp(350px, 104vw, 420px);
  }

  .craft-section .craft-section__main-image figcaption {
    right: 13px;
    bottom: 13px;
    left: 13px;
    padding: 11px 12px 10px;
  }
}

/* Keep the Pfaffenrot interlude authoritative after earlier legacy passes. */
.type-break {
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 78% 48%, rgba(194, 140, 75, 0.16), transparent 28%),
    linear-gradient(112deg, #301017 0%, var(--cherry) 58%, #42151f 100%);
}

.type-break .type-break__inner {
  display: grid;
  min-height: clamp(470px, 42vw, 570px);
  padding-block: clamp(72px, 7vw, 100px) clamp(54px, 5.5vw, 74px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.type-break .section-kicker {
  margin: 17px 0 0;
  grid-column: 1 / 7;
  grid-row: 1;
  color: #d8aa70;
}

.type-break h2 {
  display: flex;
  max-width: none;
  margin: 0;
  grid-column: 1 / 8;
  grid-row: 2;
  align-self: center;
  flex-direction: column;
  color: var(--flour);
  font-size: clamp(54px, 5.3vw, 76px);
  line-height: 0.88;
}

.type-break__story {
  grid-column: 9 / 13;
  grid-row: 2;
}

.type-break .type-break__place {
  position: static;
  display: flex;
  margin: 0;
  color: var(--flour);
  font-family: "Inter", system-ui, sans-serif;
  font-size: inherit;
  line-height: 1;
  opacity: 1;
  transform: none;
}

.type-break .type-break__inner > .type-break__detail {
  max-width: none;
  margin: 0;
  padding: 20px 0 0;
  grid-column: 1 / -1;
  grid-row: 3;
  border-top: 1px solid rgba(255, 246, 230, 0.17);
  color: rgba(255, 246, 230, 0.68);
}

@media (max-width: 900px) {
  .type-break .type-break__inner {
    min-height: 0;
    padding-block: 72px 58px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .type-break .section-kicker { grid-column: 1 / 5; }
  .type-break h2 { grid-column: 1 / 6; }
  .type-break__story { grid-column: 6 / 9; }
  .type-break .type-break__inner > .type-break__detail { grid-column: 1 / 9; }
}

@media (max-width: 700px) {
  .type-break .type-break__inner {
    display: flex;
    min-height: 0;
    padding-block: 62px 49px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .type-break h2 {
    max-width: none;
    margin-top: 46px;
    font-size: clamp(48px, 14.4vw, 58px);
    line-height: 0.91;
  }

  .type-break__story {
    margin-top: 43px;
  }

  .type-break .type-break__inner > .type-break__detail {
    margin-top: 36px;
    padding-top: 17px;
  }
}

@media (max-width: 380px) {
  .type-break h2 { font-size: 47px; }
}

/* Google Reviews editorial trust panel — isolated premium pass — 2026-08-29 */

.reviews-section {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 8vw, 118px) 0;
  border: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(185, 128, 61, 0.08), transparent 23%),
    #f4ebdf;
}

.reviews-section .reviews-section__inner {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr);
  grid-template-rows: 1fr;
  overflow: hidden;
  border: 1px solid rgba(74, 48, 39, 0.18);
  background: #fffaf1;
  box-shadow: 0 30px 70px rgba(53, 31, 23, 0.1);
  gap: 0;
}

.reviews-section .reviews-trust {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: clamp(44px, 4.2vw, 62px) clamp(34px, 3.8vw, 54px) clamp(36px, 3.5vw, 48px);
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  border: 0;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.035), transparent 36%),
    linear-gradient(145deg, #351018 0%, var(--cherry-dark) 56%, #681f31 100%);
  color: var(--flour);
}

.reviews-section .reviews-trust::before {
  position: absolute;
  right: -0.08em;
  bottom: -0.17em;
  color: rgba(255, 246, 230, 0.045);
  content: "4,6";
  font-family: var(--font-display);
  font-size: clamp(130px, 13vw, 190px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.reviews-section .reviews-trust .section-kicker {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #deb276;
  font-size: 10px;
  letter-spacing: 0.23em;
}

.reviews-section .reviews-trust .section-kicker::after {
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 18px;
  background: rgba(222, 178, 118, 0.62);
  content: "";
}

.reviews-section .reviews-trust__rating {
  position: relative;
  z-index: 2;
  display: flex;
  width: auto;
  margin-top: clamp(58px, 6vw, 82px);
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}

.reviews-section .reviews-trust__rating strong {
  color: var(--flour);
  font-size: clamp(100px, 9.3vw, 134px);
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: -0.065em;
}

.reviews-section .reviews-trust__rating .review-stars {
  margin: 36px 0 0;
  color: #e0ad63;
  align-self: auto;
  font-size: 16px;
  letter-spacing: 0.11em;
}

.reviews-section .reviews-trust__rating > span:not(.review-stars) {
  margin-top: 11px;
  color: rgba(255, 247, 233, 0.75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reviews-section .reviews-trust__cta {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 20px 0 0;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 247, 233, 0.22);
  color: var(--flour);
  font-size: 12px;
}

.reviews-section .reviews-trust__cta::after {
  background: #deb276;
}

.reviews-section .reviews-trust__cta:hover {
  color: #f0c989;
}

.reviews-section .reviews-voices {
  position: relative;
  display: grid;
  min-width: 0;
  padding: clamp(48px, 5.4vw, 72px) clamp(46px, 5.6vw, 78px) clamp(40px, 4.5vw, 62px);
  grid-column: 2;
  grid-row: 1;
  grid-template-rows: minmax(0, 1fr) auto;
  background:
    linear-gradient(135deg, rgba(181, 123, 56, 0.055), transparent 31%),
    #fffaf1;
}

.reviews-section .reviews-voices::after {
  position: absolute;
  top: 38px;
  right: 42px;
  color: rgba(116, 38, 56, 0.055);
  content: "“";
  font-family: var(--font-display);
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.reviews-section .review-quote {
  z-index: 2;
  min-height: 0;
  padding: 0;
}

.reviews-section .review-quote::before {
  background: linear-gradient(90deg, var(--cherry), rgba(116, 38, 56, 0.14));
}

.reviews-section .review-quote--featured {
  display: flex;
  padding: 22px 0 42px;
  justify-content: center;
  flex-direction: column;
}

.reviews-section .review-quote--featured .review-stars {
  color: #ad742e;
  font-size: 15px;
}

.reviews-section .review-quote--featured blockquote p {
  max-width: 23ch;
  margin-top: clamp(30px, 3.2vw, 42px);
  color: var(--charcoal);
  font-size: clamp(38px, 3.5vw, 52px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.028em;
}

.reviews-section .review-quote footer {
  margin-top: 28px;
  padding: 0;
  color: #75675e;
}

.reviews-section .review-quote footer strong {
  color: var(--cherry-dark);
  font-size: 12px;
}

.reviews-section .review-quote--supporting {
  padding: 30px 0 0;
  border-top: 1px solid rgba(74, 48, 39, 0.17);
}

.reviews-section .review-quote--supporting::before {
  content: none;
}

.reviews-section .review-quote--supporting .review-stars {
  font-size: 13px;
}

.reviews-section .review-quote--supporting blockquote p {
  max-width: 61ch;
  margin-top: 17px;
  color: #514740;
  font-size: 17px;
  line-height: 1.62;
}

.reviews-section .review-quote--supporting footer {
  margin-top: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .reviews-section .review-quote:hover,
  .reviews-section .has-review-reveal .review-quote.is-revealed:hover {
    transform: translateY(-2px);
  }

  .reviews-section .reviews-trust__cta svg {
    transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .reviews-section .reviews-trust__cta:hover svg {
    transform: translateX(4px);
  }
}

@media (max-width: 980px) {
  .reviews-section .reviews-section__inner {
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  }

  .reviews-section .reviews-trust,
  .reviews-section .reviews-voices {
    padding-inline: 38px;
  }

  .reviews-section .review-quote--featured blockquote p {
    font-size: clamp(34px, 4.3vw, 44px);
  }
}

@media (max-width: 700px) {
  .reviews-section {
    padding: 72px 0 78px;
  }

  .reviews-section .reviews-section__inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .reviews-section .reviews-trust {
    min-height: 370px;
    padding: 34px 28px 27px;
  }

  .reviews-section .reviews-trust::before {
    font-size: 142px;
  }

  .reviews-section .reviews-trust__rating {
    margin-top: 50px;
  }

  .reviews-section .reviews-trust__rating strong {
    font-size: 94px;
  }

  .reviews-section .reviews-trust__rating .review-stars {
    margin-top: 28px;
  }

  .reviews-section .reviews-voices {
    padding: 38px 27px 35px;
  }

  .reviews-section .reviews-voices::after {
    top: 22px;
    right: 18px;
    font-size: 120px;
  }

  .reviews-section .review-quote--featured {
    padding: 20px 0 34px;
  }

  .reviews-section .review-quote--featured blockquote p {
    max-width: 22ch;
    margin-top: 27px;
    font-size: clamp(30px, 8.8vw, 35px);
    line-height: 1.08;
  }

  .reviews-section .review-quote--supporting {
    padding-top: 26px;
  }

  .reviews-section .review-quote--supporting blockquote p {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .reviews-section .reviews-trust,
  .reviews-section .reviews-voices {
    padding-inline: 23px;
  }

  .reviews-section .review-quote--featured blockquote p {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-section .reviews-trust__cta svg,
  .reviews-section .reviews-trust__cta:hover svg,
  .reviews-section .review-quote,
  .reviews-section .review-quote:hover {
    transform: none;
    transition: none;
  }
}

/* Visit and opening hours — light editorial composition — 2026-08-29 */

.visit-section {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 8vw, 120px) 0 clamp(82px, 7vw, 104px);
  background:
    radial-gradient(circle at 90% 18%, rgba(187, 128, 60, 0.11), transparent 24%),
    linear-gradient(135deg, #f8f1e7 0%, #f1e5d5 100%);
}

.visit-section .visit-section__grid {
  position: relative;
  display: grid;
  min-height: 600px;
  padding: clamp(38px, 4vw, 56px) 0 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(72, 49, 38, 0.2);
  border-bottom: 1px solid rgba(72, 49, 38, 0.2);
  background: transparent;
  gap: clamp(42px, 5vw, 70px) 24px;
}

.visit-section .visit-section__location {
  display: contents;
  color: var(--charcoal);
}

.visit-section .visit-section__route-motif {
  position: absolute;
  z-index: 0;
  right: -2%;
  bottom: -6%;
  width: 46%;
  height: 68%;
  color: #a76d2c;
  opacity: 0.12;
  pointer-events: none;
}

.visit-section .visit-section__route-motif path,
.visit-section .visit-section__route-motif circle {
  stroke-width: 1;
}

.visit-section .visit-section__heading {
  position: relative;
  z-index: 2;
  display: grid;
  padding-bottom: clamp(32px, 3.8vw, 48px);
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  border-bottom: 1px solid rgba(72, 49, 38, 0.15);
}

.visit-section .visit-section__heading .section-kicker {
  margin: 0 0 24px;
  grid-column: 1;
  color: var(--cherry);
  font-size: 10px;
  letter-spacing: 0.24em;
}

.visit-section .visit-section__heading h2 {
  max-width: 11ch;
  margin: 0;
  grid-column: 1;
  color: var(--charcoal);
  font-size: clamp(62px, 6.5vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.visit-section .visit-section__pin {
  width: 58px;
  height: 58px;
  grid-column: 2;
  grid-row: 1 / 3;
  border: 1px solid rgba(116, 38, 56, 0.3);
  color: var(--cherry);
  background: rgba(255, 250, 241, 0.48);
  box-shadow: 0 12px 28px rgba(63, 40, 29, 0.07);
}

.visit-section .visit-section__pin svg {
  width: 23px;
  height: 23px;
}

.visit-section .visit-section__hours {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: 0 clamp(46px, 5vw, 72px) clamp(42px, 4.5vw, 60px) 0;
  grid-column: 1 / 8;
  grid-row: 2;
  flex-direction: column;
  border-right: 1px solid rgba(72, 49, 38, 0.16);
  background: transparent;
}

.visit-section .visit-section__hours .section-kicker {
  margin: 0 0 17px;
  color: #8f6c50;
  font-size: 9px;
}

.visit-section .visit-section__hours h3 {
  margin: 0;
  padding: 0 0 25px;
  color: var(--charcoal);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 0.98;
}

.visit-section .visit-section__hours dl {
  margin: 0;
  border-top: 1px solid rgba(72, 49, 38, 0.17);
}

.visit-section .visit-section__hours dl > div {
  display: grid;
  min-height: 112px;
  padding: 24px 0;
  grid-template-columns: minmax(150px, 0.58fr) minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(72, 49, 38, 0.15);
  gap: 28px;
}

.visit-section .visit-section__hours dt {
  color: #6b5a4f;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.visit-section .visit-section__hours dd {
  display: flex;
  margin: 0;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.3vw, 33px);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: right;
  gap: 4px 18px;
}

.visit-section .visit-section__hours dd span + span::before {
  margin-right: 18px;
  color: #b17b3b;
  content: "/";
  font-family: var(--font-display);
  font-style: italic;
}

.visit-section .visit-section__hours-note {
  max-width: 42ch;
  margin: auto 0 0;
  padding-top: 27px;
  color: #6d6057;
  font-size: 15px;
}

.visit-section .visit-section__location address {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0;
  padding: 8px 0 0 clamp(28px, 3.5vw, 50px);
  grid-column: 9 / 13;
  grid-row: 2;
  align-self: start;
  color: var(--charcoal);
  font-style: normal;
  gap: 8px;
}

.visit-section .visit-section__location address::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(to bottom, #b17b3b, rgba(177, 123, 59, 0.08));
  content: "";
}

.visit-section .visit-section__location address strong {
  color: var(--charcoal);
  font-size: clamp(27px, 2.7vw, 36px);
}

.visit-section .visit-section__location address span {
  margin-top: 14px;
  color: #685a50;
  font-size: 16px;
  line-height: 1.65;
}

.visit-section .visit-section__location address a {
  min-height: 44px;
  margin-top: 19px;
  padding-block: 8px;
  color: var(--cherry-dark);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.visit-section .visit-section__actions {
  position: relative;
  z-index: 3;
  display: flex;
  margin: 0;
  padding: 0 0 clamp(42px, 4.5vw, 60px) clamp(28px, 3.5vw, 50px);
  grid-column: 9 / 13;
  grid-row: 2;
  align-self: end;
  gap: 20px;
}

.visit-section .visit-section__route {
  min-height: 50px;
  border: 1px solid var(--cherry-dark);
  background: var(--cherry-dark);
  color: var(--flour);
}

.visit-section .visit-section__route:hover {
  background: var(--cherry);
  color: var(--flour);
}

.visit-section .visit-section__actions .text-link--light {
  min-height: 48px;
  color: var(--charcoal);
}

.visit-section .visit-section__actions .text-link--light::after {
  background: var(--cherry);
}

@media (max-width: 1050px) {
  .visit-section .visit-section__hours {
    padding-right: 42px;
    grid-column: 1 / 8;
  }

  .visit-section .visit-section__location address,
  .visit-section .visit-section__actions {
    padding-left: 32px;
    grid-column: 8 / 13;
  }

  .visit-section .visit-section__hours dl > div {
    grid-template-columns: 130px 1fr;
  }

  .visit-section .visit-section__hours dd {
    font-size: 25px;
  }
}

@media (max-width: 760px) {
  .visit-section {
    padding: 72px 0 76px;
  }

  .visit-section .visit-section__grid {
    display: flex;
    min-height: 0;
    padding-top: 31px;
    flex-direction: column;
    gap: 0;
  }

  .visit-section .visit-section__location {
    display: contents;
  }

  .visit-section .visit-section__heading {
    width: 100%;
    padding-bottom: 35px;
    order: 1;
  }

  .visit-section .visit-section__heading .section-kicker {
    margin-bottom: 20px;
  }

  .visit-section .visit-section__heading h2 {
    max-width: 9ch;
    font-size: clamp(48px, 13.6vw, 58px);
    line-height: 0.92;
  }

  .visit-section .visit-section__pin {
    width: 48px;
    height: 48px;
  }

  .visit-section .visit-section__hours {
    width: 100%;
    padding: 34px 0 39px;
    order: 2;
    border-right: 0;
    border-bottom: 1px solid rgba(72, 49, 38, 0.16);
  }

  .visit-section .visit-section__hours h3 {
    font-size: 40px;
  }

  .visit-section .visit-section__hours dl > div {
    min-height: 0;
    padding: 21px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .visit-section .visit-section__hours dt {
    font-size: 11px;
  }

  .visit-section .visit-section__hours dd {
    justify-content: flex-start;
    font-size: clamp(25px, 7.5vw, 30px);
    text-align: left;
  }

  .visit-section .visit-section__hours-note {
    margin-top: 24px;
    font-size: 16px;
  }

  .visit-section .visit-section__location address {
    width: 100%;
    margin-top: 37px;
    padding: 0 0 0 20px;
    order: 3;
  }

  .visit-section .visit-section__location address strong {
    font-size: 30px;
  }

  .visit-section .visit-section__actions {
    display: grid;
    width: 100%;
    margin-top: 30px;
    padding: 0 0 41px;
    grid-template-columns: 1fr;
    order: 4;
    gap: 8px;
  }

  .visit-section .visit-section__actions .button {
    width: 100%;
    justify-content: center;
  }

  .visit-section .visit-section__route-motif {
    right: -26%;
    bottom: -2%;
    width: 94%;
    height: 37%;
    opacity: 0.1;
  }
}

@media (max-width: 380px) {
  .visit-section .visit-section__heading h2 {
    font-size: 47px;
  }

  .visit-section .visit-section__hours dd {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visit-section .visit-section__route svg,
  .visit-section .visit-section__route:hover svg {
    transform: none;
    transition: none;
  }
}

/* Visit contact-card balance refinement — 2026-08-29 */

.visit-section {
  padding: clamp(72px, 6.5vw, 96px) 0 clamp(70px, 6vw, 88px);
}

.visit-section .visit-section__grid {
  min-height: 0;
  padding-top: clamp(32px, 3.4vw, 46px);
  grid-template-rows: auto auto;
  gap: clamp(34px, 4vw, 52px) 24px;
}

.visit-section .visit-section__heading {
  padding-bottom: clamp(27px, 3vw, 38px);
}

.visit-section .visit-section__heading h2 {
  font-size: clamp(58px, 5.8vw, 80px);
}

.visit-section .visit-section__hours {
  padding: 0 clamp(40px, 4.6vw, 64px) clamp(34px, 3.8vw, 48px) 0;
  grid-column: 1 / 8;
  border-right: 0;
}

.visit-section .visit-section__hours dl > div {
  min-height: 98px;
  padding: 20px 0;
}

.visit-section .visit-section__contact {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 430px;
  padding: clamp(34px, 3.8vw, 48px);
  grid-column: 8 / 13;
  grid-row: 2;
  align-self: stretch;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(105, 71, 48, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 252, 246, 0.94), rgba(232, 211, 183, 0.82));
  box-shadow: 0 26px 56px rgba(71, 44, 29, 0.1);
}

.visit-section .visit-section__contact::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cherry), #c08a49 58%, transparent);
  content: "";
}

.visit-section .visit-section__route-motif {
  z-index: 0;
  right: -19%;
  bottom: -12%;
  width: 112%;
  height: 78%;
  color: #9c682d;
  opacity: 0.12;
}

.visit-section .visit-section__location address {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 0;
  padding: 0;
  color: var(--charcoal);
  font-style: normal;
  gap: 8px;
}

.visit-section .visit-section__location address::before {
  content: none;
}

.visit-section .visit-section__location address strong {
  font-size: clamp(29px, 2.8vw, 38px);
}

.visit-section .visit-section__location address a {
  margin-top: 17px;
  font-size: 30px;
}

.visit-section .visit-section__actions {
  position: relative;
  z-index: 3;
  display: flex;
  margin: auto 0 0;
  padding: 30px 0 0;
  align-items: center;
  border-top: 1px solid rgba(92, 63, 43, 0.17);
  gap: 18px;
}

.visit-section .visit-section__route {
  flex: 1 1 auto;
}

@media (max-width: 1050px) {
  .visit-section .visit-section__hours {
    padding-right: 38px;
    grid-column: 1 / 8;
  }

  .visit-section .visit-section__contact {
    padding: 34px;
    grid-column: 8 / 13;
  }

  .visit-section .visit-section__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
  }

  .visit-section .visit-section__actions .text-link--light {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .visit-section {
    padding: 62px 0 70px;
  }

  .visit-section .visit-section__grid {
    padding-top: 28px;
  }

  .visit-section .visit-section__heading {
    padding-bottom: 30px;
  }

  .visit-section .visit-section__hours {
    padding-bottom: 34px;
  }

  .visit-section .visit-section__contact {
    width: 100%;
    min-height: 400px;
    margin-top: 34px;
    padding: 30px 25px 25px;
    order: 3;
  }

  .visit-section .visit-section__location address {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .visit-section .visit-section__actions {
    width: auto;
    margin-top: auto;
    padding: 24px 0 0;
  }

  .visit-section .visit-section__route-motif {
    right: -23%;
    bottom: -7%;
    width: 123%;
    height: 63%;
  }
}

@media (max-width: 380px) {
  .visit-section .visit-section__contact {
    min-height: 390px;
    padding-inline: 22px;
  }

  .visit-section .visit-section__location address a {
    font-size: 28px;
  }
}

/* Keep the corrected Backstube index clear of the photograph. */
.craft-section .craft-section__gallery {
  padding-top: 56px;
}

.craft-section .craft-section__gallery::after {
  top: 14px;
  right: 9px;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 860px) {
  .craft-section .craft-section__gallery {
    padding-top: 48px;
  }

  .craft-section .craft-section__gallery::after {
    top: 12px;
    right: 7px;
    font-size: 21px;
  }
}

@media (max-width: 520px) {
  .craft-section .craft-section__gallery {
    padding-top: 42px;
  }

  .craft-section .craft-section__gallery::after {
    top: 10px;
    right: 5px;
    font-size: 19px;
  }
}
