/* ═══════════════════════════════════════════════
   Tayrish Garage Doors — warm pearl, graphite,
   copper. Graphite is pulled from the doors they
   actually fit; copper keeps it warm rather than
   the cold blue every competitor uses.
   ═══════════════════════════════════════════════ */

:root {
  --pearl:     #F8F5F0;
  --pearl-2:   #F1ECE4;
  --pearl-3:   #E8E1D6;
  --white:     #FFFFFF;
  --graphite:  #23272C;
  --graphite-2:#2E343B;
  --ink:       #191C20;
  --stone:     #6E6A64;
  --stone-2:   #918B82;
  --copper:    #B5651D;
  --copper-l:  #D0812F;
  --copper-p:  #F6EADC;
  --wa:        #25A462;
  --line:      rgba(35, 39, 44, 0.10);
  --line-2:    rgba(35, 39, 44, 0.16);
  --line-d:    rgba(255, 255, 255, 0.14);

  --sh-1: 0 1px 2px rgba(58,42,24,0.06), 0 4px 12px rgba(58,42,24,0.05);
  --sh-2: 0 2px 4px rgba(58,42,24,0.07), 0 12px 26px rgba(58,42,24,0.09);
  --sh-3: 0 4px 10px rgba(58,42,24,0.09), 0 26px 50px rgba(58,42,24,0.13);

  --d:   'Epilogue', system-ui, sans-serif;
  --b:   'Libre Franklin', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1200px;
  --bar-h: 74px;
  --r: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  font-family: var(--b);
  font-size: 16px;
  line-height: 1.7;
  color: var(--stone);
  background: var(--pearl);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3 {
  font-family: var(--d);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.033em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 1.2rem + 4.1vw, 4rem); }
h2 { font-size: clamp(1.7rem, 1.1rem + 2.5vw, 2.7rem); }
h3 { font-size: 1.075rem; font-weight: 700; letter-spacing: -0.015em; line-height: 1.3; }
p  { text-wrap: pretty; }

:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; border-radius: 3px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.sec { padding: clamp(64px, 8vw, 116px) 24px; }

.skip {
  position: absolute; left: -9999px; top: 12px; z-index: 300;
  background: var(--graphite); color: #fff; padding: 12px 20px; border-radius: 8px;
}
.skip:focus { left: 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--d);
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.17em; text-transform: uppercase;
  color: var(--copper); margin-bottom: 16px;
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--copper); border-radius: 2px; }
.eyebrow.on-dark { color: var(--copper-l); }
.eyebrow.on-dark::before { background: var(--copper-l); }

.sec-head { max-width: 660px; margin-bottom: clamp(34px, 4vw, 52px); }
.sec-head p:not(.eyebrow) { margin-top: 16px; font-size: 1.02rem; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.h-sm { font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.6rem); margin-bottom: 22px; }
.sec-more { margin-top: 34px; }

/* ── Buttons ─────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 22px; border-radius: 999px;
  font-family: var(--d); font-size: 0.855rem; font-weight: 700; letter-spacing: -0.005em;
  border: 1.5px solid transparent;
  transition: transform 0.3s var(--ease), background-color 0.25s var(--ease),
              border-color 0.25s var(--ease), color 0.25s var(--ease), box-shadow 0.3s var(--ease);
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn.lg { padding: 16px 28px; font-size: 0.92rem; }
.btn.full { width: 100%; }

.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 2px 6px rgba(20,110,60,0.22), 0 10px 24px rgba(20,110,60,0.20); }
.btn-wa:hover { background: #1E8E53; box-shadow: 0 4px 10px rgba(20,110,60,0.26), 0 16px 32px rgba(20,110,60,0.24); }
.btn-dark { background: var(--graphite); color: #fff; box-shadow: var(--sh-2); }
.btn-dark:hover { background: var(--graphite-2); box-shadow: var(--sh-3); }
.btn-ghost { border-color: rgba(255,255,255,0.42); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.10); }

/* ── Header ──────────────────────────────────── */
.bar {
  position: sticky; top: 0; z-index: 200;
  background: rgba(248,245,240,0.93);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid var(--line);
}
.bar-in { display: flex; align-items: center; gap: 22px; height: var(--bar-h); }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark {
  width: 38px; height: 38px; flex: none;
  display: grid; place-items: center; border-radius: 10px;
  background: var(--graphite); color: var(--copper-l);
  box-shadow: var(--sh-1);
}
.brand-mark svg { width: 21px; height: 21px; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.12; }
.brand-txt strong { font-family: var(--d); font-size: 1.09rem; font-weight: 800; letter-spacing: -0.028em; color: var(--ink); }
.brand-txt em {
  font-style: normal; font-size: 0.575rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--stone-2);
}
.links { display: flex; align-items: center; gap: 27px; }
.links a {
  position: relative; font-size: 0.845rem; font-weight: 500; color: var(--graphite);
  padding: 4px 0; transition: color 0.22s var(--ease);
}
.links a::after {
  content: ''; position: absolute; left: 0; bottom: -3px;
  width: 100%; height: 2px; background: var(--copper); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.32s var(--ease);
}
.links a:hover { color: var(--copper); }
.links a:hover::after, .links a.on::after { transform: scaleX(1); }
.links a.on { color: var(--copper); font-weight: 600; }
.bar-cta { display: flex; align-items: center; gap: 12px; }
.tel { display: inline-flex; align-items: center; gap: 8px; font-family: var(--d); font-weight: 700; font-size: 0.875rem; color: var(--ink); transition: color 0.22s var(--ease); }
.tel svg { width: 16px; height: 16px; color: var(--copper); }
.tel:hover { color: var(--copper); }

