:root {
  --ink: #372737;
  --ink-soft: #735f6e;
  --mist: #fff1f4;
  --paper: #fffafb;
  --sand: #f8e3e8;
  --coral: #c66d83;
  --line: #ead1d8;
  --radius: 6px;
  --display: 'Libre Baskerville', Georgia, serif;
  --body: 'DM Sans', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff7f8; color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 1rem; }
.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden; position: absolute; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(55, 39, 55, .12); background: rgba(255, 247, 248, .95); }
.site-nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; max-width: 1340px; min-height: 76px; margin: 0 auto; padding: 0 32px; }
.brand { width: max-content; font-family: var(--display); font-size: 1.3rem; letter-spacing: .09em; line-height: 1; }
.brand span { font-family: var(--body); font-size: .55em; vertical-align: top; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 28px; color: var(--ink-soft); font-size: .88rem; font-weight: 500; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--ink); content: ''; opacity: 0; transform: scaleX(.4); transition: .2s ease; }
.nav-links a:hover, .nav-links a.is-active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.is-active::after { opacity: 1; transform: scaleX(1); }
.nav-contact, .text-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; color: var(--ink); font-family: var(--mono); font-size: .74rem; letter-spacing: .02em; }
.nav-contact { padding: 10px 0; border-bottom: 1px solid var(--ink); }
.nav-toggle { display: none; }

.section { max-width: 1340px; margin: 0 auto; padding-right: 32px; padding-left: 32px; }
.eyebrow { margin-bottom: 18px; color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; font-weight: 500; letter-spacing: .11em; line-height: 1.3; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: var(--radius); font-size: .84rem; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: #543b52; }
.button-secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--mist); }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 3px; transition: color .2s ease; }
.text-link:hover { color: var(--coral); }

.hero-banner { border-bottom: 1px solid var(--line); background: #fcecef; }
.hero-banner img { display: block; width: min(100%, 1600px); height: auto; margin: 0 auto; }
.hero { min-height: 0; padding-top: 92px; padding-bottom: 92px; }
.hero-copy { max-width: 570px; }
.hero h1, .page-heading h1, .detail-copy h1, .contact-page h1 { margin-bottom: 24px; color: var(--ink); font-family: var(--display); font-size: clamp(2.6rem, 4.8vw, 5.2rem); font-weight: 400; letter-spacing: 0; line-height: 1.15; }
.hero-text { max-width: 485px; margin-bottom: 32px; color: var(--ink-soft); font-size: 1.1rem; }
.hero-note { margin: 42px 0 0; color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; letter-spacing: .03em; }

.values-section { padding-top: 110px; padding-bottom: 110px; border-top: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: minmax(140px, .55fr) 1fr; gap: 32px; max-width: 840px; }
.section-intro h2, .feature-copy h2, .collection-section h2, .detail-content h2, .routine-section h2, .related-section h2, .faq-section h2 { margin-bottom: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.2vw, 3rem); font-weight: 400; line-height: 1.25; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid var(--line); }
.principles article { min-height: 240px; padding: 30px 30px 18px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 30px; }
.principles article:last-child { border-right: 0; }
.principles span, .benefit-list span { color: var(--coral); font-family: var(--mono); font-size: .78rem; }
.principles h3 { margin: 35px 0 12px; font-family: var(--display); font-size: 1.18rem; font-weight: 400; }
.principles p { max-width: 280px; margin-bottom: 0; color: var(--ink-soft); font-size: .9rem; }

