:root {
  --orange: #B85232;
  --orange-dark: #983b22;
  --brown: #402A21;
  --brown-2: #6b493a;
  --dough: #F8EEDB;
  --paper: #fffaf0;
  --cream: #f3dfbd;
  --white: #fffdf8;
  --line: rgba(64, 42, 33, .2);
  --shadow: 0 24px 70px rgba(64, 42, 33, .15);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Public Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--brown); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3 { font-family: var(--serif); line-height: .98; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(3.1rem, 7.3vw, 7.7rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.8rem); }
h3 { font-size: clamp(1.6rem, 2.2vw, 2.25rem); }
p { margin: 0 0 1.2rem; }
em { color: var(--orange); font-weight: 600; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--brown); color: white; padding: .8rem 1rem; border-radius: 0 0 .5rem .5rem; }
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid #1f73b7; outline-offset: 4px; }

.demo-bar { background: var(--brown); color: var(--dough); text-align: center; font-size: .76rem; letter-spacing: .04em; padding: .42rem 1rem; }
.demo-bar span { display: inline-block; background: var(--dough); color: var(--brown); border-radius: 99px; font-weight: 800; text-transform: uppercase; font-size: .64rem; padding: .03rem .45rem; margin-right: .45rem; }
.site-header { height: 116px; padding: 0 clamp(1.2rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,250,240,.93); position: relative; z-index: 50; }
.brand img { width: 154px; height: 90px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); font-weight: 650; font-size: .9rem; }
.main-nav a { text-decoration: none; position: relative; }
.main-nav a:not(.cart-link)::after { content: ''; position: absolute; height: 2px; left: 0; right: 100%; bottom: -.4rem; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.cart-link { border: 1px solid var(--brown); border-radius: 99px; padding: .55rem .6rem .55rem 1rem; display: flex; gap: .65rem; align-items: center; }
.cart-link b { background: var(--orange); color: white; width: 1.85rem; height: 1.85rem; display: grid; place-items: center; border-radius: 50%; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--brown); border-radius: 50%; background: transparent; padding: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--brown); margin: 4px 0; }

.section-pad { padding: clamp(5rem, 9vw, 10rem) clamp(1.2rem, 7vw, 8rem); }
.eyebrow { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; margin-bottom: 1rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; background: var(--orange); color: white; border: 0; border-radius: 99px; padding: .82rem 1.5rem; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(184,82,50,.25); }
.button:active { transform: translateY(0); }
.button-dark { background: var(--brown); }
.button-dark:hover { background: #241710; }
.button-light { background: var(--dough); color: var(--brown); }
.button-light:hover { background: white; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--brown); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: .35rem; font-weight: 750; }
.text-link span { font-size: 1.4rem; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }

