@font-face { font-family: "Archivo"; src: url("assets/fonts/archivo-semibold.ttf") format("truetype"); font-style: normal; font-weight: 400 650; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("assets/fonts/archivo-bold.ttf") format("truetype"); font-style: normal; font-weight: 651 900; font-display: swap; }
@font-face { font-family: "Libre Caslon Text"; src: url("assets/fonts/libre-caslon-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Libre Caslon Text"; src: url("assets/fonts/libre-caslon-italic.ttf") format("truetype"); font-style: italic; font-weight: 400; font-display: swap; }

:root {
  --bg: oklch(98.2% 0.006 88);
  --surface: oklch(100% 0 0);
  --fg: oklch(29.5% 0.055 258);
  --muted: oklch(51% 0.025 258);
  --border: oklch(86.5% 0.018 258);
  --accent: oklch(55.5% 0.105 52);
  --accent-deep: oklch(45.5% 0.105 52);
  --accent-soft: color-mix(in oklch, var(--accent) 12%, transparent);
  --ink-soft: color-mix(in oklch, var(--fg) 7%, transparent);
  --font-display: "Archivo", "Arial Narrow", "Helvetica Neue", sans-serif;
  --font-body: "Helvetica Neue", Helvetica, sans-serif;
  --font-serif: "Libre Caslon Text", Charter, Georgia, serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --container: 1240px;
  --gutter: clamp(18px, 3vw, 42px);
  --line: 1px solid var(--border);
  --ease: cubic-bezier(.23,1,.32,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--font-body); line-height: 1.55; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 60; background-image: linear-gradient(to right, color-mix(in oklch, var(--fg) 4%, transparent) 1px, transparent 1px); background-size: calc((100vw - min(100vw, var(--container))) / 2 + min(100vw, var(--container)) / 12) 100%; opacity: .32; }
::selection { background: var(--accent); color: var(--surface); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
p, h1, h2, h3, blockquote { margin-top: 0; }
p { text-wrap: pretty; }
h1, h2, h3 { font-family: var(--font-display); text-wrap: balance; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.est-shell { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--gutter); }
.est-header { position: sticky; top: 0; z-index: 50; background: color-mix(in oklch, var(--bg) 94%, transparent); backdrop-filter: blur(14px); border-bottom: var(--line); }
.est-nav { min-height: 76px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: clamp(20px, 3vw, 52px); }
.est-logo { font: 760 19px/1 var(--font-display); letter-spacing: -.04em; text-transform: uppercase; }
.est-logo span { display: block; margin-top: 5px; color: var(--muted); font: 10px/1 var(--font-mono); letter-spacing: .12em; }
.est-links { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.est-links a, .est-drop-trigger { color: var(--muted); transition: color 160ms var(--ease); }
.est-links a:hover, .est-drop-trigger:hover { color: var(--fg); }
.est-drop { position: relative; }
.est-drop-trigger { border: 0; background: transparent; padding: 16px 0; }
.est-drop-menu { position: absolute; top: calc(100% - 5px); left: -18px; min-width: 220px; padding: 10px; background: var(--surface); border: 1px solid var(--fg); opacity: 0; visibility: hidden; transform: translateY(-5px); transition: 170ms var(--ease); box-shadow: 0 18px 45px color-mix(in oklch, var(--fg) 12%, transparent); }
.est-drop:hover .est-drop-menu, .est-drop:focus-within .est-drop-menu { opacity: 1; visibility: visible; transform: none; }
.est-drop-menu a { display: block; padding: 10px 9px; color: var(--fg); }
.est-drop-menu a:hover { background: var(--ink-soft); }
.est-nav-action, .est-primary, .est-secondary, .est-text-action { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 11px 18px; font-weight: 650; transition: background 160ms var(--ease), color 160ms var(--ease), border-color 160ms var(--ease), transform 160ms var(--ease); }
.est-nav-action, .est-primary { background: var(--accent); color: var(--surface); border-color: var(--accent); }
.est-nav-action:hover, .est-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); transform: translateY(-2px); }
.est-secondary { background: transparent; color: var(--fg); border-color: var(--fg); }
.est-secondary:hover { background: var(--fg); color: var(--bg); }
.est-text-action { min-height: 44px; padding-inline: 0; color: var(--fg); border-bottom-color: var(--fg); }
.est-text-action:hover { color: var(--accent-deep); border-bottom-color: var(--accent-deep); }
.est-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--fg); background: transparent; color: var(--fg); }
.est-menu-toggle svg { width: 22px; margin: auto; }