.feature-band { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding-top: 0; padding-bottom: 110px; }
.feature-image { min-height: 490px; overflow: hidden; background: var(--mist); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 490px; padding: clamp(38px, 7vw, 100px); background: var(--mist); }
.feature-copy h2 { max-width: 490px; margin-bottom: 20px; }
.feature-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 28px; color: var(--ink-soft); }
.feature-image-tone { display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: 46px; background: #e7c5cf; color: var(--ink); }
.feature-image-tone p { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1; }
.feature-image-tone span { max-width: 260px; color: var(--ink-soft); font-family: var(--mono); font-size: .72rem; }
.laboratory-band { padding: 106px 0; background: var(--mist); }
.laboratory-section { display: grid; grid-template-columns: minmax(240px, .72fr) 1.28fr; gap: clamp(46px, 8vw, 125px); }
.laboratory-heading h2 { margin-bottom: 20px; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 3.3rem); font-weight: 400; line-height: 1.22; }
.laboratory-heading > p:last-child { max-width: 360px; color: var(--ink-soft); }
.laboratory-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) .85fr; align-items: stretch; }
.laboratory-main, .laboratory-gallery figure { margin: 0; overflow: hidden; background: var(--paper); }
.laboratory-main { min-height: 420px; }
.laboratory-main img { width: 100%; height: 100%; object-fit: cover; }
.laboratory-detail { display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; background: var(--paper); }
.laboratory-detail h3 { margin-bottom: 16px; font-family: var(--display); font-size: 1.45rem; font-weight: 400; line-height: 1.35; }
.laboratory-detail > p:not(.eyebrow) { color: var(--ink-soft); font-size: .87rem; }
.laboratory-statements { margin-top: 20px; border-top: 1px solid var(--line); }
.laboratory-statements p { display: grid; grid-template-columns: 30px 1fr; gap: 8px; margin: 0; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .76rem; }
.laboratory-statements span { color: var(--coral); font-family: var(--mono); }
.laboratory-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.laboratory-gallery figure { height: 190px; }
.laboratory-gallery img { width: 100%; height: 100%; object-fit: cover; }
.collection-section { padding-bottom: 110px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.section-header .eyebrow { margin-bottom: 14px; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid var(--line); border-top: 3px solid var(--accent); border-radius: var(--radius); background: var(--paper); transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { box-shadow: 0 12px 28px rgba(23, 43, 58, .1); transform: translateY(-4px); }
.product-image { display: block; height: 250px; overflow: hidden; background: var(--mist); }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.product-card .eyebrow { margin-bottom: 12px; color: var(--accent); }
.product-card h2 { margin-bottom: 12px; font-family: var(--display); font-size: 1.22rem; font-weight: 400; line-height: 1.35; }
.product-card h2 a:hover { color: var(--coral); }
.product-card-body > p { color: var(--ink-soft); font-size: .86rem; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 24px; color: var(--ink-soft); font-family: var(--mono); font-size: .66rem; }
.product-card-footer .text-link { color: var(--ink); font-size: .66rem; }

.consultation-band { display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 100%; padding: 84px max(32px, calc((100vw - 1276px) / 2)); background: #6f4155; color: var(--paper); }
.consultation-band .eyebrow { color: #f2cbd5; }
.consultation-band h2 { margin-bottom: 12px; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
.consultation-band p:not(.eyebrow) { margin-bottom: 0; color: #ffe5eb; }
.consultation-band .button-primary { background: var(--paper); color: var(--ink); white-space: nowrap; }

.page-heading { max-width: 870px; padding-top: 106px; padding-bottom: 70px; }
.page-heading h1 { margin-bottom: 18px; font-size: clamp(2.6rem, 4.6vw, 4.7rem); }
.page-heading > p:last-child { max-width: 630px; color: var(--ink-soft); font-size: 1.08rem; }
.catalog-section { padding-bottom: 110px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-button { min-height: 35px; padding: 6px 11px; border: 1px solid transparent; border-radius: 3px; background: transparent; color: var(--ink-soft); cursor: pointer; font-family: var(--mono); font-size: .68rem; }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.result-count { margin: 20px 0 26px; color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; }
.result-count strong { color: var(--coral); font-weight: 500; }

.detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .9fr); gap: clamp(48px, 8vw, 130px); align-items: center; padding-top: 74px; padding-bottom: 105px; }
.detail-media { min-height: 570px; overflow: hidden; border-top: 4px solid var(--accent); background: var(--mist); }
.detail-media img { width: 100%; height: 570px; object-fit: cover; object-position: 50% 45%; }
.back-link { display: inline-flex; gap: 8px; margin-bottom: 42px; color: var(--ink-soft); font-family: var(--mono); font-size: .7rem; }
.back-link:hover { color: var(--coral); }
.detail-copy .eyebrow { color: var(--accent); }
.detail-copy h1 { margin-bottom: 20px; font-size: clamp(2.5rem, 4vw, 4.25rem); }
.detail-summary { max-width: 510px; margin-bottom: 30px; color: var(--ink-soft); font-size: 1.06rem; }
.product-specs { display: grid; grid-template-columns: 1fr 1.4fr; gap: 18px; margin: 0 0 33px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-specs div { display: grid; gap: 6px; }
.product-specs dt { color: var(--ink-soft); font-family: var(--mono); font-size: .67rem; text-transform: uppercase; }
.product-specs dd { margin: 0; font-size: .88rem; font-weight: 500; }
.detail-content { display: grid; grid-template-columns: minmax(230px, .78fr) 1.2fr; gap: clamp(45px, 9vw, 150px); padding-top: 105px; padding-bottom: 105px; border-top: 1px solid var(--line); }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 62px 1fr; gap: 24px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.benefit-list p { margin: 0; font-family: var(--display); font-size: 1.1rem; line-height: 1.4; }
.routine-section { background: var(--sand); }
.routine-inner { display: grid; grid-template-columns: minmax(220px, .9fr) 1.1fr; gap: clamp(50px, 9vw, 150px); padding-top: 100px; padding-bottom: 100px; }
.routine-inner > div:last-child > p { color: var(--ink-soft); font-size: 1.08rem; }
.care-note { margin-top: 38px; padding: 21px; border-left: 3px solid var(--coral); background: var(--paper); }
.care-note strong { display: block; margin-bottom: 7px; font-family: var(--mono); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.care-note p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.related-section { padding-top: 105px; padding-bottom: 110px; }
.product-visuals { padding-top: 104px; padding-bottom: 0; }
.detail-gallery { display: grid; grid-template-columns: 1fr; gap: 24px; }
.detail-gallery figure { min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--mist); }
.detail-gallery img { width: 100%; height: auto; object-fit: contain; }

.about-band { padding-top: 0; }
.about-band .feature-image { order: 2; }
.about-hero { position: relative; display: grid; min-height: 560px; max-width: 1340px; margin: 0 auto; overflow: hidden; background: #d9d5d4; }
.about-hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,252,.96) 0%, rgba(255,250,252,.78) 43%, rgba(255,250,252,.12) 76%); }
.about-hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: 560px; width: 100%; }
.about-hero-copy > * { max-width: 610px; }
.about-hero-copy h1 { margin-bottom: 24px; color: #6b405a; font-family: var(--display); font-size: 4.6rem; font-weight: 400; line-height: 1.08; }
.about-hero-copy > p:not(.eyebrow) { margin-bottom: 30px; color: #564852; font-size: 1.08rem; line-height: 1.65; }
.about-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 32px; padding-bottom: 32px; border-bottom: 1px solid #e1cbd5; background: #fffafb; }
.about-facts > div { min-width: 0; padding: 4px 28px; border-right: 1px solid #ead8e1; }
.about-facts > div:first-child { padding-left: 0; }
.about-facts > div:last-child { border-right: 0; }
.about-facts strong { display: block; margin-bottom: 6px; color: #6b405a; font-family: var(--display); font-size: 2.15rem; font-weight: 400; line-height: 1; }
.about-facts span { color: #6b5f68; font-size: .78rem; }
.about-story { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 82px; padding-top: 92px; padding-bottom: 92px; background: #fff; }
.about-story figure, .about-process figure { margin: 0; overflow: hidden; background: #f4edf0; }
.about-story figure { aspect-ratio: 3 / 2; }
.about-story img, .about-process img { width: 100%; height: 100%; object-fit: cover; }
.about-story h2, .about-process h2, .about-values h2, .about-cta h2 { margin-bottom: 22px; color: #6b405a; font-family: var(--display); font-size: 3.35rem; font-weight: 400; line-height: 1.16; }
.about-story > div > p:not(.eyebrow), .about-process-copy > p:not(.eyebrow) { max-width: 520px; color: #6b5f68; }
.about-story .text-link { margin-top: 14px; color: #6b405a; font-family: var(--body); font-weight: 600; }
.about-process { background: #fff2f6; }
.about-process-inner { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 86px; padding-top: 92px; padding-bottom: 92px; }
.about-process figure { aspect-ratio: 4 / 3; }
.about-process-list { margin-top: 30px; border-top: 1px solid #ddc6d1; }
.about-process-list p { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin: 0; padding: 16px 0; border-bottom: 1px solid #ddc6d1; color: #554650; font-size: .86rem; }
.about-process-list span { color: #a66e93; font-family: var(--mono); font-size: .72rem; }
.about-values { padding: 88px 0; background: #6b405a; color: #fff; }
.about-values .eyebrow { color: #f2cbd8; }
.about-values-heading { display: grid; grid-template-columns: .5fr 1fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.about-values-heading h2 { max-width: 720px; margin: 0; color: #fff; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.26); }
.about-value-grid article { min-height: 230px; padding: 30px 34px 18px 0; border-right: 1px solid rgba(255,255,255,.2); }
.about-value-grid article + article { padding-left: 34px; }
.about-value-grid article:last-child { border-right: 0; }
.about-value-grid span { color: #f2cbd8; font-family: var(--mono); font-size: .72rem; }
.about-value-grid h3 { margin: 42px 0 12px; font-family: var(--display); font-size: 1.35rem; font-weight: 400; }
.about-value-grid p { max-width: 310px; margin: 0; color: #f4dfe7; font-size: .86rem; }
.about-cta { display: grid; min-height: 350px; place-items: center; padding: 64px 24px; background: #e7c5cf; text-align: center; }
.about-cta > div { max-width: 720px; }
.about-cta h2 { margin-bottom: 18px; font-size: 3.2rem; }
.about-cta p:not(.eyebrow) { margin-bottom: 28px; color: #674f5d; font-size: 1rem; }
.about-cta .button { margin: 0 auto; }
.contact-page { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(42px, 10vw, 160px); min-height: 600px; padding-top: 90px; padding-bottom: 90px; }
.contact-page > div > p:not(.eyebrow) { max-width: 570px; margin-bottom: 32px; color: var(--ink-soft); font-size: 1.06rem; }
.contact-card { padding: 38px; border: 1px solid var(--line); border-top: 4px solid var(--coral); background: var(--mist); }
.contact-card h2 { margin-bottom: 13px; font-family: var(--display); font-size: 2rem; font-weight: 400; }
.contact-card p:not(.eyebrow) { margin-bottom: 30px; color: var(--ink-soft); font-size: .9rem; }
.faq-section { max-width: 920px; padding-top: 96px; padding-bottom: 110px; border-top: 1px solid var(--line); }
.faq-section h2 { margin-bottom: 38px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 21px 0; cursor: pointer; font-family: var(--display); font-size: 1.15rem; }
details p { max-width: 650px; margin: 0; padding: 0 0 21px; color: var(--ink-soft); }
.not-found { max-width: 760px; min-height: 580px; padding-top: 150px; }
.not-found h1 { max-width: 660px; margin-bottom: 20px; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: 1.14; }
.not-found p:not(.eyebrow) { max-width: 460px; margin-bottom: 32px; color: var(--ink-soft); }

.site-footer { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 52px; padding: 60px max(32px, calc((100vw - 1276px) / 2)); border-top: 1px solid rgba(255,255,255,.12); background: #372737; color: var(--paper); }
.site-footer .brand { margin-bottom: 14px; }
.site-footer p { margin-bottom: 0; color: #b9c9cf; font-size: .8rem; }
.footer-links { display: flex; flex-direction: column; gap: 9px; color: #dbe6e8; font-family: var(--mono); font-size: .7rem; }
.footer-links a:hover { color: var(--coral); }
.footer-note { max-width: 320px; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-family: var(--mono); font-size: .66rem !important; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

@media (max-width: 860px) {
  .site-nav { min-height: 68px; padding: 0 20px; }
  .nav-toggle { display: grid; grid-column: 2; justify-self: end; gap: 5px; width: 40px; height: 40px; padding: 11px 8px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle i { display: block; height: 1px; background: var(--ink); }
  .nav-links { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 20px; border-bottom: 1px solid var(--line); background: #fff7f8; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px 0; }
  .nav-contact { display: none; }
  .section { padding-right: 20px; padding-left: 20px; }
  .hero { min-height: auto; padding-top: 70px; padding-bottom: 70px; }
  .values-section { padding-top: 75px; padding-bottom: 75px; }
  .section-intro { grid-template-columns: 1fr; gap: 0; }
  .principles { margin-top: 42px; }
  .feature-band { grid-template-columns: 1fr; padding-bottom: 75px; }
  .feature-image, .feature-copy { min-height: 390px; }
  .feature-copy { padding: 46px 30px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-hero { grid-template-columns: 1fr; gap: 42px; padding-top: 40px; padding-bottom: 70px; }
  .detail-media, .detail-media img { min-height: 430px; height: 430px; }
  .detail-content, .routine-inner { grid-template-columns: 1fr; gap: 36px; padding-top: 75px; padding-bottom: 75px; }
  .contact-page { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; padding-bottom: 70px; }
  .laboratory-band { padding: 75px 0; }
  .laboratory-section { grid-template-columns: 1fr; gap: 36px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 46px 20px; gap: 36px; }
  .about-hero, .about-hero-copy { min-height: 500px; }
  .about-hero { max-width: none; }
  .about-hero-scrim { background: rgba(255,250,252,.8); }
  .about-hero-copy h1 { font-size: 3.4rem; }
  .about-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .about-facts > div:nth-child(2) { border-right: 0; }
  .about-story, .about-process-inner { grid-template-columns: 1fr; gap: 42px; padding-top: 70px; padding-bottom: 70px; }
  .about-process figure { grid-row: 1; }
  .about-story h2, .about-process h2, .about-values h2, .about-cta h2 { font-size: 2.75rem; }
  .about-values-heading { grid-template-columns: 1fr; gap: 6px; }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-value-grid article, .about-value-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .about-value-grid article:last-child { border-bottom: 0; }
  .about-value-grid h3 { margin-top: 20px; }
}

@media (max-width: 580px) {
  .hero h1, .page-heading h1, .detail-copy h1, .contact-page h1 { font-size: 2.6rem; }
  .principles, .catalog-grid { grid-template-columns: 1fr; }
  .principles article, .principles article + article { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: 24px; }
  .section-header, .consultation-band { align-items: flex-start; flex-direction: column; }
  .collection-section, .catalog-section, .related-section { padding-bottom: 74px; }
  .product-image { height: 230px; }
  .product-card-body { padding: 21px; }
  .filter-bar { gap: 5px; }
  .filter-button { font-size: .62rem; }
  .detail-media, .detail-media img { min-height: 330px; height: 330px; }
  .hero { padding-top: 54px; padding-bottom: 54px; }
  .laboratory-layout { grid-template-columns: 1fr; }
  .laboratory-main { min-height: 280px; }
  .laboratory-detail { padding: 25px; }
  .laboratory-gallery { grid-template-columns: 1fr; }
  .laboratory-gallery figure { height: 210px; }
  .product-specs { grid-template-columns: 1fr; }
  .consultation-band { padding: 65px 20px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { grid-row: 3; }
  .about-hero, .about-hero-copy { min-height: 460px; }
  .about-hero-copy h1 { font-size: 2.75rem; }
  .about-hero-copy > p:not(.eyebrow) { font-size: .96rem; }
  .about-facts { grid-template-columns: 1fr; padding-top: 24px; padding-bottom: 24px; }
  .about-facts > div, .about-facts > div:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid #ead8e1; }
  .about-facts > div:last-child { border-bottom: 0; }
  .about-story, .about-process-inner { gap: 34px; padding-top: 58px; padding-bottom: 58px; }
  .about-story h2, .about-process h2, .about-values h2, .about-cta h2 { font-size: 2.2rem; }
  .about-values { padding: 62px 0; }
  .about-cta { min-height: 320px; padding: 54px 20px; }
}

/* Tight Girl reference-page visual system */
body { background: #fff0f5; color: #3c3340; }
.site-header { position: fixed; width: 100%; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.84); box-shadow: none; backdrop-filter: blur(14px); }
.site-nav { max-width: 1280px; min-height: 80px; padding: 0 24px; }
.brand { color: #6b405a; font-size: 1.5rem; font-weight: 700; letter-spacing: .04em; }
.nav-links { gap: 32px; color: #6d5b67; }
.nav-links a:hover, .nav-links a.is-active { color: #6b405a; }
.nav-links a::after { background: #6b405a; }
.nav-contact { padding: 10px 18px; border: 0; border-radius: 999px; background: #6b405a; color: #fff; font-family: var(--body); font-size: .8rem; }
.nav-contact:hover { background: #513043; }
#app { padding-top: 80px; }
.button { min-height: 48px; border-radius: 999px; padding: 12px 24px; }
.button-primary { background: #6b405a; }
.button-primary:hover { background: #513043; }
.button-secondary { border-color: #d7b7c8; background: #fff; color: #6b405a; }
.eyebrow { color: #896479; font-family: var(--body); font-size: .72rem; font-weight: 600; letter-spacing: .15em; }

.hero-splash { position: relative; display: grid; min-height: min(760px, calc(100vh - 80px)); overflow: hidden; background: #efdee7; color: #352534; }
.hero-splash > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-splash-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,250,252,.93) 0%, rgba(255,250,252,.69) 38%, rgba(255,250,252,.06) 72%); }
.hero-splash-content { position: relative; z-index: 1; align-self: center; width: 100%; padding-top: 70px; padding-bottom: 70px; }
.hero-splash-content > * { max-width: 630px; }
.hero-splash-content h1 { margin-bottom: 22px; color: #6b405a; font-family: var(--display); font-size: clamp(3.6rem, 7vw, 6.4rem); font-weight: 700; line-height: 1; }
.hero-splash-content > p:not(.eyebrow) { margin-bottom: 32px; color: #4a3c46; font-size: clamp(1.1rem, 2vw, 1.42rem); font-weight: 400; line-height: 1.6; }

.home-about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .93fr); align-items: center; gap: clamp(54px, 9vw, 145px); padding-top: 130px; padding-bottom: 130px; background: #fff; }
.home-about-copy h2, .home-section-heading h2, .laboratory-copy h2, .home-collection-heading h2, .home-consultation h2 { color: #6b405a; font-family: var(--display); font-weight: 700; line-height: 1.18; }
.home-about-copy h2 { margin-bottom: 25px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.home-about-copy h2 em { font-weight: 400; }
.home-about-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 32px; color: #6b5f68; font-size: 1.08rem; }
.home-about figure { height: min(600px, 52vw); margin: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 20px 50px rgba(78,47,65,.2); background: #f6edf2; }
.home-about figure img { width: 100%; height: 100%; object-fit: cover; }

.home-pillars { padding: 80px 0; background: #fff0f5; }
.home-section-heading { max-width: 690px; margin: 0 auto 58px; text-align: center; }
.home-section-heading h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.4rem); }
.home-pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.home-pillar-grid article { display: flex; flex-direction: column; min-height: 330px; padding: 34px; border-radius: 16px; background: #fff; box-shadow: 0 5px 20px rgba(107,64,90,.09); }
.home-pillar-grid article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 999px; background: #fff0f5; color: #6b405a; font-family: var(--display); font-size: 1.1rem; font-weight: 700; }
.home-pillar-grid h3 { margin: 26px 0 14px; color: #6b405a; font-family: var(--display); font-size: 1.35rem; font-weight: 700; }
.home-pillar-grid p { color: #6b5f68; font-size: .9rem; }
.home-pillar-grid .text-link { margin-top: auto; color: #6b405a; font-family: var(--body); font-size: .82rem; font-weight: 600; }

.laboratory-showcase { display: grid; grid-template-columns: minmax(260px, .85fr) 1.15fr; align-items: center; gap: clamp(54px, 9vw, 140px); padding-top: 130px; padding-bottom: 130px; background: #fff; }
.laboratory-copy h2 { margin-bottom: 25px; font-size: clamp(2.6rem, 4.8vw, 4.7rem); }
.laboratory-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 28px; color: #6b5f68; font-size: 1.05rem; }
.laboratory-checks { padding: 25px; border: 1px solid #ead8e1; border-radius: 12px; background: #fff7fa; }
.laboratory-checks p { display: grid; grid-template-columns: 28px 1fr; gap: 10px; margin: 0; padding: 9px 0; color: #6b5f68; font-size: .85rem; }
.laboratory-checks span { color: #6b405a; font-family: var(--display); font-weight: 700; }
.laboratory-photos { min-width: 0; }
.laboratory-photos figure { margin: 0; overflow: hidden; border-radius: 14px; background: #f7edf2; }
.laboratory-primary { aspect-ratio: 4 / 3; margin-bottom: 18px !important; box-shadow: 0 15px 35px rgba(78,47,65,.14); }
.laboratory-primary img, .laboratory-thumbnail-row img { width: 100%; height: 100%; object-fit: cover; }
.laboratory-thumbnail-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.laboratory-thumbnail-row figure { aspect-ratio: 16 / 10; }

.home-collection { padding: 112px 0; background: #fff0f5; }
.home-collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 54px; }
.home-collection-heading h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.home-collection-heading .text-link { color: #6b405a; font-family: var(--body); font-size: .86rem; font-weight: 600; }
.home-collection .product-card { overflow: hidden; border: 0; border-radius: 16px; box-shadow: 0 7px 24px rgba(107,64,90,.1); }
.home-collection .product-image { height: 280px; padding: 18px; background: #f9f6f8; }
.home-collection .product-image img { border-radius: 10px; }
.home-collection .product-card-body { padding: 26px; }
.home-collection .product-card h2 { color: #6b405a; font-weight: 700; }
.home-consultation { display: grid; place-items: center; min-height: 400px; padding: 70px 24px; background: #6b405a; color: #fff; text-align: center; }
.home-consultation > div { max-width: 720px; }
.home-consultation h2 { margin-bottom: 20px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.home-consultation p { margin-bottom: 32px; color: #f9dce8; font-size: 1.1rem; }
.home-consultation .button-primary { background: #fff; color: #6b405a; }

@media (max-width: 860px) {
  .site-header { background: rgba(255,255,255,.94); }
  .nav-links { background: #fff; }
  .hero-splash { min-height: 650px; }
  .hero-splash-scrim { background: rgba(255,250,252,.73); }
  .home-about, .laboratory-showcase { grid-template-columns: 1fr; padding-top: 82px; padding-bottom: 82px; }
  .home-about figure { order: -1; height: 460px; }
  .home-pillar-grid { grid-template-columns: 1fr; }
  .home-pillar-grid article { min-height: 250px; }
}

@media (max-width: 580px) {
  .hero-splash { min-height: 560px; }
  .hero-splash > img { object-position: 64% center; }
  .hero-splash-scrim { background: rgba(255,250,252,.74); }
  .hero-splash-content h1 { font-size: 3.55rem; }
  .home-about figure { height: 330px; }
  .home-collection-heading { align-items: flex-start; flex-direction: column; }
  .laboratory-thumbnail-row { gap: 9px; }
}

/* Philosophy media treatment: complete visual with a quiet reading layer */
.home-about { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; max-width: 1340px; gap: 0; margin: 0 auto; padding: 0; overflow: hidden; background: #f8edf2; }
.home-about-media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; margin: 0; background: #f8edf2; }
.home-about .home-about-media { height: 100%; border-radius: 0; box-shadow: none; }
.home-about-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .34) 48%, rgba(255, 255, 255, .90) 100%); content: ''; }
.home-about-media img { width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.home-about-copy { position: relative; z-index: 1; grid-column: 2; align-self: stretch; display: flex; flex-direction: column; justify-content: center; max-width: none; padding: clamp(56px, 8vw, 100px); padding-left: clamp(140px, 14vw, 200px); background: transparent; }
.home-about-copy h2 { max-width: 650px; font-size: clamp(2.4rem, 4.6vw, 4.55rem); }
.home-about-copy > p:not(.eyebrow) { max-width: 520px; }

@media (max-width: 860px) {
  .home-about { display: block; min-height: 620px; padding: 0; }
  .home-about-copy { min-height: 620px; margin-left: 20%; padding: 64px 38px; background: rgba(255, 255, 255, .78); }
}

@media (max-width: 580px) {
  .home-about { min-height: 570px; }
  .home-about-copy { min-height: 570px; margin-left: 0; padding: 55px 25px; background: rgba(255, 255, 255, .86); }
  .home-about-copy h2 { font-size: 2rem; text-wrap: wrap; }
  .home-about-media img { object-position: left center; }
}
