@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --peach: #F4B6A6;
  --wine: #7A2332;
  --butter: #FFF0C8;
  --mint: #8BAE91;
  --ink: #351b1d;
  --paper: #fff9e9;
  --cream: #f8e3be;
  --line: rgba(122, 35, 50, .22);
  --muted: #705b53;
  --white: #fffdf5;
  --shadow: 8px 9px 0 rgba(122, 35, 50, .12);
  --serif: 'Abril Fatface', Georgia, serif;
  --sans: 'Quicksand', 'Trebuchet MS', sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .25; background-image: radial-gradient(rgba(122, 35, 50, .14) .65px, transparent .65px); background-size: 7px 7px; mix-blend-mode: multiply; z-index: -1; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

.wrap { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.sr-only, .hidden { 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; top: 10px; left: 10px; transform: translateY(-160%); background: var(--wine); color: var(--butter); padding: 10px 16px; z-index: 20; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-block; color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.muted { color: var(--muted); }

.site-header { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.utility-bar { background: var(--wine); color: var(--butter); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; gap: 16px; padding-block: 7px; }
.nav-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--wine); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--peach); border: 1px solid var(--wine); transform: rotate(-7deg); font-family: var(--serif); font-size: .95rem; }
.brand-name { font-family: var(--serif); font-size: .98rem; letter-spacing: .02em; line-height: .78; }
.menu-toggle { display: inline-grid; place-items: center; justify-self: end; width: 42px; height: 42px; border: 1px solid var(--wine); background: transparent; color: var(--wine); }
.icon, .menu-toggle svg, .cart-link svg, .btn svg, .text-action svg, .remove-action svg, .quantity-control svg { width: 19px; height: 19px; }
.main-nav { position: absolute; top: 100%; left: 16px; right: 16px; display: none; padding: 14px; background: var(--butter); border: 1px solid var(--wine); box-shadow: var(--shadow); }
.main-nav.is-open { display: grid; gap: 4px; }
.main-nav a { padding: 11px 12px; color: var(--wine); font-weight: 700; text-decoration: none; }
.main-nav a:hover { background: var(--peach); }
.cart-link { display: inline-flex; align-items: center; gap: 6px; color: var(--wine); font-size: .82rem; font-weight: 700; text-decoration: none; }
.cart-link b { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding-inline: 5px; background: var(--mint); border: 1px solid var(--wine); border-radius: 50%; color: var(--ink); font-size: .72rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 19px; border: 1px solid var(--wine); background: var(--wine); color: var(--butter); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translate(3px, -3px); background: var(--ink); }
.btn-secondary { background: var(--peach); color: var(--wine); }
.btn-secondary:hover { background: var(--mint); color: var(--ink); }
.btn-wide { width: 100%; }
.text-action { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: var(--wine); font-size: .82rem; font-weight: 700; }
.text-action:hover { color: var(--ink); }
.text-action svg { transition: transform .2s ease; }
.text-action:hover svg { transform: translateX(4px); }