.est-section { border-bottom: var(--line); padding-block: clamp(64px, 9vw, 132px); }
.est-section-tight { padding-block: clamp(42px, 6vw, 76px); }
.est-kicker { margin-bottom: 18px; color: var(--muted); font: 11px/1.4 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.est-title-xl { max-width: 980px; margin-bottom: 30px; font-size: clamp(54px, 8.3vw, 126px); font-weight: 790; line-height: .86; letter-spacing: -.075em; }
.est-title-lg { max-width: 900px; margin-bottom: 28px; font-size: clamp(42px, 6vw, 84px); font-weight: 760; line-height: .96; letter-spacing: -.06em; }
.est-title-md { margin-bottom: 22px; font-size: clamp(32px, 4vw, 56px); font-weight: 720; line-height: 1; letter-spacing: -.045em; }
.est-lead { max-width: 64ch; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.est-small { color: var(--muted); font-size: 13px; }
.est-serif { font-family: var(--font-serif); }
.est-mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.est-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }

.est-hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto auto; border-bottom: var(--line); }
.est-hero-main { grid-column: 1 / 8; min-height: 540px; padding: clamp(58px, 8vw, 116px) var(--gutter); border-right: var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.est-hero-copy { max-width: 760px; }
.est-hero-main .est-title-xl { font-size: clamp(64px, 8.8vw, 134px); }
.est-hero-main .est-lead { max-width: 48ch; }
.est-hero-photo { grid-column: 8 / 13; min-height: 540px; position: relative; overflow: hidden; background: var(--surface); }
.est-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.est-photo-label { position: absolute; right: 18px; bottom: 18px; max-width: 240px; padding: 12px 14px; background: color-mix(in oklch, var(--surface) 92%, transparent); box-shadow: 0 12px 28px color-mix(in oklch, var(--fg) 14%, transparent); font: 11px/1.45 var(--font-mono); }
.est-hero-cell { min-height: 180px; padding: 28px; border-top: var(--line); border-right: var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.est-hero-cell:nth-of-type(3) { grid-column: 1 / 4; }
.est-hero-cell:nth-of-type(4) { grid-column: 4 / 7; }
.est-hero-cell:nth-of-type(5) { grid-column: 7 / 10; }
.est-hero-cell:nth-of-type(6) { grid-column: 10 / 13; border-right: 0; background: var(--fg); color: var(--bg); }
.est-hero-cell strong { font: 700 clamp(26px, 3vw, 42px)/1 var(--font-display); letter-spacing: -.04em; }
.est-hero-cell span { color: var(--muted); font-size: 13px; }
.est-hero-cell:nth-of-type(6) span { color: color-mix(in oklch, var(--bg) 68%, transparent); }
.est-hero-cell:nth-of-type(6) a { color: var(--bg); border-color: var(--bg); }

.est-grid-12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.est-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 5vw, 78px); }
.est-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.est-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.est-col-4 { grid-column: span 4; }
.est-col-5 { grid-column: span 5; }
.est-col-6 { grid-column: span 6; }
.est-col-7 { grid-column: span 7; }
.est-col-8 { grid-column: span 8; }
.est-offset-1 { grid-column-start: 2; }
.est-rule-top { border-top: 1px solid var(--fg); padding-top: 22px; }
.est-panel { padding: clamp(24px, 3vw, 42px); border-right: var(--line); border-bottom: var(--line); }
.est-panel:last-child { border-right: 0; }
.est-panel h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.035em; }
.est-panel p { margin-bottom: 0; color: var(--muted); }
.est-number { margin-bottom: 26px; font: 12px/1 var(--font-mono); color: var(--muted); }