.hero { min-height: calc(100vh - 150px); position: relative; isolation: isolate; display: grid; align-items: center; padding: clamp(4rem, 7vw, 8rem) clamp(1.2rem, 7vw, 8rem); overflow: hidden; background: var(--dough); }
.hero::after { content: 'KRUIM'; position: absolute; left: -1.5vw; bottom: -7vw; z-index: -1; font-family: var(--serif); font-weight: 800; font-size: 22vw; line-height: 1; color: rgba(184,82,50,.07); }
.hero-image { position: absolute; inset: 0 0 0 43%; width: 57%; height: 100%; object-fit: cover; z-index: -2; }
.hero-image::after { content: ''; }
.hero-copy { max-width: 790px; padding-right: 10%; }
.hero-copy h1 { max-width: 760px; }
.hero-copy > p:not(.eyebrow) { font-size: clamp(1.05rem, 1.4vw, 1.28rem); max-width: 580px; margin: 2rem 0; }
.bake-card { position: absolute; right: clamp(1.2rem, 5vw, 5rem); bottom: clamp(1.2rem, 4vw, 4rem); background: var(--orange); color: white; padding: 1.35rem 1.5rem; width: min(310px, calc(100% - 2.4rem)); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.bake-card .eyebrow { margin: 0 0 .45rem; opacity: .8; }
.bake-card strong, .bake-card small { display: block; }
.bake-card strong { font-family: var(--serif); font-size: 1.4rem; line-height: 1.15; }
.bake-card small { margin-top: .45rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.split p:not(.eyebrow) { font-size: clamp(1.05rem, 1.4vw, 1.25rem); max-width: 650px; }
.split .button { margin-top: 1rem; }
.products-band { background: var(--orange); color: white; }
.products-band .text-link { color: white; text-decoration-color: var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.4rem; }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 3rem); }
.product-card { background: var(--paper); color: var(--brown); display: grid; grid-template-columns: 54% 46%; min-height: 390px; overflow: hidden; box-shadow: 0 16px 45px rgba(64,42,33,.14); }
.product-image { overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-copy { padding: clamp(1.5rem, 3vw, 2.8rem); display: flex; flex-direction: column; }
.product-copy h3 { margin-bottom: 1rem; }
.product-meta { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-bottom > strong { font-family: var(--serif); font-size: 1.5rem; }
.round-button { width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--orange); color: white; font-size: 1.8rem; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.round-button:hover { transform: rotate(8deg) scale(1.06); background: var(--brown); }

.steps { background: var(--dough); display: grid; grid-template-columns: .9fr 2.1fr; gap: clamp(2rem, 6vw, 7rem); }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; margin: 0; counter-reset: item; }
.steps li { border-left: 1px solid var(--line); padding: 0 clamp(1.2rem, 2.5vw, 2.6rem); }
.steps li span { font-family: var(--serif); color: var(--orange); font-weight: 800; font-size: 1.05rem; }
.steps li h3 { margin: 1.7rem 0 1rem; }
.steps > .button { grid-column: 2; justify-self: start; }
.quote-banner { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 13vw, 13rem); text-align: center; background: var(--brown); color: var(--dough); }
.quote-banner p { font-family: var(--serif); font-size: clamp(2.2rem, 4.8vw, 5rem); line-height: 1.1; letter-spacing: -.035em; max-width: 1100px; margin: 0 auto 1.5rem; }
.quote-banner span { opacity: .72; }