.home-hero { overflow: hidden; background: var(--peach); }
.hero-grid { display: grid; min-height: 590px; }
.hero-copy { position: relative; z-index: 1; padding: 60px 0 48px; }
.hero-copy::before { content: 'feito para repetir'; position: absolute; top: 32px; right: 0; padding: 7px 12px; border: 1px solid var(--wine); background: var(--butter); color: var(--wine); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: rotate(7deg); }
.hero-copy h1 { max-width: 680px; margin: 28px 0 20px; color: var(--wine); font-family: var(--serif); font-size: clamp(3.35rem, 13vw, 7.4rem); font-weight: 400; line-height: .88; letter-spacing: 0; }
.hero-copy p { max-width: 420px; margin: 0 0 28px; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 430px; }
.hero-visual img { position: absolute; right: -17%; bottom: -2px; width: 92%; height: 100%; object-fit: cover; object-position: center; border: 1px solid var(--wine); }
.hero-cutout { position: absolute; top: 35px; left: 2%; display: grid; place-items: center; width: 102px; height: 102px; padding: 16px; border: 1px solid var(--wine); background: var(--butter); color: var(--wine); font-size: .74rem; font-weight: 700; line-height: 1.15; text-align: center; transform: rotate(-11deg); z-index: 2; }
.marquee { overflow: hidden; border-block: 1px solid var(--wine); background: var(--butter); color: var(--wine); }
.marquee-track { display: flex; justify-content: space-around; gap: 28px; min-width: max-content; padding: 10px 16px; font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track span:nth-child(even) { color: var(--mint); }

.section { padding: 72px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 32px; }
.section-heading h2, .editorial-copy h2, .footer-statement h2 { margin: 8px 0 0; color: var(--wine); font-family: var(--serif); font-size: clamp(2.3rem, 7vw, 4.3rem); font-weight: 400; line-height: .97; }
.section-heading p { max-width: 330px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 14px; align-items: start; }
.product-card { min-width: 0; }
.product-card-offset { transform: translateY(24px); }
.product-image-link { display: block; text-decoration: none; }
.product-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--cream); border: 1px solid var(--wine); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-image-link:hover img { transform: scale(1.045); }
.image-tag { position: absolute; top: 10px; left: 10px; padding: 5px 8px; background: var(--butter); border: 1px solid var(--wine); color: var(--wine); font-size: .63rem; font-weight: 700; text-transform: uppercase; }
.product-meta { display: flex; justify-content: space-between; align-items: start; gap: 10px; padding: 13px 0 7px; }
.product-meta h3 { margin: 2px 0 0; color: var(--ink); font-size: 1rem; line-height: 1.12; }
.product-meta h3 a { text-decoration: none; }
.product-meta h3 a:hover { color: var(--wine); }
.product-meta strong { white-space: nowrap; color: var(--wine); font-size: .85rem; }
.product-category { color: var(--muted); font-size: .69rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.collection-band { position: relative; overflow: hidden; background: var(--mint); color: var(--ink); }
.collection-band::after { content: ''; position: absolute; right: -45px; top: -65px; width: 240px; height: 240px; border: 1px solid var(--wine); transform: rotate(26deg); }
.collection-inner { display: grid; gap: 30px; padding-block: 70px; }
.collection-inner h2 { max-width: 680px; margin: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(2.7rem, 8vw, 5.4rem); font-weight: 400; line-height: .91; }
.collection-note { max-width: 370px; margin-left: 9%; padding: 17px; border-left: 2px solid var(--wine); font-weight: 600; }
.collection-note a { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: var(--wine); font-weight: 700; }

.editorial { padding: 84px 0; }
.editorial-grid { display: grid; gap: 30px; align-items: center; }
.editorial-image { position: relative; margin-left: 6%; }
.editorial-image img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; border: 1px solid var(--wine); }
.editorial-image::before { content: 'nota de estilo'; position: absolute; right: -15px; top: -18px; padding: 9px 12px; background: var(--peach); border: 1px solid var(--wine); color: var(--wine); font-size: .68rem; font-weight: 700; transform: rotate(8deg); z-index: 1; }
.editorial-copy { padding-right: 3%; }
.editorial-copy h2 { margin-bottom: 20px; }
.editorial-copy p { max-width: 440px; color: var(--muted); }

.page-intro { padding: 63px 0 46px; background: var(--peach); border-bottom: 1px solid var(--wine); }
.page-intro .wrap { position: relative; }
.page-intro h1 { max-width: 790px; margin: 15px 0 10px; color: var(--wine); font-family: var(--serif); font-size: clamp(3rem, 10vw, 6.3rem); font-weight: 400; line-height: .9; }
.page-intro p { max-width: 520px; margin: 0; color: var(--ink); font-size: 1.03rem; }
.page-intro::after { content: ''; display: block; width: 95px; height: 95px; margin: 28px 0 0 auto; background: var(--butter); border: 1px solid var(--wine); transform: rotate(17deg) translateX(-10px); }