.est-timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--fg); }
.est-time-item { min-height: 190px; padding: 24px 22px; border-right: var(--line); }
.est-time-item:last-child { border-right: 0; }
.est-time-item time { display: block; margin-bottom: 46px; font: 700 34px/1 var(--font-display); letter-spacing: -.04em; }
.est-time-item p { margin: 0; color: var(--muted); }

.est-image { width: 100%; height: auto; background: var(--surface); }
.est-image-cover { width: 100%; height: 100%; object-fit: cover; }
.est-image-frame { min-height: 520px; overflow: hidden; background: var(--surface); }
.est-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.est-copy-block { padding: clamp(32px, 6vw, 94px); display: flex; flex-direction: column; justify-content: center; }
.est-list { list-style: none; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--fg); }
.est-list li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-bottom: var(--line); }
.est-list b { font-family: var(--font-display); }
.est-list span { color: var(--muted); }

.est-loyalty { background: var(--fg); color: var(--bg); }
.est-loyalty .est-kicker, .est-loyalty .est-lead { color: color-mix(in oklch, var(--bg) 70%, transparent); }
.est-loyalty-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(38px, 8vw, 120px); align-items: end; }
.est-loyalty-steps { border-top: 1px solid color-mix(in oklch, var(--bg) 38%, transparent); }
.est-loyalty-step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid color-mix(in oklch, var(--bg) 24%, transparent); }
.est-loyalty-step span { color: color-mix(in oklch, var(--bg) 65%, transparent); }

.est-quote { max-width: 880px; margin: 0; font: italic clamp(28px, 4.2vw, 58px)/1.24 var(--font-serif); letter-spacing: -.025em; }
.est-quote cite { display: block; margin-top: 30px; color: var(--muted); font: 12px/1.5 var(--font-mono); font-style: normal; }
.est-review-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; border-top: 1px solid var(--fg); }
.est-review { min-height: 320px; padding: 28px; border-right: var(--line); }
.est-review:last-child { border-right: 0; }
.est-review blockquote { font: 24px/1.35 var(--font-serif); }
.est-review small { display: block; margin-top: 34px; color: var(--muted); }
.est-demo-label { display: inline-block; margin-bottom: 20px; padding: 4px 7px; border: 1px solid var(--border); color: var(--muted); font: 10px/1.2 var(--font-mono); text-transform: uppercase; }

.est-info-row { display: grid; grid-template-columns: 180px 1fr 180px; gap: 24px; padding: 22px 0; border-top: var(--line); align-items: baseline; }
.est-info-row:last-child { border-bottom: var(--line); }
.est-info-row h3 { margin: 0; font-size: 21px; }
.est-info-row p { margin: 0; color: var(--muted); }
.est-info-row .est-mono { text-align: right; font-size: 12px; }

.est-segment { min-height: 300px; padding: 28px; border-top: 1px solid var(--fg); border-right: var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.est-segment:last-child { border-right: 0; }
.est-segment h3 { max-width: 10ch; font-size: clamp(26px, 3vw, 40px); }
.est-segment p { color: var(--muted); }

.est-video { min-height: 540px; display: grid; place-items: center; position: relative; overflow: hidden; background: var(--fg); color: var(--bg); }
.est-video::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, color-mix(in oklch, var(--fg) 94%, transparent), color-mix(in oklch, var(--fg) 40%, transparent)), url('assets/blend-process.webp') center/cover; }
.est-video-inner { position: relative; z-index: 1; max-width: 720px; padding: 40px; text-align: center; }
.est-play { width: 72px; height: 72px; margin: 30px auto 0; display: grid; place-items: center; border: 1px solid var(--bg); border-radius: 50%; background: transparent; color: var(--bg); }
.est-play:hover { background: var(--bg); color: var(--fg); }
.est-play svg { width: 22px; margin-left: 4px; }

