:root {
  --paper: #f8f8f5;
  --white: #ffffff;
  --ink: #12232a;
  --muted: #5e7077;
  --line: rgba(18, 35, 42, 0.14);
  --blue: #176b78;
  --blue-dark: #0e4650;
  --aqua: #d9eff0;
  --aqua-light: #edf6f6;
  --signal: #45a9ad;
  --page: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; }
h1, h2, h3, p { text-wrap: pretty; }
.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; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; min-height: calc(76px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) max(32px, calc((100vw - 1240px) / 2)) 0; display: flex; align-items: center; justify-content: space-between; background: rgba(248, 248, 245, 0.94); backdrop-filter: blur(18px); border-top: 3px solid var(--blue-dark); border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font-size: 0.94rem; font-weight: 750; letter-spacing: 0.36em; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav a { text-decoration: none; font-size: 0.875rem; letter-spacing: 0.025em; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-cta { padding: 10px 18px; color: var(--white); background: var(--blue-dark); border-radius: 999px; }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 87% 10%, rgba(106, 197, 202, 0.17), transparent 24rem), linear-gradient(180deg, #fbfbf8 0%, var(--paper) 100%); }
.hero::before { content: "+"; position: absolute; left: -1.7rem; bottom: -11rem; color: rgba(23, 107, 120, 0.035); font-size: 32rem; font-weight: 300; line-height: 1; }
.hero-grid { position: relative; z-index: 1; width: var(--page); min-height: calc(100vh - 76px - 62px); margin: 0 auto; padding: 76px 0 84px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr); gap: clamp(50px, 7vw, 104px); align-items: center; }
.eyebrow { margin: 0 0 26px; color: var(--blue); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.17em; text-transform: uppercase; }
.medical-mark { margin-right: 8px; color: var(--signal); font-size: 1rem; }
h1 { max-width: 860px; margin: 0; font-size: clamp(3.2rem, 5.1vw, 5.45rem); font-weight: 460; line-height: 0.99; letter-spacing: -0.052em; }
.hero-lead { max-width: 670px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.65; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; text-decoration: none; font-size: 0.94rem; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-dark); }
.button-primary:hover { background: var(--blue); }
.text-link { color: var(--blue-dark); text-underline-offset: 6px; font-size: 0.93rem; }

.hero-visual { position: relative; min-height: 560px; }
.clinical-grid { position: absolute; inset: 28px -80px 22px 40px; background-image: linear-gradient(rgba(23,107,120,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(23,107,120,.065) 1px, transparent 1px); background-size: 42px 42px; -webkit-mask-image: linear-gradient(to bottom, transparent, black 18%, black 80%, transparent); mask-image: linear-gradient(to bottom, transparent, black 18%, black 80%, transparent); }
.hero-photo { position: absolute; inset: 0; margin: 0; overflow: hidden; border-radius: 3px 48px 3px 28px; background: var(--aqua); }
.hero-photo::after, .offer-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(14,70,80,.08), transparent 55%); pointer-events: none; }
.hero-photo img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(.96); }
.hero-note { position: absolute; left: -28px; bottom: 28px; min-width: 230px; padding: 18px 20px; display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.95); border-left: 2px solid var(--signal); box-shadow: 0 18px 48px rgba(18,35,42,.1); backdrop-filter: blur(12px); }
.hero-note p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.hero-note strong { color: var(--ink); font-weight: 650; }
.note-cross { color: var(--signal); font-size: 2.2rem; font-weight: 300; line-height: 1; }
.hero-signal { position: relative; z-index: 2; width: var(--page); min-height: 62px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-signal span { padding: 20px 24px; color: var(--muted); font-size: .76rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; border-right: 1px solid var(--line); }
.hero-signal span:first-child { border-left: 1px solid var(--line); }

.section-shell { width: var(--page); margin: 0 auto; }
.section-white { padding: 132px 0 144px; background: var(--white); }
.section-title { display: grid; grid-template-columns: .7fr 1.65fr .85fr; gap: 42px; align-items: start; margin-bottom: 68px; }
.section-title .eyebrow { margin-top: 11px; padding-top: 13px; border-top: 1px solid var(--blue); }
h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.8rem); font-weight: 480; line-height: 1.02; letter-spacing: -0.048em; }
.section-title > p:last-child, .offer-intro > p, .contact-copy > p { margin: 8px 0 0; color: var(--muted); line-height: 1.7; }
.brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand { min-height: 142px; padding: 24px; display: flex; align-items: center; justify-content: center; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 200ms ease; }
.brand:hover { background: var(--aqua-light); }
.brand img { width: auto; max-width: 88%; max-height: 72px; object-fit: contain; filter: grayscale(.16); opacity: .88; transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease; }
.brand:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.025); }
.section-action { margin-top: 40px; display: flex; justify-content: flex-end; }
.button-outline { color: var(--blue-dark); border: 1px solid var(--blue-dark); }
.button-outline:hover { color: var(--white); background: var(--blue-dark); }

.offer { padding: 144px 0; background: var(--aqua-light); }
.offer-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 9vw, 150px); align-items: start; }
.offer-intro { position: sticky; top: 120px; }
.offer-intro h2 { max-width: 580px; }
.offer-intro > p { max-width: 520px; font-size: 1.05rem; }
.offer-photo { position: relative; aspect-ratio: 1.2 / 1; margin: 48px 0 0; overflow: hidden; border-radius: 3px 42px 3px 3px; background: var(--aqua); }
.offer-photo img { height: 100%; object-fit: cover; filter: saturate(.64) contrast(.97); }
.offer-photo figcaption { position: absolute; left: 18px; bottom: 18px; z-index: 1; padding: 11px 14px; color: var(--blue-dark); background: rgba(255,255,255,.92); font-size: .74rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.offer-photo figcaption span { margin-right: 7px; color: var(--signal); }
.offer-list { border-top: 1px solid rgba(14,70,80,.3); }
.offer-item { min-height: 175px; padding: 30px 0 34px; display: grid; grid-template-columns: 56px 1fr; gap: 18px; border-bottom: 1px solid rgba(14,70,80,.22); }
.offer-number { padding-top: 5px; color: var(--blue); font-size: .76rem; letter-spacing: .12em; }
.offer-item h3 { margin: 0; font-size: clamp(1.42rem, 2vw, 1.85rem); font-weight: 520; letter-spacing: -.025em; }
.offer-item p { max-width: 620px; margin: 13px 0 0; color: var(--muted); }

.benefits { padding: 138px 0 150px; color: var(--white); background: var(--blue-dark); }
.benefits .section-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(80px, 10vw, 160px); }
.benefits .eyebrow { color: #86d1d1; }
.benefits-heading h2 { color: var(--white); }
.pulse-line { display: none; }
.pulse-line svg { width: 100%; overflow: visible; }
.pulse-line path { fill: none; stroke: #8cd8d7; stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.benefit-card { min-height: 245px; padding: 30px 34px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.benefit-card span { color: #8cd8d7; font-size: .78rem; letter-spacing: .14em; }
.benefit-card h3 { margin: auto 0 13px; font-size: 1.45rem; font-weight: 520; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.66); }

.contact-section { width: var(--page); margin: 110px auto 32px; padding: clamp(56px, 7vw, 92px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 9vw, 130px); align-items: end; color: var(--white); background: var(--blue-dark); border-radius: 3px 48px 3px 3px; }
.contact-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-copy .eyebrow { color: #8cd8d7; }
.contact-copy h2 { max-width: 720px; font-size: clamp(2.8rem, 5vw, 5.25rem); }
.contact-copy > p { max-width: 570px; color: rgba(255,255,255,.68); font-size: 1.04rem; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; }
.contact-button { color: var(--blue-dark); background: var(--white); }
.contact-button:hover { background: var(--aqua); }
.contact-person { width: 100%; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.contact-person p { margin: 0; color: var(--white); font-weight: 600; }
.contact-person span { color: rgba(255,255,255,.6); font-size: .88rem; }

.site-footer { width: var(--page); min-height: 120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; color: var(--muted); font-size: .78rem; }
.site-footer .wordmark { color: var(--ink); }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Brand and product overview */
.catalog-page { background: var(--white); }
.catalog-hero { padding: 112px 0 104px; overflow: hidden; background: radial-gradient(circle at 88% 10%, rgba(69,169,173,.17), transparent 28rem), var(--paper); }
.catalog-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(70px, 10vw, 150px); align-items: end; }
.catalog-hero h1 { font-size: clamp(4.5rem, 9vw, 8.7rem); }
.catalog-lead { padding-bottom: 8px; }
.catalog-lead p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.catalog-lead p + p { margin-top: 18px; }

.hartmann-section { padding: 132px 0 144px; background: var(--aqua-light); }
.brand-feature-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(54px, 8vw, 110px); align-items: start; margin-bottom: 68px; }
.feature-logo { min-height: 190px; padding: 32px; display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: 3px 38px 3px 3px; }
.feature-logo img { width: auto; max-width: 82%; max-height: 95px; object-fit: contain; }
.brand-feature-head .eyebrow { margin: 0 0 16px; }
.brand-feature-head h2 { font-size: clamp(3.8rem, 7vw, 7.2rem); }
.brand-feature-head > div:last-child > p:last-child { max-width: 720px; margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; }
.hartmann-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(14,70,80,.25); border-left: 1px solid rgba(14,70,80,.25); }
.product-group { min-height: 300px; padding: 30px 36px 38px; display: flex; flex-direction: column; border-right: 1px solid rgba(14,70,80,.25); border-bottom: 1px solid rgba(14,70,80,.25); }
.product-group > span { color: var(--blue); font-size: .78rem; letter-spacing: .14em; }
.product-group h3 { margin: auto 0 16px; font-size: 1.55rem; font-weight: 540; letter-spacing: -.025em; }
.product-group p { margin: 0; color: var(--muted); line-height: 1.7; }
.availability-note { margin: 28px 0 0; color: var(--blue-dark); font-weight: 600; }