.catalog-controls { display: grid; gap: 13px; padding: 20px; margin-bottom: 42px; background: var(--butter); border: 1px solid var(--wine); }
.control-field { display: grid; gap: 5px; }
.control-field label { color: var(--wine); font-size: .71rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--wine); border-radius: 0; background: var(--white); }
textarea { min-height: 140px; resize: vertical; }
.catalog-count { margin: 0 0 18px; color: var(--muted); font-size: .82rem; }
.empty-filter, .empty-state { grid-column: 1 / -1; padding: 44px 22px; background: var(--butter); border: 1px solid var(--wine); }
.empty-filter h3, .empty-state h1 { margin: 9px 0 5px; color: var(--wine); font-family: var(--serif); font-size: clamp(2rem, 6vw, 3.6rem); font-weight: 400; line-height: .98; }
.empty-filter p, .empty-state p { margin: 0 0 22px; color: var(--muted); }

.breadcrumb { display: flex; gap: 8px; margin-bottom: 26px; color: var(--muted); font-size: .76rem; }
.breadcrumb a { color: var(--wine); }
.product-detail { padding: 44px 0 84px; }
.product-detail-grid { display: grid; gap: 38px; align-items: start; }
.detail-visual { position: relative; }
.detail-visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--wine); }
.detail-stamp { position: absolute; top: 22px; right: -9px; z-index: 1; padding: 10px 13px; background: var(--mint); border: 1px solid var(--wine); color: var(--wine); font-size: .68rem; font-weight: 700; transform: rotate(7deg); }
.detail-copy h1 { margin: 9px 0 17px; color: var(--wine); font-family: var(--serif); font-size: clamp(3rem, 10vw, 6rem); font-weight: 400; line-height: .89; }
.detail-copy p { max-width: 560px; color: var(--muted); }
.detail-lead { font-size: 1.12rem; color: var(--ink) !important; }
.detail-price { margin: 30px 0 21px; color: var(--wine); font-size: 1.45rem; font-weight: 700; }
.product-form { display: grid; gap: 10px; max-width: 360px; }
.product-form label { color: var(--wine); font-weight: 700; }
.microcopy { margin: 3px 0 0 !important; font-size: .76rem !important; }
.detail-list { max-width: 560px; margin: 37px 0 0; border-top: 1px solid var(--line); }
.detail-list div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--muted); }
.detail-list dd { margin: 0; color: var(--wine); font-weight: 700; }

