.s01-html {
  scroll-behavior: smooth;
  background: #f7f3ed;
}

.s01-body {
  --s01-paper: #f7f3ed;
  --s01-card: #fffdfc;
  --s01-soft: #f1eae1;
  --s01-ink: #211e1a;
  --s01-muted: #6f6a63;
  --s01-gold: #8b612b;
  --s01-gold-soft: #c9a460;
  --s01-line: #e4dbcf;
  --s01-serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --s01-sans: Manrope, "Segoe UI", Arial, sans-serif;
  margin: 0;
  color: var(--s01-ink);
  background: var(--s01-paper);
  font: 400 16px/1.55 var(--s01-sans);
  overflow-x: hidden;
}

.s01-body *, .s01-body *::before, .s01-body *::after { box-sizing: border-box; }
.s01-body img { display: block; width: 100%; height: 100%; object-fit: cover; }
.s01-body a { color: inherit; text-decoration: none; }
.s01-body button, .s01-body input, .s01-body select { font: inherit; }
.s01-body button, .s01-body a { -webkit-tap-highlight-color: transparent; }
.s01-body button { color: inherit; }
.s01-body :focus-visible { outline: 2px solid var(--s01-gold); outline-offset: 3px; }
.s01-page [id] { scroll-margin-top: 92px; }
.s01-shell { width: min(calc(100% - 96px), 1280px); height: 100%; margin-inline: auto; }
.s01-page { overflow: clip; }
.s01-page h1, .s01-page h2, .s01-dialog h2 { margin: 0; font-family: var(--s01-serif); font-weight: 500; letter-spacing: -.025em; }
.s01-page h1 em, .s01-page h2 em { color: var(--s01-gold); font-style: normal; }
.s01-page p { margin: 0; }
.s01-eyebrow { color: var(--s01-gold); font-size: 11px; font-weight: 600; line-height: 1.2; letter-spacing: .15em; text-transform: uppercase; }

.s01-skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  color: #fff !important;
  background: var(--s01-ink);
  transform: translateY(-150%);
}
.s01-skip-link:focus { transform: none; }

.s01-button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 26px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
  transform: translate(var(--s01-mx, 0), var(--s01-my, 0));
  transition: box-shadow .25s ease, filter .25s ease, transform .2s ease;
}
.s01-button-primary { color: #fff; background: linear-gradient(115deg, #96672d, #d1ad67); box-shadow: inset 0 1px rgba(255,255,255,.38), 0 14px 34px rgba(103,69,30,.18); }
.s01-button-primary:hover { filter: brightness(1.06); box-shadow: inset 0 1px rgba(255,255,255,.5), 0 18px 40px rgba(103,69,30,.24); }
.s01-button-star { font-size: 16px; }
.s01-arrow-link { min-height: 46px; display: inline-flex; align-items: center; gap: 12px; color: var(--s01-gold); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.s01-arrow-link > span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--s01-line); border-radius: 50%; transition: color .2s, background .2s; }
.s01-arrow-link:hover > span { color: #fff; background: var(--s01-gold); }

/* 724 */
.s01-hero { position: relative; height: 724px; isolation: isolate; overflow: hidden; background: #e7dfd5; }
.s01-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(247,243,237,.99) 0%, rgba(247,243,237,.94) 31%, rgba(247,243,237,.48) 52%, rgba(247,243,237,.06) 73%); pointer-events: none; }
.s01-hero-interior { position: absolute; z-index: 0; inset: 0; }
.s01-hero-interior img { object-position: 58% center; filter: saturate(.76) contrast(.93); }
.s01-hero-model { position: absolute; z-index: 2; top: 80px; right: max(32px, calc((100vw - 1280px) / 2)); bottom: 0; width: min(42vw, 570px); overflow: hidden; border-radius: 50% 50% 0 0 / 28% 28% 0 0; filter: drop-shadow(-18px 12px 40px rgba(65,43,19,.15)); mask-image: linear-gradient(90deg, transparent 0, #000 14%, #000 100%); }
.s01-hero-model img { object-position: 50% 17%; filter: saturate(.73) sepia(.06); }
.s01-hero-model::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.32) 48%, transparent 66%); transform: translateX(-150%); pointer-events: none; }
.s01-motion .s01-hero-model::after { animation: s01-light-sweep 1000ms 700ms cubic-bezier(.22,1,.36,1) 1 both; }

