@font-face {
  font-family: "Mirror Sans";
  src: url("../order/assets/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Mirror Sans";
  src: url("../order/assets/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --paper: #f2efe7;
  --white: #fffefa;
  --silver: #d5d7d8;
  --ink: #101112;
  --muted: #686b6e;
  --blue: #2450ff;
  --acid: #d9ff43;
  --shadow: 0 16px 42px rgba(16, 17, 18, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: #cacccd; color: var(--ink); font-family: "Mirror Sans", Arial, sans-serif;
  font-size: 16px; line-height: 1.5; overflow-x: hidden;
}
img { display: block; width: 100%; height: auto; }
button, input { font: inherit; }
a { color: inherit; }
.site-shell { width: min(100%, 480px); min-height: 100vh; margin: 0 auto; background: var(--paper); overflow: hidden; }
.topline {
  display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 16px;
  background: var(--acid); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase;
}
.topline__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.section { position: relative; padding: 72px 20px; }
.hero { min-height: 100svh; padding: 30px 18px 16px; background: var(--ink); color: var(--white); isolation: isolate; }
.hero::before {
  content: ""; position: absolute; z-index: -1; top: 0; right: -72px; width: 230px; height: 230px;
  opacity: .24; transform: rotate(45deg);
  background: repeating-linear-gradient(90deg, transparent 0 52px, rgba(255,255,255,.75) 53px 55px), repeating-linear-gradient(0deg, transparent 0 52px, rgba(255,255,255,.75) 53px 55px);
}
.eyebrow, .section-heading > span, .order-card__head > span {
  display: inline-block; padding: 0 0 7px; border-bottom: 2px solid currentColor; color: var(--blue);
  font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.hero .eyebrow { color: var(--acid); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 390px; margin: 18px 0; font-size: clamp(48px, 14vw, 66px); font-weight: 900; line-height: .86; letter-spacing: -.075em; text-transform: uppercase; }
h1 em { display: block; margin-top: 10px; color: var(--silver); font-style: normal; }
h2 { margin: 16px 0 14px; font-size: 37px; font-weight: 900; line-height: .95; letter-spacing: -.055em; }
h3 { margin-bottom: 6px; font-size: 17px; line-height: 1.18; }
p { color: var(--muted); }
.hero__visual { position: relative; margin: 28px -18px 0; overflow: hidden; border-top: 1px solid #444; border-bottom: 1px solid #444; }
.hero__visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.hero__visual img { aspect-ratio: 4 / 4.35; object-fit: cover; filter: saturate(.74) contrast(1.05); }
.hero__measure { position: absolute; z-index: 2; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero__measure::before, .hero__measure::after { content: ""; position: absolute; background: #fff; }
.hero__measure--x { left: 54px; top: 18px; width: 118px; padding-top: 9px; text-align: center; }
.hero__measure--x::before { top: 0; left: 0; width: 100%; height: 1px; }
.hero__measure--x::after { top: -3px; left: 0; width: 1px; height: 7px; box-shadow: 117px 0 0 #fff; }
.hero__measure--y { left: 17px; top: 34px; height: 118px; padding-left: 10px; writing-mode: vertical-rl; text-align: center; }
.hero__measure--y::before { top: 0; left: 0; width: 1px; height: 100%; }
.hero__measure--y::after { top: 0; left: -3px; width: 7px; height: 1px; box-shadow: 0 117px 0 #fff; }
.hero__badge { position: absolute; right: 0; bottom: 0; min-width: 105px; padding: 15px 12px; background: var(--blue); color: #fff; font-size: 21px; font-weight: 900; line-height: 1; text-align: center; }
.hero__badge small { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.offer-card { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 6px; align-items: center; margin: 0; padding: 0; background: var(--ink); box-shadow: none; }
.offer-card > div { display: flex; flex-direction: column; align-items: flex-start; margin: 0; }
.offer-card__price { position: relative; display: grid !important; grid-template-columns: 1fr 1.15fr; align-items: end !important; gap: 25px; width: 100%; min-height: 82px; padding: 23px 12px 7px !important; background: var(--acid); color: var(--ink); }
.offer-card__caption { position: absolute; left: 12px; top: 7px; color: #30350b; font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.offer-card__old { position: relative; display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 1px; margin: 0 !important; }
.offer-card__old::after { content: "→"; position: absolute; right: -23px; bottom: 0; color: var(--blue); font-size: 24px; font-weight: 900; line-height: 1; }
.offer-card__old span { color: #505816; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.offer-card__old s { color: #505816; font-size: 17px; font-weight: 800; line-height: 1; text-decoration-color: var(--blue); text-decoration-thickness: 3px; }
.offer-card__current { display: flex !important; flex-direction: column !important; align-items: flex-end !important; margin: 0 !important; }
.offer-card__current > span { color: var(--blue); font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.offer-card strong { color: var(--ink); font-size: 37px; line-height: .84; letter-spacing: -.055em; }
.offer-card strong small { font-size: 13px; }
.offer-card__price mark { position: absolute; right: 0; top: 0; padding: 4px 6px; background: var(--blue); color: #fff; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.offer-card .button { min-height: 46px; padding: 10px 14px; font-size: 12px; }
.offer-card p { margin: 0; color: #7f8285; font-size: 8px; line-height: 1.2; text-align: center; }
.button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 56px; padding: 14px 16px; border: 0; border-radius: 4px; background: var(--blue); box-shadow: none; color: #fff; font-size: 13px; font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease-in-out, opacity .2s ease-in-out; }
.button:active { transform: scale(.975); }
.section--soft { background: var(--silver); }
.section-heading { position: relative; margin-bottom: 34px; }
.section-heading p { max-width: 360px; margin-bottom: 0; }
.benefits { border-top: 1px solid var(--ink); }
.benefit { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--ink); background: transparent; box-shadow: none; }
.benefit p { max-width: 310px; margin: 0; color: #4e5154; font-size: 13px; }
.benefit__icon { display: block; width: auto; height: auto; color: var(--blue); font-size: 12px; font-weight: 900; }
.gallery-section { background: var(--white); }
.gallery-section::after { content: "LOOK / MOVE / REFLECT"; display: block; margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.gallery { display: grid; grid-template-columns: 1.28fr .72fr; gap: 8px; align-items: end; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 0; background: var(--silver); }
.gallery figure:not(.gallery__wide) img { aspect-ratio: .76; object-fit: cover; }
.gallery figure:nth-child(3) { margin-bottom: 48px; }
.gallery__wide { grid-column: 1 / -1; }
.gallery__wide img { aspect-ratio: 5 / 4; object-fit: cover; }
.section--ink { background: var(--blue); color: #fff; }
.section--ink::before { content: "+"; position: absolute; top: 18px; right: 20px; color: var(--acid); font-size: 76px; font-weight: 300; line-height: 1; }
.section-heading--light > span { color: var(--acid); }
.section-heading--light h2 { max-width: 340px; color: #fff; }
.install-visual { margin: 0 0 30px; border: 1px solid rgba(255,255,255,.7); background: #fff; overflow: hidden; box-shadow: 8px 8px 0 var(--acid); }
.install-visual img { aspect-ratio: 1; object-fit: cover; }
.install-visual figcaption { padding: 11px 12px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.65); }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.65); }
.steps b { display: block; width: auto; height: auto; color: var(--acid); font-size: 12px; }
.steps h3 { color: #fff; }
.steps p { max-width: 290px; margin: 0; color: #d9dfff; font-size: 13px; }
.use-cases__image { border-radius: 0; box-shadow: var(--shadow); filter: saturate(.78); }
.chips { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 20px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.chips span { padding: 11px 10px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.chips span:last-child { grid-column: 1 / -1; }
.specs-section { background: var(--ink); color: #fff; }
.specs-section .section-heading > span { color: var(--acid); }
.specs-visual { position: relative; margin: 0 0 26px; overflow: hidden; }
.specs-visual img { aspect-ratio: 1 / .82; object-fit: cover; filter: saturate(.7) contrast(1.06); }
.specs-visual figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 13px 14px; background: rgba(16,17,18,.88); }
.specs-visual figcaption span { color: var(--acid); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.specs-visual figcaption b { max-width: 175px; color: #fff; font-size: 10px; line-height: 1.2; text-align: right; text-transform: uppercase; }
.specs { margin: 0; border-top: 1px solid #555; border-radius: 0; background: transparent; overflow: hidden; }
.specs div { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid #555; }
.specs dt { color: #8f9295; font-size: 12px; text-transform: uppercase; }
.specs dd { margin: 0; color: #fff; font-size: 13px; font-weight: 900; text-align: right; }
.important { margin-top: 18px; padding: 18px; background: var(--acid); color: var(--ink); }
.important strong { display: block; margin-bottom: 6px; text-transform: uppercase; }
.important p { margin: 0; color: #3c420f; font-size: 12px; }
.faq-section { background: var(--acid); }
.faq-section .section-heading > span { color: var(--blue); }
.faq-section .section-heading h2 { max-width: 365px; }
.faq { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { display: grid; grid-template-columns: 1fr 28px; gap: 12px; align-items: center; padding: 18px 0; font-size: 14px; font-weight: 900; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { font-size: 25px; font-style: normal; font-weight: 400; line-height: 1; text-align: center; transition: transform .2s ease-in-out; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details p { max-width: 335px; margin: -2px 36px 18px 0; color: #38400e; font-size: 12px; line-height: 1.55; }
.order-section { padding-bottom: 104px; background: var(--paper); }
.order-section::before { content: "12"; position: absolute; top: 20px; right: -8px; color: rgba(36,80,255,.08); font-size: 170px; font-weight: 900; line-height: 1; }
.order-visual { position: relative; z-index: 1; margin: 0; background: var(--ink); overflow: hidden; }
.order-visual img { aspect-ratio: 1 / .92; object-fit: cover; filter: saturate(.74) contrast(1.05); }
.order-visual figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 16px 20px; background: rgba(16,17,18,.9); color: #fff; }
.order-visual figcaption span { color: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.order-visual figcaption b { max-width: 175px; font-size: 18px; line-height: 1; text-align: right; text-transform: uppercase; }
.order-card { position: relative; border: 1px solid var(--ink); background: var(--white); box-shadow: 10px 10px 0 var(--blue); overflow: hidden; }
.order-card__head { padding: 24px 20px 10px; }
.order-card__head > span { color: var(--blue); }
.order-card__head p { margin-bottom: 0; font-size: 13px; }
.order-form { padding: 16px 20px 24px; }
.bundles { display: grid; gap: 8px; margin: 0 0 22px; padding: 0; border: 0; }
.bundle { position: relative; display: grid; grid-template-columns: 20px 1fr auto; gap: 10px; align-items: center; min-height: 72px; padding: 13px; border: 1px solid var(--ink); background: var(--white); cursor: pointer; transition: transform .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out; }
.bundle:has(input:checked) { background: var(--ink); color: #fff; }
.bundle input { width: 17px; height: 17px; margin: 0; accent-color: var(--acid); }
.bundle__count { display: flex; flex-direction: column; }
.bundle__count b { font-size: 18px; }
.bundle__count small { color: var(--muted); font-size: 10px; }
.bundle:has(input:checked) .bundle__count small { color: #aeb0b3; }
.bundle__price { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; }
.bundle__price s { color: #8e9194; font-size: 10px; line-height: 1.1; text-decoration-color: var(--blue); text-decoration-thickness: 2px; }
.bundle__price strong { font-size: 15px; line-height: 1.25; }
.bundle:has(input:checked) .bundle__price s { color: #aeb0b3; text-decoration-color: var(--acid); }
.bundle--popular { margin-top: 9px; }
.bundle__tag { position: absolute; z-index: 1; top: -10px; right: -1px; padding: 3px 7px; background: var(--acid); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.selected-offer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; align-items: stretch; margin: 2px 0 20px; border: 1px solid var(--ink); background: var(--acid); }
.selected-offer__set { display: flex; flex-direction: column; justify-content: center; padding: 13px 0 13px 13px; }
.selected-offer__set span { font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.selected-offer__set b { margin-top: 3px; font-size: 15px; line-height: 1.1; }
.selected-offer__price { display: flex; flex-direction: column; align-items: flex-end; padding: 11px 13px; background: var(--ink); color: #fff; }
.selected-offer__price s { color: #929598; font-size: 10px; line-height: 1.1; text-decoration-color: var(--acid); text-decoration-thickness: 2px; }
.selected-offer__price strong { font-size: 25px; line-height: 1.05; letter-spacing: -.04em; }
.selected-offer__price mark { margin-top: 4px; padding: 2px 5px; background: var(--acid); color: var(--ink); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.field-label { display: block; margin-top: 15px; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.field-label input { width: 100%; height: 54px; margin-top: 7px; padding: 0 14px; border: 1px solid var(--ink); background: transparent; outline: none; transition: transform .2s ease-in-out, opacity .2s ease-in-out; }
.field-label input:focus { outline: 3px solid var(--acid); outline-offset: -4px; }
.button--full { margin-top: 18px; background: var(--blue); }
.button--full span { margin: 0 4px; }
.form-note { margin: 10px 0 0; font-size: 10px; line-height: 1.45; text-align: center; }
.delivery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 34px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.delivery > div { display: block; min-height: 130px; padding: 12px 9px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.delivery span { display: block; margin-bottom: 26px; color: var(--blue); font-size: 10px; font-weight: 900; }
.delivery p { margin: 0; font-size: 10px; line-height: 1.35; }
.delivery b { color: var(--ink); font-size: 11px; }
.footer { padding: 34px 20px 98px; background: var(--ink); color: #fff; text-align: left; }
.footer::before { content: "REFLECT / HOME"; display: block; margin-bottom: 24px; color: var(--acid); font-size: 28px; font-weight: 900; letter-spacing: -.05em; }
.footer p { margin: 4px 0; color: #8f9295; font-size: 10px; }
.footer__links { display: grid; gap: 9px; margin: 20px 0; padding: 18px 0; border-top: 1px solid #3c3e40; border-bottom: 1px solid #3c3e40; }
.footer__links a { width: fit-content; color: #fff; font-size: 12px; font-weight: 700; text-underline-offset: 4px; transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
.footer__links a:active { opacity: .7; transform: translateX(3px); }
.legal-shell { width: min(100%, 680px); min-height: 100vh; margin: 0 auto; background: var(--paper); }
.legal-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: var(--acid); color: var(--ink); }
.legal-top b { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.legal-top a { font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.legal-content { padding: 48px 20px 72px; }
.legal-content h1 { margin-bottom: 30px; color: var(--ink); font-size: clamp(38px, 11vw, 62px); }
.legal-content h2 { margin-top: 34px; font-size: 23px; line-height: 1.05; }
.legal-content p, .legal-content li { color: #4f5254; font-size: 14px; line-height: 1.65; }
.legal-content ul, .legal-content ol { padding-left: 20px; }
.legal-content li + li { margin-top: 8px; }
.legal-note { margin-top: 30px; padding: 16px; border-left: 5px solid var(--blue); background: var(--white); }
.legal-note p { margin: 0; }
.legal-source { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.sticky-cta { position: fixed; z-index: 20; left: 50%; bottom: max(10px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 24px), 456px); min-height: 60px; padding: 10px 15px; border: 1px solid var(--ink); background: var(--acid); box-shadow: 7px 7px 0 var(--blue); color: var(--ink); text-decoration: none; transform: translateX(-50%); transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
.sticky-cta.is-hidden { opacity: 0; pointer-events: none; transform: translate(-50%, 12px); }
.sticky-cta span { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.sticky-cta b { color: var(--ink); font-size: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .62s ease, transform .62s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .bundle, .sticky-cta { transition: none; }
}
@media (min-width: 481px) { .site-shell { box-shadow: 0 0 70px rgba(0,0,0,.22); } }
