:root {
  --ink: #253b55;
  --muted: #64758a;
  --blue: #dcefff;
  --blue-2: #b9ddfa;
  --pink: #f9dce8;
  --pink-2: #f3b8d0;
  --lavender: #e4ddfb;
  --cream: #fffaf5;
  --white: #fff;
  --line: rgba(37,59,85,.14);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 15px; padding: 12px 16px; border-radius: 0 0 14px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 0; }
.eyebrow { margin: 0 0 16px; color: #49637f; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #fff; }
.shell { width: min(1280px, calc(100% - 8vw)); margin-inline: auto; }
.soft-button { min-height: 52px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.soft-button:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(37,59,85,.16); }
.soft-button.light { border-color: #fff; background: #fff; color: var(--ink); }
.soft-button.ghost { background: transparent; color: var(--ink); }
.soft-button.pink { border-color: var(--pink-2); background: var(--pink); color: var(--ink); }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }

.site-header { position: relative; z-index: 70; min-height: 84px; padding: 0 4vw; display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,250,245,.9); backdrop-filter: blur(16px); }
.site-header.sticky { position: fixed; inset: 0 0 auto; animation: header-in .35s ease both; box-shadow: 0 8px 28px rgba(37,59,85,.08); }
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 21px; line-height: .9; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: linear-gradient(145deg, var(--blue), var(--pink)); font: 400 17px/1 var(--serif); }
.brand small { display: block; margin-top: 5px; font: 700 7px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px,3vw,46px); }
.desktop-nav a { position: relative; padding: 31px 0 27px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 21px; height: 2px; border-radius: 2px; background: var(--ink); transition: left .25s, right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: 0; right: 0; }
.header-actions { justify-self: end; display: flex; gap: 10px; align-items: center; }
.header-actions .soft-button { min-height: 42px; padding-inline: 18px; }
.catalogue-link { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.menu-trigger { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-trigger span { display: block; width: 23px; height: 2px; margin: 5px 0; background: currentColor; }
.mobile-nav { position: fixed; z-index: 120; inset: 0; padding: 24px; display: flex; flex-direction: column; background: linear-gradient(150deg,var(--blue),var(--pink)); transform: translateX(-103%); visibility: hidden; transition: .45s cubic-bezier(.75,0,.2,1); }
.mobile-nav.open { transform: none; visibility: visible; }
.mobile-top { display: flex; justify-content: space-between; align-items: center; }
.mobile-close, .drawer-close { border: 0; background: transparent; font-size: 38px; cursor: pointer; }
.mobile-nav nav { display: grid; margin: auto 0; }
.mobile-nav nav a { padding: 12px 0; border-bottom: 1px solid rgba(37,59,85,.22); font: 400 14vw/.9 var(--serif); }
.mobile-nav > p { max-width: 300px; font-size: 12px; line-height: 1.6; }

.home-hero { position: relative; min-height: 790px; padding: 60px 4vw 42px; display: grid; grid-template-columns: .74fr 1.26fr; background: var(--blue); overflow: hidden; }
.bubble { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(.1px); }
.bubble.one { width: 120px; height: 120px; left: -24px; top: 10%; background: var(--pink); }
.bubble.two { width: 52px; height: 52px; left: 45%; top: 12%; background: var(--lavender); }
.bubble.three { width: 210px; height: 210px; right: -80px; bottom: -70px; background: rgba(249,220,232,.85); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 2vw 2vw 2vw 1vw; }
.hero-copy h1 { margin: 0; max-width: 660px; font: 400 clamp(65px,7.7vw,118px)/.78 var(--serif); letter-spacing: -.045em; }
.hero-copy h1 em { color: #d2759e; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 530px; margin: 30px 0; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { margin-top: 55px; display: flex; gap: 38px; }
.hero-proof div { padding-left: 13px; border-left: 1px solid var(--ink); }
.hero-proof strong { display: block; font: 400 29px/1 var(--serif); }
.hero-proof span { font-size: 9px; font-weight: 700; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 675px; overflow: hidden; border-radius: 48% 48% 38px 38px; box-shadow: 0 18px 70px rgba(37,59,85,.15); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-tag { position: absolute; right: 28px; top: 28px; width: 122px; height: 122px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--cream); font: 400 19px/.9 var(--serif); transform: rotate(6deg); }
.hero-note { position: absolute; left: 30px; bottom: 30px; max-width: 260px; padding: 18px 20px; border-radius: 22px; background: rgba(255,255,255,.9); font-size: 11px; line-height: 1.5; backdrop-filter: blur(8px); }

.partner-strip { padding: 25px 4vw; display: flex; justify-content: center; gap: clamp(25px,5vw,85px); flex-wrap: wrap; border-block: 1px solid var(--line); background: #fff; }
.partner-strip span { color: #61758d; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.intro-grid { padding: 125px 0; display: grid; grid-template-columns: .34fr 1.05fr .62fr; gap: 5vw; align-items: start; }
.intro-grid h2, .section-heading h2 { margin: 0; font: 400 clamp(52px,6vw,88px)/.84 var(--serif); letter-spacing: -.035em; }
.intro-grid h2 em { color: #c56f98; font-weight: 400; }
.intro-grid > div p { margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.promise-card { padding: 28px; border-radius: var(--radius); background: var(--pink); }
.promise-card span { display: block; font: 400 52px/1 var(--serif); }
.promise-card strong { display: block; margin: 18px 0 8px; font: 400 23px/1 var(--serif); }
.promise-card p { margin: 0; font-size: 11px; line-height: 1.6; }

.product-preview { padding: 110px 4vw 125px; background: #fff; }
.section-heading { width: min(1280px,100%); margin: 0 auto 58px; display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.section-heading > p:last-child { max-width: 430px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-cards { width: min(1280px,100%); margin: auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { position: relative; min-width: 0; padding: 12px 12px 26px; border-radius: 35px; background: var(--cream); transition: transform .35s, box-shadow .35s; }
.product-card:nth-child(2) { background: var(--blue); }
.product-card:nth-child(3) { background: var(--pink); }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(37,59,85,.12); }
.product-card-image { height: 430px; overflow: hidden; border-radius: 26px; }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.product-card:hover img { transform: scale(1.04); }
.product-card small { display: block; margin: 23px 10px 8px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 0 10px 10px; font: 400 38px/.95 var(--serif); }
.product-card p { margin: 0 10px 19px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.flow-section { padding: 120px 4vw; display: grid; grid-template-columns: .68fr 1.32fr; gap: 6vw; background: var(--lavender); }
.flow-intro { position: sticky; top: 120px; align-self: start; }
.flow-intro h2 { margin: 0 0 25px; font: 400 clamp(55px,7vw,100px)/.8 var(--serif); }
.flow-intro p:last-child { max-width: 430px; font-size: 13px; line-height: 1.7; }
.flow-list { border-top: 1px solid var(--ink); }
.flow-list article { display: grid; grid-template-columns: 75px 1fr .9fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--ink); align-items: start; }
.flow-list b { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 50%; background: #fff; font: 400 18px/1 var(--serif); }
.flow-list h3 { margin: 0; font: 400 32px/1 var(--serif); }
.flow-list p { margin: 0; font-size: 12px; line-height: 1.6; }

.instagram-section { padding: 0 0 125px; border-block: 2px solid var(--ink); scroll-margin-top: 82px; background: linear-gradient(135deg,#f8dce8,#dceffc 62%,#f9f5ff); overflow: hidden; }
.instagram-marquee { overflow: hidden; border-bottom: 2px solid var(--ink); background: var(--ink); color: #fff; }
.instagram-marquee div { width: max-content; padding: 16px 0; font: 800 19px/1 var(--sans); letter-spacing: .02em; animation: instagram-marquee 20s linear infinite; }
@keyframes instagram-marquee { to { transform: translateX(-50%); } }
.instagram-shell { width: min(1240px,92vw); margin: auto; }
.instagram-heading { padding: 100px 0 65px; display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; align-items: end; }
.instagram-heading h2 { margin: 12px 0 0; font: 800 clamp(58px,8vw,118px)/.75 var(--sans); letter-spacing: -.075em; text-transform: uppercase; }
.instagram-heading-note { padding-top: 22px; border-top: 2px solid var(--ink); }
.instagram-heading-note span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.instagram-heading-note p { margin: 20px 0; font-size: 12px; line-height: 1.6; }
.instagram-heading-note a { border-bottom: 2px solid var(--ink); padding-bottom: 5px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.instagram-feed-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: stretch; }
.instagram-feed-card { border: 2px solid var(--ink); display: grid; grid-template-rows: 1fr auto; background: #fff; box-shadow: 8px 8px 0 var(--ink); transition: transform .28s, box-shadow .28s; }
.instagram-feed-card:hover { transform: translate(-4px,-4px) rotate(-.15deg); box-shadow: 13px 13px 0 var(--ink); }
.instagram-feed-feature { grid-row: span 2; }
.instagram-feed-card figure { min-height: 0; margin: 0; position: relative; overflow: hidden; background: #fff; }
.instagram-feed-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s; }
.instagram-feed-card:hover figure img { transform: scale(1.025); }
.instagram-feed-feature figure { min-height: 670px; }
.instagram-feed-card:not(.instagram-feed-feature) figure { height: 320px; }
.instagram-feed-card figure span { position: absolute; right: 14px; top: 14px; padding: 10px 13px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.instagram-feed-meta { min-height: 190px; padding: 27px; border-top: 2px solid var(--ink); background: var(--pink); }
.instagram-feed-meta.blue { min-height: 112px; background: var(--blue); }
.instagram-feed-meta.lavender { min-height: 112px; background: var(--lavender); }
.instagram-feed-meta small { font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.instagram-feed-meta h3 { margin: 13px 0 8px; font: 800 clamp(28px,3.8vw,57px)/.82 var(--sans); letter-spacing: -.055em; text-transform: uppercase; }
.instagram-feed-card:not(.instagram-feed-feature) h3 { font-size: clamp(24px,2.4vw,36px); }
.instagram-feed-meta p { margin: 0; max-width: 560px; font-size: 11px; line-height: 1.5; }
.instagram-profile-strip { margin-top: 36px; padding: 20px 24px; border: 2px solid var(--ink); display: grid; grid-template-columns: auto .7fr 1.4fr auto; gap: 20px; align-items: center; background: #fff; box-shadow: 8px 8px 0 var(--ink); }
.instagram-avatar { width: 48px; height: 48px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; background: var(--pink); font: 800 17px/1 var(--sans); }
.instagram-profile-strip strong { font-size: 17px; }
.instagram-profile-strip > span:not(.instagram-avatar) { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.instagram-profile-strip b { padding: 12px 15px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.about-preview { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; background: #fff; }
.about-preview-image { position: relative; min-height: 760px; overflow: hidden; }
.about-preview-image img { width: 100%; height: 100%; object-fit: cover; }
.about-preview-copy { align-self: center; padding: 8vw 6vw; }
.about-preview-copy h2 { margin: 0 0 25px; font: 400 clamp(55px,6.7vw,96px)/.8 var(--serif); }
.about-preview-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.quality-chips { display: flex; gap: 9px; flex-wrap: wrap; margin: 30px 0; }
.quality-chips span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--blue); font-size: 10px; font-weight: 700; }

.testimonial-preview { padding: 125px 4vw; text-align: center; background: var(--pink); }
.testimonial-preview h2 { margin: 0 auto 45px; max-width: 950px; font: 400 clamp(58px,7.5vw,108px)/.82 var(--serif); }
.quote-carousel { width: min(850px,100%); margin: auto; }
.quote-slide { display: none; }
.quote-slide.active { display: block; animation: quote-in .45s ease both; }
@keyframes quote-in { from { opacity: 0; transform: translateY(12px); } }
.quote-slide blockquote { margin: 0; font: 400 clamp(25px,3.3vw,42px)/1.15 var(--serif); }
.quote-slide footer { margin-top: 24px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quote-dots { margin: 30px 0 35px; display: flex; justify-content: center; gap: 9px; }
.quote-dots button { width: 11px; height: 11px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
.quote-dots button.active { background: var(--ink); }
.demo-label { display: inline-block; margin-bottom: 20px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.65); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.bulk-cta { position: relative; min-height: 590px; padding: 100px 5vw; display: grid; place-content: center; text-align: center; overflow: hidden; color: #fff; background: var(--ink); }
.bulk-cta::before, .bulk-cta::after { content: ""; position: absolute; border-radius: 50%; }
.bulk-cta::before { width: 360px; height: 360px; left: -120px; top: -130px; background: #7eaed2; }
.bulk-cta::after { width: 280px; height: 280px; right: -90px; bottom: -90px; background: #d586aa; }
.bulk-cta > * { position: relative; z-index: 2; }
.bulk-cta h2 { margin: 0 auto 32px; max-width: 1000px; font: 400 clamp(58px,8vw,115px)/.78 var(--serif); }
.bulk-cta p:not(.eyebrow) { max-width: 600px; margin: 0 auto 30px; font-size: 13px; line-height: 1.7; }

.site-footer { padding: 75px 4vw 28px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr .65fr 1fr; gap: 5vw; }
.footer-brand p { max-width: 340px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.footer-col h3 { margin: 0 0 16px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; margin: 9px 0; color: var(--muted); font-size: 12px; }
.footer-inquiry p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.footer-bottom { margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.inquiry-drawer { position: fixed; z-index: 150; inset: 0 0 0 auto; width: min(600px,100%); padding: 30px; display: flex; flex-direction: column; background: var(--cream); transform: translateX(103%); visibility: hidden; transition: .45s cubic-bezier(.75,0,.2,1); }
.inquiry-drawer.open { transform: none; visibility: visible; }
.drawer-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font: 400 42px/1 var(--serif); }
.inquiry-form { display: grid; gap: 13px; padding-top: 25px; overflow-y: auto; }
.inquiry-form label { display: grid; gap: 7px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 53px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); }
.inquiry-form textarea { min-height: 100px; resize: vertical; }
.form-note { color: var(--muted); font-size: 10px; line-height: 1.5; }
.backdrop { position: fixed; z-index: 130; inset: 0; background: rgba(37,59,85,.35); opacity: 0; visibility: hidden; transition: .3s; }
.backdrop.open { opacity: 1; visibility: visible; }
.toast { position: fixed; z-index: 180; left: 50%; bottom: 25px; padding: 13px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 11px; transform: translate(-50%,20px); opacity: 0; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

/* Inner pages */
.inner-hero { min-height: 680px; padding: 80px 4vw; display: grid; grid-template-columns: .85fr 1.15fr; gap: 5vw; align-items: center; overflow: hidden; }
.inner-hero.blue { background: var(--blue); }
.inner-hero.pink { background: var(--pink); }
.inner-hero.lavender { background: var(--lavender); }
.inner-copy h1 { margin: 0; font: 400 clamp(72px,9vw,138px)/.76 var(--serif); letter-spacing: -.045em; }
.inner-copy > p:not(.eyebrow) { max-width: 540px; font-size: 14px; line-height: 1.75; }
.inner-visual { height: 560px; overflow: hidden; border-radius: 45% 45% 35px 35px; }
.inner-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-block { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; }
.product-detail-block:nth-child(odd) .detail-image { order: 2; }
.detail-image { min-height: 760px; overflow: hidden; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding: 8vw 7vw; align-self: center; }
.detail-copy h2 { margin: 0 0 25px; font: 400 clamp(58px,7vw,105px)/.8 var(--serif); }
.detail-copy > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.spec-list { margin: 30px 0; border-top: 1px solid var(--line); }
.spec-list div { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
.spec-list dt { font-weight: 800; text-transform: uppercase; }
.spec-list dd { margin: 0; color: var(--muted); text-align: right; }
.range-band { padding: 110px 4vw; background: #fff; }
.range-grid { width: min(1200px,100%); margin: 45px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.range-grid article { min-height: 270px; padding: 30px; border-radius: 30px; display: flex; flex-direction: column; justify-content: space-between; background: var(--blue); }
.range-grid article:nth-child(2) { background: var(--pink); }
.range-grid article:nth-child(3) { background: var(--lavender); }
.range-grid span { font: 400 55px/1 var(--serif); }
.range-grid h3 { margin: 0 0 10px; font: 400 29px/1 var(--serif); }
.range-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.story-section { padding: 125px 4vw; display: grid; grid-template-columns: .4fr 1fr .55fr; gap: 5vw; }
.story-section h2 { margin: 0; font: 400 clamp(62px,7vw,104px)/.8 var(--serif); }
.story-section > div p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.story-year { width: 190px; height: 190px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--pink); }
.story-year strong { font: 400 54px/1 var(--serif); }
.story-year span { font-size: 9px; font-weight: 800; text-transform: uppercase; }
.facility-feature { min-height: 730px; display: grid; grid-template-columns: 1.3fr .7fr; background: var(--blue); }
.facility-feature img { width: 100%; height: 100%; object-fit: cover; }
.facility-copy { align-self: center; padding: 7vw 5vw; }
.facility-copy h2 { margin: 0 0 25px; font: 400 clamp(52px,6vw,88px)/.82 var(--serif); }
.facility-copy p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.values-grid { padding: 120px 4vw; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; background: #fff; }
.values-grid article { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 30px; }
.values-grid article:nth-child(even) { background: var(--pink); }
.values-grid span { display: block; margin-bottom: 60px; font: 400 45px/1 var(--serif); }
.values-grid h3 { margin: 0 0 12px; font: 400 27px/1 var(--serif); }
.values-grid p { color: var(--muted); font-size: 11px; line-height: 1.6; }

.testimonials-main { padding: 115px 4vw; background: #fff; }
.testimonial-grid { width: min(1260px,100%); margin: auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.testimonial-card { min-height: 420px; padding: 42px; border-radius: 38px; display: flex; flex-direction: column; justify-content: space-between; background: var(--blue); }
.testimonial-card:nth-child(2), .testimonial-card:nth-child(5) { background: var(--pink); }
.testimonial-card:nth-child(3), .testimonial-card:nth-child(4) { background: var(--lavender); }
.testimonial-card blockquote { margin: 0; font: 400 clamp(28px,3.5vw,46px)/1.08 var(--serif); }
.testimonial-card footer { padding-top: 25px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; line-height: 1.5; text-transform: uppercase; }
.proof-method { padding: 120px 4vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; background: var(--cream); }
.proof-method h2 { margin: 0; font: 400 clamp(55px,6vw,90px)/.82 var(--serif); }
.proof-list { border-top: 1px solid var(--ink); }
.proof-list article { padding: 25px 0; border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 50px 1fr; gap: 20px; }
.proof-list b { font: 400 23px/1 var(--serif); }
.proof-list h3 { margin: 0 0 8px; font: 400 25px/1 var(--serif); }
.proof-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 190px 1fr 190px; }
  .desktop-nav { gap: 18px; }
  .intro-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid > .eyebrow { grid-column: 1/-1; }
  .promise-card { grid-column: 2; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 70px; padding: 0 18px; grid-template-columns: 1fr auto 1fr; }
  .menu-trigger { display: block; justify-self: start; }
  .brand { justify-self: center; font-size: 17px; }
  .brand-mark { width: 39px; height: 39px; }
  .desktop-nav, .catalogue-link { display: none; }
  .header-actions .soft-button { min-height: 38px; padding: 0 12px; font-size: 9px; }
  .home-hero { min-height: 0; padding: 62px 18px 22px; display: flex; flex-direction: column; }
  .hero-copy { padding: 18px 0 45px; }
  .hero-copy h1 { font-size: 18vw; }
  .hero-copy > p:not(.eyebrow) { font-size: 13px; }
  .hero-proof { gap: 18px; flex-wrap: wrap; }
  .hero-visual { min-height: 112vw; border-radius: 48% 48% 28px 28px; }
  .hero-tag { width: 95px; height: 95px; font-size: 16px; }
  .hero-note { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .partner-strip { justify-content: flex-start; padding: 22px 20px; gap: 18px 25px; }
  .intro-grid { padding: 85px 0; display: block; }
  .intro-grid h2 { margin: 20px 0 35px; font-size: 16vw; }
  .promise-card { margin-top: 38px; }
  .product-preview { padding: 85px 14px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading h2 { font-size: 16vw; }
  .product-cards { display: block; }
  .product-card { margin-bottom: 16px; }
  .product-card-image { height: 112vw; }
  .flow-section { padding: 85px 20px; display: block; }
  .flow-intro { position: static; margin-bottom: 45px; }
  .flow-intro h2 { font-size: 17vw; }
  .flow-list article { grid-template-columns: 55px 1fr; gap: 15px; }
  .flow-list p { grid-column: 2; }
  .instagram-section { padding-bottom: 85px; }
  .instagram-shell { width: calc(100% - 28px); }
  .instagram-marquee div { padding: 13px 0; font-size: 15px; }
  .instagram-heading { padding: 70px 0 40px; display: block; }
  .instagram-heading h2 { font-size: 17vw; }
  .instagram-heading-note { margin-top: 38px; }
  .instagram-feed-grid { display: block; }
  .instagram-feed-card { margin: 0 7px 28px 0; box-shadow: 7px 7px 0 var(--ink); }
  .instagram-feed-feature figure { min-height: 0; height: auto; }
  .instagram-feed-card:not(.instagram-feed-feature) figure { height: auto; }
  .instagram-feed-card figure img { height: auto; object-fit: contain; }
  .instagram-feed-meta, .instagram-feed-meta.blue, .instagram-feed-meta.lavender { min-height: 0; padding: 22px; }
  .instagram-feed-meta h3, .instagram-feed-card:not(.instagram-feed-feature) h3 { font-size: 10vw; }
  .instagram-profile-strip { margin: 35px 7px 0 0; padding: 18px; grid-template-columns: auto 1fr; box-shadow: 7px 7px 0 var(--ink); }
  .instagram-profile-strip > span:not(.instagram-avatar) { grid-column: 1/-1; }
  .instagram-profile-strip b { grid-column: 1/-1; text-align: center; }
  .about-preview { display: block; min-height: 0; }
  .about-preview-image { min-height: 110vw; }
  .about-preview-copy { padding: 85px 20px; }
  .about-preview-copy h2 { font-size: 17vw; }
  .testimonial-preview { padding: 85px 20px; }
  .testimonial-preview h2 { font-size: 16vw; }
  .bulk-cta { min-height: 560px; padding: 85px 20px; }
  .bulk-cta h2 { font-size: 17vw; }
  .footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .footer-brand, .footer-inquiry { grid-column: 1/-1; }
  .footer-bottom { display: block; line-height: 1.8; }
  .footer-bottom span { display: block; }
  .inquiry-drawer { padding: 20px; }
  .inner-hero { min-height: 0; padding: 75px 20px 20px; display: flex; flex-direction: column; }
  .inner-copy { padding-bottom: 35px; }
  .inner-copy h1 { font-size: 20vw; }
  .inner-visual { width: 100%; height: 120vw; }
  .product-detail-block { min-height: 0; display: flex; flex-direction: column; }
  .product-detail-block:nth-child(odd) .detail-image { order: 0; }
  .detail-image { min-height: 115vw; }
  .detail-copy { padding: 80px 22px; }
  .detail-copy h2 { font-size: 17vw; }
  .range-band { padding: 85px 14px; }
  .range-grid { display: block; }
  .range-grid article { margin-bottom: 12px; }
  .story-section { padding: 85px 20px; display: block; }
  .story-section h2 { margin: 20px 0 35px; font-size: 17vw; }
  .story-year { margin-top: 40px; }
  .facility-feature { min-height: 0; display: block; }
  .facility-feature img { height: 115vw; }
  .facility-copy { padding: 80px 20px; }
  .facility-copy h2 { font-size: 16vw; }
  .values-grid { padding: 75px 14px; display: block; }
  .values-grid article { margin-bottom: 12px; }
  .testimonials-main { padding: 75px 14px; }
  .testimonial-grid { display: block; }
  .testimonial-card { min-height: 380px; margin-bottom: 12px; padding: 30px; }
  .proof-method { padding: 85px 20px; display: block; }
  .proof-method h2 { margin-bottom: 45px; font-size: 16vw; }
}

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