.s01-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 92px; }
.s01-header-inner { display: grid; grid-template-columns: 190px 1fr 238px; align-items: center; gap: 22px; }
.s01-logo { width: 164px; min-height: 48px; display: flex; align-items: center; }
.s01-logo img { height: auto; object-fit: contain; }
.s01-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); }
.s01-nav a { min-height: 44px; display: inline-flex; align-items: center; position: relative; font-size: 11px; font-weight: 600; letter-spacing: .14em; white-space: nowrap; }
.s01-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--s01-gold); transition: right .24s ease; }
.s01-nav a:hover::after { right: 0; }
.s01-header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.s01-header-cta { width: 164px; height: 50px; border: 1px solid rgba(33,30,26,.32); border-radius: 999px; background: rgba(255,253,252,.2); cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.s01-menu-toggle { width: 50px; height: 50px; border: 1px solid rgba(33,30,26,.32); border-radius: 50%; display: grid; place-content: center; gap: 6px; background: rgba(255,253,252,.2); cursor: pointer; }
.s01-menu-line { width: 18px; height: 1px; display: block; background: currentColor; transition: transform .2s; }

.s01-hero-layout { position: relative; z-index: 4; display: grid; grid-template-columns: 5fr 7fr; padding-top: 92px; }
.s01-hero-copy { width: 570px; align-self: center; padding-bottom: 26px; }
.s01-hero-copy .s01-eyebrow { margin-bottom: 22px; }
.s01-hero-copy h1 { font-size: 82px; line-height: .94; }
.s01-hero-copy h1 span { display: block; white-space: nowrap; }
.s01-hero-lead { width: 480px; margin-top: 22px !important; color: var(--s01-muted); }
.s01-hero-copy .s01-button { width: 330px; margin-top: 28px; }
.s01-hero-index { position: absolute; bottom: 24px; left: 0; display: flex; align-items: center; gap: 9px; color: var(--s01-muted); font-size: 10px; letter-spacing: .12em; }
.s01-hero-index i, .s01-hero-index b { display: block; height: 1px; }
.s01-hero-index i { width: 44px; background: var(--s01-gold-soft); }
.s01-hero-index b { width: 84px; background: rgba(111,106,99,.38); }
.s01-hero-glass { position: absolute; right: 0; bottom: 38px; width: 280px; height: 166px; padding: 22px; color: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 26px; background: rgba(70,58,48,.32); backdrop-filter: blur(14px); box-shadow: 0 20px 48px rgba(34,24,15,.12); transform-style: preserve-3d; transition: transform .18s ease; }
.s01-glass-star { color: #efd49a; font-size: 18px; }
.s01-hero-glass p { margin-top: 8px; font-family: var(--s01-serif); font-size: 19px; line-height: 1.08; }
.s01-hero-glass a { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: #f1dbac; font-size: 10px; font-weight: 600; letter-spacing: .12em; }

/* 282 */
.s01-approach { height: 282px; padding: 27px 0; background: var(--s01-paper); }
.s01-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.s01-benefit-card { height: 228px; padding: 22px 20px; border: 1px solid rgba(139,97,43,.12); border-radius: 24px; background: var(--s01-card); box-shadow: 0 18px 60px rgba(62,45,26,.07); transition: transform .28s ease, background .28s ease; }
.s01-benefit-card:hover { transform: translateY(-4px); background: #fff; }
.s01-benefit-card svg { width: 42px; height: 42px; fill: none; stroke: var(--s01-gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.s01-benefit-card h2 { margin-top: 19px; font-size: 21px; line-height: 1.1; letter-spacing: -.01em; }
.s01-benefit-card p { margin-top: 9px; color: var(--s01-muted); font-size: 12px; line-height: 1.45; }

/* 409 */
.s01-transformation { height: 409px; padding: 12px 0; background: var(--s01-soft); }
.s01-transformation-card { display: grid; grid-template-columns: 600px 1fr; align-items: center; gap: 58px; height: 385px; padding: 40px; border: 1px solid rgba(139,97,43,.12); border-radius: 28px; background: var(--s01-card); box-shadow: 0 18px 60px rgba(62,45,26,.07); overflow: hidden; }
.s01-compare { --s01-reveal: 50%; position: relative; width: 600px; height: 304px; overflow: hidden; border-radius: 22px; background: #d2c4b7; cursor: ew-resize; touch-action: pan-y; user-select: none; }
.s01-compare picture { position: absolute; inset: 0; }
.s01-compare img { object-position: center 52%; }
.s01-compare-before { clip-path: inset(0 calc(100% - var(--s01-reveal)) 0 0); }
.s01-compare-label { position: absolute; z-index: 3; top: 14px; min-height: 30px; display: grid; place-items: center; padding: 0 11px; border-radius: 999px; color: #fff; background: rgba(33,30,26,.46); backdrop-filter: blur(8px); font-size: 10px; letter-spacing: .14em; }
.s01-before-label { left: 14px; }
.s01-after-label { right: 14px; }
.s01-compare-handle { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--s01-reveal); width: 2px; min-width: 44px; padding: 0; border: 0; background: transparent; cursor: ew-resize; transform: translateX(-22px); }
.s01-compare-handle::before { content: ""; position: absolute; top: 0; bottom: 0; left: 21px; width: 2px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15); }
.s01-compare-handle span { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--s01-gold); background: #fff; box-shadow: 0 8px 24px rgba(40,28,18,.2); transform: translate(-50%, -50%); }
.s01-transformation-copy { position: relative; z-index: 1; max-width: 500px; }
.s01-transformation-copy .s01-eyebrow { margin-bottom: 13px; }
.s01-transformation-copy h2 { font-size: 50px; line-height: 1.04; }
.s01-transformation-copy > p:not(.s01-eyebrow) { max-width: 500px; margin-top: 15px; color: var(--s01-muted); font-size: 14px; }
.s01-transformation-copy .s01-arrow-link { margin-top: 12px; }
.s01-tooth-line { position: absolute; z-index: -1; right: -30px; bottom: -47px; width: 148px; fill: none; stroke: var(--s01-gold); stroke-width: 1.2; opacity: .08; }

/* 431 */
.s01-expertise { height: 431px; padding: 13px 0 14px; background: var(--s01-paper); }
.s01-expertise-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.s01-expert-card, .s01-prices-card { position: relative; height: 404px; border: 1px solid rgba(139,97,43,.12); border-radius: 24px; background: var(--s01-card); box-shadow: 0 18px 60px rgba(62,45,26,.07); overflow: hidden; }
.s01-expert-card { display: grid; grid-template-columns: 40% 60%; }
.s01-expert-photo { min-width: 0; overflow: hidden; }
.s01-expert-photo img { object-position: 50% 24%; filter: saturate(.78) sepia(.04); }
.s01-expert-copy { min-width: 0; padding: 27px 25px 20px; }
.s01-expert-copy h2 { margin-top: 9px; font-size: 34px; line-height: 1; }
.s01-role { margin-top: 8px !important; color: var(--s01-gold); font-size: 11px; line-height: 1.35; }
.s01-expert-copy > p:not(.s01-eyebrow):not(.s01-role) { margin-top: 11px; color: var(--s01-muted); font-size: 12px; line-height: 1.45; }
.s01-expert-copy ul { display: grid; gap: 5px; margin: 11px 0 0; padding: 0; list-style: none; color: var(--s01-muted); font-size: 11px; }
.s01-expert-copy li { position: relative; padding-left: 17px; }
.s01-expert-copy li::before { content: ""; position: absolute; left: 0; top: .45em; width: 7px; height: 7px; border: 1px solid var(--s01-gold-soft); border-radius: 50%; }
.s01-expert-copy .s01-arrow-link { margin-top: 7px; }
.s01-prices-card { display: grid; grid-template-columns: 68% 32%; }
.s01-prices-copy { position: relative; z-index: 2; padding: 27px 8px 20px 28px; }
.s01-price-list { margin-top: 12px; border-top: 1px solid var(--s01-line); }
.s01-price-row { min-height: 58px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--s01-line); font-size: 12px; }
.s01-price-row span { max-width: 180px; }
.s01-price-row strong { color: var(--s01-gold); font-family: var(--s01-serif); font-size: 17px; font-weight: 500; white-space: nowrap; }
.s01-price-note { max-width: 330px; margin-top: 10px !important; color: var(--s01-muted); font-size: 10px; line-height: 1.35; }
.s01-prices-copy .s01-arrow-link { margin-top: 2px; }
.s01-ceramic-art { position: relative; overflow: hidden; background: radial-gradient(circle at 45% 25%, #fff 0 8%, #e7d6be 33%, #baa27e 72%, #8e714d 100%); }
.s01-ceramic-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.42), transparent 42%); }
.s01-ceramic-piece { position: absolute; left: 15%; bottom: -16%; width: 80%; aspect-ratio: .75; border-radius: 48% 52% 36% 38% / 30% 30% 70% 70%; background: linear-gradient(135deg, #fffef9 0%, #e8ddc9 48%, #bea987 100%); box-shadow: inset -12px -16px 22px rgba(105,78,42,.17), 0 20px 34px rgba(51,32,12,.25); transform: rotate(13deg); }
.s01-ceramic-piece::after { content: ""; position: absolute; top: 10%; left: 20%; width: 28%; height: 50%; border-radius: 50%; background: linear-gradient(90deg, rgba(255,255,255,.65), transparent); filter: blur(3px); }

/* 340 */
.s01-reviews { height: 340px; padding: 22px 0 12px; background: var(--s01-card); }
.s01-reviews-heading { height: 68px; text-align: center; }
.s01-reviews-heading h2 { font-size: 38px; line-height: 1.04; }
.s01-reviews-heading > span { display: block; margin-top: 4px; color: var(--s01-gold-soft); font-size: 13px; }
.s01-review-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.s01-review-card { position: relative; min-width: 0; height: 190px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px; border: 1px solid rgba(139,97,43,.12); border-radius: 24px; background: var(--s01-card); box-shadow: 0 12px 40px rgba(62,45,26,.055); }
.s01-review-card picture, .s01-review-card img { width: 52px; height: 52px; border-radius: 50%; }
.s01-review-card img { filter: saturate(.75); }
.s01-review-copy { min-width: 0; }
.s01-review-copy h3 { margin: 2px 0 0; font-family: var(--s01-serif); font-size: 18px; font-weight: 500; }
.s01-review-role { color: var(--s01-muted); font-size: 9px; }
.s01-quote { position: absolute; top: 8px; right: 16px; color: rgba(201,164,96,.55); font-family: var(--s01-serif); font-size: 44px; line-height: 1; }
.s01-review-copy blockquote { margin: 15px 0 0 -68px; color: var(--s01-muted); font-size: 12px; line-height: 1.45; }
.s01-review-footer { min-height: 44px; display: flex; justify-content: center; align-items: center; }
.s01-review-dots { display: flex; align-items: center; gap: 0; }
.s01-review-dot { position: relative; width: 44px; height: 44px; min-width: 44px; min-height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.s01-review-dot::before { content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; border-radius: 50%; background: #d9d0c4; transform: translate(-50%, -50%); }
.s01-review-dot.s01-is-active::before { width: 18px; border-radius: 5px; background: var(--s01-gold-soft); }
.s01-review-dot-decorative { display: block; width: 6px; height: 6px; min-width: 6px; min-height: 6px; border-radius: 50%; background: #d9d0c4; }
.s01-review-dot-decorative::before { display: none; }
.s01-review-controls { display: none; }
.s01-review-controls button { width: 44px; height: 44px; border: 1px solid var(--s01-line); border-radius: 50%; background: transparent; cursor: pointer; }

/* 342 */
.s01-contacts { height: 342px; padding: 16px 0; background: var(--s01-paper); }
.s01-contacts-grid { display: grid; grid-template-columns: 420px 1fr; gap: 80px; align-items: center; }
.s01-contact-copy h2 { font-size: 50px; line-height: 1.04; }
.s01-contact-copy > p { max-width: 390px; margin-top: 10px; color: var(--s01-muted); font-size: 13px; }
.s01-contact-copy address { display: grid; gap: 2px; margin-top: 10px; font-style: normal; }
.s01-contact-copy address strong { color: var(--s01-gold); font-family: var(--s01-serif); font-size: 19px; font-weight: 500; }
.s01-contact-copy address span { color: var(--s01-muted); font-size: 11px; }
.s01-contact-copy .s01-button { min-height: 50px; margin-top: 13px; padding-inline: 22px; font-size: 11px; }
.s01-contact-media { position: relative; height: 310px; overflow: hidden; border-radius: 30px; }
.s01-contact-media picture { position: absolute; inset: 0; overflow: hidden; }
.s01-contact-media img { object-position: 58% center; transform: scale(1.04); will-change: transform; }
.s01-location-card { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: 255px; min-height: 86px; display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid rgba(139,97,43,.12); border-radius: 18px; background: rgba(255,253,252,.91); backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(42,29,17,.12); }
.s01-location-card svg { width: 28px; fill: none; stroke: var(--s01-gold); stroke-width: 1.5; }
.s01-location-card strong, .s01-location-card span, .s01-location-card small { display: block; }
.s01-location-card strong { font-family: var(--s01-serif); font-size: 16px; }
.s01-location-card span { color: var(--s01-gold); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.s01-location-card small { color: var(--s01-muted); font-size: 9px; }

/* 82; desktop total = 2610 */
.s01-footer { height: 82px; border-top: 1px solid var(--s01-line); background: var(--s01-card); }
.s01-footer-grid { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; }
.s01-footer-grid > img { width: 144px; height: auto; object-fit: contain; }
.s01-footer nav { display: flex; justify-content: center; gap: 28px; }
.s01-footer nav a, .s01-top-button { min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; }
.s01-footer-end { display: flex; align-items: center; gap: 16px; color: var(--s01-muted); font-size: 10px; }
.s01-social-icons { display: flex; gap: 7px; color: var(--s01-gold); }
.s01-social-icons i { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--s01-line); border-radius: 50%; font-style: normal; }
.s01-top-button { gap: 7px; padding: 0; border: 0; background: transparent; cursor: pointer; }

.s01-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 26px; color: var(--s01-ink); background: transparent; overflow: visible; }
.s01-dialog::backdrop { background: rgba(30,24,18,.58); backdrop-filter: blur(4px); }
.s01-dialog-panel { position: relative; padding: 36px; border: 1px solid rgba(139,97,43,.16); border-radius: 26px; background: var(--s01-card); box-shadow: 0 30px 90px rgba(24,16,8,.28); }
.s01-dialog-close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid var(--s01-line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; }
.s01-dialog h2 { margin-top: 12px; font-size: 42px; line-height: 1; }
.s01-dialog-panel > p:not(.s01-eyebrow) { margin: 14px 0 0; color: var(--s01-muted); }
.s01-dialog-form { display: grid; gap: 8px; margin-top: 22px; }
.s01-dialog-form label { margin-top: 5px; color: var(--s01-muted); font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.s01-dialog-form input, .s01-dialog-form select { width: 100%; min-height: 48px; border: 1px solid var(--s01-line); border-radius: 12px; padding: 0 14px; color: var(--s01-ink); background: #fff; }
.s01-dialog-form input[aria-invalid="true"], .s01-dialog-form select[aria-invalid="true"] { border-color: #a34c37; }
.s01-dialog-form .s01-button { width: 100%; margin-top: 12px; }
.s01-form-status { min-height: 24px; color: var(--s01-gold); font-size: 12px; }
.s01-menu-open { overflow: hidden; }

[data-s01-reveal] { opacity: 1; transform: none; }
.s01-motion [data-s01-reveal]:not(.s01-is-visible) { opacity: 0; transform: translateY(24px); }
.s01-motion [data-s01-reveal] { transition: opacity 520ms ease, transform 520ms cubic-bezier(.22,1,.36,1); }
.s01-motion .s01-benefit-card:nth-child(2) { transition-delay: 80ms; }
.s01-motion .s01-benefit-card:nth-child(3) { transition-delay: 160ms; }
.s01-motion .s01-benefit-card:nth-child(4) { transition-delay: 240ms; }
.s01-motion .s01-page { animation: s01-page-fade 300ms ease both; }

@keyframes s01-page-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes s01-light-sweep { from { transform: translateX(-150%); } to { transform: translateX(150%); } }

@media (max-width: 1279px) {
  .s01-shell { width: calc(100% - 96px); }
  .s01-hero { height: 680px; }
  .s01-header-inner { grid-template-columns: 170px 1fr 224px; gap: 12px; }
  .s01-nav { gap: 16px; }
  .s01-hero-copy { width: 510px; }
  .s01-hero-copy h1 { font-size: 72px; }
  .s01-hero-model { right: 24px; width: 48vw; }
  .s01-hero-glass { right: 10px; }
  .s01-transformation-card { grid-template-columns: 52% 1fr; gap: 38px; }
  .s01-compare { width: 100%; }
  .s01-price-row { font-size: 11px; }
  .s01-price-row strong { font-size: 15px; }
}

@media (max-width: 1024px) {
  .s01-shell { width: calc(100% - 80px); }
  .s01-page [id] { scroll-margin-top: 76px; }
  .s01-header { height: 76px; }
  .s01-header-inner { grid-template-columns: 1fr auto; }
  .s01-logo { width: 144px; }
  .s01-header-actions { grid-column: 2; }
  .s01-header-cta { width: 150px; height: 48px; }
  .s01-menu-toggle { width: 48px; height: 48px; }
  .s01-nav { position: fixed; z-index: 30; inset: 0; display: flex; flex-direction: column; gap: 6px; padding: 100px 40px 40px; color: var(--s01-ink); background: rgba(247,243,237,.98); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
  .s01-nav[data-s01-open] { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .s01-nav a { min-height: 58px; font-family: var(--s01-serif); font-size: 28px; letter-spacing: .02em; }
  .s01-menu-toggle { position: relative; z-index: 31; }
  .s01-nav[data-s01-open] + .s01-header-actions .s01-menu-line:first-child { transform: translateY(3.5px) rotate(45deg); }
  .s01-nav[data-s01-open] + .s01-header-actions .s01-menu-line:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .s01-hero-layout { grid-template-columns: 46% 54%; padding-top: 76px; }
  .s01-hero-copy { width: 480px; }
  .s01-hero-copy h1 { font-size: 64px; }
  .s01-hero-lead { width: 420px; }
  .s01-hero-model { top: 76px; right: -35px; width: 54vw; }
  .s01-hero-glass { width: 240px; right: 0; }
  .s01-approach { height: 338px; padding: 19px 0; }
  .s01-benefit-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .s01-benefit-card { height: 144px; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 14px 16px; }
  .s01-benefit-card h2 { margin-top: 1px; font-size: 19px; }
  .s01-benefit-card p { grid-column: 2; margin-top: -15px; }
  .s01-transformation { height: 438px; }
  .s01-transformation-card { height: 414px; grid-template-columns: 55% 45%; gap: 24px; padding: 30px; }
  .s01-compare { height: 320px; }
  .s01-transformation-copy h2 { font-size: 42px; }
  .s01-expertise { height: 480px; }
  .s01-expert-card, .s01-prices-card { height: 452px; }
  .s01-expert-copy { padding: 23px 18px; }
  .s01-expert-copy h2 { font-size: 28px; }
  .s01-price-row { grid-template-columns: 1fr; gap: 2px; align-content: center; }
  .s01-reviews { height: 370px; }
  .s01-review-card { height: 220px; }
  .s01-contacts { height: 390px; }
  .s01-contacts-grid { grid-template-columns: 340px 1fr; gap: 40px; }
  .s01-contact-copy h2 { font-size: 44px; }
  .s01-contact-media { height: 350px; }
  .s01-footer { height: auto; min-height: 100px; }
  .s01-footer-grid { grid-template-columns: 150px 1fr; padding-block: 14px; }
  .s01-footer-end { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 768px) {
  .s01-shell { width: calc(100% - 64px); }
  .s01-hero { height: 980px; }
  .s01-hero::before { background: linear-gradient(180deg, rgba(247,243,237,.99) 0%, rgba(247,243,237,.97) 44%, rgba(247,243,237,.26) 72%, rgba(247,243,237,.06) 100%); }
  .s01-hero-interior { top: 43%; }
  .s01-hero-layout { display: block; padding-top: 116px; }
  .s01-hero-copy { width: min(560px, 100%); }
  .s01-hero-copy h1 { font-size: 56px; }
  .s01-hero-lead { width: min(480px, 100%); }
  .s01-hero-model { top: 445px; right: 2%; bottom: 0; width: 70%; height: 535px; }
  .s01-hero-glass { right: 0; bottom: 30px; }
  .s01-hero-index { bottom: auto; top: 390px; }
  .s01-approach { height: 420px; padding: 30px 0; }
  .s01-benefit-card { height: 174px; display: block; padding: 17px; }
  .s01-benefit-card h2 { margin-top: 11px; }
  .s01-benefit-card p { margin-top: 7px; }
  .s01-transformation { height: auto; padding: 24px 0; }
  .s01-transformation-card { height: auto; grid-template-columns: 1fr; gap: 26px; padding: 24px; }
  .s01-compare { width: 100%; height: auto; aspect-ratio: 16 / 10; }
  .s01-transformation-copy { max-width: none; }
  .s01-expertise { height: auto; padding: 24px 0; }
  .s01-expertise-grid { grid-template-columns: 1fr; }
  .s01-expert-card, .s01-prices-card { height: 404px; }
  .s01-reviews { height: 400px; padding-top: 28px; overflow: hidden; }
  .s01-review-track { width: calc(100vw - 32px); display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(84%, 400px); gap: 14px; padding: 6px 32px 12px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .s01-review-track::-webkit-scrollbar { display: none; }
  .s01-review-card { height: 220px; scroll-snap-align: start; }
  .s01-review-footer { justify-content: space-between; }
  .s01-review-controls { display: flex; gap: 8px; }
  .s01-contacts { height: auto; padding: 38px 0; }
  .s01-contacts-grid { grid-template-columns: 1fr; gap: 28px; }
  .s01-contact-copy { order: 1; }
  .s01-contact-media { order: 2; height: auto; aspect-ratio: 4 / 3; }
  .s01-footer-grid { grid-template-columns: 1fr auto; gap: 12px; }
  .s01-footer nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: flex-start; }
  .s01-footer-end { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .s01-shell { width: calc(100% - 40px); }
  .s01-header { height: 70px; }
  .s01-logo { width: 112px; }
  .s01-header-actions { gap: 6px; }
  .s01-header-cta { width: 44px; height: 44px; padding: 0; font-size: 0; }
  .s01-header-cta::after { content: "✦"; font-size: 15px; }
  .s01-menu-toggle { width: 44px; height: 44px; }
  .s01-nav { padding: 88px 20px 24px; }
  .s01-hero { height: 900px; }
  .s01-hero-layout { padding-top: 105px; }
  .s01-hero-copy h1 { font-size: 50px; line-height: .96; }
  .s01-hero-copy h1 span { white-space: normal; }
  .s01-hero-lead { margin-top: 18px !important; font-size: 14px; }
  .s01-hero-copy .s01-button { width: 100%; min-height: 52px; margin-top: 22px; padding: 0 18px; font-size: 11px; }
  .s01-hero-index { top: 380px; }
  .s01-hero-interior { top: 47%; }
  .s01-hero-model { top: 440px; width: 88%; height: 460px; }
  .s01-hero-glass { left: 0; right: 0; bottom: 18px; width: auto; height: 150px; }
  .s01-approach { height: auto; padding: 22px 0; }
  .s01-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .s01-benefit-card { height: auto; min-height: 166px; padding: 14px; }
  .s01-benefit-card svg { width: 34px; height: 34px; }
  .s01-benefit-card h2 { margin-top: 10px; font-size: 18px; line-height: 1.1; }
  .s01-benefit-card p { font-size: 12px; line-height: 1.45; }
  .s01-transformation-card { padding: 14px; border-radius: 22px; }
  .s01-transformation-copy { padding: 8px 4px 14px; }
  .s01-transformation-copy h2 { font-size: 38px; }
  .s01-expert-card { height: auto; min-height: 560px; grid-template-columns: 1fr; grid-template-rows: 240px 1fr; }
  .s01-expert-copy { padding: 22px; }
  .s01-prices-card { height: auto; min-height: 470px; grid-template-columns: 1fr; }
  .s01-prices-copy { padding: 24px; }
  .s01-price-row { min-height: 64px; grid-template-columns: 1fr; }
  .s01-price-row span { max-width: none; }
  .s01-ceramic-art { position: absolute; z-index: 0; right: 0; bottom: 0; width: 30%; height: 34%; opacity: .42; }
  .s01-reviews { height: 410px; }
  .s01-reviews-heading h2 { font-size: 34px; }
  .s01-review-track { grid-auto-columns: 88%; padding-right: 20px; }
  .s01-contact-copy h2 { font-size: 38px; }
  .s01-contact-copy .s01-button { width: 100%; }
  .s01-location-card { left: 12px; bottom: 12px; width: calc(100% - 24px); }
  .s01-footer { min-height: 180px; }
  .s01-footer-grid { padding-block: 22px; }
  .s01-footer nav { gap: 12px 20px; }
  .s01-footer-end > span:first-child { width: 100%; }
  .s01-dialog-panel { padding: 28px 20px 22px; }
  .s01-dialog h2 { max-width: 280px; font-size: 34px; }
}

@media (max-width: 390px) {
  .s01-shell { width: calc(100% - 32px); }
  .s01-hero-copy h1 { font-size: 44px; }
  .s01-transformation-copy h2, .s01-contact-copy h2 { font-size: 34px; }
  .s01-benefit-card { padding: 12px; }
  .s01-review-track { width: calc(100vw - 16px); padding-right: 16px; }
}

@media (max-width: 360px) {
  .s01-hero-copy h1 { font-size: 40px; }
  .s01-transformation-copy h2, .s01-contact-copy h2 { font-size: 32px; }
  .s01-benefit-card h2 { font-size: 17px; }
  .s01-benefit-card p { font-size: 11px; }
  .s01-footer-end { gap: 10px; }
}

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