:root {
  --ink: #2b2b2b;
  --ink-soft: #4a4a48;
  --paper: #f7f6f3;
  --white: #ffffff;
  --line: #d7d7d2;
  --platinum: #d1d1d1;
  --gold: #cfc3b1;
  --blue: #a8c0c8;
  --blue-pale: #e8eff1;
  --serif: "Lora", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 28px 80px rgba(32, 34, 34, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 132px 0; }
.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;
}
.skip-link {
  position: fixed; z-index: 9999; left: 12px; top: 12px; padding: 10px 16px;
  transform: translateY(-160%); background: var(--white); border: 1px solid var(--ink);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; z-index: 1000; top: 0; left: 0; right: 0;
  background: rgba(247, 246, 243, .9); border-bottom: 1px solid rgba(43, 43, 43, .08);
  backdrop-filter: blur(18px); transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { background: rgba(247, 246, 243, .96); box-shadow: 0 10px 30px rgba(30, 30, 30, .05); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: -.04em; font-size: 19px; line-height: 1; }
.brand img { width: 39px; height: 46px; object-fit: contain; }
.brand strong { font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px;
  background: var(--ink); transition: right .25s ease;
}
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; background: none; border: 0; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .25s ease; }

.hero { min-height: 100vh; padding: 168px 0 0; overflow: hidden; position: relative; }
.hero::before {
  content: ""; position: absolute; left: -16vw; bottom: 80px; width: 44vw; height: 44vw;
  border: 1px solid rgba(168, 192, 200, .32); border-radius: 50%; pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; min-height: 540px; }
