:root {
  --wine: #891943;
  --wine-deep: #59132b;
  --gold: #dda365;
  --mint: #f0f8f6;
  --navy: #0e1d4c;
  --ink: #333333;
  --muted: #626b67;
  --paper: #ffffff;
  --line: rgba(137, 25, 67, 0.24);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --pad: clamp(1.25rem, 6vw, 6.75rem);
  --ornament-shift: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; transform: translateY(-200%); padding: 0.8rem 1rem; background: var(--wine-deep); color: white; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 5.25rem; display: grid; grid-template-columns: minmax(9rem, 1fr) auto minmax(9rem, 1fr); align-items: center; gap: 2rem; padding: 0 4.5vw; background: rgba(255, 255, 255, 0.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow 240ms ease, background 240ms ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, 0.96); box-shadow: 0 0.6rem 2rem rgba(89, 19, 43, 0.08); }
.brand { width: 9.5rem; overflow: hidden; }
.brand img { width: 100%; }
.desktop-nav { display: flex; gap: clamp(1.3rem, 2.5vw, 2.6rem); }
.desktop-nav a, .header-phone { position: relative; color: var(--wine); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -0.55rem; height: 1px; background: var(--wine); transform: scaleX(0); transform-origin: right; transition: transform 250ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-phone { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 10rem var(--pad) 7rem; background: var(--mint); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 5.25rem 5vw 2.5rem auto; width: 1px; background: linear-gradient(transparent, var(--line), transparent); }
.hero::after { content: ""; position: absolute; z-index: -1; left: var(--pad); right: var(--pad); bottom: 3rem; height: 1px; background: linear-gradient(90deg, var(--gold), transparent 75%); opacity: 0.65; }
.hero__content { position: relative; z-index: 2; width: min(64rem, 84%); }
.eyebrow { margin: 0 0 1.45rem; color: var(--wine); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.2em; line-height: 1.5; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
.hero h1 { max-width: 64rem; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(4.2rem, 7.9vw, 8.7rem); font-weight: 400; letter-spacing: -0.06em; line-height: 0.85; }
.hero h1 em { display: block; color: var(--wine); font-weight: 400; }
.hero__lead { max-width: 39rem; margin: 2.1rem 0 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.16rem, 1.48vw, 1.48rem); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.35rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.7rem; min-height: 3.65rem; border: 0; padding: 0 1.4rem; cursor: pointer; background: var(--wine); color: white; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; transition: background 220ms ease, color 220ms ease, transform 220ms ease; }
.button:hover { background: var(--wine-deep); transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.hero__note { color: var(--wine-deep); font-size: 0.8rem; letter-spacing: 0.08em; }
.hero__flourishes { position: absolute; z-index: 1; right: 3.5vw; top: calc(24% + var(--ornament-shift)); width: min(38vw, 38rem); display: grid; gap: 1.2rem; align-items: center; opacity: 0.26; pointer-events: none; }
.hero__flourish { position: relative; width: 100%; }
.hero__flourish img { width: 100%; filter: sepia(1) saturate(3.2) hue-rotate(298deg) brightness(0.68); }
.hero__flourish--tail { width: 76%; justify-self: end; opacity: 0.72; }
.hero__flourish--tail img { transform: rotate(180deg); }
.hero__flourish-line { position: relative; width: 84%; height: 1px; margin-inline: auto; background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 82%, transparent); }
.hero__flourish-line::before, .hero__flourish-line::after { content: ""; position: absolute; top: 50%; width: 0.4rem; aspect-ratio: 1; border: 1px solid var(--gold); transform: translateY(-50%) rotate(45deg); }
.hero__flourish-line::before { left: 14%; }
.hero__flourish-line::after { right: 14%; }
.hero__flourish-line i { position: absolute; left: 50%; top: 50%; width: 0.55rem; aspect-ratio: 1; border-radius: 50%; background: var(--wine); transform: translate(-50%, -50%); }
.hero__aside { position: absolute; right: 2.2vw; top: 50%; display: flex; align-items: center; gap: 0.75rem; color: var(--wine); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; }
.hero__aside i { width: 3rem; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 3; left: var(--pad); bottom: 1.35rem; display: flex; align-items: center; gap: 0.85rem; color: var(--wine); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 3.5rem; height: 1px; background: var(--wine); transform-origin: left; animation: breathe-line 2.2s ease-in-out infinite; }

.hero-motion { opacity: 0; transform: translateY(1.1rem); transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1); }
body.is-ready .hero-motion { opacity: 1; transform: translateY(0); }
body.is-ready .hero-motion--1 { transition-delay: 80ms; }
body.is-ready .hero-motion--2 { transition-delay: 170ms; }
body.is-ready .hero-motion--3 { transition-delay: 280ms; }
body.is-ready .hero-motion--4 { transition-delay: 390ms; }
body.is-ready .hero-motion--5 { transition-delay: 220ms; }