.est-trust { display: grid; grid-template-columns: repeat(4, 1fr); border: var(--line); }
.est-trust div { min-height: 120px; display: grid; place-items: center; padding: 22px; border-right: var(--line); text-align: center; font: 650 13px/1.35 var(--font-display); text-transform: uppercase; letter-spacing: .08em; }
.est-trust div:last-child { border-right: 0; }

.est-page-head { padding-block: clamp(78px, 12vw, 160px) clamp(58px, 8vw, 110px); border-bottom: 1px solid var(--fg); }
.est-page-head .est-title-xl { max-width: 1100px; }
.est-breadcrumb { margin-bottom: 34px; color: var(--muted); font: 11px/1.4 var(--font-mono); text-transform: uppercase; letter-spacing: .1em; }
.est-breadcrumb a { border-bottom: 1px solid var(--border); }

.est-config { display: grid; grid-template-columns: 260px 1fr 320px; min-height: 620px; border-bottom: var(--line); }
.est-config-progress, .est-config-summary { padding: 34px; background: var(--surface); }
.est-config-progress { border-right: var(--line); }
.est-config-summary { border-left: var(--line); }
.est-step-link { display: flex; gap: 12px; padding: 15px 0; border-bottom: var(--line); color: var(--muted); }
.est-step-link.is-active { color: var(--fg); font-weight: 700; }
.est-config-main { padding: clamp(34px, 5vw, 70px); }
.est-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.est-choice { min-height: 112px; padding: 18px; border: 1px solid var(--border); background: var(--bg); color: var(--fg); text-align: left; }
.est-choice:hover, .est-choice.is-selected { border-color: var(--fg); background: var(--surface); }
.est-choice.is-selected { box-shadow: inset 0 -4px 0 var(--accent); }
.est-choice strong { display: block; margin-bottom: 6px; font-family: var(--font-display); }
.est-choice span { color: var(--muted); font-size: 13px; }
.est-summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: var(--line); font-size: 13px; }
.est-summary-line span:last-child { text-align: right; font-weight: 650; }
.est-config-controls { display: flex; gap: 12px; margin-top: 34px; }

.est-catalog-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.est-filter { min-height: 44px; padding: 8px 14px; border: 1px solid var(--border); background: transparent; color: var(--fg); }
.est-filter:hover, .est-filter.is-active { border-color: var(--fg); background: var(--fg); color: var(--bg); }
.est-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--fg); border-left: var(--line); }
.est-product { display: flex; flex-direction: column; min-height: 520px; padding: 24px; border-right: var(--line); border-bottom: var(--line); }
.est-product-visual { aspect-ratio: 4/3; display: grid; place-items: center; margin-bottom: 26px; background: var(--surface); overflow: hidden; }
.est-product-visual img { width: 100%; height: 100%; object-fit: cover; }
.est-product h3 { margin-bottom: 10px; font-size: 27px; }
.est-product p { color: var(--muted); }
.est-product-bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.est-price { font: 700 18px/1 var(--font-mono); }
.est-cart-count { min-width: 22px; height: 22px; display: inline-grid; place-items: center; margin-left: 6px; border-radius: 50%; background: var(--fg); color: var(--bg); font: 11px/1 var(--font-mono); }

.est-process { display: grid; grid-template-columns: 160px 1fr; border-top: 1px solid var(--fg); }
.est-process-item { display: contents; }
.est-process-num, .est-process-body { padding: 30px 0; border-bottom: var(--line); }
.est-process-num { font: 700 36px/1 var(--font-display); }
.est-process-body { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; }
.est-process-body h3 { font-size: 30px; }
.est-process-body p { color: var(--muted); }