.eyebrow { margin: 0 0 26px; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255, 255, 255, .72); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(54px, 6.5vw, 92px); font-weight: 500; line-height: .97; letter-spacing: -.06em; }
h1 em, h2 em { display: inline-block; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero-lead { max-width: 570px; margin-bottom: 36px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 32px;
  padding: 14px 22px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #111; }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--blue-pale); }
.text-link { padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

.hero-visual { position: relative; height: 560px; display: grid; place-items: center; }
.visual-card {
  position: relative; z-index: 2; width: min(100%, 610px); height: 510px; padding: 23px 28px;
  background: linear-gradient(150deg, rgba(255,255,255,.94), rgba(230,238,240,.72));
  border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); overflow: hidden;
}
.visual-card::after {
  content: ""; position: absolute; inset: 0; opacity: .11; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}
.card-topline, .card-bottomline { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .18em; font-size: 8px; font-weight: 700; }
.card-topline { padding-bottom: 16px; border-bottom: 1px solid rgba(43,43,43,.18); }
.instrument-art { position: absolute; z-index: 1; inset: 34px 8px 24px; width: calc(100% - 16px); height: calc(100% - 58px); }
.card-bottomline { position: absolute; left: 28px; right: 28px; bottom: 20px; }
.card-bottomline img { width: 24px; height: 29px; object-fit: contain; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(168,192,200,.72); }
.orbit-one { width: 520px; height: 520px; top: 10px; right: -140px; }
.orbit-two { width: 160px; height: 160px; bottom: -24px; left: -54px; border-color: rgba(207,195,177,.8); }

.proof-bar { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-bar > div { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 24px 30px; border-right: 1px solid var(--line); }
.proof-bar > div:first-child { padding-left: 0; }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar span { color: #92928e; font-family: var(--serif); font-size: 13px; }
.proof-bar p { margin: 0; color: #777772; font-size: 10px; line-height: 1.55; }
.proof-bar strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 11px; }

.intro { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; margin-bottom: 72px; }
.section-heading .eyebrow { margin-top: 12px; }
h2 { margin-bottom: 28px; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; letter-spacing: -.055em; font-weight: 500; }
.section-heading > div > p { max-width: 680px; color: #6a6a66; font-family: var(--serif); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.product-card { position: relative; min-width: 0; background: var(--white); }
.product-number { position: absolute; z-index: 2; top: 18px; left: 20px; color: #73736f; font-family: var(--serif); font-size: 11px; }
.product-image { height: 306px; display: grid; place-items: center; overflow: hidden; }
.product-image::before { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(43,43,43,.07); border-radius: 50%; }
.blue-wash { background: linear-gradient(145deg, #eef4f5, #d9e6e9); }
.gold-wash { background: linear-gradient(145deg, #f5f2ed, #e4dbce); }
.grey-wash { background: linear-gradient(145deg, #f2f2f1, #dededb); }
.product-image img { position: relative; z-index: 1; width: 72%; max-height: 79%; object-fit: contain; mix-blend-mode: multiply; }
.product-content { padding: 34px 30px 30px; }
.product-kicker { margin-bottom: 16px; color: #85857f; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.product-content h3 { margin-bottom: 20px; font-family: var(--serif); font-size: 26px; line-height: 1.22; font-weight: 500; letter-spacing: -.025em; }
.product-content > p:not(.product-kicker) { min-height: 116px; color: #72726e; font-size: 12px; line-height: 1.75; }
.product-select { width: 100%; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); background: none; display: flex; align-items: center; justify-content: space-between; text-align: left; text-transform: uppercase; letter-spacing: .06em; font-size: 9px; font-weight: 700; cursor: pointer; }
.product-select span { font-size: 15px; transition: transform .2s ease; }
.product-select:hover span { transform: translateX(4px); }

.standard { color: var(--white); background: var(--ink); }
.standard-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.standard-statement { position: sticky; top: 130px; }
.standard-statement h2 { max-width: 530px; }
.standard-statement p:last-child { max-width: 520px; color: rgba(255,255,255,.6); font-family: var(--serif); }
.standard-list { border-top: 1px solid rgba(255,255,255,.18); }
.standard-list article { display: grid; grid-template-columns: 50px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.standard-list article > span { font-family: var(--serif); color: var(--blue); font-size: 14px; }
.standard-list h3 { margin-bottom: 8px; font-size: 16px; font-weight: 600; }
.standard-list p { margin-bottom: 0; color: rgba(255,255,255,.55); font-size: 12px; }

.professionals { background: var(--paper); }
.professional-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 120px; align-items: center; }
.professional-copy > p:not(.eyebrow) { max-width: 610px; color: #656561; font-family: var(--serif); font-size: 17px; }
.check-list { list-style: none; padding: 0; margin: 35px 0 38px; border-top: 1px solid var(--line); }
.check-list li { padding: 14px 0 14px 28px; border-bottom: 1px solid var(--line); position: relative; font-size: 11px; font-weight: 600; }
.check-list li::before { content: "↘"; position: absolute; left: 0; color: #748b92; }
.catalogue-card { width: min(100%, 400px); justify-self: end; padding: 18px; background: var(--white); box-shadow: var(--shadow); transform: rotate(2deg); }
.catalogue-cover { min-height: 460px; padding: 24px; background: linear-gradient(145deg, #eff4f5, #c8d8dc); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.catalogue-cover::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(43,43,43,.1); border-radius: 50%; top: -220px; right: -180px; }
.catalogue-cover img { width: 80px; height: 94px; object-fit: contain; margin-bottom: 24px; }
.catalogue-cover > p { margin-bottom: 10px; font-size: 29px; line-height: 1.02; letter-spacing: -.05em; }
.catalogue-cover > p strong { font-weight: 600; }
.catalogue-cover small { letter-spacing: .2em; font-size: 7px; font-weight: 700; }
.catalogue-meta { position: absolute; top: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(43,43,43,.2); padding-bottom: 9px; text-transform: uppercase; letter-spacing: .14em; font-size: 6px; font-weight: 700; }
.catalogue-note { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 22px 8px 6px; align-items: start; }
.catalogue-note span { text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 700; }
.catalogue-note p { margin: 0; color: #777772; font-size: 9px; line-height: 1.5; }

.enquiry { color: var(--white); background: #242625; }
.enquiry-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.enquiry-intro { position: sticky; top: 130px; }
.enquiry-intro > p:not(.eyebrow) { color: rgba(255,255,255,.58); font-family: var(--serif); }
.direct-contact { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.17); }
.direct-contact a { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-family: var(--serif); font-size: 15px; }
.direct-contact span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.45); font-family: var(--sans); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.enquiry-form { padding: 42px; color: var(--ink); background: var(--paper); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-section-title { display: grid; grid-template-columns: 35px 1fr; gap: 10px; margin: 14px 0 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); align-items: center; }
.form-section-title:first-of-type { margin-top: 0; }
.form-section-title span { color: #778e96; font-family: var(--serif); font-size: 12px; }
.form-section-title h3 { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.form-grid { display: grid; gap: 18px; }
.form-grid.two { grid-template-columns: repeat(2, 1fr); }
.form-grid.three { grid-template-columns: 1fr 1fr .72fr; }
.enquiry-form label { display: block; margin-bottom: 18px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  display: block; width: 100%; margin-top: 7px; padding: 13px 0; color: var(--ink); background: transparent;
  border: 0; border-bottom: 1px solid #aaa9a4; border-radius: 0; outline: none; font-size: 13px; font-weight: 500;
  letter-spacing: 0; text-transform: none; transition: border-color .2s ease;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-bottom-color: var(--ink); }
.enquiry-form textarea { resize: vertical; }
.product-options { border: 0; padding: 0; margin: 0 0 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.product-options label { margin: 0; }
.product-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.product-options span { min-height: 50px; padding: 14px 15px; border: 1px solid var(--line); display: flex; align-items: center; transition: background .2s ease, border .2s ease; }
.product-options input:checked + span { background: var(--blue-pale); border-color: #91abb3; }
.product-options input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 25px; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--ink); }
.consent a { text-decoration: underline; }
.form-disclaimer { color: #777772; font-size: 9px; line-height: 1.6; }
.submit-button { width: 100%; margin-top: 10px; border-color: var(--ink); background: var(--ink); color: var(--white); }
.submit-button:disabled { opacity: .6; cursor: wait; }
.form-status { margin-top: 12px; font-size: 11px; }

.contact-band { padding: 78px 0; background: var(--blue-pale); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-band h2 { margin: 0; font-size: clamp(36px, 4vw, 55px); }
.contact-band .eyebrow { margin-bottom: 13px; }

.site-footer { padding: 82px 0 34px; color: var(--white); background: #191b1a; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 60px; padding-bottom: 56px; }
.light-brand { color: var(--white); }
.footer-brand p { max-width: 330px; margin-top: 24px; color: rgba(255,255,255,.48); font-family: var(--serif); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links h3 { margin-bottom: 12px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; }
.footer-links a, .footer-links span { color: rgba(255,255,255,.75); font-size: 10px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.45); font-size: 9px; }
.footer-bottom strong { color: rgba(255,255,255,.7); font-weight: 500; }
.medical-note { margin: 0 auto; color: rgba(255,255,255,.25); font-size: 8px; line-height: 1.6; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); box-shadow: 0 13px 32px rgba(0,0,0,.2); transition: transform .25s ease, background .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #111; }
.whatsapp-float svg { width: 23px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

.legal-page { min-height: 100vh; padding: 155px 0 100px; background: var(--white); }
.legal-shell { width: min(800px, calc(100% - 48px)); margin: 0 auto; }
.legal-shell h1 { font-size: clamp(48px, 7vw, 80px); }
.legal-shell h2 { margin: 46px 0 16px; font-family: var(--sans); font-size: 19px; letter-spacing: -.02em; }
.legal-shell p, .legal-shell li { color: #61615d; font-family: var(--serif); font-size: 15px; }
.legal-shell a { text-decoration: underline; }
.legal-meta { padding: 18px 0; margin-bottom: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #7c7c77; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.back-link { display: inline-block; margin-top: 45px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 80px 24px; background: var(--paper); text-align: center; }
.thank-you-card { width: min(690px, 100%); padding: 70px 60px; background: var(--white); box-shadow: var(--shadow); }
.thank-you-card img { width: 76px; height: 90px; object-fit: contain; margin: 0 auto 30px; }
.thank-you-card h1 { font-size: clamp(45px, 7vw, 72px); }
.thank-you-card p { max-width: 530px; margin: 0 auto 30px; color: #666; font-family: var(--serif); }
.thank-you-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero-visual { height: 500px; }
  .visual-card { height: 450px; }
  .standard-grid, .enquiry-grid { gap: 60px; }
  .professional-grid { gap: 70px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 92px 0; }
  .header-inner { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; min-height: calc(100vh - 72px); padding: 45px 24px; background: var(--paper); flex-direction: column; align-items: flex-start; gap: 22px; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: none; }
  .site-nav a { font-size: 15px; }
  .nav-cta { margin-top: 12px; }
  body.menu-open { overflow: hidden; }
  .hero { padding-top: 128px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .hero-visual { height: 500px; }
  .visual-card { width: min(100%, 600px); }
  .proof-bar { grid-template-columns: 1fr; margin-top: 54px; }
  .proof-bar > div, .proof-bar > div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-bar > div:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .product-image { height: auto; min-height: 360px; }
  .product-content > p:not(.product-kicker) { min-height: 0; }
  .standard-grid, .professional-grid, .enquiry-grid { grid-template-columns: 1fr; }
  .standard-statement, .enquiry-intro { position: static; }
  .catalogue-card { justify-self: center; }
  .enquiry-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-links:last-child { grid-column: 2; }
}

@media (max-width: 590px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .brand { font-size: 17px; }
  .brand img { width: 33px; height: 39px; }
  .hero { padding-top: 114px; }
  h1 { font-size: 52px; }
  h2 { font-size: 42px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-visual { height: 390px; }
  .visual-card { height: 355px; padding: 18px; }
  .card-bottomline { left: 18px; right: 18px; }
  .instrument-art { inset: 28px 0 22px; width: 100%; }
  .orbit-one { width: 360px; height: 360px; right: -170px; }
  .proof-bar { margin-top: 40px; }
  .section-heading { margin-bottom: 42px; }
  .product-card { display: block; }
  .product-image { height: 300px; min-height: 0; }
  .product-content { padding: 30px 24px; }
  .standard-grid, .professional-grid { gap: 55px; }
  .catalogue-card { width: 92%; }
  .catalogue-cover { min-height: 390px; }
  .enquiry-form { margin-inline: -16px; padding: 35px 20px; }
  .form-grid.two, .form-grid.three, .product-options { grid-template-columns: 1fr; gap: 0; }
  .product-options { gap: 7px; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .thank-you-card { padding: 50px 24px; }
}

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