.burger { display: none; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; padding: 0 9px; }
.burger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.34s var(--ease), opacity 0.2s var(--ease); }
body.menu-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sheet {
  position: fixed; inset: var(--bar-h) 0 0; z-index: 190;
  background: var(--pearl); padding: 30px 24px;
  display: flex; flex-direction: column; gap: 4px;
  transform: translateX(100%); transition: transform 0.42s var(--ease);
  overflow-y: auto;
}
body.menu-open .sheet { transform: translateX(0); }
.sheet a {
  font-family: var(--d); font-size: 1.28rem; font-weight: 700; color: var(--ink);
  padding: 15px 0; border-bottom: 1px solid var(--line);
}
.sheet-tel { color: var(--copper) !important; border-bottom: 0 !important; }

/* ── Hero ────────────────────────────────────── */
.hero { position: relative; min-height: clamp(540px, 76vh, 780px); display: flex; align-items: center; background: var(--graphite); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(20,23,26,0.94) 0%, rgba(20,23,26,0.80) 42%, rgba(20,23,26,0.34) 78%),
    radial-gradient(120% 90% at 15% 100%, rgba(181,101,29,0.24), transparent 62%);
}
.hero-in { position: relative; z-index: 2; padding-top: 82px; padding-bottom: 74px; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero-sub { margin-top: 22px; max-width: 50ch; font-size: clamp(1rem, 0.95rem + 0.3vw, 1.13rem); color: rgba(255,255,255,0.80); }
.hero-act { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 38px; }
.chips li { display: inline-flex; align-items: center; gap: 8px; font-size: 0.815rem; font-weight: 500; color: rgba(255,255,255,0.78); }
.chips svg { width: 15px; height: 15px; color: var(--copper-l); }

/* ── Page head (inner pages) ─────────────────── */
.pagehead { background: var(--graphite); color: #fff; padding: clamp(48px, 6vw, 78px) 0 clamp(52px, 6vw, 82px); position: relative; overflow: hidden; }
.pagehead::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(90% 130% at 88% 0%, rgba(181,101,29,0.20), transparent 60%);
}
.pagehead > .wrap { position: relative; z-index: 2; }
.pagehead h1 { color: #fff; }
.pagehead-sub { margin-top: 18px; max-width: 56ch; color: rgba(255,255,255,0.76); font-size: 1.02rem; }
.pagehead .hero-act { margin-top: 28px; }
.crumb { font-size: 0.775rem; color: rgba(255,255,255,0.52); margin-bottom: 22px; }
.crumb a { color: rgba(255,255,255,0.78); }
.crumb a:hover { color: #fff; text-decoration: underline; }
.crumb span { margin: 0 9px; opacity: 0.5; }

/* ── Cards ───────────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  position: relative;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r); padding: 30px 28px 26px;
  box-shadow: var(--sh-1);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.3s var(--ease);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--sh-3); border-color: rgba(181,101,29,0.30); }
.card-ico {
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: 12px; background: var(--copper-p); color: var(--copper);
  margin-bottom: 20px;
}
.card-ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 11px; }
.card p { font-size: 0.925rem; }
.card-go {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-family: var(--d); font-size: 0.82rem; font-weight: 700; color: var(--copper);
}
.card-go span { transition: transform 0.32s var(--ease); display: inline-block; }
.card:hover .card-go span { transform: translateX(4px); }

/* ── Strip ───────────────────────────────────── */
.strip { background: var(--pearl-2); border-block: 1px solid var(--line); }
/* padding-block only: this element also carries .wrap, and a padding
   shorthand here would zero out the horizontal gutter .wrap provides. */
.strip-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-block: 42px; }
.strip-in > div { display: flex; flex-direction: column; gap: 3px; }
.strip strong { font-family: var(--d); font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.75rem); font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.strip span { font-size: 0.82rem; color: var(--stone); }

/* ── Split ───────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4.5vw, 66px); align-items: center; }
.split-media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); box-shadow: var(--sh-2); }
.ticks { display: flex; flex-direction: column; gap: 14px; margin: 24px 0 30px; }
.ticks li { display: flex; gap: 12px; font-size: 0.94rem; }
.ticks svg { width: 19px; height: 19px; flex: none; margin-top: 3px; color: var(--copper); }
.ticks strong { color: var(--ink); font-weight: 600; }

/* ── Dark section + steps ────────────────────── */
.dark-sec { background: var(--graphite); color: rgba(255,255,255,0.72); padding: clamp(64px, 8vw, 112px) 0; }
.dark-sec h2, .dark-sec h3 { color: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.steps li { border-top: 2px solid var(--line-d); padding-top: 22px; }
.step-n { font-family: var(--d); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; color: var(--copper-l); }
.steps h3 { margin: 12px 0 9px; }
.steps p { font-size: 0.9rem; }

/* ── Alt section + scope ─────────────────────── */
.alt-sec { background: var(--pearl-2); border-block: 1px solid var(--line); padding: clamp(60px, 7vw, 100px) 0; }
.scope { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 42px; }
.scope-i { display: flex; gap: 15px; }
.scope-ico {
  width: 32px; height: 32px; flex: none; display: grid; place-items: center;
  border-radius: 9px; background: var(--white); color: var(--copper);
  box-shadow: var(--sh-1); margin-top: 2px;
}
.scope-ico svg { width: 16px; height: 16px; }
.scope-i h3 { margin-bottom: 6px; }
.scope-i p { font-size: 0.91rem; }

/* ── Gallery ─────────────────────────────────── */
.gal { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gal figure { grid-column: span 4; overflow: hidden; border-radius: var(--r); box-shadow: var(--sh-1); background: var(--pearl-3); }
.gal figure.w6 { grid-column: span 6; }
.gal figure.w8 { grid-column: span 8; }
.gal figure.w4 { grid-column: span 4; }
.gal img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.85s var(--ease); }
.gal figure.tall img { aspect-ratio: 3 / 4; }
.gal figure:hover img { transform: scale(1.045); }

/* ── FAQ ─────────────────────────────────────── */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 21px 0; cursor: pointer; list-style: none;
  font-family: var(--d); font-size: 1.01rem; font-weight: 700; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span {
  width: 22px; height: 22px; flex: none; position: relative;
}
.faq summary span::before, .faq summary span::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 12px; height: 2px; background: var(--copper); border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.34s var(--ease), opacity 0.24s var(--ease);
}
.faq summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary span::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
.ans { padding: 0 0 22px; font-size: 0.94rem; max-width: 70ch; }

/* ── Band ────────────────────────────────────── */
.band { background: var(--graphite); color: rgba(255,255,255,0.74); position: relative; overflow: hidden; }
.band::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 130% at 12% 100%, rgba(181,101,29,0.24), transparent 62%);
}
.band-in {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 40px; align-items: center;
  padding: clamp(52px, 6vw, 82px) 24px;
}
.band h2 { color: #fff; }
.band-sub { margin-top: 15px; max-width: 52ch; }
.band-act { display: flex; flex-wrap: wrap; gap: 13px; justify-content: flex-end; }

/* ── Contact ─────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
/* Grid and flex children default to min-width:auto, so they refuse to shrink
   below their content's minimum and burst out of the track on narrow phones. */
.contact-grid > *, .split > *, .cards > *, .gal > * { min-width: 0; }
.contact-list { display: flex; flex-direction: column; gap: 3px; }
.contact-list li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list svg { width: 19px; height: 19px; flex: none; margin-top: 4px; color: var(--copper); }
.contact-list div { display: flex; flex-direction: column; }
.contact-list span:first-child {
  font-family: var(--d); font-size: 0.655rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--stone-2); margin-bottom: 2px;
}
.contact-list a, .contact-list .plain { font-size: 0.98rem; color: var(--ink); font-weight: 500; }
.contact-list a:hover { color: var(--copper); }
.contact-note {
  margin-top: 26px; padding: 18px 20px; border-radius: var(--r);
  background: var(--copper-p); border: 1px solid rgba(181,101,29,0.22);
}
.contact-note p { font-size: 0.9rem; color: #6B3E11; }
.contact-note strong { color: #52300C; }

.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 3vw, 36px); box-shadow: var(--sh-2); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.f { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.f label { font-family: var(--d); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink); }
.f .opt { text-transform: none; letter-spacing: 0; color: var(--stone-2); font-weight: 500; }
.f input, .f select, .f textarea {
  padding: 12px 14px; border: 1.5px solid var(--line-2); border-radius: 10px;
  background: var(--pearl); font-size: 0.94rem; outline: none;
  transition: border-color 0.24s var(--ease), background-color 0.24s var(--ease);
}
.f textarea { min-height: 108px; resize: vertical; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--copper); background: var(--white); }
.f-err { font-size: 0.85rem; color: #A33212; margin-bottom: 14px; }
.f-err[hidden] { display: none; }
.f-note { margin-top: 13px; font-size: 0.78rem; color: var(--stone-2); text-align: center; }

/* ── Footer ──────────────────────────────────── */
.foot { background: var(--ink); color: rgba(255,255,255,0.62); padding: clamp(50px, 6vw, 76px) 0 0; }
.foot-in { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; }
.foot h3 { color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 17px; }
.foot ul { display: flex; flex-direction: column; gap: 11px; }
.foot a { font-size: 0.9rem; transition: color 0.22s var(--ease); }
.foot a:hover { color: var(--copper-l); }
.foot .brand-mark { margin-bottom: 15px; }
.foot-name { font-family: var(--d); font-size: 1.06rem; font-weight: 800; color: #fff; letter-spacing: -0.025em; margin-bottom: 9px; }
.foot-blurb { font-size: 0.88rem; max-width: 38ch; }
.foot-contact li { display: flex; gap: 11px; align-items: flex-start; }
.foot-contact svg { width: 16px; height: 16px; flex: none; margin-top: 4px; color: var(--copper-l); }
.foot-contact span { font-size: 0.9rem; }
.foot-base {
  display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: space-between;
  padding: 22px 24px; border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 0.79rem; color: rgba(255,255,255,0.42);
}

/* ── Floating WhatsApp ───────────────────────── */
.fab {
  position: fixed; right: 20px; bottom: 20px; z-index: 150;
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--wa); color: #fff;
  box-shadow: 0 4px 12px rgba(20,110,60,0.30), 0 14px 30px rgba(20,110,60,0.26);
  transition: transform 0.34s var(--ease), box-shadow 0.34s var(--ease);
}
.fab svg { width: 27px; height: 27px; }
.fab:hover { transform: scale(1.07) translateY(-2px); box-shadow: 0 6px 16px rgba(20,110,60,0.34), 0 20px 40px rgba(20,110,60,0.30); }

/* ── Reveal ──────────────────────────────────────
   Gated on .js-on (set by an inline script in the
   head) so content is never hidden behind an
   animation that may never run. No JS, no observer
   support, script blocked — the page still reads. */
.js-on .rise { opacity: 0; transform: translateY(22px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.js-on .rise.in { opacity: 1; transform: none; }
.js-on .rise.d1 { transition-delay: 0.09s; }
.js-on .rise.d2 { transition-delay: 0.18s; }
.js-on .rise.d3 { transition-delay: 0.27s; }

/* ── Responsive ──────────────────────────────── */
@media (max-width: 1150px) {
  .cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1000px) {
  .links, .bar-cta .tel { display: none; }
  .burger { display: flex; }
  .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .band-in { grid-template-columns: 1fr; }
  .band-act { justify-content: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr 1fr; }
  .gal figure, .gal figure.w4, .gal figure.w6, .gal figure.w8 { grid-column: span 6; }
}
@media (max-width: 720px) {
  .cards { grid-template-columns: 1fr; }
  .strip-in { grid-template-columns: 1fr 1fr; gap: 26px 22px; }
  .scope { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; gap: 32px; }
  .hero-act .btn, .band-act .btn { flex: 1 1 auto; }
}
@media (max-width: 560px) {
  .bar-cta .btn span { display: none; }
  .bar-cta .btn { padding: 12px 14px; }
  .f-row { grid-template-columns: 1fr; }
  .gal figure, .gal figure.w4, .gal figure.w6, .gal figure.w8 { grid-column: span 12; }
  .chips { gap: 9px 16px; }
  .fab { width: 50px; height: 50px; right: 16px; bottom: 16px; }
}

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