.est-team { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--fg); }
.est-person { padding: 28px; border-right: var(--line); }
.est-person:last-child { border-right: 0; }
.est-person-portrait { aspect-ratio: 3/4; margin-bottom: 22px; background: var(--surface); display: grid; place-items: center; color: var(--muted); font: 11px/1.4 var(--font-mono); text-align: center; }
.est-person h3 { margin-bottom: 6px; }
.est-person p { color: var(--muted); }

.est-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.est-field { display: flex; flex-direction: column; gap: 7px; }
.est-field-wide { grid-column: 1 / -1; }
.est-field label { color: var(--muted); font-size: 13px; }
.est-field input, .est-field select, .est-field textarea { min-height: 48px; width: 100%; border: 1px solid var(--border); background: var(--surface); color: var(--fg); padding: 12px 14px; }
.est-field textarea { min-height: 140px; resize: vertical; }
.est-field input:focus, .est-field select:focus, .est-field textarea:focus { border-color: var(--accent); outline: 2px solid var(--accent-soft); }
.est-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 8vw, 110px); }
.est-contact-list { border-top: 1px solid var(--fg); }
.est-contact-line { padding: 18px 0; border-bottom: var(--line); }
.est-contact-line span { display: block; margin-bottom: 6px; color: var(--muted); font: 11px/1.4 var(--font-mono); text-transform: uppercase; }
.est-success { display: none; margin-top: 18px; padding: 14px; background: var(--ink-soft); border: 1px solid var(--fg); }
.est-success.is-visible { display: block; }

.est-legal-nav { position: sticky; top: 110px; align-self: start; }
.est-legal-nav a { display: block; padding: 13px 0; border-bottom: var(--line); color: var(--muted); }
.est-legal-nav a:hover { color: var(--fg); }
.est-legal-copy { max-width: 76ch; }
.est-legal-copy section { padding-block: 28px; border-top: var(--line); }
.est-legal-copy h2 { font-size: 32px; }
.est-legal-copy h3 { margin-top: 26px; font-size: 20px; }
.est-legal-copy p, .est-legal-copy li { color: var(--muted); }

.est-footer { padding-block: 58px 30px; background: var(--fg); color: var(--bg); }
.est-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 38px; }
.est-footer h2 { max-width: 9ch; font-size: clamp(38px, 5vw, 66px); line-height: .95; letter-spacing: -.055em; }
.est-footer h3 { margin-bottom: 16px; color: color-mix(in oklch, var(--bg) 58%, transparent); font: 10px/1.4 var(--font-mono); text-transform: uppercase; letter-spacing: .12em; }
.est-footer a, .est-footer p { color: color-mix(in oklch, var(--bg) 78%, transparent); }
.est-footer a { display: block; width: fit-content; margin: 9px 0; }
.est-footer a:hover { color: var(--bg); }
.est-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 52px; padding-top: 24px; border-top: 1px solid color-mix(in oklch, var(--bg) 22%, transparent); color: color-mix(in oklch, var(--bg) 55%, transparent); font-size: 11px; }

.est-cookie { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: min(440px, calc(100vw - 36px)); padding: 20px; background: var(--surface); border: 1px solid var(--fg); box-shadow: 0 18px 54px color-mix(in oklch, var(--fg) 18%, transparent); }
.est-cookie[hidden] { display: none; }
.est-cookie p { margin-bottom: 15px; color: var(--muted); font-size: 13px; }
.est-cookie-actions { display: flex; gap: 10px; }
.est-toast { position: fixed; left: 50%; bottom: 28px; z-index: 90; transform: translate(-50%, 22px); opacity: 0; padding: 12px 18px; background: var(--fg); color: var(--bg); pointer-events: none; transition: 220ms var(--ease); }
.est-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (prefers-reduced-motion: no-preference) {
  .est-reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
  .est-reveal.is-visible { opacity: 1; transform: none; }
  .est-hero-photo img { animation: est-settle 1200ms var(--ease) both; }
  @keyframes est-settle { from { transform: scale(1.06); filter: saturate(.7); } to { transform: scale(1); filter: saturate(1); } }
}