.page-hero { padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 10vw, 11rem); background: var(--dough); position: relative; overflow: hidden; }
.page-hero::after { content: '•'; position: absolute; right: 8vw; top: -12vw; font-family: var(--serif); font-size: 35vw; color: rgba(184,82,50,.10); }
.page-hero h1 { max-width: 1050px; position: relative; z-index: 1; }
.page-hero > p:not(.eyebrow) { max-width: 670px; font-size: 1.16rem; margin: 2rem 0 0; position: relative; z-index: 1; }
.page-hero.compact { padding-top: clamp(4rem, 7vw, 7rem); padding-bottom: clamp(4rem, 7vw, 7rem); }
.shop-layout { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(310px, .8fr); gap: clamp(2rem, 4vw, 5rem); align-items: start; }
.catalog { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.shop-card { border: 1px solid var(--line); background: var(--white); }
.shop-image { aspect-ratio: 1.15 / 1; overflow: hidden; background: var(--cream); }
.shop-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shop-card:hover .shop-image img { transform: scale(1.025); }
#volkoren .shop-image img { object-position: 72% center; }
.shop-copy { padding: clamp(1.3rem, 2.5vw, 2.1rem); }
.product-title { display: flex; gap: 1rem; justify-content: space-between; align-items: start; }
.product-title h2 { font-size: clamp(1.65rem, 2.8vw, 2.55rem); }
.product-title > strong { white-space: nowrap; font-family: var(--serif); font-size: 1.3rem; }
.shop-copy > p { margin-top: 1rem; }
.shop-copy details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: .8rem 0; margin: 1.2rem 0; }
.shop-copy summary { cursor: pointer; font-weight: 700; }
.shop-copy details p { font-size: .87rem; margin: .8rem 0 0; }
.add-form { display: flex; gap: .7rem; align-items: end; }
.add-form label { font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.add-form input { display: block; width: 75px; height: 52px; margin-top: .3rem; padding: 0 .7rem; border: 1px solid var(--brown); background: transparent; }
.add-form .button { flex: 1; }
.cart-panel { position: sticky; top: 1.5rem; padding: clamp(1.5rem, 3vw, 2.6rem); background: var(--dough); border-top: 5px solid var(--orange); box-shadow: var(--shadow); }
.cart-heading h2 { font-size: 2.5rem; display: flex; align-items: center; justify-content: space-between; }
.cart-heading h2 span { font-family: var(--sans); font-size: .85rem; background: var(--orange); color: white; border-radius: 50%; width: 2rem; height: 2rem; display: grid; place-items: center; }
.empty-cart { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.empty-cart p { font-family: var(--serif); font-size: 1.4rem; margin-bottom: .25rem; }
.empty-cart span { font-size: .88rem; opacity: .72; }
.cart-form { margin-top: 1.4rem; }
.cart-item { display: flex; gap: .7rem; align-items: center; justify-content: space-between; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.cart-item strong, .cart-item small { display: block; }
.cart-item small { opacity: .65; }
.cart-item input { width: 58px; height: 40px; padding: .3rem; border: 1px solid var(--line); background: var(--paper); }
.text-button { background: transparent; border: 0; padding: .9rem 0; text-decoration: underline; cursor: pointer; font-size: .85rem; }
.cart-total { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 0; }
.cart-total strong { font-family: var(--serif); font-size: 1.75rem; }
.cart-note { margin-top: 1.4rem; border-top: 1px solid var(--line); padding-top: 1rem; font-size: .78rem; }
.cart-note p { margin: .2rem 0 0; }

.checkout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 10rem); background: var(--brown); color: var(--dough); }
.checkout-copy { position: sticky; top: 2rem; align-self: start; }
.checkout-copy p:last-child { margin-top: 1.5rem; max-width: 480px; }
.checkout-form-wrap { background: var(--paper); color: var(--brown); padding: clamp(1.5rem, 4vw, 3rem); }
.checkout-form label:not(.radio-card):not(.check-row) { display: block; font-weight: 700; font-size: .88rem; }
.checkout-form label span { font-weight: 400; opacity: .65; }
.checkout-form input[type=text], .checkout-form input[type=email], .checkout-form input[type=tel] { width: 100%; height: 52px; background: white; border: 1px solid var(--line); padding: 0 1rem; margin: .4rem 0 1.2rem; border-radius: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.checkout-form fieldset { border: 0; padding: 0; margin: .6rem 0 1.5rem; }
.checkout-form legend { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; margin-bottom: .7rem; }
.radio-card { display: flex; align-items: center; gap: .85rem; border: 1px solid var(--line); padding: 1rem; margin: .55rem 0; cursor: pointer; transition: border .18s ease, background .18s ease; }
.radio-card:has(input:checked) { border-color: var(--orange); background: rgba(184,82,50,.07); }
.radio-card input { accent-color: var(--orange); width: 20px; height: 20px; }
.radio-card b, .radio-card small { display: block; }
.radio-card small { opacity: .7; }
.payment-demo { border: 1px dashed var(--orange); padding: 1rem; margin-bottom: 1.2rem; }
.payment-demo span, .payment-demo strong, .payment-demo small { display: block; }
.payment-demo span { font-size: .76rem; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.payment-demo small { opacity: .7; }
.check-row { display: flex; gap: .7rem; align-items: start; margin: 1rem 0; font-size: .88rem; }
.check-row input { width: 20px; height: 20px; accent-color: var(--orange); flex: 0 0 auto; }
.error-box { background: #fff1ee; border-left: 4px solid #a72817; padding: 1rem 1.2rem; margin-bottom: 1.2rem; }
.error-box ul { margin-bottom: 0; padding-left: 1.2rem; }
.modal-backdrop { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 1rem; background: rgba(32,20,15,.76); }
.confirmation { max-width: 540px; width: 100%; background: var(--paper); color: var(--brown); padding: clamp(2rem, 5vw, 4rem); box-shadow: var(--shadow); text-align: center; }
.confirmation-mark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 1.5rem; border-radius: 50%; color: white; background: var(--orange); font-size: 2rem; }
.confirmation h2 { font-size: 3rem; }
.confirmation dl { margin: 1.5rem 0; text-align: left; }
.confirmation dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--line); }
.confirmation dt { font-weight: 700; }
.confirmation dd { margin: 0; text-align: right; }
.small { font-size: .82rem; opacity: .72; }

.schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--orange); padding-top: 0; padding-bottom: 0; }
.schedule-grid article { background: var(--brown); color: var(--dough); padding: clamp(3rem, 6vw, 6rem); }
.schedule-grid span { text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: .75rem; }
.schedule-grid h2 { margin: .8rem 0 1.2rem; color: var(--cream); }
.story-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--dough); }
.story-copy { padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); align-self: center; }
.story-copy p:last-child { margin-top: 2rem; font-size: 1.16rem; max-width: 560px; }
.story-image { min-height: 560px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.faq-list { max-width: 1100px; margin: auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; gap: 2rem; align-items: center; justify-content: space-between; padding: 1.6rem 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b { font-family: var(--sans); color: var(--orange); font-size: 1.7rem; transition: transform .2s ease; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item p { max-width: 750px; padding: 0 0 1.8rem; }
.contact-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 10vw, 10rem); min-height: 720px; align-items: center; background: var(--dough); }
.contact-copy > p:not(.eyebrow) { max-width: 690px; font-size: 1.15rem; margin: 2rem 0; }
.email-link { font-family: var(--serif); font-size: clamp(1.35rem, 3vw, 2.7rem); font-weight: 700; text-decoration-color: var(--orange); word-break: break-word; }
.contact-card { background: var(--orange); color: white; padding: clamp(2rem, 4vw, 4rem); box-shadow: var(--shadow); transform: rotate(1deg); }
.contact-card h2 { font-size: 2.4rem; }
.contact-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.3); margin: 2rem 0; }
.legal { max-width: 920px; margin: auto; }
.legal h1 { margin-bottom: 2.5rem; }
.legal h2 { font-size: 2rem; margin: 2.7rem 0 1rem; letter-spacing: -.025em; }