.section { padding: clamp(5.5rem, 10vw, 9.5rem) var(--pad); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(15rem, 0.5fr); gap: 7vw; align-items: end; margin-bottom: 4rem; }
.section-heading h2, .process__heading h2, .specialist h2, .request__intro h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(3.2rem, 5.6vw, 6.2rem); font-weight: 400; letter-spacing: -0.05em; line-height: 0.94; }
.section-heading h2 em { color: var(--wine); font-weight: 400; }
.section-heading > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.15rem; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 20rem; overflow: hidden; padding: clamp(1.7rem, 3vw, 2.8rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background 280ms ease, color 280ms ease, transform 280ms ease; }
.service-card--tint { background: var(--mint); }
.service-card--wine { background: var(--wine); color: white; }
.service-card:hover { z-index: 2; transform: translateY(-0.35rem); }
.service-card:not(.service-card--wine):hover { background: #faf4f6; }
.service-card__meta { color: var(--wine); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.service-card--wine .service-card__meta { color: #f3ccd9; }
.service-card h3 { max-width: 16rem; margin: 4.3rem 0 1rem; color: var(--wine-deep); font-family: var(--serif); font-size: clamp(1.7rem, 2.2vw, 2.5rem); font-weight: 400; line-height: 1.05; }
.service-card--wine h3 { color: white; }
.service-card p { max-width: 20rem; margin: 0; color: var(--muted); line-height: 1.7; }
.service-card--wine p { color: #f4e5ea; }
.service-card__mark { position: absolute; right: 1.6rem; top: 1.45rem; color: var(--gold); font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }

.section--wine { color: white; background: var(--wine-deep); }
.process { position: relative; overflow: hidden; isolation: isolate; }
.process__heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.5fr 0.7fr; gap: 3rem; align-items: end; margin-bottom: 5.5rem; }
.process__heading .eyebrow { align-self: start; }
.process__heading h2 { color: white; }
.process__heading > p { margin: 0; color: #e7d9de; font-family: var(--serif); font-size: 1.08rem; line-height: 1.65; }
.steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(221, 163, 101, 0.7); }
.step { min-height: 16rem; padding: 1.5rem 1.5rem 1.5rem 0; border-right: 1px solid rgba(221, 163, 101, 0.32); }
.step + .step { padding-left: 1.5rem; }
.step span { color: var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; }
.step h3 { margin: 5.7rem 0 0.9rem; font-family: var(--serif); font-size: clamp(1.5rem, 2vw, 2.15rem); font-weight: 400; }
.step p { max-width: 13rem; margin: 0; color: #e9dfe3; line-height: 1.55; }
.process__watermark { position: absolute; z-index: 1; right: -0.05em; bottom: -0.22em; color: rgba(255, 255, 255, 0.035); font-family: var(--serif); font-size: clamp(10rem, 27vw, 29rem); letter-spacing: -0.08em; line-height: 0.8; }

.specialist { display: grid; grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr); gap: clamp(4rem, 9vw, 10rem); align-items: center; background: #fff; }
.portrait-shell { position: relative; width: min(100%, 31rem); margin-inline: auto; }
.portrait-placeholder { position: relative; min-height: 39rem; overflow: hidden; border-radius: 16rem 16rem 0.25rem 0.25rem; background: linear-gradient(155deg, #f8ecdc, var(--gold)); box-shadow: 1.2rem 1.2rem 0 var(--mint); }
.portrait-placeholder::before { content: ""; position: absolute; z-index: 1; inset: 1.1rem; border: 1px solid rgba(255, 255, 255, 0.48); border-radius: inherit; pointer-events: none; }
.portrait-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(14, 29, 76, 0.18)); pointer-events: none; }
.portrait-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.portrait-orbit { position: absolute; right: -3rem; top: 3rem; width: 7.5rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--wine); border-radius: 50%; background: var(--paper); color: var(--wine); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em; }
.portrait-orbit span:first-child { position: absolute; top: 1.1rem; }
.portrait-orbit span:last-child { position: absolute; bottom: 1.1rem; }
.portrait-orbit i { color: var(--gold); font-family: var(--serif); font-size: 2.1rem; font-style: normal; }
.specialist__content { max-width: 42rem; }
.specialist__role { margin: 1.15rem 0 2.3rem; color: var(--wine); font-size: 0.77rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.specialist__lead { margin: 0; color: var(--muted); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.65; }
.specialist__quote { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; margin: 2.1rem 0; padding: 1.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specialist__quote span { color: var(--gold); font-family: var(--serif); font-size: 3rem; line-height: 0.8; }
.specialist__quote p { margin: 0; color: var(--wine-deep); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.medical-note { max-width: 36rem; margin: 0; color: #787878; font-size: 0.85rem; line-height: 1.6; }

.request { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 1.2fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; background: var(--mint); }
.request__intro { position: sticky; top: 8rem; }
.request__intro h2 { max-width: 35rem; }
.request__intro > p:not(.eyebrow) { max-width: 34rem; margin: 1.8rem 0; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; line-height: 1.65; }
.request__phone { display: inline-grid; gap: 0.45rem; margin-top: 2.2rem; color: var(--wine); text-decoration: none; }
.request__phone span { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.request__phone strong { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 400; }
.contact-form { padding: clamp(2rem, 4.5vw, 4.2rem); background: white; box-shadow: 0 1.4rem 4rem rgba(89, 19, 43, 0.09); }
.form-topline { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 3.2rem; color: var(--wine); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.form-topline span:last-child { color: #9b818a; }
.field { position: relative; margin-bottom: 2rem; }
.field label, .channel-fieldset legend { display: block; margin-bottom: 0.55rem; color: var(--wine-deep); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; }
.field input { width: 100%; min-height: 3.7rem; border: 0; border-bottom: 1px solid #a99da1; border-radius: 0; padding: 0.6rem 0; outline: 0; background: transparent; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; transition: border-color 180ms ease; }
.field input::placeholder { color: #b6adaf; }
.field input:focus { border-bottom-color: var(--wine); }
.field.has-error input { border-bottom-color: #a21616; }
.field__error { min-height: 1.2rem; margin: 0.4rem 0 0; color: #a21616; font-size: 0.78rem; }
.field__help { margin: 0.25rem 0 0; color: #888; font-size: 0.75rem; }
.channel-fieldset { margin: 0 0 2rem; border: 0; padding: 0; }
.channel-switcher { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.4rem; }
.channel-switcher label { position: relative; cursor: pointer; }
.channel-switcher input { position: absolute; opacity: 0; pointer-events: none; }
.channel-switcher span { min-height: 2.8rem; display: grid; place-items: center; border: 1px solid var(--line); color: var(--wine); font-size: 0.72rem; font-weight: 700; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.channel-switcher input:checked + span { border-color: var(--wine); background: var(--wine); color: white; }
.channel-switcher input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.button--submit { width: 100%; margin-top: 0.5rem; }
.form-status { min-height: 2.8rem; margin: 1rem 0 0; color: #777; font-size: 0.78rem; line-height: 1.5; }
.form-status.is-success { color: #386143; }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1.1fr 0.8fr; gap: 4rem; padding: 5.5rem var(--pad) 3rem; border-top: 1px solid var(--line); background: var(--paper); }
.footer__brand img { width: 9.5rem; }
.footer__brand p { color: var(--muted); font-family: var(--serif); }
.footer__column h2 { margin: 0 0 1rem; color: var(--wine); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; }
.footer__column p, .footer__column address { margin: 0; color: #595959; font-size: 0.92rem; font-style: normal; line-height: 1.75; }
.footer__phone { display: inline-block; margin-bottom: 1.2rem; color: var(--wine-deep); font-family: var(--serif); font-size: 1.45rem; text-decoration: none; }
.footer__column nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer__column nav a { color: #666; font-size: 0.78rem; text-decoration: none; }
.footer__legal { grid-column: 1 / -1; max-width: 65rem; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #858585; font-size: 0.76rem; line-height: 1.6; }
.footer__top { position: absolute; right: var(--pad); bottom: 2.6rem; width: 3rem; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); color: var(--wine); text-decoration: none; }

[data-reveal] { opacity: 0; transform: translateY(1.6rem); transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.25, 1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2), .step:nth-child(2) { transition-delay: 80ms; }
.service-card:nth-child(3), .step:nth-child(3) { transition-delay: 160ms; }
.service-card:nth-child(4), .step:nth-child(4) { transition-delay: 240ms; }
.service-card:nth-child(5) { transition-delay: 320ms; }
.service-card:nth-child(6) { transition-delay: 400ms; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@keyframes breathe-line { 0%, 100% { transform: scaleX(0.55); opacity: 0.55; } 50% { transform: scaleX(1); opacity: 1; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .desktop-nav { gap: 1rem; }
  .desktop-nav a { font-size: 0.66rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process__heading { grid-template-columns: 1fr 2fr; }
  .process__heading > p { grid-column: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(n + 3) { border-top: 1px solid rgba(221, 163, 101, 0.32); }
  .request { grid-template-columns: 1fr 1.25fr; }
}

@media (max-width: 780px) {
  :root { --pad: 1.25rem; }
  .site-header { height: 4.6rem; grid-template-columns: 1fr auto; gap: 1rem; padding: 0 1.2rem; }
  .brand { width: 7.5rem; }
  .header-phone { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 0.8rem; padding: 0.75rem 0; cursor: pointer; color: var(--wine); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
  .menu-toggle__lines { width: 1.6rem; display: grid; gap: 0.4rem; }
  .menu-toggle__lines i { height: 1px; background: currentColor; transition: transform 200ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(0.22rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-0.22rem) rotate(-45deg); }
  .desktop-nav { position: fixed; inset: 4.6rem 0 auto; display: grid; gap: 0; padding: 1rem 1.2rem 1.6rem; background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); visibility: hidden; transition: transform 240ms ease, visibility 240ms ease; }
  .desktop-nav.is-open { transform: translateY(0); visibility: visible; }
  .desktop-nav a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); font-size: 0.75rem; }
  .hero { min-height: 100svh; padding: 8.4rem var(--pad) 5.5rem; }
  .hero__content { width: 100%; }
  .hero h1 { font-size: clamp(3.5rem, 16vw, 5.35rem); line-height: 0.89; }
  .hero__lead { max-width: 29rem; margin-top: 1.7rem; font-size: 1.08rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1rem; margin-top: 1.7rem; }
  .hero__flourishes { right: -24vw; top: calc(48% + var(--ornament-shift)); width: 78vw; gap: 0.65rem; opacity: 0.15; }
  .hero__aside { display: none; }
  .scroll-cue { bottom: 1rem; }
  .section { padding-block: 5.5rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.7rem; }
  .section-heading h2, .process__heading h2, .specialist h2, .request__intro h2 { font-size: clamp(3rem, 14vw, 4.35rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 17rem; }
  .service-card h3 { margin-top: 3.4rem; }
  .process__heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 3rem; }
  .process__heading > p { grid-column: auto; margin-top: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 1.25rem 0 2rem; border-right: 0; border-top: 1px solid rgba(221, 163, 101, 0.32); }
  .step:first-child { border-top: 0; }
  .step h3 { margin-top: 2.8rem; }
  .specialist { grid-template-columns: 1fr; gap: 4.8rem; }
  .portrait-shell { width: min(88%, 25rem); }
  .portrait-placeholder { min-height: 31rem; }
  .portrait-orbit { right: -2rem; width: 6.3rem; }
  .request { grid-template-columns: 1fr; gap: 3rem; }
  .request__intro { position: static; }
  .contact-form { padding: 1.4rem; }
  .channel-switcher { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; gap: 2.7rem; padding-bottom: 5.5rem; }
  .footer__brand { display: grid; justify-items: center; text-align: center; }
  .footer__legal { grid-column: 1; }
  .footer__top { bottom: 2rem; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 3.35rem; }
  .button { width: 100%; }
  .hero__note { font-size: 0.74rem; }
  .portrait-placeholder { min-height: 27rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero-motion, [data-reveal] { opacity: 1; transform: none; }
}
.site-header{background:rgba(255,255,255,.76);border-bottom-color:rgba(89,19,43,.13)}.site-header.is-scrolled{background:rgba(255,255,255,.9)}.brand{width:8.4rem}.brand img{display:block;width:100%;max-height:4rem;object-fit:contain}@media(max-width:780px){.site-header{background:rgba(255,255,255,.64)}.site-header.is-scrolled{background:rgba(255,255,255,.84)}.brand{width:6.25rem}.brand img{max-height:3.05rem}.hero__flourishes{display:none}}