@media (max-width: 1040px) {
  body::before { display: none; }
  .est-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 22px var(--gutter); background: var(--bg); border-bottom: 1px solid var(--fg); flex-direction: column; align-items: flex-start; }
  .est-links.is-open { display: flex; }
  .est-drop { width: 100%; }
  .est-drop-trigger { display: none; }
  .est-drop-menu { position: static; min-width: 0; padding: 0; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .est-drop-menu a { padding: 8px 0; color: var(--muted); }
  .est-menu-toggle { display: block; }
  .est-nav { grid-template-columns: 1fr auto auto; }
  .est-hero-main { grid-column: 1 / 9; }
  .est-hero-photo { grid-column: 9 / 13; }
  .est-config { grid-template-columns: 210px 1fr; }
  .est-config-summary { grid-column: 1 / -1; border-left: 0; border-top: var(--line); }
  .est-products { grid-template-columns: repeat(2, 1fr); }
  .est-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .est-footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .est-shell { padding-inline: 18px; }
  .est-nav { min-height: 68px; grid-template-columns: 1fr auto; }
  .est-nav-action { display: none; }
  .est-links { top: 68px; }
  .est-section { padding-block: 58px; }
  .est-title-xl { font-size: clamp(48px, 16vw, 78px); }
  .est-title-lg { font-size: clamp(40px, 13vw, 62px); }
  .est-hero { display: block; min-height: 0; }
  .est-hero-main { min-height: 520px; padding: 54px 18px; border-right: 0; }
  .est-hero-photo { min-height: 390px; border-top: var(--line); }
  .est-hero-cell { min-height: 142px; border-right: 0; padding: 22px 18px; }
  .est-grid-2, .est-grid-3, .est-grid-4, .est-loyalty-grid, .est-contact-grid { grid-template-columns: 1fr; }
  .est-grid-12 { display: block; }
  .est-panel, .est-segment { border-right: 0; }
  .est-timeline { grid-template-columns: 1fr 1fr; }
  .est-time-item:nth-child(2) { border-right: 0; }
  .est-time-item:nth-child(-n+2) { border-bottom: var(--line); }
  .est-review-grid { grid-template-columns: 1fr; }
  .est-review { min-height: 0; border-right: 0; border-bottom: var(--line); }
  .est-info-row { grid-template-columns: 1fr; gap: 8px; }
  .est-info-row .est-mono { text-align: left; }
  .est-trust { grid-template-columns: 1fr 1fr; }
  .est-trust div:nth-child(2) { border-right: 0; }
  .est-trust div:nth-child(-n+2) { border-bottom: var(--line); }
  .est-config { display: block; }
  .est-config-progress { border-right: 0; border-bottom: var(--line); }
  .est-step-link { display: inline-flex; margin-right: 16px; border-bottom: 0; }
  .est-choice-grid, .est-products, .est-form { grid-template-columns: 1fr; }
  .est-field-wide { grid-column: auto; }
  .est-process { grid-template-columns: 58px 1fr; }
  .est-process-body { grid-template-columns: 1fr; gap: 4px; }
  .est-team { grid-template-columns: 1fr; }
  .est-person { border-right: 0; border-bottom: var(--line); }
  .est-footer-grid { grid-template-columns: 1fr 1fr; }
  .est-footer-grid > :first-child { grid-column: 1 / -1; }
  .est-footer-bottom { flex-direction: column; }
  .est-legal-nav { position: static; margin-bottom: 34px; }
}

@media (max-width: 440px) {
  .est-logo { font-size: 16px; }
  .est-hero-main .est-title-xl { font-size: 54px; }
  .est-timeline, .est-trust, .est-footer-grid { grid-template-columns: 1fr; }
  .est-time-item, .est-trust div { border-right: 0; border-bottom: var(--line); }
  .est-choice-grid { grid-template-columns: 1fr; }
  .est-cookie-actions, .est-config-controls, .est-actions { align-items: stretch; flex-direction: column; }
  .est-primary, .est-secondary { width: 100%; }
}