.site-footer { background: var(--orange); color: white; padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 8rem) 1.5rem; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.32); }
.footer-brand { display: inline-block; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 800; line-height: .72; letter-spacing: -.07em; color: white; text-decoration: none; margin-bottom: 2rem; }
.footer-top h2 { font-size: clamp(2.4rem, 4vw, 4.5rem); margin-bottom: 1.5rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding: 4rem 0; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-links b { margin-bottom: .6rem; text-transform: uppercase; font-size: .73rem; letter-spacing: .12em; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-links span { opacity: .8; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.32); padding-top: 1.5rem; display: flex; justify-content: space-between; font-size: .78rem; opacity: .85; }
.toast { position: fixed; top: 1rem; right: 1rem; z-index: 150; background: var(--brown); color: white; padding: 1rem 1.25rem; box-shadow: var(--shadow); animation: toastIn .35s ease both; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-10px); } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 1rem; font-size: .82rem; }
  .hero-image { left: 52%; width: 48%; }
  .hero-copy { max-width: 650px; }
  .featured-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 360px; }
  .shop-layout { grid-template-columns: 1fr; }
  .cart-panel { position: static; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.5rem); }
  .site-header { height: 86px; padding: 0 1.1rem; }
  .brand img { width: 116px; height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; font-size: 1rem; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .55rem 0; }
  .cart-link { padding: .6rem .7rem .6rem 1rem; justify-content: space-between; }
  .section-pad { padding: 4.5rem 1.2rem; }
  .hero { min-height: auto; padding: 4.5rem 1.2rem 24rem; display: block; }
  .hero-image { inset: auto 0 0; width: 100%; height: 23rem; object-position: 67% center; }
  .hero-copy { padding: 0; }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; margin: 1.4rem 0; }
  .bake-card { bottom: 1rem; right: 1rem; width: calc(100% - 2rem); transform: rotate(-1deg); }
  .split, .checkout, .story-hero, .contact-layout, .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 1.5rem; }
  .featured-grid { gap: 1.2rem; }
  .product-card { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 1.25 / 1; }
  .steps { grid-template-columns: 1fr; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li { border-left: 0; border-top: 1px solid var(--line); padding: 1.6rem 0; }
  .steps li h3 { margin: .6rem 0; }
  .steps > .button { grid-column: 1; }
  .page-hero { padding: 4.5rem 1.2rem; }
  .catalog { grid-template-columns: 1fr; }
  .shop-layout { padding-top: 2.5rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .checkout-copy { position: static; }
  .schedule-grid { grid-template-columns: 1fr; gap: 1px; padding: 0; }
  .story-hero { min-height: 0; }
  .story-copy { padding: 4.5rem 1.2rem; }
  .story-image { min-height: 420px; grid-row: 1; }
  .contact-layout { min-height: 0; }
  .contact-card { transform: none; }
  .footer-links { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