.other-brands { padding: 138px 0 150px; background: var(--white); }
.catalog-section-title { display: grid; grid-template-columns: .7fr 1.4fr .9fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.catalog-section-title .eyebrow { margin-top: 10px; }
.catalog-section-title > p:last-child { margin: 8px 0 0; color: var(--muted); line-height: 1.7; }
.brand-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-catalog-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid transparent; transition: border-color 180ms ease, transform 180ms ease; }
.brand-catalog-card:hover { border-color: rgba(23,107,120,.25); transform: translateY(-3px); }
.catalog-logo { height: 82px; display: flex; align-items: center; }
.catalog-logo img { width: auto; max-width: 72%; max-height: 62px; object-fit: contain; }
.brand-catalog-card h3 { margin: 48px 0 14px; font-size: 1.45rem; font-weight: 560; letter-spacing: -.025em; }
.brand-catalog-card p { margin: 0; color: var(--muted); line-height: 1.68; }
.brand-catalog-card > span { margin-top: auto; padding-top: 28px; color: var(--blue); font-size: .78rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }

.catalog-contact { padding: 108px 0; color: var(--white); background: var(--blue-dark); }
.catalog-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 150px); align-items: end; }
.catalog-contact .eyebrow { color: #8cd8d7; }
.catalog-contact h2 { max-width: 670px; }
.catalog-contact-grid > div:last-child > p { max-width: 570px; margin: 0 0 32px; color: rgba(255,255,255,.68); font-size: 1.05rem; }

/* Alternative direction: editorial healthcare */
.variant-editorial .hero { color: var(--white); background: var(--blue-dark); }
.variant-editorial .hero::before { display: none; }
.variant-editorial .hero-grid { grid-template-columns: minmax(0, 1.14fr) minmax(400px, .86fr); }
.variant-editorial .hero .eyebrow { color: #8cd8d7; }
.variant-editorial .hero-lead { color: rgba(255,255,255,.7); }
.variant-editorial .button-primary { color: var(--blue-dark); background: var(--white); }
.variant-editorial .button-primary:hover { background: var(--aqua); }
.variant-editorial .text-link { color: var(--white); }
.variant-editorial .clinical-grid { display: none; }
.variant-editorial .hero-photo { inset: 28px 0; border-radius: 2px; }
.variant-editorial .hero-photo::after { background: linear-gradient(135deg, rgba(14,70,80,.2), transparent 58%); }
.variant-editorial .hero-note { left: -24px; bottom: 2px; background: rgba(8,50,57,.94); border: 1px solid rgba(255,255,255,.18); border-left: 2px solid #8cd8d7; box-shadow: none; }
.variant-editorial .hero-note p { color: rgba(255,255,255,.66); }
.variant-editorial .hero-note strong { color: var(--white); }
.variant-editorial .hero-signal { border-color: rgba(255,255,255,.2); }
.variant-editorial .hero-signal span { color: rgba(255,255,255,.68); border-color: rgba(255,255,255,.2); }
.variant-editorial .section-white { background: #f7f8f5; }
.variant-editorial .offer { background: var(--white); }
.variant-editorial .benefits { color: var(--ink); background: #e8f0ed; }
.variant-editorial .benefits .eyebrow { color: var(--blue); }
.variant-editorial .benefits-heading h2 { color: var(--ink); }
.variant-editorial .benefit-grid { border-color: rgba(14,70,80,.22); }
.variant-editorial .benefit-card { border-color: rgba(14,70,80,.22); }
.variant-editorial .benefit-card span { color: var(--blue); }
.variant-editorial .benefit-card h3 { color: var(--ink); }
.variant-editorial .benefit-card p { color: var(--muted); }
.variant-editorial .contact-section { background: var(--ink); border-radius: 2px; }

/* Direction three: quiet clinical luxury */
.variant-mineral {
  --paper: #f5f4ef;
  --white: #fcfcfa;
  --ink: #172326;
  --muted: #667477;
  --line: rgba(23, 35, 38, .16);
  --blue: #3f7778;
  --blue-dark: #123f43;
  --aqua: #bfd5d3;
  --aqua-light: #edf1ee;
  --signal: #3f9b98;
}
.variant-mineral .site-header {
  min-height: calc(82px + env(safe-area-inset-top));
  background: rgba(245, 244, 239, .95);
  border-top: 0;
  border-bottom-color: rgba(18, 63, 67, .17);
  backdrop-filter: blur(20px);
}
.variant-mineral .wordmark { font-weight: 680; letter-spacing: .4em; }
.variant-mineral .main-nav { gap: 36px; }
.variant-mineral .main-nav a { color: #33474a; font-size: .82rem; }
.variant-mineral .main-nav .nav-cta {
  padding: 11px 19px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: 2px;
}
.variant-mineral .hero {
  background: linear-gradient(180deg, #f8f7f3 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line);
}
.variant-mineral .hero::before,
.variant-mineral .clinical-grid,
.variant-mineral .medical-mark,
.variant-mineral .note-cross { display: none; }
.variant-mineral .hero-grid {
  min-height: calc(100vh - 82px - 62px);
  padding: 88px 0 94px;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: clamp(64px, 8vw, 120px);
}
.variant-mineral .hero .eyebrow {
  width: fit-content;
  margin-bottom: 34px;
  padding-top: 12px;
  color: var(--blue-dark);
  border-top: 1px solid var(--blue-dark);
}
.variant-mineral h1 {
  max-width: 830px;
  font-size: clamp(3.2rem, 4.8vw, 5.15rem);
  font-weight: 430;
  line-height: 1.015;
  letter-spacing: -.047em;
}
.variant-mineral .hero-lead { max-width: 640px; color: #617174; }
.variant-mineral .button { min-height: 52px; border-radius: 2px; }
.variant-mineral .button-primary { background: var(--blue-dark); }
.variant-mineral .button-primary:hover { background: #245f63; }
.variant-mineral .text-link { color: var(--ink); text-decoration-color: rgba(23, 35, 38, .4); }
.variant-mineral .hero-visual { min-height: 570px; }
.variant-mineral .hero-photo {
  inset: 24px 0;
  border-radius: 2px;
  background: #dce4e1;
}
.variant-mineral .hero-photo::after {
  background: linear-gradient(135deg, rgba(18, 63, 67, .12), transparent 56%);
}
.variant-mineral .hero-photo img { filter: saturate(.48) contrast(.96) brightness(1.02); }
.variant-mineral .hero-note {
  left: -26px;
  bottom: 0;
  min-width: 238px;
  padding: 20px 22px;
  background: rgba(18, 63, 67, .97);
  border: 0;
  box-shadow: none;
}
.variant-mineral .hero-note p { color: rgba(252, 252, 250, .66); font-size: .78rem; letter-spacing: .02em; }
.variant-mineral .hero-note strong { color: var(--white); font-weight: 580; }
.variant-mineral .hero-signal { border-color: rgba(18, 63, 67, .18); }
.variant-mineral .hero-signal span {
  padding-top: 22px;
  color: #697779;
  letter-spacing: .13em;
  border-color: rgba(18, 63, 67, .18);
}
.variant-mineral .section-white { background: var(--white); }
.variant-mineral .section-title { margin-bottom: 76px; }
.variant-mineral .section-title .eyebrow { color: var(--blue-dark); border-top-color: var(--blue-dark); }
.variant-mineral .brands .section-title .eyebrow::before { content: "01  "; color: #91a3a3; }
.variant-mineral .offer .eyebrow::before { content: "02  "; color: #91a3a3; }
.variant-mineral .benefits .eyebrow::before { content: "03  "; color: #8eb7b6; }
.variant-mineral .contact-section .eyebrow::before { content: "04  "; color: #91a3a3; }
.variant-mineral .brand { background: var(--white); }
.variant-mineral .brand:hover { background: #f5f7f4; }
.variant-mineral .brand img { filter: grayscale(1); opacity: .74; }
.variant-mineral .brand:hover img { filter: grayscale(.2); }
.variant-mineral .button-outline { color: var(--blue-dark); border-color: rgba(18, 63, 67, .65); }
.variant-mineral .offer { background: #edf1ee; }
.variant-mineral .offer-photo { border-radius: 2px; }
.variant-mineral .offer-photo img { filter: saturate(.42) contrast(.98); }
.variant-mineral .offer-photo figcaption {
  left: 0;
  bottom: 0;
  padding: 13px 16px;
  color: var(--white);
  background: rgba(18, 63, 67, .94);
}
.variant-mineral .offer-photo figcaption span { display: none; }
.variant-mineral .offer-list { border-top-color: rgba(18, 63, 67, .28); }
.variant-mineral .offer-item { border-bottom-color: rgba(18, 63, 67, .2); }
.variant-mineral .offer-number { color: #698889; }
.variant-mineral .benefits { background: var(--blue-dark); }
.variant-mineral .benefits .eyebrow { color: #bdd6d3; }
.variant-mineral .benefit-grid { border-color: rgba(255, 255, 255, .22); }
.variant-mineral .benefit-card { border-color: rgba(255, 255, 255, .2); }
.variant-mineral .benefit-card span { color: #9bc4c1; }
.variant-mineral .benefit-card h3 { font-weight: 480; }
.variant-mineral .benefit-card p { color: rgba(255, 255, 255, .64); }
.variant-mineral .contact-section {
  width: 100%;
  margin: 0;
  padding: 128px max(32px, calc((100vw - 1240px) / 2));
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.variant-mineral .contact-copy .eyebrow { color: var(--blue-dark); }
.variant-mineral .contact-copy > p { color: var(--muted); }
.variant-mineral .contact-button { color: var(--white); background: var(--blue-dark); }
.variant-mineral .contact-button:hover { background: #245f63; }
.variant-mineral .contact-person { border-top-color: var(--line); }
.variant-mineral .contact-person p { color: var(--ink); }
.variant-mineral .contact-person span { color: var(--muted); }
.variant-mineral .site-footer { min-height: 138px; }

@media (max-width: 1040px) {
  .variant-mineral .hero-grid { grid-template-columns: 1fr; }
  .variant-mineral .contact-section { padding-right: 20px; padding-left: 20px; }
}

@media (max-width: 700px) {
  .variant-mineral .site-header { min-height: calc(68px + env(safe-area-inset-top)); }
  .variant-mineral .main-nav { background: var(--paper); }
  .variant-mineral .hero-grid { min-height: auto; padding-top: 64px; }
  .variant-mineral .hero-photo { inset: 0; border-radius: 2px; }
  .variant-mineral .hero-note { left: 12px; bottom: 12px; }
  .variant-mineral .contact-section { padding: 92px 20px 98px; }
}

@media (max-width: 1040px) {
  :root { --page: min(100% - 40px, 800px); }
  .site-header { padding: env(safe-area-inset-top) 20px 0; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 72px; }
  .variant-editorial .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 640px; }
  .section-title { grid-template-columns: 1fr; gap: 18px; }
  .section-title .eyebrow { margin-top: 0; }
  .section-title > p:last-child { max-width: 620px; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .offer-shell { grid-template-columns: 1fr; }
  .offer-intro { position: static; }
  .offer-photo { max-width: 650px; aspect-ratio: 1.55 / 1; }
  .benefits .section-shell { grid-template-columns: 1fr; gap: 64px; }
  .benefits-heading h2 br { display: none; }
  .contact-section { grid-template-columns: 1fr; gap: 54px; }
  .catalog-hero-grid, .brand-feature-head, .catalog-section-title, .catalog-contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .brand-feature-head { gap: 50px; }
  .feature-logo { max-width: 420px; }
  .catalog-section-title > p:last-child { max-width: 620px; }
  .brand-catalog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { min-height: calc(68px + env(safe-area-inset-top)); }
  .menu-toggle { width: 44px; height: 44px; padding: 12px 9px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); }
  .main-nav { position: absolute; top: calc(68px + env(safe-area-inset-top)); left: 0; right: 0; padding: 20px 20px 26px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid { padding: 56px 0 62px; gap: 52px; }
  h1 { font-size: clamp(2.75rem, 13.4vw, 4.1rem); }
  .hero-lead { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 470px; }
  .hero-photo { inset: 0; border-radius: 4px 56px 4px 38px; }
  .variant-editorial .hero-photo { inset: 0; border-radius: 2px; }
  .hero-note { left: 12px; bottom: 18px; min-width: 210px; padding: 14px 16px; }
  .hero-signal { grid-template-columns: 1fr; }
  .hero-signal span { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section-white, .offer, .benefits { padding: 94px 0 104px; }
  h2 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .brand { min-height: 118px; padding: 17px; }
  .offer-photo { aspect-ratio: 1.15 / 1; border-radius: 4px 46px 4px 4px; }
  .offer-item { min-height: 0; grid-template-columns: 42px 1fr; padding: 26px 0 30px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 215px; }
  .contact-section { width: 100%; margin: 0; padding: 66px 24px 70px; gap: 44px; border-radius: 0; }
  .contact-copy h2 { font-size: clamp(2.55rem, 11.8vw, 3.45rem); line-height: 1.02; }
  .contact-details { width: 100%; }
  .contact-button { max-width: 100%; font-size: .87rem; }
  .contact-person { margin-top: 38px; }
  .section-action { justify-content: flex-start; }
  .catalog-hero { padding: 76px 0 84px; }
  .catalog-hero h1 { font-size: clamp(3.7rem, 18vw, 5.3rem); }
  .hartmann-section, .other-brands, .catalog-contact { padding: 94px 0 104px; }
  .feature-logo { min-height: 150px; }
  .hartmann-grid { grid-template-columns: 1fr; }
  .product-group { min-height: 255px; padding: 26px 26px 32px; }
  .brand-catalog-grid { grid-template-columns: 1fr; }
  .brand-catalog-card { min-height: 345px; }
  .site-footer { padding: 34px 0; grid-template-columns: 1fr; gap: 15px; }
  .site-footer p:last-child { text-align: left; }
}

/* Mineral direction v2: a distinct editorial composition */
@media (min-width: 1041px) {
  .variant-mineral .hero-grid {
    min-height: auto;
    padding: 92px 0 0;
    display: block;
  }
  .variant-mineral .hero-copy {
    display: grid;
    grid-template-columns: .52fr 1.46fr .78fr;
    column-gap: clamp(42px, 5vw, 76px);
    align-items: start;
  }
  .variant-mineral .hero-copy .eyebrow {
    grid-column: 1;
    margin-top: 7px;
  }
  .variant-mineral .hero-copy h1 {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  .variant-mineral .hero-copy .hero-lead {
    grid-column: 3;
    margin: 5px 0 0;
    font-size: 1.02rem;
    line-height: 1.65;
  }
  .variant-mineral .hero-copy .hero-actions {
    grid-column: 3;
    margin-top: 34px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .variant-mineral .hero-visual {
    min-height: 485px;
    margin-top: 86px;
  }
  .variant-mineral .hero-photo { inset: 0; }
  .variant-mineral .hero-photo img { object-position: center 43%; }
  .variant-mineral .hero-note {
    right: 28px;
    left: auto;
    bottom: 0;
  }
}

.variant-mineral .hero-signal {
  width: 100%;
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  background: var(--white);
}
.variant-mineral .hero-signal span:first-child { border-left: 0; }
.variant-mineral .hero-signal span:last-child { border-right: 0; }
.variant-mineral .brand-grid {
  grid-template-columns: repeat(5, 1fr);
  column-gap: 34px;
  border: 0;
}
.variant-mineral .brand {
  min-height: 126px;
  padding: 24px 10px;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
}
.variant-mineral .brand:nth-last-child(-n + 5) { border-bottom: 1px solid var(--line); }
.variant-mineral .brand:hover { background: transparent; }
.variant-mineral .brand img,
.variant-mineral .brand:hover img {
  max-width: 84%;
  filter: none;
  opacity: 1;
}
.variant-mineral .offer-shell {
  grid-template-columns: .76fr 1.24fr;
  gap: clamp(76px, 10vw, 150px);
}
.variant-mineral .offer-photo {
  aspect-ratio: 1.36 / 1;
  margin-top: 60px;
}
.variant-mineral .offer-item {
  min-height: 154px;
  grid-template-columns: 48px 1fr;
  padding: 28px 0 30px;
}
.variant-mineral .benefits .section-shell {
  grid-template-columns: .56fr 1.44fr;
  gap: clamp(70px, 9vw, 140px);
}
.variant-mineral .benefit-grid {
  grid-template-columns: 1fr;
  border-left: 0;
}
.variant-mineral .benefit-card {
  min-height: 154px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 60px minmax(190px, .72fr) 1fr;
  gap: 28px;
  align-items: center;
  border-right: 0;
}
.variant-mineral .benefit-card h3 { margin: 0; }
.variant-mineral .benefit-card p { max-width: 510px; }
.variant-mineral .contact-section {
  grid-template-columns: 1.3fr .7fr;
  align-items: start;
}
.variant-mineral .contact-copy h2 {
  max-width: 840px;
  font-size: clamp(3.3rem, 5.5vw, 6.2rem);
}
.variant-mineral .contact-details { padding-top: 48px; }

@media (max-width: 1040px) {
  .variant-mineral .brand-grid { grid-template-columns: repeat(3, 1fr); column-gap: 24px; }
  .variant-mineral .brand:nth-last-child(-n + 5) { border-bottom: 0; }
  .variant-mineral .brand:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .variant-mineral .benefit-card { grid-template-columns: 54px .8fr 1fr; }
}

@media (max-width: 700px) {
  .variant-mineral .hero-grid {
    width: 100%;
    padding: 62px 0 0;
    gap: 0;
  }
  .variant-mineral .hero-copy { padding: 0 20px 58px; }
  .variant-mineral .hero-visual { min-height: 410px; }
  .variant-mineral .hero-note { right: 20px; left: auto; bottom: 0; }
  .variant-mineral .hero-signal { padding: 0 16px; }
  .variant-mineral .hero-signal span { border-right: 0; }
  .variant-mineral .brand-grid { grid-template-columns: repeat(2, 1fr); column-gap: 18px; }
  .variant-mineral .brand:nth-last-child(-n + 3) { border-bottom: 0; }
  .variant-mineral .brand:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .variant-mineral .brand { min-height: 112px; }
  .variant-mineral .benefit-card {
    min-height: 0;
    padding: 30px 0 34px;
    grid-template-columns: 38px 1fr;
    gap: 10px 18px;
  }
  .variant-mineral .benefit-card p { grid-column: 2; }
  .variant-mineral .contact-details { padding-top: 0; }
}

/* Direction four: porcelain / ink blue — quieter, continuous, premium */
.variant-clean {
  --paper: #f4f6f4;
  --white: #fdfdfb;
  --ink: #17272e;
  --muted: #66767b;
  --line: rgba(23, 39, 46, .15);
  --blue: #416f7c;
  --blue-dark: #193c49;
  --aqua: #c8dadd;
  --aqua-light: #eef2f1;
  --signal: #6e9da5;
  overflow-x: clip;
  background: var(--white);
}
.variant-clean h1,
.variant-clean h2,
.variant-clean h3 { overflow-wrap: anywhere; }
.variant-clean .site-header {
  min-height: calc(80px + env(safe-area-inset-top));
  background: rgba(253, 253, 251, .96);
  border-top: 0;
  border-bottom: 1px solid rgba(23, 39, 46, .11);
  backdrop-filter: blur(18px);
}
.variant-clean .wordmark { font-weight: 700; letter-spacing: .38em; }
.variant-clean .main-nav { gap: 36px; }
.variant-clean .main-nav a { color: #42555c; font-size: .84rem; }
.variant-clean .main-nav .nav-cta {
  padding: 11px 19px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: 2px;
}
.variant-clean .hero {
  background: var(--white);
  border-bottom: 0;
}
.variant-clean .hero::before,
.variant-clean .clinical-grid,
.variant-clean .medical-mark,
.variant-clean .note-cross { display: none; }
.variant-clean .hero-grid {
  min-height: calc(100vh - 80px - 68px);
  padding: 84px 0 90px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(66px, 8vw, 120px);
}
.variant-clean .hero .eyebrow {
  width: fit-content;
  margin-bottom: 32px;
  padding-top: 11px;
  color: var(--blue);
  border-top: 1px solid var(--blue);
}
.variant-clean h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 4.8vw, 5.1rem);
  font-weight: 450;
  line-height: 1.015;
  letter-spacing: -.047em;
}
.variant-clean .hero-lead {
  max-width: 640px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.variant-clean .button { min-height: 52px; border-radius: 2px; }
.variant-clean .button-primary { background: var(--blue-dark); }
.variant-clean .button-primary:hover { background: #2d5a68; }
.variant-clean .text-link { color: var(--ink); text-decoration-color: #8aa0a5; }
.variant-clean .hero-visual { min-height: 560px; }
.variant-clean .hero-photo {
  inset: 0;
  border-radius: 2px;
  background: #dce6e7;
}
.variant-clean .hero-photo::after {
  background: linear-gradient(135deg, rgba(25, 60, 73, .08), transparent 58%);
}
.variant-clean .hero-photo img { filter: saturate(.72) contrast(.97) brightness(1.02); }
.variant-clean .hero-note {
  left: 24px;
  bottom: 24px;
  min-width: 0;
  padding: 13px 16px;
  background: rgba(253, 253, 251, .93);
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.variant-clean .hero-note p {
  color: #617178;
  font-size: .76rem;
  line-height: 1.45;
}
.variant-clean .hero-note strong { color: var(--ink); font-weight: 620; }
.variant-clean .hero-signal {
  width: 100%;
  min-height: 68px;
  padding: 0 max(32px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 5vw, 78px);
  background: var(--paper);
  border: 0;
}
.variant-clean .hero-signal span {
  position: relative;
  padding: 0;
  color: #65767c;
  border: 0;
  font-size: .72rem;
  letter-spacing: .13em;
}
.variant-clean .hero-signal span:first-child { border: 0; }
.variant-clean .hero-signal span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(clamp(32px, 5vw, 78px) / -2);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #91a6aa;
}
.variant-clean .section-white,
.variant-clean .offer { padding: 124px 0 132px; }
.variant-clean .section-white { background: var(--white); }
.variant-clean .section-title {
  grid-template-columns: .56fr 1.45fr .78fr;
  gap: 48px;
  margin-bottom: 66px;
}
.variant-clean .section-title .eyebrow {
  color: var(--blue);
  border-top-color: var(--blue);
}
.variant-clean h2 {
  font-size: clamp(2.65rem, 4.1vw, 4.35rem);
  font-weight: 450;
  line-height: 1.04;
  letter-spacing: -.044em;
}
.variant-clean .brand-grid {
  grid-template-columns: repeat(5, 1fr);
  column-gap: 34px;
  border: 0;
}
.variant-clean .brand {
  min-height: 120px;
  padding: 22px 8px;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
}
.variant-clean .brand:nth-last-child(-n + 5) { border-bottom: 1px solid var(--line); }
.variant-clean .brand:hover { background: transparent; }
.variant-clean .brand img,
.variant-clean .brand:hover img {
  max-width: 84%;
  filter: none;
  opacity: 1;
}
.variant-clean .section-action { margin-top: 38px; }
.variant-clean .button-outline { color: var(--blue-dark); border-color: #759098; }
.variant-clean .offer {
  background: var(--white);
  border-top: 1px solid var(--line);
}
.variant-clean .offer-shell {
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(76px, 10vw, 150px);
}
.variant-clean .offer-intro .eyebrow { color: var(--blue); }
.variant-clean .offer-photo {
  aspect-ratio: 1.34 / 1;
  margin-top: 52px;
  border-radius: 2px;
  background: #e8eff0;
}
.variant-clean .offer-photo img { filter: saturate(.72) contrast(.98); }
.variant-clean .offer-photo figcaption {
  left: 0;
  bottom: 0;
  padding: 12px 15px;
  color: var(--ink);
  background: rgba(253, 253, 251, .93);
}
.variant-clean .offer-photo figcaption span { display: none; }
.variant-clean .offer-list { border-top: 1px solid var(--line); }
.variant-clean .offer-item {
  min-height: 150px;
  padding: 27px 0 29px;
  grid-template-columns: 46px 1fr;
  border-bottom: 1px solid var(--line);
}
.variant-clean .offer-number { color: #789198; }
.variant-clean .offer-item h3 { font-weight: 520; }
.variant-clean .benefits {
  padding: 126px 0 134px;
  color: var(--ink);
  background: var(--aqua-light);
  border-top: 1px solid rgba(23, 39, 46, .08);
}
.variant-clean .benefits .section-shell { display: block; }
.variant-clean .benefits-heading {
  display: grid;
  grid-template-columns: .56fr 1.45fr .78fr;
  gap: 48px;
  margin-bottom: 66px;
}
.variant-clean .benefits .eyebrow {
  margin-top: 10px;
  color: var(--blue);
}
.variant-clean .benefits-heading h2 {
  grid-column: 2;
  color: var(--ink);
}
.variant-clean .benefits-heading .pulse-line { display: none; }
.variant-clean .benefit-grid {
  grid-template-columns: repeat(4, 1fr);
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.variant-clean .benefit-card {
  min-height: 245px;
  padding: 28px 28px 30px 0;
  border: 0;
  border-right: 1px solid var(--line);
}
.variant-clean .benefit-card + .benefit-card { padding-left: 28px; }
.variant-clean .benefit-card:last-child { border-right: 0; }
.variant-clean .benefit-card span { color: #789198; }
.variant-clean .benefit-card h3 { color: var(--ink); font-weight: 520; }
.variant-clean .benefit-card p { color: var(--muted); }
.variant-clean .contact-section {
  width: 100%;
  margin: 0;
  padding: 126px max(32px, calc((100vw - 1240px) / 2)) 132px;
  color: var(--white);
  background: var(--blue-dark);
  border-radius: 0;
}
.variant-clean .contact-copy .eyebrow { color: #a9c8cd; }
.variant-clean .contact-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.variant-clean .contact-copy > p { color: rgba(255, 255, 255, .66); }
.variant-clean .contact-button { color: var(--blue-dark); background: var(--white); }
.variant-clean .contact-button:hover { background: #e7eff0; }
.variant-clean .contact-person { border-top-color: rgba(255, 255, 255, .2); }
.variant-clean .contact-person p { color: var(--white); }
.variant-clean .contact-person span { color: rgba(255, 255, 255, .58); }
.variant-clean .site-footer { min-height: 134px; background: var(--white); }

@media (max-width: 1040px) {
  .variant-clean .hero-grid,
  .variant-clean .offer-shell { grid-template-columns: 1fr; }
  .variant-clean .section-title,
  .variant-clean .benefits-heading { grid-template-columns: 1fr; gap: 18px; }
  .variant-clean .benefits-heading h2 { grid-column: 1; }
  .variant-clean .benefits-heading h2 br { display: block; }
  .variant-clean .brand-grid { grid-template-columns: repeat(3, 1fr); column-gap: 24px; }
  .variant-clean .brand:nth-last-child(-n + 5) { border-bottom: 0; }
  .variant-clean .brand:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .variant-clean .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .variant-clean .benefit-card:nth-child(2) { border-right: 0; }
  .variant-clean .benefit-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .variant-clean .contact-section { padding-right: 20px; padding-left: 20px; }
}

@media (max-width: 700px) {
  .variant-clean .site-header { min-height: calc(68px + env(safe-area-inset-top)); }
  .variant-clean .main-nav { background: var(--white); }
  .variant-clean .hero-grid { padding: 58px 0 62px; gap: 48px; }
  .variant-clean h1 { font-size: clamp(2.65rem, 12.5vw, 3.75rem); }
  .variant-clean .hero-lead { font-size: 1rem; }
  .variant-clean .hero-visual { min-height: 430px; }
  .variant-clean .hero-photo { border-radius: 2px; }
  .variant-clean .hero-note { left: 14px; bottom: 14px; padding: 12px 14px; }
  .variant-clean .hero-signal {
    min-height: 0;
    padding: 21px 16px;
    flex-wrap: wrap;
    gap: 13px 28px;
  }
  .variant-clean .hero-signal span { font-size: .68rem; }
  .variant-clean .hero-signal span:not(:last-child)::after { right: -15px; }
  .variant-clean .section-white,
  .variant-clean .offer,
  .variant-clean .benefits { padding: 88px 0 96px; }
  .variant-clean h2 { font-size: clamp(2.3rem, 10.7vw, 3.15rem); }
  .variant-clean .section-title { margin-bottom: 48px; }
  .variant-clean .brand-grid { grid-template-columns: repeat(2, 1fr); column-gap: 18px; }
  .variant-clean .brand:nth-last-child(-n + 3) { border-bottom: 0; }
  .variant-clean .brand:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .variant-clean .brand { min-height: 108px; }
  .variant-clean .offer-photo { margin-top: 40px; }
  .variant-clean .offer-item { min-height: 0; grid-template-columns: 36px 1fr; padding: 25px 0 27px; }
  .variant-clean .offer-item h3 { font-size: 1.35rem; }
  .variant-clean .offer-item p { font-size: .96rem; }
  .variant-clean .benefits-heading { margin-bottom: 48px; }
  .variant-clean .benefits-heading h2 br { display: block; }
  .variant-clean .benefit-grid { grid-template-columns: 1fr; }
  .variant-clean .benefit-card,
  .variant-clean .benefit-card + .benefit-card {
    min-height: 190px;
    padding: 25px 0 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .variant-clean .benefit-card:last-child { border-bottom: 0; }
  .variant-clean .contact-section { padding: 88px 20px 94px; }
  .variant-clean .contact-copy h2 { font-size: clamp(2.45rem, 11.5vw, 3.35rem); }
}

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

/* Direction five: Swiss editorial healthcare */
.variant-studio {
  --studio-paper: #f6f7f4;
  --studio-white: #fdfdfb;
  --studio-ink: #14262d;
  --studio-muted: #66757a;
  --studio-blue: #214c59;
  --studio-blue-soft: #dce7e8;
  --studio-line: rgba(20, 38, 45, .17);
  --studio-page: min(1320px, calc(100vw - 80px));
  overflow-x: clip;
  color: var(--studio-ink);
  background: var(--studio-white);
  font-family: "Helvetica Neue", "Neue Haas Grotesk Text Pro", Helvetica, Arial, sans-serif;
}
.variant-studio h1,
.variant-studio h2,
.variant-studio h3 { overflow-wrap: normal; }
.variant-studio .site-header {
  min-height: calc(84px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) max(40px, calc((100vw - 1320px) / 2)) 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  grid-template-areas: "brand descriptor nav actions";
  color: var(--studio-ink);
  background: rgba(253, 253, 251, .95);
  border: 0;
  border-bottom: 1px solid var(--studio-line);
  backdrop-filter: blur(18px);
}
.variant-studio .site-header > .wordmark { grid-area: brand; }
.variant-studio .site-header > .header-descriptor { grid-area: descriptor; }
.variant-studio .site-header > .main-nav { grid-area: nav; }
.variant-studio .header-actions {
  grid-area: actions;
  margin-left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.variant-studio .wordmark {
  width: fit-content;
  font-size: .87rem;
  font-weight: 720;
  letter-spacing: .42em;
}
.variant-studio .header-descriptor {
  margin: 0;
  color: var(--studio-muted);
  font-size: .72rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.variant-studio .main-nav {
  justify-self: end;
  gap: 30px;
}
.variant-studio .main-nav a {
  color: #45565b;
  font-size: .78rem;
  letter-spacing: .04em;
}
.variant-studio .main-nav .nav-cta {
  padding: 0;
  color: var(--studio-ink);
  background: transparent;
  border-radius: 0;
  border-bottom: 0;
}
.variant-studio .main-nav > a:focus-visible,
.variant-studio .language-switcher a:focus-visible {
  outline: 2px solid var(--studio-ink);
  outline-offset: 4px;
}
.variant-studio .language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8a979a;
  font-size: .72rem;
  letter-spacing: .08em;
  white-space: nowrap;
}
.variant-studio .language-switcher a {
  padding: 0 0 3px;
  color: #8a979a;
  font-size: inherit;
  text-decoration: none;
}
.variant-studio .language-switcher a.is-active {
  color: var(--studio-ink);
  border-bottom: 1px solid var(--studio-ink);
}
.variant-studio .header-language-switcher {
  padding-left: 20px;
  border-left: 1px solid var(--studio-line);
}
.studio-privacy-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.studio-privacy-meta .language-switcher { flex: 0 0 auto; }

.studio-kicker {
  margin: 0;
  color: var(--studio-blue);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.studio-kicker span { color: #8a979a; }
.studio-mobile-section-number { display: none; }
.studio-hero {
  position: relative;
  width: var(--studio-page);
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 78px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(410px, .82fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(58px, 7vw, 112px);
  background: var(--studio-white);
}
.studio-hero-copy {
  padding: 12px 0 54px;
  display: flex;
  flex-direction: column;
}
.studio-hero-copy h1 {
  max-width: 890px;
  margin: clamp(70px, 10vh, 122px) 0 0;
  font-size: clamp(4rem, 6.35vw, 7.35rem);
  font-weight: 430;
  line-height: .91;
  letter-spacing: -.066em;
}
.studio-hero-copy h1 em {
  color: var(--studio-blue);
  font-style: normal;
  font-weight: 350;
}
.studio-hero-bottom {
  max-width: 700px;
  margin-top: auto;
  padding-top: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: end;
  border-top: 1px solid var(--studio-line);
}
.studio-hero-copytext {
  max-width: 465px;
}
.studio-hero-copytext p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 1rem;
  line-height: 1.7;
}
.studio-hero-copytext p + p { margin-top: 18px; }
.studio-arrow-link {
  width: fit-content;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--studio-ink);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  font-size: .83rem;
  font-weight: 620;
  letter-spacing: .04em;
}
.studio-arrow-link span { color: var(--studio-blue); }
.studio-hero-image {
  position: relative;
  height: 100%;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #dbe8eb;
}
.studio-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 54, 67, .02), rgba(16, 54, 67, .12));
  pointer-events: none;
}
.studio-hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.72) contrast(.99) brightness(1.03);
}
.studio-hero-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(300px, 72%);
  padding: 22px 24px 24px;
  display: block;
  color: var(--studio-white);
  background: rgba(20, 53, 64, .95);
}
.studio-hero-image figcaption span {
  color: #a9c5c9;
  font-size: .68rem;
  letter-spacing: .12em;
}
.studio-hero-image figcaption p {
  margin: 0;
  font-size: .83rem;
  line-height: 1.55;
}

.studio-numbered-kicker {
  display: block;
}
.studio-numbered-kicker > span {
  display: none;
}
.studio-contact-section-label { display: none; }
.studio-hero-aside {
  grid-column: 1 / -1;
  min-height: 68px;
  margin-top: 42px;
  padding-left: calc(100% - 490px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
.studio-hero-aside span {
  color: #6d7c80;
  font-size: .67rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.studio-section {
  scroll-margin-top: 100px;
  width: var(--studio-page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  border-bottom: 1px solid var(--studio-line);
}
.studio-rail {
  padding-top: 132px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid var(--studio-line);
}
.studio-rail span {
  color: #829397;
  font-size: .67rem;
  letter-spacing: .14em;
}
.studio-rail i {
  width: 1px;
  height: 62px;
  margin: 22px 0 0 8px;
  display: block;
  background: var(--studio-blue);
}
.studio-content { min-width: 0; padding: 128px 0 136px 74px; }
.studio-section-head {
  display: grid;
  grid-template-columns: .48fr 1.2fr .62fr;
  gap: clamp(38px, 5vw, 76px);
  align-items: start;
}
.studio-section-head .studio-kicker { margin-top: 10px; }
.studio-section-head h2,
.studio-offer-head h2,
.studio-principles h2,
.studio-about h2,
.studio-contact h2 {
  margin: 0;
  font-size: clamp(3rem, 4.7vw, 5.35rem);
  font-weight: 410;
  line-height: .98;
  letter-spacing: -.055em;
}
.studio-section-head > p:last-child,
.studio-offer-head > p,
.studio-principles-intro > p {
  margin: 8px 0 0;
  color: var(--studio-muted);
  line-height: 1.7;
}
.studio-logo-field {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 38px;
}
.studio-logo-field.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
.studio-logo-field.reveal .studio-brand {
  opacity: 0;
  transform: translateY(9px);
  transition: opacity 480ms ease, transform 480ms ease;
  transition-delay: var(--brand-delay, 0ms);
}
.studio-logo-field.reveal.visible .studio-brand {
  opacity: 1;
  transform: translateY(0);
}
.studio-brand {
  min-height: 126px;
  padding: 28px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.studio-brand:nth-last-child(-n + 4) { border-bottom: 0; }
.studio-brand img {
  width: auto;
  max-width: 86%;
  max-height: 66px;
  object-fit: contain;
  filter: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
.studio-brand.brand-3m img { max-width: 56%; max-height: 49px; }
.studio-brand.brand-hartmann img { max-width: 82%; max-height: 64px; }
.studio-brand.brand-convatec img { max-width: 61%; max-height: 68px; }
.studio-brand.brand-medtronic img,
.studio-brand.brand-novo img { max-width: 64%; max-height: 68px; }
.studio-brand.brand-molnlycke img { max-width: 82%; max-height: 92px; }
.studio-brand.brand-smith-nephew img { max-width: 84%; max-height: 44px; }
.studio-brand.brand-cook-medical img { max-width: 43%; max-height: 70px; }
.studio-brand.brand-ethicon img { max-width: 80%; max-height: 48px; }
.studio-brand.brand-bd img { max-width: 60%; max-height: 54px; }
.studio-brand.brand-tena img { max-width: 74%; max-height: 60px; }
.studio-brand.brand-wellspect img { max-width: 84%; max-height: 55px; }
.studio-brand.brand-urgo img { max-width: 73%; max-height: 57px; }
.studio-brand.brand-bbraun img { max-width: 78%; max-height: 52px; }
.studio-brand.brand-terumo img { max-width: 81%; max-height: 48px; }
.studio-brand.brand-lr img { max-width: 83%; max-height: 46px; }
.studio-brand.brand-swan img { max-width: 85%; max-height: 44px; }
.studio-more {
  min-height: 44px;
  margin-top: 42px;
  margin-left: auto;
  padding: 10px 0 7px;
}

@media (prefers-reduced-motion: reduce) {
  .studio-logo-field.reveal .studio-brand {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.studio-offer { background: var(--studio-white); }
.studio-offer-head {
  display: grid;
  grid-template-columns: 1.55fr .55fr;
  gap: clamp(58px, 8vw, 124px);
  align-items: end;
}
.studio-offer-head .studio-kicker { margin-bottom: 30px; }
.studio-offer-head h2 { max-width: 860px; }
.studio-offer-layout {
  margin-top: 96px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(72px, 9vw, 138px);
  align-items: start;
}
.studio-offer-image {
  position: sticky;
  top: 118px;
  aspect-ratio: .88 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--studio-blue-soft);
}
.studio-offer-image img {
  height: 100%;
  object-fit: cover;
  object-position: 87% center;
  filter: saturate(.82) contrast(1.01);
}
.studio-offer-image figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px 16px;
  color: var(--studio-ink);
  background: rgba(253, 253, 251, .94);
  font-size: .67rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.studio-offer-list { border-top: 1px solid var(--studio-line); }
.studio-offer-item {
  min-height: 150px;
  padding: 28px 0 31px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 46px;
  align-items: start;
  border-bottom: 1px solid var(--studio-line);
}
.studio-offer-item h3 {
  margin: 0;
  font-size: clamp(1.35rem, 1.7vw, 1.72rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.studio-offer-item p {
  margin: 3px 0 0;
  color: var(--studio-muted);
  line-height: 1.65;
}

.studio-principles {
  width: var(--studio-page);
  margin: 0 auto;
  padding: 128px 0 132px 146px;
  background: var(--studio-paper);
}
.studio-principles > .studio-kicker { margin-bottom: 55px; }
.studio-principles-intro {
  display: block;
}
.studio-principles h2 {
  max-width: 75%;
  font-size: clamp(3.5rem, 5.6vw, 6.45rem);
}
.studio-principles-list {
  margin-top: 108px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
.studio-principle {
  min-height: 222px;
  margin: 0;
  padding: 27px 24px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--studio-ink);
  border-right: 1px solid var(--studio-line);
}
.studio-principle + .studio-principle { padding-left: 24px; }
.studio-principle:last-child { border-right: 0; }
.studio-principle span {
  color: #7a8d91;
  font-size: .66rem;
  letter-spacing: .13em;
}
.studio-principle h3 {
  margin: 27px 0 0;
  font-size: clamp(1.02rem, 1.28vw, 1.24rem);
  font-weight: 520;
  line-height: 1.3;
  letter-spacing: -.018em;
}
.studio-principle p {
  margin: 14px 0 0;
  color: var(--studio-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.studio-about {
  scroll-margin-top: 100px;
  width: var(--studio-page);
  margin: 0 auto;
  padding: 96px 0 100px 146px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
  gap: clamp(72px, 9vw, 138px);
  align-items: start;
  border-top: 1px solid var(--studio-line);
}
.studio-about-lead .studio-kicker { margin-bottom: 38px; }
.studio-about h2 {
  max-width: 560px;
  text-wrap: balance;
}
.studio-about-copy {
  max-width: 570px;
  padding-top: 67px;
}
.studio-about-copy p {
  margin: 0;
  color: var(--studio-muted);
  font-size: 1.01rem;
  line-height: 1.72;
}
.studio-about-copy p + p { margin-top: 24px; }

.studio-contact {
  position: relative;
  scroll-margin-top: 100px;
  width: 100%;
  padding: 106px max(40px, calc((100vw - 1320px) / 2)) 110px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.08fr);
  grid-template-areas:
    "intro form"
    "direct form";
  column-gap: clamp(72px, 8vw, 132px);
  row-gap: 48px;
  align-items: start;
  color: var(--studio-white);
  background: var(--studio-blue);
}

@media (min-width: 1041px) {
  .studio-brands,
  .studio-offer {
    display: block;
  }
  .studio-brands > .studio-rail,
  .studio-offer > .studio-rail {
    display: none;
  }
  .studio-brands > .studio-content,
  .studio-offer > .studio-content {
    width: 100%;
    padding-left: 0;
  }
  .studio-numbered-kicker {
    display: flex;
    align-items: baseline;
    gap: 18px;
  }
  .studio-numbered-kicker > span {
    display: inline;
    color: #829397;
    font-size: .67rem;
    letter-spacing: .14em;
  }
  .studio-hero-kicker {
    display: flex;
    align-items: baseline;
    gap: 18px;
  }
  .studio-hero-kicker > span {
    order: -1;
    color: #829397;
    font-size: .67rem;
    letter-spacing: .14em;
  }
  .studio-brands .studio-section-head { display: block; }
  .studio-brands .studio-section-head .studio-kicker { margin: 0 0 30px; }
  .studio-contact-section-label {
    display: flex;
    position: absolute;
    top: 54px;
    left: max(40px, calc((100vw - 1320px) / 2));
    color: #b9d2d5;
  }
  .studio-contact-section-label > span { color: #b9d2d5; }
}
.studio-contact .studio-kicker { color: #b9d2d5; }
.studio-contact-intro { grid-area: intro; }
.studio-contact-intro h2 {
  max-width: 540px;
  margin-top: 0;
}
.studio-contact-intro > p:last-child {
  max-width: 510px;
  margin: 28px 0 0;
  color: rgba(253, 253, 251, .78);
  font-size: 1rem;
  line-height: 1.65;
}
.studio-contact-form {
  grid-area: form;
  width: 100%;
  max-width: 720px;
  justify-self: end;
  display: grid;
  gap: 21px;
}
.studio-form-fields {
  display: grid;
  gap: 21px;
}
.studio-form-fields[hidden],
.studio-form-success[hidden] { display: none; }
.studio-form-success {
  width: 100%;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  color: var(--studio-blue);
  background: var(--studio-white);
  border: 1px solid rgba(9, 43, 88, .22);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
}
.studio-contact-form.is-success .studio-form-success {
  opacity: 1;
  transform: translateY(0);
}
.studio-form-success-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.08rem;
  line-height: 1;
}
.studio-form-success h3 {
  margin: 1px 0 8px;
  color: var(--studio-blue);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 620;
  line-height: 1.3;
  letter-spacing: -.015em;
}
.studio-form-success p {
  margin: 0;
  color: rgba(9, 43, 88, .76);
  font-size: .92rem;
  line-height: 1.55;
}
.studio-form-success:focus { outline: none; }
.studio-form-success:focus-visible {
  outline: 2px solid var(--studio-white);
  outline-offset: 4px;
}
.studio-form-heading {
  margin: 0 0 4px;
  color: rgba(253, 253, 251, .82);
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.studio-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.studio-contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(253, 253, 251, .82);
  font-size: .7rem;
  font-weight: 560;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.studio-contact-form input,
.studio-contact-form textarea {
  width: 100%;
  padding: 2px 0 12px;
  color: var(--studio-white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(253, 253, 251, .42);
  border-radius: 0;
  outline: 0;
  font: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
  transition: border-color .2s ease;
}
.studio-contact-form textarea {
  min-height: 92px;
  resize: vertical;
}
.studio-contact-form input:focus,
.studio-contact-form textarea:focus { border-bottom-color: var(--studio-white); }
.studio-contact-form textarea::placeholder { color: rgba(253, 253, 251, .5); }
.studio-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0 !important;
}
.studio-file-field {
  position: relative;
  width: fit-content;
  max-width: 100%;
  gap: 6px !important;
  cursor: pointer;
}
.studio-file-field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.studio-file-trigger {
  width: fit-content;
  padding-bottom: 6px;
  color: var(--studio-white);
  border-bottom: 1px solid rgba(253, 253, 251, .55);
}
.studio-file-field small,
.studio-file-field output {
  color: rgba(253, 253, 251, .62);
  font-size: .67rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .02em;
  text-transform: none;
}
.studio-file-field output { color: rgba(253, 253, 251, .8); }
.studio-file-field output:empty { display: none; }
.studio-submit-button {
  width: fit-content;
  margin-top: 3px;
  padding: 14px 20px;
  color: var(--studio-blue);
  background: var(--studio-white);
  border: 1px solid var(--studio-white);
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .045em;
}
.studio-submit-button:hover { background: #e9f0f0; }
.studio-submit-button:disabled { cursor: wait; opacity: .72; }
.studio-submit-button:focus-visible {
  outline: 2px solid var(--studio-white);
  outline-offset: 4px;
}
.studio-form-status {
  min-height: 1.35em;
  margin: 0;
  color: rgba(253, 253, 251, .88);
  font-size: .78rem;
  line-height: 1.5;
}
.studio-form-status.is-error { color: #ffd6cf; }
.studio-form-privacy {
  margin: -4px 0 0;
  color: rgba(253, 253, 251, .58);
  font-size: .7rem;
  line-height: 1.55;
}
.studio-form-privacy a { color: rgba(253, 253, 251, .86); text-underline-offset: 3px; }
.studio-contact-direct {
  grid-area: direct;
  display: grid;
  justify-items: start;
  align-self: end;
  width: min(100%, 420px);
  padding: 0 0 8px;
  gap: 11px;
}
.studio-contact-direct > span {
  color: rgba(253, 253, 251, .76);
  font-size: .66rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.studio-contact-direct > a {
  max-width: 100%;
  color: var(--studio-white);
  text-decoration: none;
  font-size: clamp(1.18rem, 1.45vw, 1.38rem);
  line-height: 1.3;
  letter-spacing: -.015em;
}
.studio-footer {
  width: var(--studio-page);
  margin: 0 auto;
  color: var(--studio-muted);
  font-size: .76rem;
  line-height: 1.55;
}
.studio-footer-top {
  padding: 38px 0 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 48px;
}
.studio-footer-details {
  display: grid;
  justify-items: end;
  gap: 1px;
  color: var(--studio-muted);
  font-style: normal;
  text-align: right;
}
.studio-footer-details a {
  color: var(--studio-ink);
  text-decoration: none;
}
.studio-footer-bottom {
  padding: 17px 0 22px;
  border-top: 1px solid var(--studio-line);
}
.studio-footer-bottom p { margin: 0; }
.studio-footer-bottom a {
  color: inherit;
  text-underline-offset: 3px;
}
.studio-privacy-shell {
  width: var(--studio-page);
  min-height: calc(100vh - 260px);
  margin: 0 auto;
  padding: 112px 0 96px;
}
.studio-privacy-shell h1 {
  max-width: 900px;
  margin: 54px 0 0;
  color: var(--studio-ink);
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 410;
  line-height: .95;
  letter-spacing: -.06em;
}
.studio-privacy-lead {
  max-width: 720px;
  margin: 38px 0 0;
  color: var(--studio-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}
.studio-privacy-content {
  max-width: 840px;
  margin-top: 70px;
}
.studio-privacy-section {
  padding: 30px 0;
  border-top: 1px solid var(--studio-line);
}
.studio-privacy-section h2 {
  margin: 0 0 16px;
  color: var(--studio-ink);
  font-size: 1.18rem;
  font-weight: 560;
  letter-spacing: -.015em;
}
.studio-privacy-section p,
.studio-privacy-section li {
  color: var(--studio-muted);
  font-size: .94rem;
  line-height: 1.72;
}
.studio-privacy-section p { margin: 0; }
.studio-privacy-section p + p { margin-top: 12px; }
.studio-privacy-section ul {
  margin: 12px 0 0;
  padding-left: 20px;
}
.studio-privacy-section a { color: var(--studio-blue); text-underline-offset: 3px; }
.studio-privacy-back {
  display: inline-block;
  margin-top: 34px;
  color: var(--studio-blue);
  text-underline-offset: 5px;
}

@media (max-width: 1040px) {
  .variant-studio { --studio-page: min(100% - 40px, 820px); }
  .variant-studio .site-header {
    padding-right: 20px;
    padding-left: 20px;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "brand nav actions";
  }
  .variant-studio .header-descriptor { display: none; }
  .variant-studio .header-actions { margin-left: 0; }
  .studio-hero {
    min-height: 0;
    padding-top: 66px;
    grid-template-columns: 1fr;
  }
  .studio-hero-copy { min-height: 660px; }
  .studio-hero-image { min-height: 620px; }
  .studio-hero-aside { padding-left: 0; }
  .studio-section { grid-template-columns: 52px minmax(0, 1fr); }
  .studio-content { padding-left: 50px; }
  .studio-section-head { grid-template-columns: 1fr; gap: 24px; }
  .studio-section-head .studio-kicker { margin-top: 0; }
  .studio-section-head > p:last-child { max-width: 600px; }
  .studio-logo-field { grid-template-columns: repeat(3, 1fr); }
  .studio-brand:nth-last-child(-n + 4),
  .studio-brand:nth-last-child(-n + 3) { border-bottom: 0; }
  .studio-offer-head { grid-template-columns: 1fr; gap: 30px; }
  .studio-offer-head > p { max-width: 600px; }
  .studio-offer-layout { grid-template-columns: 1fr; }
  .studio-offer-image { position: static; max-width: 590px; aspect-ratio: 1.35 / 1; }
  .studio-principles { padding-left: 102px; }
  .studio-principles h2 { max-width: 100%; }
  .studio-principles-list { grid-template-columns: repeat(2, 1fr); }
  .studio-principle:nth-child(odd) { padding-left: 0; }
  .studio-principle:nth-child(even) { padding-left: 24px; }
  .studio-principle:nth-child(2) { border-right: 0; }
  .studio-principle:nth-child(-n + 2) { border-bottom: 1px solid var(--studio-line); }
  .studio-about {
    padding-left: 102px;
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .studio-about h2 { max-width: 680px; }
  .studio-about-copy { max-width: 650px; padding-top: 0; }
  .studio-contact {
    padding-right: 20px;
    padding-left: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "direct" "form";
    row-gap: 44px;
  }
  .studio-contact-form { max-width: 760px; margin-top: 12px; justify-self: start; }
  .studio-contact-direct { align-self: start; }
}

@media (max-width: 700px) {
  .variant-studio { --studio-page: calc(100vw - 32px); }
  .studio-mobile-section-number,
  .studio-numbered-kicker > span {
    display: inline;
    margin-right: 14px;
    color: #829397;
    font-size: .67rem;
    letter-spacing: .14em;
  }
  .studio-section,
  .studio-about,
  .studio-contact { scroll-margin-top: 80px; }
  .variant-studio .site-header {
    position: relative;
    top: auto;
    min-height: calc(68px + env(safe-area-inset-top));
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand actions";
  }
  .variant-studio .header-language-switcher {
    padding-left: 0;
    border-left: 0;
  }
  .variant-studio .main-nav {
    top: calc(68px + env(safe-area-inset-top));
    right: 0;
    left: auto;
    width: clamp(105px, 27vw, 120px);
    padding: 18px 0 20px;
    justify-self: auto;
    align-items: stretch;
    gap: 0;
    z-index: 30;
    opacity: 1;
    background: var(--studio-white);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 0;
  }
  .variant-studio .main-nav a {
    width: 100%;
    margin: 0;
    padding: 11px 0;
    display: block;
    text-align: left;
  }
  .variant-studio .main-nav .language-switcher {
    width: 100%;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 0;
  }
  .variant-studio .main-nav .language-switcher a {
    width: auto;
    padding: 0 0 3px;
    display: inline-block;
  }
  .variant-studio .main-nav .nav-cta {
    width: 100%;
    margin-top: 0;
    padding: 11px 0;
    align-self: flex-start;
    text-align: left;
    color: var(--studio-ink);
    background: transparent;
    border-bottom: 0;
  }
  .studio-hero { width: 100%; padding: 48px 0 0; }
  .studio-hero-copy { min-height: 0; padding: 0 16px 52px; }
  .studio-hero-copy h1 {
    margin-top: 66px;
    font-size: clamp(3.05rem, 14.8vw, 4.3rem);
    line-height: .94;
    letter-spacing: -.062em;
  }
  .studio-hero-bottom {
    margin-top: 72px;
    padding-top: 30px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .studio-hero-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }
  .studio-hero-image img { object-position: 58% center; }
  .studio-hero-image figcaption { width: min(250px, 72%); padding: 14px 16px 16px; }
  .studio-hero-aside {
    margin: 0 16px;
    padding: 19px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 24px;
  }
  .studio-section { width: 100%; grid-template-columns: 1fr; }
  .studio-rail { display: none; }
  .studio-content { padding: 88px 16px 94px; }
  .studio-section-head h2,
  .studio-offer-head h2,
  .studio-contact h2 { font-size: clamp(2.65rem, 12vw, 3.7rem); }
  .studio-logo-field {
    margin-top: 58px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 6px;
  }
  .studio-brand { min-height: 98px; padding: 20px 5px; }
  .studio-brand img { max-width: 88%; max-height: 52px; }
  .studio-brand.brand-3m img { max-width: 55%; max-height: 42px; }
  .studio-brand.brand-hartmann img { max-width: 86%; max-height: 54px; }
  .studio-brand.brand-convatec img { max-width: 62%; max-height: 57px; }
  .studio-brand.brand-medtronic img { max-width: 67%; max-height: 58px; }
  .studio-brand.brand-molnlycke img { max-width: 86%; max-height: 76px; }
  .studio-brand.brand-smith-nephew img { max-width: 88%; max-height: 36px; }
  .studio-brand.brand-cook-medical img { max-width: 48%; max-height: 60px; }
  .studio-brand.brand-ethicon img { max-width: 84%; max-height: 40px; }
  .studio-brand.brand-wellspect img { max-width: 86%; max-height: 44px; }
  .studio-brand.brand-bd img { max-width: 68%; max-height: 43px; }
  .studio-brand.brand-tena img { max-width: 76%; max-height: 50px; }
  .studio-brand.brand-urgo img { max-width: 78%; max-height: 45px; }
  .studio-brand.brand-bbraun img { max-width: 82%; max-height: 39px; }
  .studio-brand.brand-terumo img { max-width: 84%; max-height: 36px; }
  .studio-brand.brand-lr img { max-width: 88%; max-height: 34px; }
  .studio-brand.brand-swan img { max-width: 90%; max-height: 34px; }
  .studio-more { margin-left: 0; }
  .studio-offer-layout { margin-top: 58px; gap: 55px; }
  .studio-offer-image { aspect-ratio: 1.03 / 1; }
  .studio-offer-image img { object-position: 78% center; }
  .studio-offer-item {
    min-height: 0;
    padding: 25px 0 28px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .studio-offer-item h3 { font-size: 1.36rem; }
  .studio-offer-item p { font-size: .96rem; }
  .studio-principles {
    width: 100%;
    padding: 88px 16px 94px;
  }
  .studio-principles > .studio-kicker { margin-bottom: 42px; }
  .studio-principles h2 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .studio-principles-list { margin-top: 62px; grid-template-columns: 1fr; }
  .studio-principle,
  .studio-principle + .studio-principle {
    min-height: 0;
    padding: 22px 0 26px;
    border-right: 0;
    border-bottom: 1px solid var(--studio-line);
  }
  .studio-principle:last-child { border-bottom: 0; }
  .studio-principle h3 { margin-top: 19px; font-size: 1.12rem; }
  .studio-principle p { max-width: 34rem; font-size: .9rem; }
  .studio-about {
    width: 100%;
    padding: 76px 16px 78px;
    gap: 38px;
  }
  .studio-about-lead .studio-kicker { margin-bottom: 30px; }
  .studio-about h2 {
    max-width: 390px;
    font-size: clamp(2.5rem, 11.6vw, 3.4rem);
    line-height: 1;
  }
  .studio-about-copy p { font-size: .97rem; line-height: 1.68; }
  .studio-about-copy p + p { margin-top: 20px; }
  .studio-contact {
    padding: 78px 16px 82px;
    row-gap: 34px;
  }
  .studio-contact[data-section-number]::before {
    content: attr(data-section-number);
    position: absolute;
    top: 38px;
    left: 16px;
    color: #b9d2d5;
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .14em;
  }
  .studio-contact-intro h2 {
    margin-top: 0;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }
  .studio-contact-intro > p:last-child { margin-top: 22px; font-size: .96rem; }
  .studio-form-row { grid-template-columns: 1fr; }
  .studio-contact-form { margin-top: 28px; gap: 17px; }
  .studio-submit-button { width: 100%; }
  .studio-contact-direct { padding-bottom: 8px; gap: 10px; }
  .studio-contact-direct > a { overflow-wrap: anywhere; font-size: clamp(1.14rem, 5vw, 1.3rem); }
  .studio-footer {
    font-size: .74rem;
  }
  .studio-footer-top {
    padding: 30px 0 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .studio-footer-details {
    justify-items: start;
    text-align: left;
  }
  .studio-footer-bottom { padding: 15px 0 20px; }
  .studio-privacy-shell { padding: 82px 0 72px; }
  .studio-privacy-shell h1 {
    margin-top: 38px;
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }
  .studio-privacy-lead { margin-top: 28px; font-size: .96rem; }
  .studio-privacy-content { margin-top: 48px; }
  .studio-privacy-section { padding: 25px 0; }
}

/* Editorial catalogue — visual continuation of the main page */
.studio-catalog { background: var(--studio-white); }
.studio-catalog-hero {
  width: var(--studio-page);
  min-height: 650px;
  margin: 0 auto;
  padding: 128px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(72px, 9vw, 148px);
}
.studio-catalog-title h1 {
  max-width: 900px;
  margin-top: 88px;
  color: var(--studio-ink);
  font-size: clamp(5.4rem, 10vw, 9.5rem);
  font-weight: 430;
  line-height: .82;
  letter-spacing: -.07em;
}
.studio-catalog-title h1 em { color: var(--studio-blue); font-style: normal; }
.studio-catalog-lead { max-width: 500px; padding-top: 86px; }
.studio-catalog-lead p { margin: 0; color: var(--studio-muted); font-size: 1.05rem; line-height: 1.72; }
.studio-catalog-lead p + p { margin-top: 24px; }
.studio-catalog-aside {
  grid-column: 1 / -1;
  min-height: 76px;
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
.studio-catalog-aside span {
  padding: 25px 30px;
  color: var(--studio-muted);
  font-size: .72rem;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid var(--studio-line);
}
.studio-catalog-aside span:last-child { border-right: 0; }
.studio-catalog-feature { background: var(--studio-paper); }
.studio-catalog-feature-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: end;
}
.studio-catalog-feature-head h2 {
  max-width: 840px;
  margin-top: 42px;
  font-size: clamp(3.5rem, 5.8vw, 6.7rem);
}
.studio-catalog-feature-logo {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
.studio-catalog-feature-logo img { width: auto; max-width: 76%; max-height: 86px; object-fit: contain; }
.studio-product-index { margin-top: 98px; border-top: 1px solid var(--studio-line); }
.studio-product-row {
  min-height: 166px;
  padding: 34px 0 38px;
  display: grid;
  grid-template-columns: 54px minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: start;
  border-bottom: 1px solid var(--studio-line);
}
.studio-product-row > span,
.studio-brand-number { padding-top: 6px; color: #8a979a; font-size: .72rem; letter-spacing: .13em; }
.studio-product-row h3 {
  margin: 0;
  color: var(--studio-ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 520;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.studio-brand-row h3 {
  margin: 0;
  color: var(--studio-ink);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.015em;
}
.studio-product-row p,
.studio-brand-row p { margin: 2px 0 0; color: var(--studio-muted); line-height: 1.68; }
.studio-catalog-note { margin: 34px 0 0 auto; max-width: 540px; color: var(--studio-blue); font-size: .82rem; letter-spacing: .03em; }
.studio-catalog-brands { background: var(--studio-white); }
.studio-catalog-products { scroll-margin-top: 100px; width: var(--studio-page); margin: 0 auto; }
.studio-catalog-products .studio-content { padding: 112px 0 136px; }
.studio-catalog-products-head { display: block; }
.studio-brand-index { margin-top: 64px; border-top: 1px solid var(--studio-line); }
.studio-brand-row {
  min-height: 178px;
  padding: 35px 0;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 172px;
  gap: clamp(20px, 3vw, 52px);
  align-items: center;
  border-bottom: 1px solid var(--studio-line);
  scroll-margin-top: 100px;
}
.studio-brand-index .studio-brand-row:last-child { border-bottom: 0; }
.studio-index-logo { min-height: 88px; display: flex; align-items: center; }
.studio-index-logo img { width: auto; max-width: 84%; max-height: 66px; object-fit: contain; }
.studio-index-logo.brand-3m img { max-width: 62%; max-height: 58px; }
.studio-index-logo.brand-bd img { max-width: 70%; max-height: 60px; }
.studio-index-logo.brand-molnlycke img { max-width: 88%; max-height: 92px; }
.studio-index-logo.brand-smith-nephew img { max-width: 88%; max-height: 48px; }
.studio-index-logo.brand-cook-medical img { max-width: 48%; max-height: 72px; }
.studio-index-logo.brand-ethicon img { max-width: 86%; max-height: 52px; }
.studio-brand-status { align-self: end; }
.studio-brand-conclusion {
  color: var(--studio-blue);
  font-size: .76rem;
  line-height: 1.55;
  letter-spacing: .04em;
  text-transform: none;
}

.studio-brand-row-expanded {
  padding-top: 44px;
  padding-bottom: 46px;
  align-items: start;
}
.studio-brand-row-expanded .studio-index-logo { padding-top: 4px; align-items: flex-start; }
.studio-brand-expanded-body { min-width: 0; grid-column: 2 / 4; }
.studio-brand-categories {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}
.studio-brand-categories-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.studio-brand-categories-one { grid-template-columns: minmax(0, 760px); }
.studio-brand-categories > div { min-width: 0; }
.studio-brand-categories h4 {
  margin: 0 0 10px;
  color: var(--studio-ink);
  font-size: 1rem;
  font-weight: 520;
  line-height: 1.35;
  letter-spacing: -.015em;
}
.studio-brand-row .studio-brand-categories p {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: .92rem;
  line-height: 1.62;
}
.studio-brand-row .studio-expanded-note {
  margin: 32px 0 0;
  color: var(--studio-blue);
  font-size: .76rem;
  line-height: 1.55;
  letter-spacing: .04em;
}

@media (max-width: 1040px) {
  .studio-catalog-hero { min-height: 610px; padding-top: 104px; column-gap: 50px; }
  .studio-catalog-title h1 { margin-top: 70px; font-size: clamp(5rem, 13vw, 7.4rem); }
  .studio-catalog-feature-head { grid-template-columns: 1fr; align-items: start; }
  .studio-catalog-feature-logo { max-width: 390px; }
  .studio-product-row { grid-template-columns: 48px minmax(210px, .8fr) minmax(0, 1.2fr); }
  .studio-catalog-products .studio-content { padding: 94px 0 120px; }
  .studio-catalog-products-head { grid-template-columns: 1fr; gap: 24px; }
  .studio-brand-row { grid-template-columns: 170px minmax(0, 1fr); }
  .studio-brand-status { grid-column: 2; }
  .studio-brand-expanded-body { grid-column: 2; }
  .studio-brand-categories { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 700px) {
  .studio-catalog-hero { width: 100%; min-height: 0; padding: 72px 16px 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .studio-catalog-title h1 { margin-top: 60px; font-size: clamp(4rem, 19vw, 5.6rem); line-height: .85; }
  .studio-catalog-lead { max-width: 560px; padding-top: 68px; }
  .studio-catalog-aside { grid-column: 1; margin-top: 68px; grid-template-columns: 1fr; }
  .studio-catalog-aside span { padding: 18px 0; text-align: left; border-right: 0; border-bottom: 1px solid var(--studio-line); }
  .studio-catalog-aside span:last-child { border-bottom: 0; }
  .studio-catalog-feature-head { gap: 50px; }
  .studio-catalog-feature-head h2 { margin-top: 32px; font-size: clamp(2.8rem, 13vw, 4rem); }
  .studio-catalog-feature-logo { min-height: 136px; }
  .studio-product-index { margin-top: 66px; }
  .studio-product-row { padding: 28px 0 31px; grid-template-columns: 35px minmax(0, 1fr); gap: 16px; }
  .studio-product-row p { grid-column: 2; }
  .studio-catalog-note { margin-top: 28px; }
  .studio-brand-index { margin-top: 48px; }
  .studio-catalog-products { scroll-margin-top: 80px; width: 100%; }
  .studio-catalog-products .studio-content { padding: 76px 16px 94px; }
  .studio-brand-row { min-height: 0; padding: 30px 0 38px; grid-template-columns: 1fr; gap: 18px; align-items: start; scroll-margin-top: 80px; }
  .studio-index-logo { min-height: 64px; }
  .studio-index-logo img { max-width: 76%; max-height: 56px; }
  .studio-brand-row > div:nth-child(2),
  .studio-brand-status { grid-column: 1; }
  .studio-brand-expanded-body { grid-column: 1; }
  .studio-brand-row-expanded .studio-index-logo { padding-top: 0; }
  .studio-brand-row-expanded .studio-index-logo.brand-molnlycke img { max-height: 76px; }
  .studio-brand-row-expanded .studio-index-logo.brand-smith-nephew img { max-height: 40px; }
  .studio-brand-row-expanded .studio-index-logo.brand-cook-medical img { max-width: 42%; max-height: 66px; }
  .studio-brand-row-expanded .studio-index-logo.brand-ethicon img { max-height: 46px; }
  .studio-brand-categories { margin-top: 22px; gap: 24px; }
  .studio-brand-row h3 { font-size: 1.16rem; }
  .studio-brand-status { margin-top: -4px; }
}

/* One-page brand catalogue with Hartmann as the expanded first entry */
.studio-brand-featured {
  margin-top: 72px;
  padding: 42px 0 0;
  scroll-margin-top: 100px;
}
.studio-featured-head {
  padding-bottom: 44px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 52px);
  align-items: center;
}
.studio-hartmann-logo img { max-width: 76%; max-height: 62px; }
.studio-featured-head h3 {
  margin: 0;
  color: var(--studio-ink);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.015em;
}
.studio-featured-head > div:last-child > p:last-child {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--studio-muted);
  font-size: .92rem;
  line-height: 1.62;
}
.studio-featured-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  row-gap: 38px;
}
.studio-featured-groups > div {
  min-height: 0;
}
.studio-featured-groups > div:nth-child(odd) {
  padding-right: 0;
}
.studio-featured-groups > div:nth-child(even) { padding-left: 0; }
.studio-featured-groups span { color: #8a979a; font-size: .7rem; letter-spacing: .13em; }
.studio-featured-groups h4 {
  margin: 0 0 10px;
  color: var(--studio-ink);
  font-size: 1rem;
  font-weight: 520;
  line-height: 1.35;
  letter-spacing: -.015em;
}
.studio-featured-groups p { margin: 0; color: var(--studio-muted); font-size: .92rem; line-height: 1.62; }
.studio-featured-note {
  margin: 34px 0 0;
  padding: 0;
  color: var(--studio-blue);
  font-size: .76rem;
  letter-spacing: .04em;
}
.studio-brand-index-continued { margin-top: 58px; }

@media (max-width: 1040px) {
  .studio-featured-head { grid-template-columns: 170px minmax(0, 1fr); }
}

@media (max-width: 700px) {
  .studio-brand-featured { margin-top: 48px; padding-top: 24px; scroll-margin-top: 80px; }
  .studio-featured-head { padding-bottom: 32px; grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .studio-featured-head > div:last-child { grid-column: 1; }
  .studio-hartmann-logo { min-height: 58px; }
  .studio-hartmann-logo img { max-width: 76%; max-height: 56px; }
  .studio-featured-head h3 { font-size: 1.16rem; }
  .studio-featured-groups { grid-template-columns: 1fr; gap: 26px; }
  .studio-featured-groups > div,
  .studio-featured-groups > div:nth-child(odd),
  .studio-featured-groups > div:nth-child(even) {
    min-height: 0;
    padding: 0;
    border-right: 0;
  }
  .studio-featured-groups h4 { margin-top: 0; }
  .studio-featured-note { margin-top: 28px; }
  .studio-brand-index-continued { margin-top: 42px; }
}

/* Persistent navigation */
html { scroll-padding-top: 100px; }

.variant-studio .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(253, 253, 251, .985);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.variant-studio .menu-toggle span:not(.sr-only) {
  transform-origin: center;
  transition: transform 200ms ease;
}

.variant-studio .menu-toggle.is-open span:not(.sr-only):first-child {
  transform: translateY(4px) rotate(45deg);
}

.variant-studio .menu-toggle.is-open span:not(.sr-only):nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.variant-studio [id] { scroll-margin-top: 100px; }

@media (max-width: 700px) {
  html { scroll-padding-top: 80px; }

  .variant-studio { overflow-x: visible; }

  .variant-studio > main,
  .variant-studio > .studio-footer { overflow-x: clip; }

  .variant-studio .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    inset-block-start: 0;
    min-height: 68px;
    padding-top: 0;
    padding-right: 16px;
    padding-left: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions";
    transform: none;
    background: var(--studio-white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .variant-studio .wordmark {
    font-size: .79rem;
    letter-spacing: .34em;
    white-space: nowrap;
  }

  .variant-studio .header-actions { gap: 8px; }

  .variant-studio .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 11px 9px;
    flex: 0 0 auto;
    gap: 7px;
  }

  .variant-studio .menu-toggle span:not(.sr-only) {
    width: 22px;
    background: var(--studio-ink);
  }

  .variant-studio .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1001;
    width: auto;
    min-width: 0;
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(253, 253, 251, .99);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--studio-line);
    transition: opacity 200ms ease, visibility 0s linear 200ms;
  }

  .variant-studio .main-nav.open {
    display: grid;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 200ms ease, visibility 0s;
  }

  .variant-studio .main-nav a,
  .variant-studio .main-nav .nav-cta {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 14px 4px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--studio-ink);
    background: transparent;
    border: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: clamp(.66rem, 3.35vw, .78rem);
    letter-spacing: .015em;
  }

  .variant-studio [id] { scroll-margin-top: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  .variant-studio .menu-toggle span:not(.sr-only),
  .variant-studio .main-nav {
    transition-duration: 0.01ms;
  }
}
