:root {
  --ink: #111410;
  --night: #020807;
  --green: #06251c;
  --green-2: #0a3024;
  --gold: #d8a35a;
  --gold-light: #efc17a;
  --cream: #f4eee4;
  --muted: #c8c7bf;
  --line: rgba(216, 163, 90, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: #f7f5ef;
  background: var(--night);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page-width { width: min(calc(100% - 80px), 1356px); margin-inline: auto; }

.site-header {
  height: 92px;
  border-bottom: 1px solid rgba(216, 163, 90, 0.24);
  background: linear-gradient(90deg, #071b16 0%, #03130f 72%, #071b16 100%);
  position: relative;
  z-index: 10;
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-mark {
  width: 53px; height: 53px; display: grid; place-items: center;
  color: var(--gold); font: 42px/1 Georgia, serif; border: 1px solid transparent;
  text-shadow: 0 0 14px rgba(216, 163, 90, 0.18);
}
.brand strong { display: block; font: 31px/0.95 Georgia, serif; letter-spacing: 1.6px; font-weight: 400; }
.brand small { display: block; margin-top: 8px; color: var(--gold); font-size: 10px; letter-spacing: 1.6px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.25vw, 35px); flex: 1; white-space: nowrap; }
.main-nav a { font-size: 13px; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.header-phone { min-width: max-content; text-align: right; }
.header-phone a { display: block; font-size: 17px; font-weight: 600; }
.header-phone small { display: block; margin-top: 5px; font-size: 9px; }
.outline-button, .gold-button, .green-button {
  display: inline-flex; min-height: 49px; align-items: center; justify-content: center;
  padding: 0 35px; border-radius: 3px; transition: transform .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease;
}
.outline-button { color: var(--gold-light); border: 1px solid var(--gold); font-weight: 600; }
.outline-button:hover, .gold-button:hover, .green-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, .24); }
.header-order { min-width: 170px; }
.menu-toggle { display: none; }

.hero {
  height: 480px;
  background-color: #010505;
  background-image: linear-gradient(90deg, #010405 2%, rgba(1,5,5,.97) 26%, rgba(1,5,5,.25) 55%, rgba(1,5,5,.02) 100%), url('./assets/hero.jpg');
  background-repeat: no-repeat;
  background-size: auto, min(100%, 1448px) auto;
  background-position: center, calc(50% + 220px) 47%;
}
.hero-inner { height: 100%; display: flex; align-items: center; }
.hero-copy { margin-left: 88px; margin-top: -3px; }
.hero h1 { margin: 0; font: 400 72px/.96 Georgia, serif; letter-spacing: 1px; }
.hero h1 span { display: block; margin-top: 14px; color: var(--gold-light); font-size: 46px; line-height: 1.08; letter-spacing: .5px; }
.hero-copy > p { margin: 24px 0 0; font-size: 17px; line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 42px; margin-top: 38px; }
.gold-button { min-width: 214px; color: #fff; background: linear-gradient(100deg, #daa45b, #e8b86d); border: 0; font-weight: 600; }
.video-button { display: flex; align-items: center; gap: 16px; color: #fff; background: none; border: 0; padding: 0; text-align: left; cursor: pointer; line-height: 1.45; }
.play { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); padding-left: 3px; }

.content { display: grid; gap: 8px; margin-top: 0; padding-bottom: 8px; }
.dark-panel, .light-panel { border-radius: 7px; overflow: hidden; }
.dark-panel { background: linear-gradient(115deg, #09251d 0%, #051a15 58%, #08231b 100%); border: 1px solid rgba(157, 132, 91, .32); }
.light-panel { color: #1c1c18; background: radial-gradient(circle at 82% 30%, #fff 0%, #f5efe6 55%, #efe7dc 100%); }
.js .reveal {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 42px, 0) scale(.985);
  transition: opacity .85s cubic-bezier(.2, .72, .16, 1), transform .85s cubic-bezier(.2, .72, .16, 1), filter .85s cubic-bezier(.2, .72, .16, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.js .reveal-left { transform: translate3d(-46px, 0, 0) scale(.985); }
.js .reveal-right { transform: translate3d(46px, 0, 0) scale(.985); }
.js .reveal.revealed { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
.section-heading { display: flex; align-items: center; justify-content: space-between; }
.section-heading h2, .dark-panel h2, .light-panel h2 { margin: 0; font: 400 24px/1.1 Georgia, serif; letter-spacing: .7px; }
.section-heading a { font-size: 12px; }
.section-heading a span { padding-left: 10px; color: var(--gold); font-size: 21px; vertical-align: -1px; }

.catalog { min-height: 367px; padding: 27px 38px 23px; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; margin-top: 20px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(220, 191, 140, .35); border-radius: 6px; background: rgba(2, 12, 10, .3); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(239, 193, 122, .68); box-shadow: 0 18px 36px rgba(0, 0, 0, .24); }
.js .product-card.revealed:hover { transform: translateY(-4px); }
.product-card > img { width: 100%; height: 195px; object-fit: cover; object-position: center 30%; transition: transform .7s ease; }
.product-card:hover > img { transform: scale(1.045); }
.product-info { padding: 14px 12px 10px; border-top: 1px solid var(--line); }
.product-info h3 { overflow: hidden; margin: 0 0 10px; color: var(--gold-light); font-size: 13px; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; }
.product-info > div { display: flex; align-items: center; justify-content: space-between; }
.product-info strong { font-size: 18px; font-weight: 400; }
.product-info button { width: 42px; height: 42px; padding: 0; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; background: none; cursor: pointer; }

.finder { min-height: 241px; display: grid; grid-template-columns: 420px 1fr; align-items: center; gap: 40px; padding: 32px 42px; }
.finder-copy h2 span, .delivery h2 span { display: block; margin-top: 7px; font-size: .77em; }
.finder-copy > p { max-width: 360px; margin: 18px 0 19px; color: #625f58; font-size: 12px; line-height: 1.55; }
.finder-tabs { display: flex; gap: 14px; }
.finder-tabs button { width: 158px; height: 47px; color: #222; border: 1px solid var(--gold); border-radius: 3px; background: transparent; cursor: pointer; transition: color .24s ease, background .24s ease, border-color .24s ease, transform .24s ease; }
.finder-tabs button:hover { transform: translateY(-1px); }
.finder-tabs button.active { color: #fff; background: #093226; border-color: #093226; }
.finder-panels { min-width: 0; }
.finder-panel { animation: finderPanelIn .38s ease both; }
.finder-panel[hidden] { display: none; }
.occasion-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.occasion-grid button { height: 158px; padding: 13px 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; color: #24241f; border: 1px solid rgba(175, 138, 85, .38); background: transparent; border-radius: 5px; cursor: pointer; transition: transform .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease; }
.occasion-grid button:hover, .occasion-grid button[data-active="true"] { background: #fffaf2; border-color: rgba(175, 138, 85, .72); box-shadow: 0 12px 26px rgba(102, 82, 53, .12); transform: translateY(-3px); }
.occasion-grid button span { color: #be8b47; font: 38px/1 Georgia, serif; }
.budget-panel { display: grid; grid-template-columns: minmax(0, 1fr) 286px; gap: 13px; align-items: stretch; }
.budget-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.budget-grid button {
  min-height: 73px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 3px 10px;
  color: #24241f;
  text-align: left;
  border: 1px solid rgba(175, 138, 85, .38);
  border-radius: 5px;
  background: rgba(255, 255, 255, .26);
  cursor: pointer;
  transition: transform .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.budget-grid button span { grid-row: 1 / span 2; align-self: center; color: #be8b47; font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; }
.budget-grid button strong { font: 400 20px/1 Georgia, serif; }
.budget-grid button small { color: #686058; font-size: 10px; }
.budget-grid button:hover, .budget-grid button.active {
  color: #fff;
  background: #093226;
  border-color: #093226;
  box-shadow: 0 14px 28px rgba(9, 50, 38, .2);
  transform: translateY(-3px);
}
.budget-grid button:hover span, .budget-grid button.active span,
.budget-grid button:hover small, .budget-grid button.active small { color: var(--gold-light); }
.budget-result {
  min-height: 158px;
  display: grid;
  grid-template-columns: 104px 1fr;
  overflow: hidden;
  border: 1px solid rgba(175, 138, 85, .38);
  border-radius: 5px;
  background: #fffaf2;
  box-shadow: 0 18px 38px rgba(102, 82, 53, .1);
}
.budget-result img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.budget-result div { min-width: 0; padding: 13px 14px 12px; }
.budget-result p { margin: 0 0 5px; color: #a17438; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.budget-result h3 { margin: 0 0 5px; color: #163c2f; font: 400 20px/1.05 Georgia, serif; }
.budget-result span { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; }
.budget-result small { display: -webkit-box; overflow: hidden; color: #625f58; font-size: 10px; line-height: 1.35; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.budget-result a { display: inline-flex; margin-top: 8px; color: #0a3327; font-size: 11px; font-weight: 700; }
.budget-result a:hover { color: #a17438; }

@keyframes finderPanelIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.delivery { min-height: 110px; display: grid; grid-template-columns: 330px 1fr; align-items: center; padding: 20px 42px; }
.delivery-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.delivery-features > div { display: flex; align-items: center; gap: 14px; }
.delivery-features b { color: var(--gold-light); font: 39px/1 Georgia, serif; font-weight: 400; }
.delivery-features p { margin: 0; font-size: 12px; line-height: 1.45; }
.delivery-features strong { display: block; color: var(--gold-light); font-weight: 600; }
.delivery-features span { display: block; }

.subscription { min-height: 356px; position: relative; }
.subscription > img { position: absolute; inset: 0 0 0 43%; width: 57%; height: 100%; object-fit: cover; object-position: center; }
.subscription::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #08261d 0%, #08261d 36%, rgba(8,38,29,.8) 49%, rgba(8,38,29,0) 72%); }
.subscription-copy { position: relative; z-index: 1; padding: 31px 43px; }
.eyebrow { margin: 0 0 13px; color: #4d4a43; font-size: 13px; letter-spacing: 2px; }
.subscription .eyebrow { color: var(--gold-light); }
.subscription h2 { font-size: 41px; line-height: 1.05; }
.subscription-copy > p:not(.eyebrow) { margin: 18px 0 20px; font-size: 12px; line-height: 1.55; }
.subscription-points { display: flex; gap: 33px; margin-bottom: 20px; }
.subscription-points span { display: grid; grid-template-columns: 32px auto; align-items: start; min-width: 165px; font-size: 11px; line-height: 1.4; }
.subscription-points b { grid-row: 1 / span 3; color: var(--gold); font-size: 24px; font-weight: 400; }
.subscription .gold-button { min-width: 248px; min-height: 46px; }

.wedding { min-height: 280px; display: grid; grid-template-columns: 410px 1fr; gap: 23px; padding: 19px 26px 18px 42px; }
.wedding-copy { align-self: center; }
.wedding-copy .eyebrow { margin-bottom: 12px; }
.wedding-copy h2 { font-size: 36px; line-height: 1.02; }
.wedding-copy > p:not(.eyebrow) { max-width: 390px; margin: 15px 0 17px; color: #5e5b54; font-size: 11px; line-height: 1.55; }
.green-button { min-height: 44px; padding-inline: 42px; color: #fff; background: #082f23; border: 0; cursor: pointer; }
.wedding-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.wedding-gallery img { width: 100%; height: 242px; object-fit: cover; border-radius: 3px; }
.wedding-gallery img:nth-child(1) { object-position: 52% 45%; }
.wedding-gallery img:nth-child(2) { object-position: 50% 44%; }
.wedding-gallery img:nth-child(3) { object-position: 50% 50%; }
.wedding-gallery img:nth-child(4) { object-position: 48% 20%; transform: scaleX(-1); }

.gallery { min-height: 200px; padding: 20px 23px 14px; }
.gallery .section-heading { padding-inline: 18px; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 15px; }
.gallery-grid img { width: 100%; height: 126px; object-fit: cover; border: 1px solid rgba(216,163,90,.35); border-radius: 3px; }

.quick-order { min-height: 215px; display: grid; grid-template-columns: 480px 1fr; padding: 17px 42px; gap: 20px; }
.order-copy h2 { font-size: 30px; line-height: 1.02; }
.order-copy .eyebrow { margin-bottom: 9px; }
.order-benefits { display: flex; gap: 35px; margin-top: 23px; color: #b17e3e; font-size: 27px; }
.order-benefits span { display: flex; align-items: center; gap: 10px; }
.order-benefits small { color: #222; font-size: 10px; line-height: 1.45; }
.order-form { align-self: center; }
.form-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.order-form label > span:not(.consent span) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.order-form input:not([type=checkbox]), .order-form select, .order-form textarea { width: 100%; color: #222; border: 1px solid #bcb9b2; border-radius: 3px; background: rgba(255,255,255,.9); outline: none; }
.order-form input:not([type=checkbox]), .order-form select { height: 48px; padding: 0 14px; }
.order-form textarea { height: 70px; margin-top: 10px; padding: 13px 14px; resize: none; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(216,163,90,.13); }
.form-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.consent { position: relative; display: flex; align-items: center; gap: 9px; color: #6b6256; font-size: 10px; }
.consent input { accent-color: var(--gold); }
.form-footer .green-button { min-width: 216px; min-height: 45px; }

.site-footer { background: radial-gradient(circle at 70% 20%, #0c2a21 0%, #061b16 54%, #04130f 100%); }
.footer-inner { min-height: 163px; display: grid; grid-template-columns: 265px 145px 170px 145px 250px 1fr; gap: 28px; position: relative; padding: 24px 30px 13px; }
.footer-brand .brand-mark { width: 48px; height: 48px; font-size: 38px; }
.footer-brand .brand strong { font-size: 27px; }
.footer-brand .brand small { font-size: 8px; }
.footer-brand p { margin: 13px 0 9px 4px; color: #d5d3cc; font-size: 9px; line-height: 1.45; }
.socials { display: flex; gap: 9px; margin-left: 4px; }
.socials a { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #d5d3cc; border-radius: 50%; font-size: 9px; }
.footer-col { padding-top: 5px; display: flex; flex-direction: column; gap: 8px; font-size: 10px; }
.footer-col h3 { margin: 0 0 6px; color: var(--gold-light); font-size: 12px; }
.footer-col a:hover { color: var(--gold-light); }
.footer-flower { position: absolute; right: -6px; bottom: -3px; color: rgba(216,163,90,.72); font: 165px/1 Georgia, serif; transform: rotate(-17deg); pointer-events: none; }
.footer-bottom { height: 45px; display: flex; align-items: center; justify-content: space-between; padding-inline: 30px; color: #92978f; border-top: 1px solid rgba(216,163,90,.25); font-size: 9px; }

.toast { position: fixed; left: 50%; bottom: 25px; z-index: 50; max-width: calc(100% - 32px); padding: 13px 20px; color: #fff; background: #103529; border: 1px solid var(--gold); border-radius: 4px; transform: translate(-50%, 130%); opacity: 0; transition: .3s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1180px) {
  .page-width { width: min(calc(100% - 40px), 1100px); }
  .header-inner { gap: 18px; }
  .main-nav { gap: 13px; }
  .header-order { min-width: 138px; padding-inline: 16px; }
  .header-phone { display: none; }
  .hero-copy { margin-left: 50px; }
  .product-grid { gap: 11px; }
  .finder { grid-template-columns: 340px 1fr; gap: 20px; padding-inline: 28px; }
  .occasion-grid { gap: 6px; }
  .budget-panel { grid-template-columns: minmax(0, 1fr) 250px; gap: 9px; }
  .budget-grid { gap: 8px; }
  .budget-grid button { padding-inline: 11px; }
  .budget-result { grid-template-columns: 88px 1fr; }
  .delivery { grid-template-columns: 250px 1fr; padding-inline: 28px; }
  .delivery-features { gap: 12px; }
  .delivery-features b { font-size: 29px; }
  .subscription-points { gap: 10px; }
  .subscription-points span { min-width: 145px; }
  .wedding { grid-template-columns: 340px 1fr; padding-left: 28px; }
  .quick-order { grid-template-columns: 400px 1fr; padding-inline: 28px; }
  .footer-inner { grid-template-columns: 230px repeat(4, 1fr); }
  .footer-flower { display: none; }
}

@media (max-width: 900px) {
  .page-width { width: min(calc(100% - 28px), 760px); }
  .site-header { height: 74px; }
  .brand-mark { width: 40px; height: 40px; font-size: 33px; }
  .brand strong { font-size: 24px; }
  .brand small { margin-top: 5px; font-size: 8px; }
  .menu-toggle { margin-left: auto; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; color: #fff; border: 1px solid var(--line); background: none; }
  .menu-toggle span { width: 20px; height: 1px; display: block; background: currentColor; transition: .2s ease; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; flex-direction: column; background: #061b16; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .header-order { min-width: auto; min-height: 42px; }
  .hero { height: 530px; background-size: auto, cover; background-position: center, 59% center; }
  .hero::before { content: ''; position: absolute; inset: 74px 0 auto; height: 530px; background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.2)); }
  .hero-inner { position: relative; }
  .hero-copy { margin: 0 0 0 24px; }
  .hero h1 { font-size: 54px; }
  .hero h1 span { font-size: 35px; }
  .catalog { padding-inline: 22px; }
  .product-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .product-card { min-width: 240px; scroll-snap-align: start; }
  .finder { grid-template-columns: 1fr; gap: 22px; }
  .finder-copy > p { max-width: 520px; }
  .occasion-grid { grid-template-columns: repeat(3, 1fr); }
  .occasion-grid button { height: 120px; }
  .budget-panel { grid-template-columns: minmax(0, 1fr) 260px; }
  .delivery { grid-template-columns: 1fr; gap: 18px; }
  .delivery-features { grid-template-columns: repeat(2, 1fr); }
  .subscription > img { inset: 0; width: 100%; }
  .subscription::after { background: linear-gradient(90deg, rgba(6,30,23,.96), rgba(6,30,23,.65)); }
  .wedding { grid-template-columns: 1fr; }
  .wedding-copy > p:not(.eyebrow) { max-width: 600px; }
  .wedding-gallery img { height: 220px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid img { height: 150px; }
  .quick-order { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 2fr repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .page-width { width: calc(100% - 20px); }
  .header-order { display: none; }
  .hero { height: 520px; background-position: 64% center; }
  .hero::before { height: 520px; background: linear-gradient(90deg, rgba(0,0,0,.88) 10%, rgba(0,0,0,.45)); }
  .hero-copy { margin-left: 16px; }
  .hero h1 { font-size: 45px; }
  .hero h1 span { font-size: 30px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .hero .gold-button { min-width: 190px; }
  .play { width: 48px; height: 48px; }
  .content { gap: 7px; }
  .catalog, .finder, .delivery, .subscription-copy, .wedding, .quick-order { padding: 24px 18px; }
  .section-heading { align-items: flex-start; gap: 15px; }
  .section-heading h2, .dark-panel h2, .light-panel h2 { font-size: 21px; }
  .section-heading a { text-align: right; font-size: 10px; }
  .product-card { min-width: 216px; }
  .finder { grid-template-columns: minmax(0,1fr); }
  .finder-tabs button { width: 50%; }
  .occasion-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .occasion-grid button { height: 105px; gap: 12px; font-size: 11px; }
  .occasion-grid button span { font-size: 30px; }
  .budget-panel { grid-template-columns: 1fr; }
  .budget-grid { grid-template-columns: 1fr; }
  .budget-grid button { min-height: 68px; }
  .budget-result { min-height: 170px; grid-template-columns: 112px 1fr; }
  .delivery-features { grid-template-columns: 1fr; }
  .subscription { min-height: 510px; }
  .subscription h2 { font-size: 31px; }
  .subscription-points { flex-direction: column; gap: 13px; }
  .subscription-points span { min-width: 0; }
  .wedding-copy h2 { font-size: 30px; }
  .wedding-gallery { grid-template-columns: repeat(2, 1fr); }
  .wedding-gallery img { height: 190px; }
  .gallery { padding: 20px 12px 12px; }
  .gallery .section-heading { padding-inline: 5px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid img { height: 125px; }
  .order-copy h2 { font-size: 27px; }
  .order-benefits { flex-direction: column; gap: 10px; }
  .form-row { grid-template-columns: 1fr; gap: 8px; }
  .form-footer { align-items: flex-start; flex-direction: column; gap: 13px; }
  .form-footer .green-button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 24px 12px; gap: 26px 18px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col.contacts { grid-column: 1 / -1; }
  .footer-bottom { height: auto; gap: 14px; padding: 15px 12px; align-items: flex-start; flex-direction: column; }
}

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