/*
Theme Name: Dekoranyag Atelier
Theme URI: https://dekoranyag.hu/
Author: Grandpiere Noel
Description: Egyedi, fekete-fehér, szerkeszthető WooCommerce téma a dekoranyag.hu számára.
Version: 0.5.0
Requires at least: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dekoranyag-atelier
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

:root {
  --da-ink: #111111;
  --da-paper: #f7f6f2;
  --da-white: #ffffff;
  --da-line: #d9d7d0;
  --da-muted: #6d6b66;
  --da-soft: #eceae4;
  --da-radius: 0px;
  --da-container: 1440px;
  --da-gutter: clamp(20px, 4vw, 64px);
  --da-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --da-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--da-paper); color: var(--da-ink); font-family: var(--da-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 99999; top: 12px; left: 12px; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #111; }
.skip-link { font-weight: 700; }
.site-shell { min-height: 100vh; overflow: clip; }
.da-container { width: min(100%, var(--da-container)); margin-inline: auto; padding-inline: var(--da-gutter); }

.announcement { position: relative; z-index: 50; min-height: 34px; padding: 7px var(--da-gutter); background: var(--da-ink); color: var(--da-white); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.announcement__inner { display: flex; justify-content: center; align-items: center; }
.announcement a { text-decoration: none; }
.site-header { position: relative; z-index: 40; border-bottom: 1px solid var(--da-line); background: color-mix(in srgb, var(--da-paper) 94%, transparent); backdrop-filter: blur(16px); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 86px; gap: 24px; }
.site-branding { justify-self: center; text-align: center; }
.custom-logo { max-width: 180px; max-height: 54px; width: auto; }
.site-title { margin: 0; font-family: var(--da-serif); font-size: clamp(24px, 3vw, 35px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.site-title a { text-decoration: none; }
.site-description { display: none; }
.primary-nav > ul, .primary-nav .menu > ul { display: flex; gap: clamp(18px, 2vw, 34px); align-items: center; margin: 0; padding: 0; list-style: none; }
.primary-nav li { margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-button { display: inline-grid; place-items: center; position: relative; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; text-decoration: none; }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.cart-count { position: absolute; right: 1px; top: 0; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 20px; background: var(--da-ink); color: var(--da-white); font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; justify-self: start; }
.utility-nav { border-bottom: 1px solid var(--da-line); background: var(--da-white); }
.utility-nav ul { display: flex; justify-content: center; align-items: center; gap: clamp(24px, 4vw, 58px); margin: 0; padding: 11px 0; list-style: none; }
.utility-nav li { margin: 0; padding: 0; list-style: none; }
.utility-nav a { color: var(--da-muted); text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.utility-nav a:hover, .utility-nav .current-menu-item > a { color: var(--da-ink); }
.utility-nav .utility-wholesale a { color: var(--da-ink); }
.utility-nav .utility-wholesale a::after { content: " ↗"; }

.search-drawer { position: fixed; z-index: 80; inset: 0; display: grid; place-items: start center; padding: 12vh var(--da-gutter); background: rgba(17,17,17,.62); opacity: 0; visibility: hidden; transition: .25s ease; }
.search-drawer.is-open { opacity: 1; visibility: visible; }
.search-panel { width: min(760px, 100%); padding: clamp(28px, 5vw, 64px); background: var(--da-white); box-shadow: 0 30px 100px rgba(0,0,0,.22); }
.search-panel__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.search-panel__title { margin: 0; font-family: var(--da-serif); font-size: 34px; font-weight: 500; }
.search-form { display: flex; border-bottom: 1px solid var(--da-ink); }
.search-field { width: 100%; padding: 16px 0; border: 0; outline: 0; background: transparent; font-size: clamp(18px, 3vw, 28px); }
.search-submit { padding: 0 8px; border: 0; background: transparent; font-weight: 800; cursor: pointer; }

.hero { position: relative; min-height: min(78vh, 820px); background: var(--da-ink); color: var(--da-white); }
.hero-slider, .hero-slide { min-height: inherit; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: end; visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s; }
.hero-slide.is-active { position: relative; visibility: visible; opacity: 1; }
.hero-slide__media { position: absolute; inset: 0; overflow: hidden; }
.hero-slide__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.22) 65%, rgba(0,0,0,.08)); }
.hero-slide__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transform: scale(1.02); }
.hero-slide__placeholder { width: 100%; height: 100%; background: radial-gradient(circle at 78% 20%, #777 0, #262626 30%, #080808 72%); }
.hero-slide__content { position: relative; z-index: 2; width: min(820px, 78%); padding-top: clamp(80px, 12vh, 140px); padding-bottom: clamp(90px, 12vh, 140px); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 1px; background: currentColor; }
.hero h1 { max-width: 780px; margin: 0 0 24px; font-family: var(--da-serif); font-size: clamp(52px, 8vw, 112px); font-weight: 400; letter-spacing: -.055em; line-height: .91; }
.hero-slide__text { max-width: 560px; margin: 0 0 34px; font-size: clamp(15px, 1.4vw, 19px); color: rgba(255,255,255,.84); }
.da-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; border: 1px solid var(--da-ink); background: var(--da-ink); color: var(--da-white); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.da-button:hover { background: transparent; color: var(--da-ink); transform: translateY(-2px); }
.da-button--light { border-color: var(--da-white); background: var(--da-white); color: var(--da-ink); }
.da-button--light:hover { background: transparent; color: var(--da-white); }
.hero-controls { position: absolute; z-index: 4; right: var(--da-gutter); bottom: 40px; display: flex; align-items: center; gap: 14px; }
.hero-arrow { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; cursor: pointer; transition: .2s; }
.hero-arrow:hover { background: #fff; color: #111; }
.hero-dots { display: flex; gap: 7px; }
.hero-dot { width: 27px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.hero-dot.is-active { background: #fff; }

.trust-strip { border-bottom: 1px solid var(--da-line); background: var(--da-white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 24px clamp(18px, 3vw, 44px); text-align: center; border-right: 1px solid var(--da-line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-family: var(--da-serif); font-size: 18px; font-weight: 500; }
.trust-item span { color: var(--da-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.brand-intro { background: #e9e4db; }
.brand-intro__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.92fr); gap: clamp(48px, 9vw, 150px); align-items: end; }
.brand-intro__copy h2 { max-width: 820px; margin: 0; font-family: var(--da-serif); font-size: clamp(48px, 7vw, 92px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.brand-intro__side > p { max-width: 590px; margin: 0 0 32px; color: #5f5a52; font-size: clamp(16px, 1.5vw, 19px); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.da-button--outline { background: transparent; color: var(--da-ink); }
.da-button--outline:hover { background: var(--da-ink); color: var(--da-white); }
.intro-notes { display: grid; grid-template-columns: repeat(3,1fr); margin-top: clamp(38px, 5vw, 68px); border-top: 1px solid #c8c1b6; }
.intro-note { padding: 24px 22px 0 0; }
.intro-note strong { display: block; margin-bottom: 6px; font-family: var(--da-serif); font-size: 20px; font-weight: 500; }
.intro-note span { color: var(--da-muted); font-size: 12px; }

.trend-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(15px, 2.5vw, 34px); }
.trend-card { display: flex; flex-direction: column; min-width: 0; color: inherit; text-decoration: none; }
.trend-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(135deg, #e6e1d8, #c8c0b5); }
.trend-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86); transition: transform .55s ease, filter .3s; }
.trend-card:hover .trend-card__media img { transform: scale(1.035); filter: saturate(1); }
.trend-card__number { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.88); font-size: 10px; font-weight: 800; }
.trend-card__copy { padding: 24px 4px 0; }
.trend-card__copy h3 { margin: 0 0 10px; font-family: var(--da-serif); font-size: clamp(27px, 3vw, 39px); font-weight: 500; letter-spacing: -.03em; line-height: 1; }
.trend-card__copy p { margin: 0; color: var(--da-muted); font-size: 14px; }

.section { padding-block: clamp(46px, 5.5vw, 78px); }
.section--white { background: var(--da-white); }
.section--sand { background: #e8e2d9; }
.section--paper { background: var(--da-paper); }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: clamp(28px, 3.8vw, 48px); }
.section-heading__copy { max-width: 780px; }
.section-heading .eyebrow { color: var(--da-muted); }
.section-title { margin: 0; font-family: var(--da-serif); font-size: clamp(42px, 6vw, 78px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.text-link::after { content: "→"; font-size: 16px; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.category-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: clamp(12px, 2vw, 28px); }
.category-card { position: relative; min-height: clamp(360px, 42vw, 610px); overflow: hidden; background: #d8d6d0; color: #fff; text-decoration: none; }
.category-card:nth-child(n+2) { min-height: clamp(320px, 36vw, 520px); }
.category-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .7s cubic-bezier(.22,1,.36,1), filter .4s; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 60%); }
.category-card:hover img { transform: scale(1.045); filter: grayscale(.3); }
.category-card__placeholder { position: absolute; inset: 0; background: linear-gradient(135deg, #ddd, #858585); }
.category-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(22px, 3vw, 42px); }
.category-card__count { display: block; margin-bottom: 8px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.category-card h3 { margin: 0; font-family: var(--da-serif); font-size: clamp(29px, 3.4vw, 50px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.category-grid--1 { grid-template-columns: 1fr; }
.category-grid--1 .category-card { min-height: clamp(340px, 39vw, 520px); }
.category-grid--2 { grid-template-columns: repeat(2,1fr); }

.category-showcase { background: #f0ece5; }
.featured-products-section { background: var(--da-white); }
.sale-products-section { background: #e8e2d9; }
.wholesale-callout { padding-block: clamp(50px, 6vw, 82px); background: #8f9b86; color: #111; }
.wholesale-callout__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(44px, 9vw, 150px); align-items: end; }
.wholesale-callout h2 { max-width: 850px; margin: 0; font-family: var(--da-serif); font-size: clamp(48px, 7vw, 90px); font-weight: 400; letter-spacing: -.05em; line-height: .94; }
.wholesale-callout__side p { max-width: 560px; margin: 0 0 30px; font-size: clamp(16px, 1.5vw, 19px); }
.wholesale-callout .eyebrow { color: #33402f; }

.service-proof { background: #f6f3ed; }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--da-line); border-bottom: 1px solid var(--da-line); }
.proof-card { padding: clamp(30px, 4vw, 58px); border-right: 1px solid var(--da-line); }
.proof-card:last-child { border-right: 0; }
.proof-card__icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 34px; border: 1px solid var(--da-ink); border-radius: 50%; font-family: var(--da-serif); font-size: 20px; }
.proof-card h3 { margin: 0 0 12px; font-family: var(--da-serif); font-size: clamp(26px, 3vw, 38px); font-weight: 500; line-height: 1; }
.proof-card p { margin: 0; color: var(--da-muted); font-size: 14px; }

.editorial { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 560px; background: #ebe7df; color: var(--da-ink); }
.editorial__media { min-height: 440px; overflow: hidden; background: radial-gradient(circle at 30% 25%, #ece9e3 0, #d8d2c8 42%, #c5beb3 100%); }
.editorial__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.editorial__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(54px, 8vw, 130px); background: #f2efe9; }
.editorial__copy h2 { margin: 0 0 26px; font-family: var(--da-serif); font-size: clamp(44px, 6vw, 78px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.editorial__copy p { max-width: 540px; margin: 0 0 34px; color: var(--da-muted); }
.editorial .da-button--light { border-color: var(--da-ink); background: var(--da-ink); color: var(--da-white); }
.editorial .da-button--light:hover { background: transparent; color: var(--da-ink); }

.content-area { padding-block: clamp(58px, 8vw, 112px); }
.woocommerce-page .content-area { min-height: 62vh; }
.woocommerce-page .entry-content { max-width: none; }
.woocommerce-page .entry-header { margin-bottom: clamp(42px, 6vw, 80px); }
.entry-header { max-width: 900px; margin-bottom: 42px; }
.entry-title, .page-title { margin: 0; font-family: var(--da-serif); font-size: clamp(44px, 7vw, 86px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.entry-content { max-width: 900px; }
.entry-content > * + * { margin-top: 1.35em; }
.entry-content a { font-weight: 700; }

.site-footer { background: var(--da-ink); color: var(--da-white); }
.newsletter-band { border-bottom: 1px solid #c8c1b6; background: #ded8ce; color: var(--da-ink); }
.newsletter-band__inner { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1.2fr); gap: clamp(42px, 7vw, 110px); align-items: end; padding-block: clamp(50px, 6vw, 76px); }
.newsletter-band .eyebrow { color: var(--da-muted); }
.newsletter-band h2 { max-width: 690px; margin: 0; font-family: var(--da-serif); font-size: clamp(42px, 6vw, 76px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.newsletter-band__form-wrap > p { max-width: 590px; margin: 0 0 28px; color: #5f5a52; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--da-ink); }
.newsletter-form input[type="email"] { width: 100%; min-height: 62px; padding: 14px 0; border: 0; outline: 0; background: transparent; color: var(--da-ink); font-size: clamp(17px, 2vw, 22px); }
.newsletter-form input[type="email"]::placeholder { color: #817a70; }
.newsletter-form button { padding: 0 8px 0 22px; border: 0; background: transparent; color: var(--da-ink); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.newsletter-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; color: #70695f; font-size: 11px; }
.newsletter-consent input { margin-top: 4px; accent-color: var(--da-ink); }
.newsletter-status { margin: 16px 0 0; color: var(--da-ink); font-size: 12px; }
.footer-main { display: grid; grid-template-columns: minmax(280px,1.6fr) repeat(3,1fr); gap: 50px; padding-block: clamp(62px, 8vw, 100px); }
.footer-brand .site-title { font-size: clamp(38px, 5vw, 66px); }
.footer-tagline { max-width: 420px; margin-top: 25px; color: rgba(255,255,255,.6); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.social-link { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.social-link:hover { border-color: #fff; background: #fff; color: #111; transform: translateY(-3px); }
.social-link svg { width: 17px; height: 17px; fill: currentColor; }
.footer-column h2 { margin: 0 0 22px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column ul, .footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-column li + li { margin-top: 10px; }
.footer-column a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; }
.footer-column a:hover { color: #fff; }
.footer-contact { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; white-space: pre-line; }
.footer-contact + .footer-contact { margin-top: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 1fr auto 1fr; min-height: 72px; }
  .menu-toggle { display: inline-grid; }
  .primary-nav { position: fixed; inset: 106px 0 0; display: block; padding: 46px var(--da-gutter); background: var(--da-paper); transform: translateX(-100%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .menu-open .primary-nav { transform: translateX(0); }
  .primary-nav > ul, .primary-nav .menu > ul { display: block; }
  .primary-nav li { margin-bottom: 19px; }
  .primary-nav a { font-family: var(--da-serif); font-size: clamp(31px, 6vw, 48px); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:first-child { grid-column: 1 / -1; }
  .editorial { grid-template-columns: 1fr; }
  .brand-intro__grid, .wholesale-callout__grid { grid-template-columns: 1fr; align-items: start; }
  .newsletter-band__inner { grid-template-columns: 1fr; align-items: start; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .announcement { font-size: 9px; letter-spacing: .11em; }
  .announcement__inner { justify-content: center; }
  .utility-nav { overflow-x: auto; }
  .utility-nav .da-container { width: max-content; min-width: 100%; }
  .utility-nav ul { justify-content: flex-start; gap: 26px; padding-inline: 4px; }
  .header-actions .account-link { display: none; }
  .custom-logo { max-width: 145px; }
  .hero { min-height: 700px; }
  .hero-slide__content { width: 100%; padding-bottom: 132px; }
  .hero-slide__media::after { background: linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.12)); }
  .hero h1 { font-size: clamp(48px, 15vw, 73px); }
  .hero-controls { right: auto; left: var(--da-gutter); }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--da-line); }
  .trust-item:last-child { border-bottom: 0; }
  .intro-notes, .trend-grid, .proof-grid { grid-template-columns: 1fr; }
  .intro-note { padding-bottom: 18px; border-bottom: 1px solid #c8c1b6; }
  .proof-card { border-right: 0; border-bottom: 1px solid var(--da-line); }
  .proof-card:last-child { border-bottom: 0; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 24px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card:first-child { grid-column: auto; }
  .category-card, .category-card:nth-child(n+2) { min-height: 430px; }
  .editorial__media { min-height: 440px; }
  .newsletter-form { grid-template-columns: 1fr; border: 0; }
  .newsletter-form input[type="email"] { border-bottom: 1px solid var(--da-ink); }
  .newsletter-form button { justify-self: start; min-height: 52px; margin-top: 12px; padding: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

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