.cart-page { padding: 50px 0 88px; }
.cart-layout { display: grid; gap: 42px; align-items: start; }
.section-kicker { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 16px; color: var(--muted); font-size: .79rem; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.cart-item-image img { width: 90px; height: 112px; object-fit: cover; border: 1px solid var(--wine); }
.cart-item-info h2 { margin: 3px 0; color: var(--wine); font-family: var(--serif); font-size: 1.3rem; font-weight: 400; line-height: 1; }
.cart-item-info h2 a { text-decoration: none; }
.cart-item-info p { margin: 3px 0 14px; color: var(--muted); font-size: .78rem; }
.cart-item-price { align-self: start; color: var(--wine); font-size: .84rem; }
.cart-item-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--wine); background: var(--butter); }
.quantity-control button { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 0; background: transparent; color: var(--wine); }
.quantity-control span { display: grid; place-items: center; min-width: 29px; color: var(--ink); font-weight: 700; font-size: .8rem; }
.remove-action { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: .75rem; }
.remove-action:hover { color: var(--wine); }
.summary-panel, .resume-panel { padding: 23px; background: var(--butter); border: 1px solid var(--wine); box-shadow: var(--shadow); }
.summary-panel h2 { margin: 8px 0 23px; color: var(--wine); font-family: var(--serif); font-size: 2.35rem; font-weight: 400; line-height: .93; }
.summary-list { margin: 0 0 20px; }
.summary-list div { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.summary-list dt { color: var(--muted); }
.summary-list dd { margin: 0; color: var(--wine); font-weight: 700; text-align: right; }
.summary-list .summary-total { padding-top: 17px; border-bottom: 0; color: var(--wine); font-size: 1.05rem; }

.checkout-page { padding: 49px 0 90px; }
.checkout-layout { display: grid; gap: 42px; align-items: start; }
.form-section { padding: 25px 0 29px; border-top: 1px solid var(--line); }
.form-section:first-child { padding-top: 0; border-top: 0; }
.form-section h2 { margin: 0 0 18px; color: var(--wine); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.form-grid { display: grid; gap: 15px; }
.form-field { display: grid; gap: 6px; }
.form-field label, .radio-title { color: var(--wine); font-size: .8rem; font-weight: 700; }
.field-note { color: var(--muted); font-size: .72rem; }
.radio-group { display: grid; gap: 10px; margin-top: 10px; }
.radio-card { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 13px; border: 1px solid var(--line); background: rgba(255, 253, 245, .5); }
.radio-card:has(input:checked) { border-color: var(--wine); background: var(--peach); }
.radio-card input { margin-top: 5px; accent-color: var(--wine); }
.radio-card label { display: grid; gap: 2px; cursor: pointer; }
.radio-card strong { color: var(--wine); }
.radio-card span { color: var(--muted); font-size: .75rem; }
.checkbox-stack { display: grid; gap: 13px; margin-top: 20px; }
.checkbox-line { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.checkbox-line input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; accent-color: var(--wine); }
.checkbox-line a { color: var(--wine); }
.resume-panel { position: sticky; top: 22px; }
.resume-items { display: grid; gap: 13px; margin: 19px 0 20px; }
.resume-item { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; }
.resume-item img { width: 48px; height: 57px; border: 1px solid var(--wine); object-fit: cover; }
.resume-item div { display: grid; gap: 1px; }
.resume-item strong { color: var(--wine); font-size: .79rem; line-height: 1.1; }
.resume-item span, .resume-item b { color: var(--muted); font-size: .69rem; }
.resume-item b { color: var(--wine); text-align: right; }
.resume-empty p { color: var(--muted); font-size: .85rem; }
.form-status { padding: 12px 14px; margin: 17px 0 0; border: 1px solid var(--wine); font-size: .83rem; }
.form-status.success { background: var(--mint); color: var(--ink); }
.form-status.error { background: var(--peach); color: var(--wine); }

.contact-page, .about-page, .legal-page { padding: 55px 0 90px; }
.contact-grid, .about-grid { display: grid; gap: 44px; align-items: start; }
.contact-info h2, .about-copy h2 { margin: 9px 0 17px; color: var(--wine); font-family: var(--serif); font-size: clamp(2.5rem, 8vw, 4.5rem); font-weight: 400; line-height: .94; }
.contact-info p, .about-copy p { max-width: 490px; color: var(--muted); }
.contact-detail { display: grid; gap: 12px; margin-top: 27px; padding-top: 21px; border-top: 1px solid var(--line); }
.contact-detail a { color: var(--wine); font-weight: 700; }
.form-panel { padding: 24px; background: var(--butter); border: 1px solid var(--wine); }
.form-panel h2 { margin: 0 0 20px; color: var(--wine); font-family: var(--serif); font-size: 2.15rem; font-weight: 400; line-height: .96; }
.form-panel form { display: grid; gap: 15px; }
.form-panel .checkbox-stack { margin-top: 4px; }
.about-image { position: relative; margin-right: 6%; }
.about-image img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; border: 1px solid var(--wine); }
.about-image::after { content: 'LADY KELLY'; position: absolute; bottom: -18px; left: -14px; padding: 10px 14px; background: var(--wine); color: var(--butter); font-family: var(--serif); font-size: 1.25rem; transform: rotate(-7deg); }
.about-points { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid var(--line); }
.about-point { padding: 16px 0; border-bottom: 1px solid var(--line); }
.about-point strong { color: var(--wine); }
.about-point p { margin: 4px 0 0; font-size: .87rem; }

.legal-content { max-width: 850px; }
.legal-content h1 { margin: 0 0 25px; color: var(--wine); font-family: var(--serif); font-size: clamp(3rem, 9vw, 6rem); font-weight: 400; line-height: .9; }
.legal-content > p { max-width: 700px; color: var(--muted); }
.legal-section { padding: 25px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 9px; color: var(--wine); font-family: var(--serif); font-size: 1.72rem; font-weight: 400; line-height: 1; }
.legal-section p, .legal-section li { color: var(--muted); font-size: .93rem; }
.legal-section ul { padding-left: 20px; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 38px; padding: 13px 0; border-block: 1px solid var(--line); }
.legal-nav a { color: var(--wine); font-size: .79rem; font-weight: 700; }

.site-footer { margin-top: auto; background: var(--wine); color: var(--butter); }
.footer-top { display: grid; gap: 42px; padding-block: 56px; }
.footer-statement h2 { max-width: 500px; color: var(--butter); font-size: clamp(2.3rem, 7vw, 4.2rem); }
.footer-statement p { max-width: 350px; color: var(--peach); }
.footer-statement .eyebrow, .footer-newsletter .eyebrow { color: var(--peach); }
.footer-newsletter { padding: 22px; border: 1px solid var(--peach); background: rgba(255, 240, 200, .08); }
.footer-newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 16px; }
.footer-newsletter .field { min-width: 0; border-color: var(--butter); background: var(--butter); }
.footer-newsletter .btn { min-height: 48px; border-color: var(--butter); background: var(--peach); color: var(--wine); }
.footer-newsletter .checkbox-line { grid-column: 1 / -1; color: var(--peach); }
.footer-newsletter .checkbox-line a { color: var(--butter); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 22px; padding-block: 20px 27px; border-top: 1px solid rgba(255, 240, 200, .34); font-size: .74rem; }
.footer-bottom > div { display: grid; gap: 4px; }
.footer-bottom strong { color: var(--butter); font-size: .72rem; letter-spacing: .04em; }
.footer-bottom span { color: var(--peach); }
.footer-bottom a { color: var(--butter); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-nav a { color: var(--butter); font-weight: 600; }
.toast { position: fixed; right: 16px; bottom: 16px; z-index: 10; max-width: min(360px, calc(100% - 32px)); padding: 13px 16px; border: 1px solid var(--wine); background: var(--mint); color: var(--ink); box-shadow: var(--shadow); font-size: .82rem; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 700px) {
  .wrap { width: min(calc(100% - 64px), var(--max)); }
  .menu-toggle { display: none; }
  .main-nav { position: static; display: flex; justify-content: center; gap: 8px; padding: 0; border: 0; box-shadow: none; background: transparent; }
  .main-nav a { padding: 8px 10px; font-size: .84rem; }
  .hero-grid { grid-template-columns: 1fr .92fr; min-height: 640px; }
  .hero-copy { padding: 82px 0 62px; }
  .hero-visual { min-height: 640px; }
  .hero-visual img { right: -9%; width: 102%; }
  .hero-cutout { top: 100px; left: -25px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 21px; }
  .product-card-offset { transform: translateY(34px); }
  .catalog-controls { grid-template-columns: 1.5fr 1fr 1fr; align-items: end; padding: 17px; }
  .editorial-grid { grid-template-columns: 1.05fr .95fr; gap: 70px; }
  .editorial-image { margin-left: 12%; }
  .collection-inner { grid-template-columns: 1.1fr .9fr; align-items: end; }
  .collection-note { margin-left: 0; }
  .product-detail-grid { grid-template-columns: minmax(0, .95fr) minmax(0, .8fr); gap: 75px; }
  .detail-visual { margin-left: 6%; }
  .detail-copy { padding-top: 34px; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 70px; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 365px; gap: 70px; }
  .form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid.three { grid-template-columns: 1.2fr .8fr 1.1fr; }
  .contact-grid, .about-grid { grid-template-columns: .85fr 1.15fr; gap: 90px; }
  .about-grid { grid-template-columns: 1.05fr .95fr; }
  .about-image { order: 2; margin-right: 10%; }
  .about-copy { padding-top: 32px; }
  .footer-top { grid-template-columns: 1fr .9fr; align-items: end; gap: 90px; }
}

@media (min-width: 1060px) {
  .nav-shell { min-height: 96px; }
  .hero-copy::before { top: 46px; right: 14%; }
  .hero-visual img { right: -16%; width: 104%; }
  .hero-cutout { left: -48px; }
  .section { padding-block: 112px; }
  .page-intro { padding-block: 84px 62px; }
  .page-intro::after { position: absolute; right: 13%; bottom: 3px; margin: 0; }
  .product-detail { padding-top: 76px; }
  .legal-page { padding-top: 77px; }
}

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