@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --ink: #1F2A24;
  --terracotta: #BD5B3D;
  --paper: #F1EADB;
  --mustard: #D0A637;
  --charcoal: #151A17;
  --paper-light: #FAF7EF;
  --line: rgba(31, 42, 36, .3);
  --display: 'Fraunces', Georgia, serif;
  --body: 'Work Sans', 'Trebuchet MS', sans-serif;
  --page: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 20; background-image: radial-gradient(rgba(31,42,36,.23) .55px, transparent .7px); background-size: 5px 5px; mix-blend-mode: multiply; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .98; }
h1 { font-size: clamp(3.1rem, 9vw, 7.7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.15rem, 5vw, 4.6rem); letter-spacing: -.04em; }
h3 { font-size: 1.55rem; }
:focus-visible { outline: 3px solid var(--mustard); outline-offset: 4px; }
::selection { color: var(--paper); background: var(--terracotta); }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.live-region { position: fixed; z-index: 50; right: 18px; bottom: 18px; max-width: 330px; padding: 14px 18px; border: 2px solid var(--ink); background: var(--mustard); box-shadow: 6px 6px 0 var(--ink); font-weight: 700; }

.site-header { width: var(--page); min-height: 104px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; position: relative; z-index: 30; border-bottom: 1px dashed var(--ink); }
.header-thread { position: absolute; width: 70px; height: 32px; right: 84px; top: 0; border-right: 2px solid var(--terracotta); transform: rotate(17deg); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 9px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 53px; height: 53px; color: var(--paper); background: var(--ink); border-radius: 50% 44% 48% 42%; font-family: var(--display); font-size: 1.35rem; transform: rotate(-5deg); }
.brand-text { font-weight: 700; font-size: .9rem; letter-spacing: .14em; line-height: 1.1; }
.brand-text small { display: block; margin-top: 5px; color: var(--terracotta); font-size: .54rem; letter-spacing: .13em; }
.menu-toggle { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--ink); background: transparent; }
.site-nav { display: none; grid-column: 1 / -1; padding: 8px 0 18px; }
.site-nav.is-open { display: block; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav a { display: block; padding: 10px 2px; text-decoration: none; font-family: var(--display); font-size: 1.45rem; }
.site-nav a[aria-current='page'], .site-nav a:hover { color: var(--terracotta); }
.cart-link { position: absolute; right: 60px; top: 29px; display: flex; align-items: center; gap: 5px; text-decoration: none; }
.cart-link > span { display: none; }
.cart-link strong { min-width: 21px; height: 21px; display: grid; place-items: center; color: var(--paper); background: var(--terracotta); border-radius: 50%; font-size: .7rem; }

main { min-height: 55vh; }
.eyebrow { margin-bottom: 12px; color: var(--terracotta); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lead { max-width: 700px; font-family: var(--display); font-size: clamp(1.2rem, 2.3vw, 1.75rem); line-height: 1.35; }
.btn { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 12px 19px; border: 2px solid var(--ink); color: var(--paper); background: var(--ink); text-decoration: none; font-weight: 700; box-shadow: 5px 5px 0 var(--mustard); transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.btn:hover { color: var(--ink); background: var(--mustard); box-shadow: 2px 2px 0 var(--ink); transform: translate(3px, 3px); }
.btn-outline { color: var(--ink); background: transparent; box-shadow: none; }
.btn-wide { width: 100%; }
.btn.is-disabled { opacity: .75; box-shadow: none; }
.text-link { display: inline-block; margin-top: 18px; font-weight: 700; text-underline-offset: 5px; }

.hero { width: var(--page); min-height: 720px; margin: 0 auto; padding: 58px 0 80px; position: relative; display: grid; }
.hero-copy { z-index: 4; align-self: start; }
.hero h1 { max-width: 760px; margin-bottom: 24px; position: relative; }
.hero h1 em { display: block; padding-left: 14%; color: var(--terracotta); font-style: italic; }
.hero .lead { max-width: 500px; margin: 0 0 30px 5%; }
.hero-image { width: 77%; height: 360px; margin: -8px 0 0 auto; position: relative; clip-path: polygon(8% 4%, 100% 0, 94% 94%, 0 100%); background: var(--ink); }
.hero-image img { width: 100%; height: 100%; filter: saturate(.74) contrast(1.04); }
.hero-image::after { content: ''; position: absolute; inset: 16px; border: 1px dashed var(--paper); clip-path: inherit; }
.hero-label { position: absolute; z-index: 5; right: 0; top: 49%; width: 130px; padding: 15px; color: var(--ink); background: var(--mustard); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: rotate(4deg); box-shadow: 5px 6px 0 var(--ink); }
.hero-thread { position: absolute; z-index: 3; left: 21%; bottom: 34px; width: 58%; height: 140px; border: 2px dashed var(--terracotta); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(7deg); pointer-events: none; }

.intro-strip { color: var(--paper); background: var(--ink); }
.intro-inner { width: var(--page); margin: 0 auto; padding: 62px 0; display: grid; gap: 34px; }
.intro-index { color: var(--mustard); font-family: var(--display); font-size: 4rem; line-height: 1; }
.intro-inner h2 { max-width: 780px; margin: 0; }
.intro-inner p { max-width: 520px; margin: 0; }

.section-shell { width: var(--page); margin: 0 auto; padding: 95px 0; }
.section-heading { margin-bottom: 50px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { max-width: 700px; margin: 0; }
.section-heading .text-link { white-space: nowrap; }
.product-grid { display: grid; gap: 50px 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { min-width: 0; }
.product-card.offset-1 { margin-top: 54px; }
.product-card.offset-2 { margin-top: 15px; }
.product-image { height: 260px; display: block; position: relative; overflow: hidden; background: #ddd2bd; clip-path: polygon(2% 2%, 98% 0, 100% 95%, 4% 100%); }
.product-card:nth-child(3n+2) .product-image { clip-path: polygon(5% 0, 100% 4%, 96% 100%, 0 95%); }
.product-image img { width: 100%; height: 100%; transition: transform .45s ease, filter .45s ease; filter: saturate(.78); }
.product-image:hover img { transform: scale(1.035) rotate(.5deg); filter: saturate(1); }
.paper-number { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 3px 8px; background: var(--paper); font-family: var(--display); font-size: .75rem; transform: rotate(-4deg); }
.product-info { padding: 16px 5px 0; }
.product-info > p { margin-bottom: 3px; color: var(--terracotta); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { margin: 0 0 11px; }
.product-info h3 a { text-decoration: none; }
.product-info h3 a:hover { text-decoration: underline; text-decoration-color: var(--mustard); text-decoration-thickness: 6px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px dashed var(--line); padding-top: 10px; }
.icon-btn { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--ink); background: transparent; }
.icon-btn:hover { color: var(--paper); background: var(--terracotta); }

.editorial { width: var(--page); margin: 10px auto 100px; position: relative; display: grid; }
.editorial-image { width: 86%; height: 440px; margin-left: auto; clip-path: polygon(0 4%, 97% 0, 100% 86%, 8% 100%); }
.editorial-image img { width: 100%; height: 100%; filter: saturate(.65); }
.editorial-copy { width: min(92%, 510px); margin-top: -70px; z-index: 2; padding: 32px 28px; color: var(--paper); background: var(--terracotta); box-shadow: 12px 12px 0 var(--mustard); transform: rotate(-1deg); }
.editorial-copy h2 { margin-bottom: 18px; }
.editorial-copy .eyebrow { color: var(--paper); }
.editorial-copy a { font-weight: 700; }

.page-hero { width: var(--page); margin: 0 auto; padding: 76px 0 54px; position: relative; border-bottom: 1px dashed var(--line); }
.page-hero h1 { max-width: 950px; margin-bottom: 25px; }
.page-hero h1 span { color: var(--terracotta); font-style: italic; }
.page-hero .lead { margin-left: min(9vw, 100px); }
.page-hero::after { content: 'linha de corte'; position: absolute; right: 0; bottom: -12px; padding: 2px 9px; background: var(--mustard); font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: rotate(2deg); }

.filter-bar { margin-bottom: 52px; padding-bottom: 16px; display: flex; gap: 9px; overflow-x: auto; border-bottom: 1px dashed var(--line); }
.filter-bar button { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--ink); background: transparent; }
.filter-bar button.is-active, .filter-bar button:hover { color: var(--paper); background: var(--ink); }
.catalog-meta { margin-bottom: 24px; display: flex; justify-content: flex-end; color: var(--terracotta); font-size: .8rem; font-weight: 700; text-transform: uppercase; }

.product-detail { width: var(--page); margin: 0 auto; padding: 64px 0 105px; display: grid; gap: 54px; }
.product-detail-image { min-height: 480px; position: relative; background: #d7ceba; clip-path: polygon(3% 0, 100% 3%, 96% 100%, 0 94%); }
.product-detail-image img { width: 100%; height: 100%; min-height: 480px; }
.pattern-note { position: absolute; z-index: 2; top: 18px; right: 12px; padding: 8px 14px; background: var(--mustard); font-size: .65rem; font-weight: 700; text-transform: uppercase; transform: rotate(3deg); }
.product-detail-copy h1 { font-size: clamp(3.1rem, 8vw, 6.3rem); margin-bottom: 15px; }
.product-price { margin-bottom: 25px; color: var(--terracotta); font-family: var(--display); font-size: 1.65rem; font-weight: 700; }
.buy-form { margin: 34px 0; padding: 22px 0; display: grid; gap: 11px; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); }
.buy-form label, .form-field label { font-weight: 700; }
.detail-notes { display: grid; gap: 12px; font-size: .9rem; }

.cart-layout, .checkout-layout, .contact-layout { width: var(--page); margin: 0 auto; padding: 60px 0 110px; display: grid; gap: 44px; }
.cart-list { min-width: 0; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 95px 1fr; gap: 14px; position: relative; border-bottom: 1px dashed var(--line); }
.cart-item img { width: 95px; height: 125px; clip-path: polygon(3% 0, 100% 5%, 95% 100%, 0 96%); }
.cart-item-copy .eyebrow { margin-bottom: 2px; font-size: .6rem; }
.cart-item-copy h2 { margin-bottom: 7px; font-size: 1.5rem; }
.cart-item-copy h2 a { text-decoration: none; }
.cart-item-copy p { margin-bottom: 5px; font-size: .8rem; }
.quantity { width: max-content; grid-column: 2; display: flex; align-items: center; border: 1px solid var(--ink); }
.quantity button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; background: transparent; }
.quantity button:hover { background: var(--mustard); }
.quantity span { min-width: 34px; text-align: center; font-weight: 700; }
.remove-btn { grid-column: 2; width: max-content; display: flex; align-items: center; gap: 6px; padding: 0; border: 0; background: transparent; color: var(--terracotta); font-size: .78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cart-summary, .checkout-summary { height: max-content; padding: 29px 24px; color: var(--paper); background: var(--ink); position: relative; box-shadow: 9px 9px 0 var(--mustard); }
.cart-summary::before, .checkout-summary::before { content: ''; position: absolute; inset: 9px; border: 1px dashed rgba(241,234,219,.35); pointer-events: none; }
.cart-summary > *, .checkout-summary > * { position: relative; }
.cart-summary h2, .checkout-summary h2 { font-size: 2.25rem; }
.summary-row { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed rgba(241,234,219,.32); }
.summary-row strong { text-align: right; }
.summary-row.total { margin: 14px 0 20px; border-bottom: 0; font-size: 1.14rem; }
.summary-help { margin: 10px 0; color: #d9d2c4; font-size: .74rem; }
.cart-summary .text-link { width: 100%; text-align: center; }
.empty-state { min-height: 400px; display: grid; align-content: center; justify-items: start; position: relative; }
.empty-state h2 { max-width: 540px; }
.cut-circle { position: absolute; z-index: -1; right: 6%; top: 16%; width: 180px; height: 180px; border: 2px dashed var(--terracotta); border-radius: 50%; }

.form-grid { display: grid; gap: 20px; }
.form-field { display: grid; gap: 7px; }
.form-field.full, .checkbox-line.full { grid-column: 1 / -1; }
.field { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--ink); border-radius: 0; background: rgba(250,247,239,.55); }
textarea.field { min-height: 145px; resize: vertical; }
.field::placeholder { color: rgba(31,42,36,.65); }
.field-hint { margin: -2px 0 0; font-size: .75rem; }
.checkbox-line { display: flex; align-items: flex-start; gap: 9px; font-size: .78rem; line-height: 1.45; }
.checkbox-line input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--terracotta); }
.radio-stack { display: grid; gap: 11px; }
.radio-option { padding: 14px; display: grid; grid-template-columns: auto 1fr; gap: 4px 9px; border: 1px solid var(--line); }
.radio-option input { grid-row: 1 / 3; margin-top: 5px; accent-color: var(--terracotta); }
.radio-option strong { font-family: var(--display); font-size: 1.1rem; }
.radio-option small { line-height: 1.35; }
.form-feedback { grid-column: 1 / -1; margin: 12px 0 0; padding: 13px; display: flex; gap: 10px; border: 1px solid var(--ink); background: var(--mustard); font-weight: 700; }
.checkout-form fieldset { min-width: 0; margin: 0 0 35px; padding: 0; border: 0; }
.checkout-form legend { width: 100%; margin-bottom: 20px; padding-bottom: 9px; border-bottom: 1px dashed var(--line); font-family: var(--display); font-size: 2rem; font-weight: 600; }
.checkout-item { padding: 10px 0; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px dashed rgba(241,234,219,.25); }
.checkout-item img { width: 52px; height: 64px; }
.checkout-item strong, .checkout-item small { display: block; }
.checkout-item small { color: #d9d2c4; }
.checkout-item > span { font-size: .78rem; }
.empty-checkout a { color: var(--mustard); }
.contact-note { padding: 28px; color: var(--paper); background: var(--terracotta); transform: rotate(-.5deg); }
.contact-note h2 { font-size: 2rem; }
.contact-note a { display: flex; gap: 9px; margin: 13px 0; word-break: break-word; }
.contact-note .icon { flex: 0 0 24px; }

.story { width: var(--page); margin: 0 auto; padding: 85px 0 110px; }
.story-grid { display: grid; gap: 50px; }
.story-main h2 { max-width: 760px; }
.story-main p { max-width: 740px; }
.story-aside { padding: 28px; border: 2px solid var(--ink); position: relative; }
.story-aside::before { content: ''; position: absolute; inset: -12px 13px 10px -10px; z-index: -1; background: var(--mustard); transform: rotate(-2deg); }
.values-list { list-style: none; padding: 0; margin: 30px 0 0; counter-reset: values; }
.values-list li { padding: 23px 0 23px 54px; position: relative; border-top: 1px dashed var(--line); }
.values-list li::before { counter-increment: values; content: '0' counter(values); position: absolute; left: 0; top: 19px; color: var(--terracotta); font-family: var(--display); font-size: 1.35rem; }
.values-list h3 { margin-bottom: 7px; }

.legal-layout { width: var(--page); margin: 0 auto; padding: 60px 0 110px; display: grid; gap: 40px; }
.legal-nav { height: max-content; padding: 19px; border: 1px solid var(--ink); border-left: 8px solid var(--mustard); }
.legal-nav h2 { font-size: 1.25rem; }
.legal-nav a { display: block; padding: 6px 0; font-size: .85rem; }
.legal-content { max-width: 790px; }
.legal-content section { padding: 10px 0 28px; scroll-margin-top: 25px; }
.legal-content h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); }
.legal-content h3 { margin-top: 24px; line-height: 1.2; }
.legal-content li { margin-bottom: 8px; }
.legal-callout { padding: 22px; border: 2px dashed var(--terracotta); background: var(--paper-light); }

.site-footer { color: var(--paper); background: var(--ink); position: relative; }
.footer-stitch { width: 65%; height: 1px; position: absolute; top: 28px; right: 0; border-top: 1px dashed var(--mustard); transform: rotate(-1deg); }
.footer-news { width: var(--page); margin: 0 auto; padding: 85px 0 65px; }
.footer-news h2 { max-width: 680px; }
.footer-news form { max-width: 760px; display: grid; grid-template-columns: 1fr auto; gap: 13px; }
.footer-news .field { color: var(--paper); border-color: var(--paper); background: transparent; }
.footer-news .field::placeholder { color: #d3ccbf; }
.footer-news .btn { color: var(--ink); border-color: var(--mustard); background: var(--mustard); box-shadow: none; }
.footer-news .checkbox-line { margin-top: 3px; color: #d8d0c2; }
.footer-news .form-feedback { color: var(--ink); }
.footer-main { width: var(--page); margin: 0 auto; padding: 45px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 40px 24px; border-top: 1px dashed rgba(241,234,219,.3); }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main h3 { margin-bottom: 13px; color: var(--mustard); font-family: var(--body); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-main a { margin-bottom: 7px; font-size: .83rem; text-underline-offset: 4px; }
.footer-main p { font-size: .8rem; }
.footer-brand { font-family: var(--display); font-size: 1.55rem !important; line-height: .9; text-decoration: none; }
.footer-legal { width: var(--page); margin: 0 auto; padding: 20px 0 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; border-top: 1px dashed rgba(241,234,219,.3); color: #bbb3a6; font-size: .68rem; }
.footer-legal p { margin: 0; }

@media (min-width: 700px) {
  :root { --page: min(1180px, calc(100% - 64px)); }
  .site-header { grid-template-columns: auto 1fr auto; min-height: 116px; }
  .menu-toggle { display: none; }
  .site-nav { display: block; grid-column: auto; padding: 0; justify-self: center; }
  .site-nav ul { display: flex; gap: clamp(20px, 3vw, 42px); }
  .site-nav a { padding: 9px 0; font-family: var(--body); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .site-nav a[aria-current='page'] { border-bottom: 2px solid var(--terracotta); }
  .cart-link { position: static; }
  .cart-link > span { display: inline; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
  .hero { min-height: 790px; padding-top: 80px; grid-template-columns: 1.15fr .85fr; align-items: start; }
  .hero-copy { grid-column: 1 / -1; }
  .hero h1 em { padding-left: 12%; }
  .hero .lead { margin-left: 9%; }
  .hero-image { width: 48%; height: 500px; position: absolute; right: 0; bottom: 72px; z-index: 1; }
  .hero-label { top: auto; bottom: 45%; right: 43%; }
  .intro-inner { grid-template-columns: 110px 1.3fr .7fr; align-items: start; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 70px 26px; }
  .product-image { height: 365px; }
  .product-card.offset-1 { margin-top: 80px; }
  .editorial { grid-template-columns: 1fr 1fr; align-items: center; }
  .editorial-image { width: 100%; height: 620px; grid-column: 2; }
  .editorial-copy { width: 115%; margin: 0 -15% 0 0; grid-column: 1; grid-row: 1; padding: 55px; }
  .product-detail { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .82fr); align-items: start; }
  .product-detail-image { height: 760px; }
  .product-detail-image img { height: 100%; }
  .product-detail-copy { padding-top: 50px; position: sticky; top: 20px; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 360px; }
  .cart-summary { position: sticky; top: 25px; }
  .cart-item { grid-template-columns: 135px 1fr auto; align-items: center; gap: 24px; }
  .cart-item img { width: 135px; height: 165px; }
  .quantity { grid-column: 3; grid-row: 1; }
  .remove-btn { grid-column: 3; grid-row: 1; align-self: end; margin-bottom: 10px; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 390px; align-items: start; }
  .checkout-summary { position: sticky; top: 25px; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: minmax(0, 1fr) 330px; align-items: start; }
  .contact-note { position: sticky; top: 25px; margin-top: 50px; }
  .story-grid { grid-template-columns: 1fr 340px; align-items: start; }
  .legal-layout { grid-template-columns: 220px 1fr; align-items: start; }
  .legal-nav { position: sticky; top: 22px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

@media (min-width: 1050px) {
  .hero-image { width: 51%; height: 575px; }
  .hero-label { right: 47%; }
  .product-image { height: 430px; }
}

@media (max-width: 440px) {
  h1 { font-size: 3.2rem; }
  .hero { min-height: 700px; }
  .hero-image { width: 92%; }
  .product-grid { gap-inline: 13px; }
  .product-image { height: 225px; }
  .product-info h3 { font-size: 1.25rem; }
  .footer-news form { grid-template-columns: 1fr; }
  .footer-news .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
}

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