@font-face { font-family: "Manrope"; src: url("fonts/manrope-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } @font-face { font-family: "Manrope"; src: url("fonts/manrope-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: "Prata"; src: url("fonts/prata-cyrillic.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } @font-face { font-family: "Prata"; src: url("fonts/prata-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } :root { --ink: #050505; --ink-2: #303537; --ink-3: #676d70; --paper: #fbfbfa; --paper-2: #f1f3f1; --white: #ffffff; --line: #d7dcde; --line-strong: #b9c0c3; --green: #147823; --green-soft: #e9f5ea; --amber: #ff8b13; --amber-soft: #fff0de; --serif: "Prata", Georgia, Cambria, serif; --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --content: 1500px; --pad: 44px; --radius: 8px; --header-h: 76px; } * { box-sizing: border-box; } [hidden] { display: none !important; } html { background: var(--paper); scroll-behavior: smooth; overflow-x: hidden; } body.landing-page { min-width: 0; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } body.menu-open { overflow: hidden; } body.landing-page::selection { background: var(--ink); color: var(--white); } h1, h2, h3, p, dl, dd, figure, ol, ul { margin: 0; } img { display: block; max-width: 100%; height: auto; } a { color: inherit; } button, input, select, textarea { font: inherit; } .nowrap { white-space: nowrap; } .container { width: min(calc(100% - var(--pad) * 2), var(--content)); margin: 0 auto; } .skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 11px 15px; border-radius: 4px; background: var(--ink); color: var(--white); text-decoration: none; transform: translateY(-150%); transition: transform .18s ease; } .skip-link:focus-visible { transform: translateY(0); } a:focus-visible, button:focus-visible, summary:focus-visible, dialog:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; box-shadow: 0 0 0 6px rgba(255, 139, 19, .35); } main:focus { outline: none; } .site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(251, 251, 250, .94); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); } .site-header__inner { width: min(calc(100% - var(--pad) * 2), var(--content)); min-height: var(--header-h); display: flex; align-items: center; gap: 30px; margin: 0 auto; } .brand { display: inline-flex; align-items: center; gap: 15px; flex: 0 0 auto; color: var(--ink); font-family: var(--serif); font-size: 36px; line-height: 1; text-decoration: none; white-space: nowrap; } .brand-mark { position: relative; width: 38px; height: 38px; flex: 0 0 auto; display: inline-block; background: linear-gradient(var(--ink), var(--ink)) center / 4px 38px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 38px 4px no-repeat; } .brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: 0; left: 17px; width: 4px; height: 38px; border-radius: 4px; background: var(--ink); transform-origin: center; } .brand-mark::before { transform: rotate(45deg); } .brand-mark::after { transform: rotate(-45deg); } .site-nav { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 32px; margin-left: auto; font-size: 13px; font-weight: 800; text-transform: uppercase; } .site-nav a, .site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; text-decoration: none; } .site-nav a:hover, .site-footer a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; } .btn { min-width: 184px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1.5px solid var(--ink); border-radius: 5px; font-size: 16px; font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .16s ease, background-color .16s ease, color .16s ease; } .btn--dark { background: var(--ink); color: var(--white); } .btn--dark:hover { background: #262a2c; } .btn--light { background: var(--white); color: var(--ink); } .btn--light:hover { background: var(--paper-2); } .btn:hover { transform: translateY(-1px); } .btn:active { transform: translateY(0); } .header-cta { min-width: 178px; min-height: 46px; padding: 0 18px; font-size: 13px; text-transform: uppercase; } .menu-toggle, .menu-close { min-height: 44px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 4px; background: var(--paper); color: var(--ink); font-size: 14px; font-weight: 800; cursor: pointer; } .menu-toggle { display: none; margin-left: auto; } .mobile-menu { width: min(92vw, 430px); max-width: none; height: 100dvh; max-height: none; margin: 0 0 0 auto; padding: 0; border: 0; background: var(--paper); color: var(--ink); } .mobile-menu::backdrop { background: rgba(5, 5, 5, .48); } .mobile-menu__panel { min-height: 100%; display: flex; flex-direction: column; padding: 22px; } .mobile-menu__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); } .mobile-menu__head strong { font-family: var(--serif); font-size: 28px; font-weight: 400; } .mobile-menu nav { display: grid; margin-top: 20px; } .mobile-menu nav a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 800; text-decoration: none; } .mobile-menu__actions { display: grid; gap: 12px; margin-top: auto; padding-top: 26px; } .button-row, .section-cta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; } .text-link { color: var(--ink); font-weight: 800; text-underline-offset: 4px; } .text-link.small { display: inline-flex; min-height: 44px; align-items: center; font-size: 14px; } .text-link.large { min-height: 48px; display: inline-flex; align-items: center; margin-top: 26px; font-size: 17px; } .section { padding: 82px 0; border-bottom: 1px solid var(--line); } .eyebrow { margin-bottom: 20px; color: var(--ink-3); font-size: 14px; font-weight: 900; text-transform: uppercase; } h1, h2 { max-width: 1150px; font-family: var(--serif); font-weight: 400; } h1 { font-size: 72px; line-height: 1.01; } h2 { font-size: 52px; line-height: 1.04; } h3 { font-size: 22px; line-height: 1.22; } .lead, .section-lead { max-width: 820px; color: var(--ink-2); font-size: 21px; line-height: 1.48; } .lead { margin: 26px 0 30px; } .section-lead { margin-top: 22px; } .microcopy { max-width: 720px; margin-top: 18px; color: var(--ink-3); font-size: 15px; line-height: 1.5; } .hero-section { padding: 64px 0 72px; } .hero-grid { display: grid; grid-template-columns: minmax(520px, .9fr) minmax(540px, 1.1fr); grid-template-areas: "copy demo" "proof demo"; gap: 34px 62px; align-items: start; } .hero-copy { grid-area: copy; padding-top: 20px; } .hero-copy .text-link { margin-top: 8px; } .hero-demo { grid-area: demo; } .hero-proof { grid-area: proof; display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; align-items: end; padding-top: 28px; border-top: 1px solid var(--line-strong); } .hero-proof strong { grid-row: 1 / span 2; color: var(--ink); font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1; } .hero-proof span { font-size: 15px; font-weight: 900; text-transform: uppercase; } .hero-proof small { grid-column: 1 / -1; margin-top: 10px; color: var(--ink-3); font-size: 13px; line-height: 1.45; } .mobile-result-preview { display: none; } .demo-card { position: relative; padding: 28px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--white); } .demo-label { margin-bottom: 14px; color: var(--ink-3); font-size: 13px; line-height: 1.4; } .demo-card__top { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--ink-3); font-size: 13px; font-weight: 800; text-transform: uppercase; } .status-dot { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); } .status-dot::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green); } .demo-product { display: grid; grid-template-columns: 68px minmax(0, 1fr) 86px; gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); } .demo-product h2 { margin-top: 5px; font-size: 31px; } .demo-product p:last-child { margin-top: 8px; color: var(--ink-3); font-size: 14px; } .demo-brand { font-size: 13px; font-weight: 900; text-transform: uppercase; } .demo-bottle { position: relative; width: 58px; height: 94px; display: grid; place-items: center; border: 1px solid #71320f; border-radius: 12px 12px 15px 15px; background: #91411a; box-shadow: inset 0 0 0 8px #78310f; } .demo-bottle::before { content: ""; position: absolute; top: -17px; width: 30px; height: 17px; border: 1px solid var(--line-strong); border-radius: 5px 5px 0 0; background: var(--paper); } .demo-bottle i { width: 36px; height: 38px; display: grid; place-items: center; border-radius: 3px; background: #f7f1e8; color: var(--ink); font-size: 13px; font-style: normal; font-weight: 900; } .score-badge { width: 82px; height: 82px; display: grid; place-content: center; border: 2px solid var(--green); border-radius: 50%; text-align: center; } .score-badge strong { font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: .9; } .score-badge span { margin-top: 3px; color: var(--ink-3); font-size: 12px; font-weight: 800; } .demo-quality { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line); } .demo-quality div { min-height: 84px; padding: 18px 20px 18px 0; } .demo-quality div + div { padding-left: 20px; border-left: 1px solid var(--line); } .demo-quality dt, .final-proof dt { color: var(--ink-3); font-size: 12px; font-weight: 900; text-transform: uppercase; } .demo-quality dd, .final-proof dd { margin-top: 7px; color: var(--ink); font-size: 16px; font-weight: 800; line-height: 1.35; } .demo-composition { padding: 15px 0; } .demo-composition > div { min-height: 38px; display: grid; grid-template-columns: minmax(130px, 1fr) minmax(130px, .8fr) 14px; gap: 18px; align-items: center; font-size: 15px; } .demo-composition span { color: var(--ink-3); } .dot { width: 10px; height: 10px; border-radius: 50%; } .dot--ok { background: var(--green); } .dot--attention { background: var(--amber); } .demo-attention { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border-left: 4px solid var(--amber); background: var(--amber-soft); font-size: 14px; } .demo-attention span { color: var(--ink-2); text-align: right; } .trust-strip { border-bottom: 1px solid var(--line); background: var(--paper-2); } .trust-strip__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; } .trust-facts { display: flex; flex-wrap: wrap; gap: 16px 32px; padding: 0; list-style: none; } .trust-facts li { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-2); font-size: 14px; font-weight: 800; } .trust-facts li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); } .section-head { margin-bottom: 42px; } .section-head.wide { max-width: 1040px; } .value-grid, .steps-grid, .rating-scale, .source-roles, .privacy-cards { display: grid; gap: 18px; } .value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .value-grid article, .step-card, .rating-scale article, .source-roles article, .privacy-cards article { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .55); } .value-grid article { min-height: 220px; padding: 26px; } .value-grid span, .privacy-cards > article > span { display: block; margin-bottom: 30px; color: var(--ink-3); font-family: var(--serif); font-size: 28px; } .value-grid p, .privacy-cards p, .source-roles p { margin-top: 12px; color: var(--ink-2); font-size: 16px; line-height: 1.5; } .section-cta { margin-top: 34px; } .use-cases-section { background: var(--paper-2); } .use-cases-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 450px); gap: 70px; align-items: center; } .scenario-list { margin-top: 34px; border-top: 1px solid var(--line-strong); } .scenario-list article { min-height: 82px; display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line-strong); } .scenario-list span { color: var(--ink-3); font-family: var(--serif); font-size: 25px; } .scenario-list p { color: var(--ink-2); font-size: 17px; line-height: 1.45; } .scenario-list strong { color: var(--ink); } .package-example { margin: 0; text-align: center; } .package-example img { width: auto; max-height: 430px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); } .package-example figcaption { max-width: 390px; margin: 14px auto 0; color: var(--ink-3); font-size: 14px; line-height: 1.45; text-align: left; } .steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .step-card { min-width: 0; padding: 24px; } .step-num { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--ink); color: var(--white); font-family: var(--serif); font-size: 20px; } .step-card > p { min-height: 72px; margin-top: 10px; color: var(--ink-2); font-size: 16px; line-height: 1.45; } .step-media { height: 245px; display: grid; place-items: end center; margin-top: 18px; overflow: hidden; border-top: 1px solid var(--line); } .step-media img { width: auto; max-height: 225px; } .step-result { min-height: 245px; display: grid; place-items: center; align-content: center; gap: 8px; margin-top: 18px; padding: 24px; border-top: 1px solid var(--line); background: var(--green-soft); text-align: center; } .step-result strong { color: var(--green); font-family: var(--serif); font-size: 58px; font-weight: 400; line-height: 1; } .step-result span { font-size: 17px; font-weight: 900; } .step-result small { max-width: 240px; color: var(--ink-2); font-size: 13px; line-height: 1.4; } .insufficient-state { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) auto; gap: 34px; align-items: center; margin-top: 26px; padding: 26px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--amber-soft); } .insufficient-state .eyebrow { margin-bottom: 10px; } .insufficient-state h3 { font-size: 26px; } .insufficient-state > div > p:last-child { margin-top: 10px; color: var(--ink-2); line-height: 1.45; } .insufficient-state dl { display: grid; gap: 12px; } .insufficient-state dt { color: var(--ink-3); font-size: 12px; font-weight: 900; text-transform: uppercase; } .insufficient-state dd { margin-top: 4px; font-size: 16px; font-weight: 800; } .demo-actions { display: grid; gap: 8px; } .demo-actions span { min-height: 42px; display: flex; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid var(--ink); border-radius: 4px; background: var(--white); font-size: 13px; font-weight: 800; white-space: nowrap; } .method-section { background: #eef1f2; } .method-contract { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .method-panel { padding: 28px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--white); } .panel-kicker { margin-bottom: 24px; color: var(--ink-3); font-size: 14px; font-weight: 900; text-transform: uppercase; } .method-panel ol { display: grid; gap: 18px; padding: 0; list-style: none; counter-reset: method; } .method-panel ol li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 2px 14px; counter-increment: method; } .method-panel ol li::before { content: counter(method, decimal-leading-zero); grid-row: 1 / span 2; color: var(--ink-3); font-family: var(--serif); font-size: 20px; } .method-panel li span, .method-panel--quality dd { color: var(--ink-2); font-size: 15px; line-height: 1.45; } .method-panel--quality dl { display: grid; gap: 18px; } .method-panel--quality div { padding-bottom: 18px; border-bottom: 1px solid var(--line); } .method-panel--quality dt { margin-bottom: 7px; font-size: 17px; font-weight: 900; } .method-rule { margin-top: 20px; padding: 15px 16px; border-left: 4px solid var(--amber); background: var(--amber-soft); font-size: 15px; font-weight: 800; } .rating-scale { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 20px; } .rating-scale article { padding: 22px; } .rating-scale strong { display: block; font-family: var(--serif); font-size: 34px; font-weight: 400; } .rating-scale p { margin-top: 10px; color: var(--ink-2); font-size: 15px; line-height: 1.45; } .source-roles { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 32px; } .source-roles article { padding: 22px; } .source-roles article > span { display: block; margin-bottom: 18px; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; } .source-roles h3 { font-size: 19px; } .disclaimer { margin-top: 28px; padding: 18px 22px; border-radius: var(--radius); background: var(--ink); color: var(--white); font-size: 15px; line-height: 1.5; } .privacy-grid { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(600px, 1.2fr); gap: 58px; align-items: start; } .privacy-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } .privacy-cards article { min-width: 0; padding: 22px; } .privacy-cards h3 { font-size: 19px; } .faq-section { padding-bottom: 76px; } .final-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: 70px; align-items: start; } .faq-list { margin-top: 34px; border-top: 1px solid var(--line-strong); } .faq-list details { border-bottom: 1px solid var(--line-strong); } .faq-list summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--ink); font-size: 18px; font-weight: 800; cursor: pointer; } .faq-list summary::after { content: "+"; flex: 0 0 auto; font-family: var(--serif); font-size: 28px; font-weight: 400; } .faq-list details[open] summary::after { content: "−"; } .faq-list p { max-width: 760px; padding: 0 0 22px; color: var(--ink-2); font-size: 16px; line-height: 1.5; } .final-cta { padding: 34px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--paper-2); } .final-cta h2 { font-size: 44px; } .final-cta .button-row { margin-top: 28px; } .final-cta .btn { width: 100%; } .final-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line-strong); } .site-footer { padding: 34px 0 38px; background: var(--ink); color: var(--white); } .footer-grid { display: grid; grid-template-columns: auto 1fr minmax(280px, 410px); gap: 42px; align-items: center; } .footer-brand { color: var(--white); font-size: 30px; } .footer-brand .brand-mark { filter: invert(1); transform: scale(.84); } .site-footer nav { display: flex; justify-content: center; gap: 30px; font-size: 14px; } .site-footer p { color: rgba(255, 255, 255, .75); font-size: 13px; line-height: 1.5; text-align: right; } .site-footer p a { color: var(--white); } /* Trust pages */ .trust-page .site-header { background: rgba(251, 251, 250, .97); } .trust-hero { padding-top: 92px; } .trust-hero__grid, .trust-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 66px; align-items: start; } .trust-hero .lead { margin-top: 0; } .trust-actions { margin-top: 30px; } .trust-stack, .trust-columns { display: grid; gap: 18px; } .trust-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); } .trust-card, .legal-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .55); } .trust-card span, .legal-card strong { color: var(--ink); font-weight: 900; } .trust-card h3, .legal-card h3 { margin-top: 8px; } .trust-card p, .legal-card p, .legal-card li { color: var(--ink-2); font-size: 16px; line-height: 1.55; } .legal-card p + p { margin-top: 14px; } .legal-card ul { margin: 14px 0 0; padding-left: 20px; } .trust-privacy-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } .legal-text p { font-size: 15px; } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } } @media (max-width: 1280px) { :root { --pad: 30px; } .site-header__inner { gap: 22px; } .site-nav { gap: 20px; font-size: 12px; } h1 { font-size: 62px; } h2 { font-size: 46px; } .hero-grid { grid-template-columns: minmax(440px, .8fr) minmax(500px, 1.2fr); gap: 30px 42px; } .source-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); } .privacy-grid { grid-template-columns: minmax(320px, .75fr) minmax(540px, 1.25fr); gap: 40px; } } @media (max-width: 1100px) { .landing-page .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "stage"; gap: 36px; } .landing-page .hero-stage { max-width: 820px; min-height: 560px; } .landing-page .method-brief, .landing-page .faq-brief, .landing-page .closing-grid { grid-template-columns: 1fr; gap: 42px; } .landing-page .method-sources { grid-column: 1; } } @media (max-width: 1024px) { .site-nav { display: none; } .menu-toggle { display: inline-flex; align-items: center; } .section { padding: 68px 0; } .hero-section { padding: 48px 0 62px; } .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "demo" "proof"; gap: 34px; } .hero-copy { padding-top: 0; } .hero-demo { max-width: 760px; } .hero-proof { max-width: 760px; } .trust-strip__inner { align-items: flex-start; padding-top: 18px; padding-bottom: 18px; } .value-grid, .steps-grid, .rating-scale { grid-template-columns: 1fr; } .value-grid article { min-height: 0; } .use-cases-grid, .privacy-grid, .final-grid, .trust-hero__grid, .trust-grid { grid-template-columns: 1fr; gap: 38px; } .package-example { max-width: 440px; } .steps-grid { gap: 14px; } .step-card { display: grid; grid-template-columns: minmax(0, 1fr) 220px; column-gap: 28px; align-items: start; } .step-card .step-num, .step-card h3, .step-card > p { grid-column: 1; } .step-card > p { min-height: 0; } .step-media, .step-result { grid-column: 2; grid-row: 1 / span 4; height: 220px; min-height: 220px; margin-top: 0; border-top: 0; border-left: 1px solid var(--line); } .step-media img { max-height: 205px; } .insufficient-state { grid-template-columns: 1fr 1fr; } .demo-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); } .privacy-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer-grid { grid-template-columns: 1fr; gap: 24px; } .site-footer nav { justify-content: flex-start; flex-wrap: wrap; } .site-footer p { max-width: 760px; text-align: left; } .trust-columns { grid-template-columns: 1fr; } } @media (max-width: 760px) { :root { --pad: 16px; --header-h: 64px; } .site-header__inner { min-height: var(--header-h); } .brand { gap: 10px; font-size: 29px; } .brand-mark { width: 32px; height: 32px; transform: scale(.8); } .header-cta { display: none; } .section, .hero-section { padding: 52px 0; } .eyebrow { margin-bottom: 14px; font-size: 15px; } h1 { font-size: 42px; line-height: 1.03; } h2 { font-size: 35px; } h3 { font-size: 19px; } .lead, .section-lead { font-size: 17px; } .lead { margin: 20px 0 24px; } .button-row, .section-cta { display: grid; grid-template-columns: 1fr; gap: 10px; } .btn { width: 100%; min-width: 0; min-height: 48px; padding: 0 16px; font-size: 15px; } .microcopy { margin-top: 14px; font-size: 15px; } .hero-proof small, .demo-label, .demo-brand, .demo-product p:last-child, .demo-attention, .trust-facts li, .package-example figcaption, .panel-kicker { font-size: 15px; } .mobile-result-preview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); } .mobile-result-preview div { min-width: 0; padding: 12px; } .mobile-result-preview div + div { border-left: 1px solid var(--line); } .mobile-result-preview dt { color: var(--ink-3); font-size: 11px; font-weight: 900; line-height: 1.25; text-transform: uppercase; } .mobile-result-preview dd { margin-top: 7px; font-size: 15px; font-weight: 900; line-height: 1.25; } .demo-card { padding: 18px; } .demo-card__top { align-items: flex-start; font-size: 11px; } .demo-product { grid-template-columns: 50px minmax(0, 1fr) 64px; gap: 12px; } .demo-bottle { width: 45px; height: 76px; } .demo-bottle::before { top: -14px; width: 24px; height: 14px; } .demo-bottle i { width: 30px; height: 31px; font-size: 11px; } .demo-product h2 { font-size: 22px; } .score-badge { width: 62px; height: 62px; } .score-badge strong { font-size: 29px; } .demo-quality { grid-template-columns: 1fr; } .demo-quality div { min-height: 0; padding: 14px 0; } .demo-quality div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; } .demo-composition > div { grid-template-columns: minmax(110px, 1fr) minmax(90px, .8fr) 12px; gap: 8px; font-size: 13px; } .demo-attention { display: grid; } .demo-attention span { text-align: left; } .hero-proof strong { font-size: 40px; } .trust-strip__inner { display: block; } .trust-facts { display: grid; gap: 11px; } .trust-strip .text-link { margin-top: 12px; } .section-head { margin-bottom: 30px; } .value-grid, .source-roles, .privacy-cards, .method-contract, .rating-scale { grid-template-columns: 1fr; } .value-grid article { padding: 21px; } .value-grid span, .privacy-cards > article > span { margin-bottom: 16px; } .use-cases-grid { gap: 30px; } .package-example img { max-height: 330px; } .scenario-list article { grid-template-columns: 46px 1fr; } .step-card { display: block; padding: 20px; } .step-card > p { min-height: 0; } .step-media, .step-result { width: 100%; height: 215px; min-height: 215px; margin-top: 16px; border-top: 1px solid var(--line); border-left: 0; } .insufficient-state { grid-template-columns: 1fr; gap: 22px; padding: 21px; } .demo-actions { grid-column: auto; grid-template-columns: 1fr; } .method-panel, .rating-scale article, .source-roles article, .privacy-cards article, .final-cta { padding: 21px; } .final-grid { gap: 42px; } .faq-list summary { min-height: 62px; font-size: 17px; } .faq-list p { font-size: 15px; } .final-cta h2 { font-size: 35px; } .final-proof { grid-template-columns: 1fr; } .site-footer nav { display: grid; gap: 6px; } .site-footer p { font-size: 15px; } .trust-hero { padding-top: 62px; } .trust-privacy-cards { grid-template-columns: 1fr; } } @media (max-width: 430px) { h1 { font-size: 38px; } h2 { font-size: 32px; } .mobile-result-preview { grid-template-columns: 1fr; } .mobile-result-preview div + div { border-top: 1px solid var(--line); border-left: 0; } .mobile-result-preview div { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; } .mobile-result-preview dd { margin-top: 0; text-align: right; } .demo-product { grid-template-columns: 44px minmax(0, 1fr) 58px; } .demo-product h2 { font-size: 19px; } .score-badge { width: 56px; height: 56px; } .score-badge strong { font-size: 26px; } } @media (max-width: 360px) { .hero-section { padding-top: 34px; } h1 { font-size: 34px; } .hero-section .lead { font-size: 16px; } .demo-card__top span:last-child { display: none; } .demo-product { grid-template-columns: 42px minmax(0, 1fr); } .score-badge { grid-column: 1 / -1; width: 100%; height: auto; min-height: 54px; display: flex; align-items: baseline; justify-content: center; gap: 4px; border-radius: 5px; } .demo-composition span { display: none; } .demo-composition > div { grid-template-columns: 1fr 12px; } } /* Reference fidelity pass: softer product surfaces and richer section scenes. */ :root { --radius: 8px; --paper: #fcfcfa; --paper-2: #f3f4f1; --green-soft: #edf6ed; } .landing-page .btn, .landing-page .menu-toggle, .landing-page .menu-close { border-radius: 8px; } .landing-page .btn--dark { box-shadow: 0 8px 20px rgba(5, 5, 5, .12); } .landing-page .hero-demo, .landing-page .product-sheet, .landing-page .inci-translation { border-color: #d6dad6; border-radius: 8px; box-shadow: 0 22px 54px rgba(27, 33, 29, .09); } .landing-page .hero-demo { background: rgba(255, 255, 255, .98); } .landing-page .hero-bottle__glass { border-radius: 36px 36px 42px 42px; box-shadow: inset 13px 0 18px rgba(255, 190, 110, .13), inset -18px 0 28px rgba(0, 0, 0, .27), 0 26px 34px rgba(45, 26, 14, .2); } .landing-page .hero-bottle__label { border-radius: 4px; box-shadow: 0 2px 5px rgba(0, 0, 0, .08); } .landing-page .product-sheet__note, .landing-page .demo-attention { border-radius: 0 6px 6px 0; } .landing-page .package-example img { border-radius: 8px; } .landing-page .step-media, .landing-page .step-result { width: min(100%, 270px); margin-right: auto; margin-left: auto; overflow: visible; border: 0; border-radius: 30px; background: transparent; } .landing-page .step-media img { border-radius: 27px; box-shadow: 0 18px 34px rgba(20, 24, 21, .13); } .landing-page .step-result { border: 1px solid #d4d9d5; background: linear-gradient(180deg, #f4faf4 0%, #edf6ed 100%); box-shadow: 0 18px 34px rgba(20, 24, 21, .1); } .landing-page .insufficient-state { border-color: #eadbc9; border-radius: 8px; background: #fff8ef; box-shadow: 0 16px 38px rgba(65, 44, 20, .07); } .landing-page .demo-actions span { border-radius: 7px; } .landing-page .method-section { background: #f5f6f3; } .landing-page .method-layers { display: grid; gap: 12px; } .landing-page .method-layers > article { display: grid; grid-template-columns: 72px minmax(250px, .8fr) minmax(470px, 1.2fr); gap: 28px; align-items: center; min-height: 144px; padding: 18px 20px; border: 1px solid #d8ddda; border-radius: 8px; background: rgba(255, 255, 255, .88); box-shadow: 0 10px 26px rgba(23, 29, 25, .045); } .landing-page .method-index { align-self: start; padding-top: 9px; font-family: var(--serif); font-size: 30px; } .landing-page .method-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-right: 26px; border-right: 1px solid var(--line); } .landing-page .method-copy h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; } .landing-page .method-copy p { max-width: 520px; margin-top: 10px; color: var(--ink-2); font-size: 15px; line-height: 1.48; } .landing-page .method-sample { display: grid; grid-template-columns: minmax(160px, .7fr) minmax(230px, 1fr); gap: 22px; align-items: center; padding: 18px 20px; border: 1px solid #e0e4e1; border-radius: 7px; background: #fff; } .landing-page .method-sample > div { padding-right: 20px; border-right: 1px dashed #c9cfca; } .landing-page .method-sample strong, .landing-page .method-sample small { display: block; } .landing-page .method-sample strong { font-family: var(--serif); font-size: 20px; font-weight: 400; } .landing-page .method-sample small { margin-top: 8px; color: var(--ink-3); font-size: 12px; line-height: 1.4; } .landing-page .method-sample ul { display: grid; gap: 8px; padding: 0; list-style: none; } .landing-page .method-sample li { position: relative; padding-left: 20px; color: var(--ink-2); font-size: 13px; line-height: 1.35; } .landing-page .method-sample li::before { content: ""; position: absolute; left: 0; top: .42em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); } .landing-page .method-sample li.attention::before { background: var(--amber); } .landing-page .quality-bar { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 26px; align-items: center; margin-top: 16px; padding: 20px 24px; border: 1px solid #d8ddda; border-radius: 8px; background: #fff; } .landing-page .quality-bar > div span, .landing-page .quality-bar > div strong { display: block; } .landing-page .quality-bar > div span { color: var(--ink-3); font-size: 12px; font-weight: 900; text-transform: uppercase; } .landing-page .quality-bar > div strong { margin-top: 6px; font-size: 16px; } .landing-page .quality-bar dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 7px; } .landing-page .quality-bar dl div { padding: 12px 16px; } .landing-page .quality-bar dl div + div { border-left: 1px solid var(--line); } .landing-page .quality-bar dt { color: var(--ink-3); font-size: 11px; font-weight: 900; text-transform: uppercase; } .landing-page .quality-bar dd { margin-top: 4px; font-size: 15px; font-weight: 800; } .landing-page .rating-scale { gap: 12px; border: 0; } .landing-page .rating-scale article, .landing-page .rating-scale article + article { border: 1px solid #d8ddda; border-radius: 8px; background: rgba(255, 255, 255, .74); } .landing-page .source-roles { gap: 12px; border: 0; } .landing-page .source-roles article, .landing-page .source-roles article + article { border: 1px solid #d8ddda; border-radius: 8px; background: #fff; } .landing-page .disclaimer { position: relative; padding: 19px 24px 19px 62px; border: 1px solid #d8ddda; border-radius: 8px; background: rgba(255, 255, 255, .72); color: var(--ink-2); } .landing-page .disclaimer::before { content: "i"; position: absolute; left: 22px; top: 50%; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: var(--serif); font-size: 17px; transform: translateY(-50%); } .landing-page .privacy-section { background: #fff; } .landing-page .privacy-grid { align-items: center; } .landing-page .privacy-cards { gap: 0; padding: 22px; border: 0; border-radius: 8px; background: #f4f5f2; box-shadow: 0 18px 42px rgba(21, 27, 23, .055); } .landing-page .privacy-cards article, .landing-page .privacy-cards article + article { min-height: 270px; padding: 22px 28px; border: 0; border-radius: 0; background: transparent; } .landing-page .privacy-cards article + article { border-left: 1px solid #d7dcd8; } .landing-page .privacy-cards > article > span { margin-bottom: 26px; font-size: 26px; } .landing-page .privacy-symbol { position: relative; width: 46px; height: 46px; display: block; margin-bottom: 23px; color: var(--ink); } .landing-page .privacy-symbol--dots { background: radial-gradient(circle, currentColor 0 2.5px, transparent 3px) 0 0 / 15px 15px; } .landing-page .privacy-symbol--lines { background: linear-gradient(currentColor, currentColor) center 8px / 40px 2px no-repeat, linear-gradient(currentColor, currentColor) center 22px / 40px 2px no-repeat, linear-gradient(currentColor, currentColor) center 36px / 40px 2px no-repeat; } .landing-page .privacy-symbol--focus::before, .landing-page .privacy-symbol--focus::after { content: none; } .landing-page .privacy-symbol--focus { background: linear-gradient(currentColor, currentColor) left 4px top 4px / 14px 2px no-repeat, linear-gradient(currentColor, currentColor) left 4px top 4px / 2px 14px no-repeat, linear-gradient(currentColor, currentColor) right 4px top 4px / 14px 2px no-repeat, linear-gradient(currentColor, currentColor) right 4px top 4px / 2px 14px no-repeat, linear-gradient(currentColor, currentColor) left 4px bottom 4px / 14px 2px no-repeat, linear-gradient(currentColor, currentColor) left 4px bottom 4px / 2px 14px no-repeat, linear-gradient(currentColor, currentColor) right 4px bottom 4px / 14px 2px no-repeat, linear-gradient(currentColor, currentColor) right 4px bottom 4px / 2px 14px no-repeat; } .landing-page .faq-section { background: #f6f7f4; } .landing-page .faq-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(600px, 1.28fr); gap: 84px; align-items: start; } .landing-page .faq-heading { position: sticky; top: calc(var(--header-h) + 30px); } .landing-page .faq-heading .section-lead { max-width: 460px; } .landing-page .faq-list { margin-top: 0; border-top: 0; } .landing-page .faq-list details { margin-bottom: 10px; padding: 0 22px; border: 1px solid #d7dcd8; border-radius: 8px; background: #fff; } .landing-page .faq-list p { padding-bottom: 20px; } .landing-page .closing-section { padding-top: 104px; padding-bottom: 104px; background: #fff; } .landing-page .closing-grid { display: grid; grid-template-columns: minmax(480px, .9fr) minmax(560px, 1.1fr); gap: 90px; align-items: center; } .landing-page .closing-copy h2 { max-width: 700px; } .landing-page .closing-copy .button-row { margin-top: 30px; } .landing-page .closing-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 36px; padding: 0; border-top: 1px solid var(--line); list-style: none; } .landing-page .closing-benefits li { min-height: 76px; display: flex; align-items: center; padding: 12px 18px; color: var(--ink-2); font-size: 13px; font-weight: 800; } .landing-page .closing-benefits li + li { border-left: 1px solid var(--line); } .landing-page .closing-card { margin: 0; padding: 24px 28px 28px; border: 1px solid #d5dad6; border-radius: 8px; background: #fff; box-shadow: 0 24px 56px rgba(20, 25, 22, .11); } .landing-page .closing-card figcaption { margin-bottom: 18px; color: var(--ink-3); font-size: 12px; } .landing-page .closing-card header { display: grid; grid-template-columns: 58px minmax(0, 1fr) 78px; gap: 18px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); } .landing-page .closing-card header .demo-bottle { width: 48px; height: 82px; } .landing-page .closing-card header small { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 900; text-transform: uppercase; } .landing-page .closing-card header h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; } .landing-page .closing-card header p { margin-top: 6px; color: var(--ink-3); font-size: 13px; } .landing-page .closing-card .score-badge { width: 72px; height: 72px; } .landing-page .closing-card__body { padding-top: 22px; } .landing-page .closing-card__body > p { color: var(--ink-3); font-size: 11px; font-weight: 900; text-transform: uppercase; } .landing-page .closing-card__body ul { margin-top: 12px; padding: 0; list-style: none; } .landing-page .closing-card__body li { min-height: 44px; display: grid; grid-template-columns: 10px minmax(120px, 1fr) minmax(130px, .8fr); gap: 12px; align-items: center; border-bottom: 1px solid #edf0ed; font-size: 14px; } .landing-page .closing-card__body li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); } .landing-page .closing-card__body li span { color: var(--ink-3); } .landing-page .closing-card__more { min-height: 46px; display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 0 14px; border: 1px solid var(--line); border-radius: 7px; font-size: 13px; font-weight: 800; } .landing-page .site-footer { border-top: 1px solid var(--line); background: #fff; color: var(--ink); } .landing-page .footer-brand { color: var(--ink); } .landing-page .footer-brand .brand-mark { filter: none; } .landing-page .site-footer p { color: var(--ink-3); } .landing-page .site-footer p a { color: var(--ink); } @media (max-width: 1280px) { .landing-page .method-layers > article { grid-template-columns: 58px minmax(220px, .75fr) minmax(390px, 1.25fr); gap: 20px; } .landing-page .method-sample { grid-template-columns: minmax(135px, .65fr) minmax(200px, 1fr); } .landing-page .faq-layout, .landing-page .closing-grid { gap: 54px; } } @media (max-width: 1024px) { .landing-page .method-layers > article { grid-template-columns: 48px minmax(0, .9fr) minmax(340px, 1.1fr); } .landing-page .method-copy { padding-right: 18px; } .landing-page .method-sample { grid-template-columns: 1fr; } .landing-page .method-sample > div { padding: 0 0 12px; border-right: 0; border-bottom: 1px dashed #c9cfca; } .landing-page .quality-bar { grid-template-columns: 1fr; } .landing-page .faq-layout, .landing-page .closing-grid { grid-template-columns: 1fr; } .landing-page .faq-heading { position: static; } .landing-page .closing-card { max-width: 760px; } } @media (max-width: 760px) { .landing-page .mobile-result-preview { position: relative; min-height: 148px; padding: 12px 12px 12px 78px; border-color: #d7dcd8; border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgba(21, 27, 23, .08); } .landing-page .mobile-result-preview::before { content: "LL"; position: absolute; left: 18px; top: 38px; width: 42px; height: 72px; display: grid; place-items: center; border: 2px solid #6d3115; border-radius: 9px 9px 13px 13px; background: #8d431e; color: #111; box-shadow: inset 0 0 0 8px #743617; font-size: 10px; font-style: normal; font-weight: 900; } .landing-page .mobile-result-preview::after { content: ""; position: absolute; left: 28px; top: 27px; width: 22px; height: 13px; border: 1px solid #c8cbc7; border-radius: 4px 4px 1px 1px; background: #fafaf8; } .landing-page .mobile-result-preview div { padding: 10px 0; } .landing-page .mobile-result-preview div + div { border-left: 0; } .landing-page .step-media, .landing-page .step-result { width: min(100%, 255px); } .landing-page .method-layers > article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px 16px; padding: 18px; } .landing-page .method-index { grid-column: 1; grid-row: 1; padding-top: 0; font-size: 25px; } .landing-page .method-copy { grid-column: 2; padding: 0; border-right: 0; } .landing-page .method-copy h3 { font-size: 22px; } .landing-page .method-copy p { font-size: 15px; } .landing-page .method-sample { grid-column: 1 / -1; margin-top: 4px; padding: 15px; } .landing-page .method-sample li { font-size: 15px; } .landing-page .quality-bar { padding: 18px; } .landing-page .quality-bar dl { grid-template-columns: 1fr; } .landing-page .quality-bar dl div + div { border-top: 1px solid var(--line); border-left: 0; } .landing-page .privacy-cards { padding: 12px 20px; } .landing-page .privacy-cards article, .landing-page .privacy-cards article + article { min-height: 0; padding: 24px 0; border-left: 0; } .landing-page .privacy-cards article + article { border-top: 1px solid #d7dcd8; } .landing-page .privacy-symbol { margin-bottom: 18px; } .landing-page .faq-layout { gap: 34px; } .landing-page .faq-list details { padding: 0 16px; } .landing-page .closing-section { padding-top: 64px; padding-bottom: 64px; } .landing-page .closing-grid { gap: 38px; } .landing-page .closing-benefits { grid-template-columns: 1fr; } .landing-page .closing-benefits li { min-height: 50px; padding: 10px 0; } .landing-page .closing-benefits li + li { border-top: 1px solid var(--line); border-left: 0; } .landing-page .closing-card { padding: 18px; } .landing-page .closing-card header { grid-template-columns: 46px minmax(0, 1fr) 60px; gap: 10px; } .landing-page .closing-card header .demo-bottle { width: 40px; height: 70px; } .landing-page .closing-card header h3 { font-size: 19px; } .landing-page .closing-card .score-badge { width: 58px; height: 58px; } .landing-page .closing-card__body li { grid-template-columns: 9px minmax(105px, 1fr) minmax(95px, .75fr); font-size: 13px; } } /* Reference-led visual restoration: preserve v9 semantics, restore the editorial layout. */ :root { --content: 1580px; --paper: #fdfdfb; --paper-2: #f4f5f2; --line: #d9ddda; --line-strong: #aeb5b1; --radius: 5px; } .landing-page .site-header { background: rgba(253, 253, 251, .96); } .landing-page .site-nav { gap: 30px; font-size: 11px; letter-spacing: 0; } .landing-page .section { padding: 94px 0; } .landing-page h1 { max-width: 720px; font-size: clamp(58px, 4.8vw, 78px); line-height: .99; } .landing-page h2 { font-size: clamp(44px, 3.45vw, 58px); line-height: 1.01; } .landing-page .eyebrow { color: var(--ink); font-size: 12px; letter-spacing: 0; } .landing-page .lead, .landing-page .section-lead { font-size: 19px; } .landing-page .hero-section { min-height: calc(100svh - var(--header-h)); padding: 64px 0 54px; } .landing-page .hero-grid { grid-template-columns: minmax(500px, .86fr) minmax(660px, 1.14fr); grid-template-areas: "copy stage" "proof stage"; gap: 28px 58px; align-items: center; } .landing-page .hero-copy { align-self: end; padding-top: 0; } .landing-page .hero-copy .lead { max-width: 620px; } .landing-page .hero-stage { position: relative; grid-area: stage; min-width: 0; min-height: 650px; display: flex; align-items: center; padding: 30px 0 22px 198px; } .landing-page .hero-bottle { position: absolute; left: 0; bottom: 34px; z-index: 0; width: 205px; height: 515px; filter: drop-shadow(0 24px 18px rgba(25, 18, 10, .16)); } .landing-page .hero-bottle__dropper, .landing-page .hero-bottle__glass, .landing-page .hero-bottle__label { position: absolute; display: block; } .landing-page .hero-bottle__dropper { top: 0; left: 41px; width: 123px; height: 174px; border: 1px solid #d5d6d2; border-radius: 58px 58px 14px 14px; background: #f8f8f6; box-shadow: inset -14px 0 20px rgba(0, 0, 0, .045), inset 10px 0 18px #fff; } .landing-page .hero-bottle__dropper::after { content: ""; position: absolute; left: -17px; bottom: -13px; width: 155px; height: 55px; border: 1px solid #cfd0cc; border-radius: 8px; background: repeating-linear-gradient(90deg, #f8f8f6 0 5px, #dedfdb 5px 7px); } .landing-page .hero-bottle__glass { left: 11px; bottom: 0; width: 183px; height: 342px; overflow: hidden; border: 1px solid #31261f; border-radius: 28px 28px 34px 34px; background: linear-gradient(90deg, rgba(255,255,255,.2), transparent 18%, transparent 72%, rgba(0,0,0,.26)), #4e2613; box-shadow: inset 0 16px 30px rgba(255, 172, 76, .12); } .landing-page .hero-bottle__glass::before { content: ""; position: absolute; inset: 18px 20px auto; height: 82px; border-radius: 16px; background: rgba(255, 169, 72, .12); } .landing-page .hero-bottle__label { left: 13px; right: 13px; top: 112px; min-height: 148px; padding: 22px 16px; border: 1px solid #d7d7d3; background: #f7f7f3; color: #161616; } .landing-page .hero-bottle__label b { display: block; margin-bottom: 32px; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: 0; } .landing-page .hero-bottle__label small { font-size: 12px; font-weight: 800; line-height: 1.3; } .landing-page .hero-demo { position: relative; z-index: 1; grid-area: auto; width: 100%; max-width: 700px; margin-left: auto; padding: 24px 26px 22px; border-color: #cfd4d0; box-shadow: 0 20px 50px rgba(16, 20, 17, .09); } .landing-page .hero-demo .demo-product { min-height: 120px; } .landing-page .hero-demo .demo-quality div { min-height: 76px; } .landing-page .demo-related { margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--line); } .landing-page .demo-related p { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; text-transform: uppercase; } .landing-page .demo-related p span { color: var(--ink-3); font-size: 11px; } .landing-page .demo-related ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; padding: 0; border: 1px solid var(--line); list-style: none; } .landing-page .demo-related li { min-height: 54px; display: flex; align-items: center; padding: 10px 12px; font-family: var(--serif); font-size: 14px; } .landing-page .demo-related li + li { border-left: 1px solid var(--line); } .landing-page .hero-proof { max-width: 640px; align-self: start; } .landing-page .trust-strip { background: #f1f3ef; } .landing-page .trust-strip__inner { min-height: 74px; } .landing-page .section-head.wide { max-width: none; display: grid; grid-template-columns: 118px minmax(0, 1.15fr) minmax(290px, .72fr); gap: 24px 36px; align-items: start; margin-bottom: 56px; } .landing-page .section-head.wide .eyebrow { grid-column: 1; margin: 7px 0 0; } .landing-page .section-head.wide h2 { grid-column: 2; } .landing-page .section-head.wide .section-lead { grid-column: 3; margin-top: 4px; font-size: 16px; line-height: 1.55; } .landing-page .result-showcase { display: grid; grid-template-columns: minmax(600px, 1.65fr) minmax(300px, .7fr); gap: 58px; align-items: start; } .landing-page .product-sheet { margin: 0; padding: 24px 28px 26px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 42px rgba(20, 25, 22, .07); } .landing-page .product-sheet figcaption { margin-bottom: 18px; color: var(--ink-3); font-size: 12px; } .landing-page .product-sheet header { display: grid; grid-template-columns: 64px minmax(0, 1fr) 86px; gap: 20px; align-items: center; padding: 5px 0 22px; border-bottom: 1px solid var(--line); } .landing-page .product-sheet header .demo-bottle { width: 48px; height: 82px; margin-left: 5px; } .landing-page .product-sheet header small { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 900; text-transform: uppercase; } .landing-page .product-sheet header h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; } .landing-page .product-sheet header p { margin-top: 5px; color: var(--ink-3); font-size: 14px; } .landing-page .product-sheet__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); } .landing-page .product-sheet__meta div { padding: 18px 16px 18px 0; } .landing-page .product-sheet__meta div + div { padding-left: 16px; border-left: 1px solid var(--line); } .landing-page .product-sheet__meta dt, .landing-page .product-sheet__head { color: var(--ink-3); font-size: 11px; font-weight: 900; text-transform: uppercase; } .landing-page .product-sheet__meta dd { margin-top: 6px; font-size: 14px; font-weight: 800; } .landing-page .product-sheet__head { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 12px; } .landing-page .product-sheet__ingredients > div { min-height: 43px; display: grid; grid-template-columns: minmax(130px, 1fr) minmax(130px, .9fr) minmax(130px, .85fr); gap: 18px; align-items: center; border-bottom: 1px solid #edf0ed; font-size: 14px; } .landing-page .product-sheet__ingredients span, .landing-page .product-sheet__ingredients em { color: var(--ink-3); font-style: normal; } .landing-page .product-sheet__ingredients em::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--green); } .landing-page .product-sheet__ingredients em.attention::before { background: var(--amber); } .landing-page .product-sheet__note { margin-top: 18px; padding: 14px 16px; border-left: 3px solid var(--green); background: var(--green-soft); font-size: 13px; line-height: 1.45; } .landing-page .result-side .value-grid { display: block; border-top: 1px solid var(--line-strong); } .landing-page .result-side .value-grid article { min-height: 0; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; background: transparent; } .landing-page .result-side .value-grid span { margin: 0; color: var(--ink); font-size: 18px; } .landing-page .result-side .value-grid h3 { font-size: 17px; } .landing-page .result-side .value-grid p { margin-top: 7px; font-size: 14px; } .landing-page .result-side .section-cta { align-items: flex-start; margin-top: 28px; } .landing-page .use-cases-section { background: #f4f5f2; } .landing-page .use-cases-grid { grid-template-columns: minmax(380px, .78fr) minmax(640px, 1.22fr); gap: 76px; } .landing-page .use-cases-visual { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(330px, 1.25fr); gap: 24px; align-items: center; } .landing-page .package-example img { max-height: 520px; border-radius: 4px; box-shadow: 0 18px 38px rgba(14, 18, 15, .09); } .landing-page .package-example figcaption, .landing-page .inci-translation > p { margin-top: 12px; color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; } .landing-page .inci-translation { padding: 24px 24px 20px; border: 1px solid var(--line); background: rgba(255, 255, 255, .8); } .landing-page .inci-translation > p { margin: 0 0 18px; } .landing-page .inci-translation ul { padding: 0; list-style: none; } .landing-page .inci-translation li { min-height: 54px; display: grid; grid-template-columns: minmax(120px, 1fr) minmax(110px, .85fr) 8px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; } .landing-page .inci-translation li::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); } .landing-page .inci-translation li:last-child::after { background: var(--amber); } .landing-page .inci-translation li span, .landing-page .inci-translation small { color: var(--ink-3); } .landing-page .inci-translation small { display: block; margin-top: 16px; font-size: 12px; line-height: 1.4; } .landing-page .steps-grid { gap: 0; } .landing-page .step-card { position: relative; padding: 0 34px; border: 0; border-radius: 0; background: transparent; } .landing-page .step-card:first-child { padding-left: 0; } .landing-page .step-card:last-child { padding-right: 0; } .landing-page .step-card + .step-card { border-left: 1px solid var(--line); } .landing-page .step-card:not(:last-child)::after { content: "\2192"; position: absolute; top: 51%; right: -14px; z-index: 3; width: 28px; height: 28px; display: grid; place-items: center; background: var(--paper); font-family: var(--serif); font-size: 22px; } .landing-page .step-num { width: 34px; height: 34px; margin-bottom: 16px; font-size: 15px; } .landing-page .step-media, .landing-page .step-result { height: 345px; min-height: 345px; margin-top: 22px; border-top: 0; background: #f5f6f4; } .landing-page .step-media img { max-height: 330px; } .landing-page .step-result strong { font-size: 66px; } .landing-page .insufficient-state { margin-top: 48px; border-radius: 0; background: #f5f2ec; } .landing-page .method-section { background: #fff; } .landing-page .method-contract { gap: 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); } .landing-page .method-panel { padding: 30px 34px; border: 0; border-radius: 0; background: transparent; } .landing-page .method-panel + .method-panel { border-left: 1px solid var(--line-strong); } .landing-page .rating-scale article, .landing-page .source-roles article { border-radius: 0; background: transparent; } .landing-page .rating-scale { gap: 0; border-bottom: 1px solid var(--line-strong); } .landing-page .rating-scale article { border: 0; border-top: 1px solid var(--line-strong); } .landing-page .rating-scale article + article { border-left: 1px solid var(--line-strong); } .landing-page .source-roles { gap: 0; border: 1px solid var(--line-strong); } .landing-page .source-roles article { border: 0; } .landing-page .source-roles article + article { border-left: 1px solid var(--line-strong); } .landing-page .privacy-section { background: #f4f5f2; } .landing-page .privacy-grid { grid-template-columns: minmax(420px, .82fr) minmax(640px, 1.18fr); gap: 90px; align-items: center; } .landing-page .privacy-cards { gap: 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); } .landing-page .privacy-cards article { min-height: 220px; padding: 28px 26px; border: 0; border-radius: 0; background: transparent; } .landing-page .privacy-cards article + article { border-left: 1px solid var(--line-strong); } .landing-page .final-cta { position: sticky; top: calc(var(--header-h) + 28px); border-radius: 0; background: #f4f5f2; } @media (max-width: 1280px) { .landing-page .hero-grid { grid-template-columns: minmax(410px, .8fr) minmax(540px, 1.2fr); gap: 26px 38px; } .landing-page .hero-stage { min-height: 610px; padding-left: 154px; } .landing-page .hero-bottle { width: 170px; height: 440px; transform: scale(.74); transform-origin: left bottom; } .landing-page .result-showcase { grid-template-columns: minmax(530px, 1.5fr) minmax(270px, .7fr); gap: 38px; } .landing-page .use-cases-grid { grid-template-columns: minmax(340px, .72fr) minmax(560px, 1.28fr); gap: 48px; } .landing-page .privacy-grid { grid-template-columns: minmax(340px, .72fr) minmax(560px, 1.28fr); gap: 48px; } } @media (max-width: 1024px) { .landing-page .section { padding: 74px 0; } .landing-page .hero-section { min-height: 0; padding: 52px 0 66px; } .landing-page .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "stage" "proof"; gap: 34px; } .landing-page .hero-copy { max-width: 820px; } .landing-page .hero-stage { width: min(100%, 820px); min-height: 570px; padding-left: 166px; } .landing-page .hero-bottle { transform: scale(.8); } .landing-page .section-head.wide { grid-template-columns: 96px minmax(0, 1fr); gap: 18px 28px; } .landing-page .section-head.wide .section-lead { grid-column: 2; } .landing-page .result-showcase, .landing-page .use-cases-grid, .landing-page .privacy-grid { grid-template-columns: 1fr; } .landing-page .result-side { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 34px; } .landing-page .result-side .section-cta { display: grid; align-content: start; margin-top: 0; } .landing-page .use-cases-visual { max-width: 760px; } .landing-page .step-card { display: block; padding: 0 22px; } .landing-page .step-media, .landing-page .step-result { grid-column: auto; grid-row: auto; height: 300px; min-height: 300px; margin-top: 20px; border-left: 0; } .landing-page .step-media img { max-height: 286px; } .landing-page .source-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); } .landing-page .source-roles article:nth-child(3) { border-top: 1px solid var(--line-strong); border-left: 0; } .landing-page .source-roles article:nth-child(4) { border-top: 1px solid var(--line-strong); } .landing-page .final-cta { position: static; } } @media (max-width: 760px) { .landing-page .section, .landing-page .hero-section { padding: 51px 0; } .landing-page h1 { font-size: 43px; } .landing-page h2 { font-size: 37px; } .landing-page .hero-stage { min-height: 500px; padding: 18px 0 0 76px; } .landing-page .hero-bottle { left: -6px; bottom: 18px; width: 118px; height: 310px; transform: scale(.48); } .landing-page .hero-demo { padding: 18px; } .landing-page .hero-demo .demo-composition > div:nth-child(n+4) { display: none; } .landing-page .demo-related { display: none; } .landing-page .section-head.wide { display: block; margin-bottom: 34px; } .landing-page .section-head.wide .eyebrow { margin: 0 0 14px; } .landing-page .section-head.wide .section-lead { margin-top: 18px; font-size: 16px; } .landing-page .result-showcase { display: block; } .landing-page .product-sheet { padding: 18px; } .landing-page .product-sheet header { grid-template-columns: 48px minmax(0, 1fr) 60px; gap: 12px; } .landing-page .product-sheet header .demo-bottle { width: 40px; height: 70px; } .landing-page .product-sheet header h3 { font-size: 20px; } .landing-page .product-sheet header .score-badge { width: 58px; height: 58px; } .landing-page .product-sheet__meta { grid-template-columns: 1fr; } .landing-page .product-sheet__meta div, .landing-page .product-sheet__meta div + div { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); border-left: 0; } .landing-page .product-sheet__meta div:first-child { border-top: 0; } .landing-page .product-sheet__meta dd { margin-top: 0; text-align: right; } .landing-page .product-sheet__head span, .landing-page .product-sheet__ingredients em { display: none; } .landing-page .product-sheet__ingredients > div { grid-template-columns: minmax(120px, 1fr) minmax(105px, .8fr); gap: 10px; font-size: 13px; } .landing-page .result-side { display: block; margin-top: 30px; } .landing-page .result-side .section-cta { margin-top: 24px; } .landing-page .use-cases-visual { grid-template-columns: 1fr; max-width: 430px; margin: 0 auto; } .landing-page .package-example img { max-height: 370px; } .landing-page .steps-grid { display: block; } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { padding: 26px 0 34px; border-left: 0; border-bottom: 1px solid var(--line-strong); } .landing-page .step-card:first-child { padding-top: 0; } .landing-page .step-card:not(:last-child)::after { display: none; } .landing-page .step-media, .landing-page .step-result { height: 260px; min-height: 260px; } .landing-page .step-media img { max-height: 248px; } .landing-page .method-contract, .landing-page .rating-scale, .landing-page .privacy-cards { display: block; } .landing-page .rating-scale article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 16px; align-items: start; padding: 17px 14px; } .landing-page .rating-scale article strong { font-size: 29px; line-height: 1; } .landing-page .rating-scale article p { margin-top: 0; font-size: 15px; } .landing-page .source-roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } .landing-page .source-roles article { padding: 17px; } .landing-page .source-roles article:nth-child(even) { border-left: 1px solid var(--line-strong); } .landing-page .source-roles article:nth-child(n+3) { border-top: 1px solid var(--line-strong); } .landing-page .source-roles h3 { font-size: 17px; } .landing-page .source-roles p { font-size: 15px; } .landing-page .method-panel, .landing-page .method-panel + .method-panel, .landing-page .rating-scale article, .landing-page .rating-scale article + article, .landing-page .source-roles article, .landing-page .source-roles article + article, .landing-page .privacy-cards article, .landing-page .privacy-cards article + article { border-left: 0; } .landing-page .method-panel + .method-panel, .landing-page .rating-scale article + article, .landing-page .privacy-cards article + article { border-top: 1px solid var(--line-strong); } .landing-page .privacy-cards article { min-height: 0; } } @media (max-width: 430px) { .landing-page h1 { font-size: 39px; } .landing-page h2 { font-size: 34px; } .landing-page .hero-stage { min-height: 470px; padding-left: 60px; } .landing-page .hero-bottle { left: -14px; transform: scale(.43); } .landing-page .hero-demo .demo-quality { display: none; } .landing-page .hero-demo .demo-composition > div { min-height: 34px; } } @media (max-width: 360px) { .landing-page h1 { font-size: 35px; } .landing-page .hero-stage { min-height: 430px; padding-left: 16px; } .landing-page .hero-bottle { display: none; } } /* Cyrillic typography correction: keep the reference layout, soften the type. */ .landing-page .site-nav, .landing-page .header-cta, .landing-page .btn, .landing-page .menu-toggle, .landing-page .menu-close, .landing-page .mobile-menu nav a, .landing-page .text-link { font-weight: 600; } .landing-page .lead, .landing-page .section-lead, .landing-page .microcopy, .landing-page .hero-proof small, .landing-page .value-grid p, .landing-page .step-card > p, .landing-page .scenario-list p, .landing-page .method-copy p, .landing-page .source-roles p, .landing-page .privacy-cards p, .landing-page .faq-list p, .landing-page .site-footer p { font-weight: 400; } .landing-page h3, .landing-page .demo-brand, .landing-page .demo-card__top, .landing-page .demo-quality dt, .landing-page .demo-quality dd, .landing-page .product-sheet__meta dt, .landing-page .product-sheet__meta dd, .landing-page .quality-bar dt, .landing-page .quality-bar dd, .landing-page .source-roles article > span, .landing-page .closing-benefits li, .landing-page .closing-card__more { font-weight: 600; } .landing-page .site-nav, .landing-page .header-cta, .landing-page .eyebrow, .landing-page .panel-kicker, .landing-page .demo-card__top, .landing-page .demo-brand, .landing-page .demo-quality dt, .landing-page .product-sheet__meta dt, .landing-page .source-roles article > span { letter-spacing: 0; } .landing-page h1, .landing-page h2, .landing-page .brand { font-family: var(--serif); font-weight: 400; letter-spacing: 0; } .landing-page .faq-list summary { font-weight: 600; } /* Reference composition calibration: preserve content, match the approved layouts. */ :root { --radius: 8px; --paper: #fdfdfb; --paper-2: #f6f6f3; --line: #d9ddda; --line-strong: #b5bbb7; } .landing-page .section { padding: 88px 0; background: var(--paper); } .landing-page h1 { line-height: 1.03; } .landing-page h2 { line-height: 1.06; } .landing-page .hero-demo, .landing-page .product-sheet, .landing-page .inci-translation, .landing-page .method-layers > article, .landing-page .method-sample, .landing-page .privacy-cards, .landing-page .faq-list details, .landing-page .closing-card { border-radius: var(--radius); } .landing-page .result-section, .landing-page .how-section, .landing-page .method-section, .landing-page .privacy-section, .landing-page .faq-section, .landing-page .closing-section { background: var(--paper); } .landing-page .use-cases-section { background: #f7f7f4; } .landing-page .product-sheet, .landing-page .hero-demo, .landing-page .closing-card { box-shadow: 0 22px 54px rgba(20, 25, 22, .085); } .landing-page .steps-grid { border-top: 1px solid var(--line-strong); padding-top: 30px; } .landing-page .step-media, .landing-page .step-result { border-radius: 8px; } .landing-page .method-layers { gap: 8px; } .landing-page .method-layers > article { min-height: 118px; padding: 14px 18px; } .landing-page .method-copy h3 { font-size: 25px; } .landing-page .method-copy p { margin-top: 8px; } .landing-page .method-sample { padding: 14px 18px; } .landing-page .quality-bar { margin-top: 12px; padding: 16px 20px; } .landing-page .rating-scale { margin-top: 14px; } .landing-page .rating-scale article { padding: 17px 20px; } .landing-page .source-roles { margin-top: 20px; } .landing-page .source-roles article { padding: 18px; } .landing-page .source-roles p { font-size: 15px; } .landing-page .disclaimer { margin-top: 18px; } .landing-page .privacy-cards { overflow: hidden; border: 1px solid var(--line); background: #f6f6f3; box-shadow: 0 18px 42px rgba(21, 27, 23, .055); } .landing-page .privacy-cards article { min-height: 236px; padding: 30px 28px; } .landing-page .faq-list details { border-color: var(--line); } .landing-page .closing-section { padding-top: 104px; padding-bottom: 104px; } @media (min-width: 1281px) { .landing-page h1 { font-size: clamp(60px, 4.3vw, 74px); } .landing-page .hero-grid { grid-template-columns: minmax(570px, .96fr) minmax(610px, 1.04fr); gap: 28px 46px; } .landing-page .hero-stage { min-height: 640px; padding-left: 156px; } .landing-page .hero-bottle { left: -16px; } .landing-page .hero-copy .lead { max-width: 600px; } } @media (min-width: 1025px) { .landing-page .hero-demo .demo-product h2 { font-size: 28px; line-height: 1.16; } .landing-page .section-head.wide { grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr); gap: 72px; align-items: end; margin-bottom: 62px; } .landing-page .section-head.wide h2 { grid-column: 1; max-width: 850px; } .landing-page .section-head.wide .section-lead { grid-column: 2; margin-top: 0; padding-bottom: 4px; font-size: 17px; } .landing-page .use-cases-grid { grid-template-columns: minmax(620px, 1.08fr) minmax(420px, .92fr); grid-template-areas: "visual copy"; gap: 88px; align-items: center; } .landing-page .use-cases-grid > div:first-child { grid-area: copy; } .landing-page .use-cases-visual { grid-area: visual; } .landing-page .method-section .section-head.wide { display: block; max-width: 980px; margin-bottom: 42px; } .landing-page .method-section .section-head.wide .section-lead { max-width: 720px; margin-top: 20px; padding: 0; } .landing-page .privacy-grid { grid-template-columns: minmax(420px, .82fr) minmax(650px, 1.18fr); grid-template-rows: auto auto auto; gap: 26px 92px; align-items: start; } .landing-page .privacy-grid > div:first-child { display: contents; } .landing-page .privacy-grid h2 { grid-column: 1; grid-row: 1 / 4; max-width: 500px; align-self: center; } .landing-page .privacy-grid .section-lead { grid-column: 2; grid-row: 1; max-width: 720px; margin: 0; font-size: 19px; } .landing-page .privacy-grid .privacy-cards { grid-column: 2; grid-row: 2; } .landing-page .privacy-grid .text-link { grid-column: 2; grid-row: 3; justify-self: start; margin-top: 0; } .landing-page .faq-layout { grid-template-columns: minmax(360px, .72fr) minmax(650px, 1.28fr); gap: 100px; } .landing-page .closing-grid { grid-template-columns: minmax(480px, .9fr) minmax(600px, 1.1fr); gap: 104px; } } @media (max-width: 1280px) and (min-width: 1025px) { .landing-page .use-cases-grid { grid-template-columns: minmax(540px, 1.06fr) minmax(360px, .94fr); gap: 54px; } .landing-page .privacy-grid { grid-template-columns: minmax(340px, .74fr) minmax(560px, 1.26fr); gap: 24px 54px; } } @media (max-width: 1024px) and (min-width: 761px) { .landing-page .hero-demo .demo-product h2 { font-size: 28px; line-height: 1.16; } .landing-page .section-head.wide { grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr); gap: 32px; } .landing-page .section-head.wide h2 { grid-column: 1; } .landing-page .section-head.wide .section-lead { grid-column: 2; margin-top: 0; } } @media (max-width: 760px) { .landing-page .section { padding: 58px 0; } .landing-page .section-head.wide { margin-bottom: 38px; } .landing-page .steps-grid { padding-top: 0; border-top: 0; } .landing-page .method-layers > article { min-height: 0; padding: 18px; } .landing-page .privacy-cards { padding: 0 20px; } .landing-page .privacy-cards article { min-height: 0; padding: 24px 0; } .landing-page .closing-section { padding-top: 68px; padding-bottom: 68px; } } /* Privacy policy and consent controls. */ .footer-link-button, button.text-link { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; } .footer-link-button { min-height: 44px; text-decoration: underline; text-underline-offset: 4px; } .footer-link-button:hover, .footer-link-button:focus-visible { text-decoration-thickness: 2px; } .policy-layout { align-items: start; } .policy-heading { position: sticky; top: 112px; } .policy-document { padding: 38px 42px; } .policy-document section + section { margin-top: 42px; padding-top: 38px; border-top: 1px solid var(--line); } .policy-document h3 { margin: 0 0 16px; font-family: var(--font-serif); font-size: clamp(24px, 2vw, 31px); font-weight: 400; line-height: 1.14; } .policy-document p { max-width: 78ch; } .policy-document code { padding: 2px 5px; border: 1px solid var(--line); background: var(--paper-2); font-size: .9em; overflow-wrap: anywhere; } .policy-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; } .policy-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 15px; line-height: 1.45; } .policy-table th, .policy-table td { padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } .policy-table th:last-child, .policy-table td:last-child { border-right: 0; } .policy-table tr:last-child td { border-bottom: 0; } .policy-table th { background: var(--paper-2); font-size: 12px; font-weight: 700; text-transform: uppercase; } .cookie-banner { position: fixed; z-index: 1200; right: 20px; bottom: 20px; left: 20px; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(253, 253, 251, .98); box-shadow: 0 24px 70px rgba(15, 20, 17, .18); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); } .cookie-banner__inner { display: grid; grid-template-columns: minmax(280px, 1fr) auto; gap: 28px; align-items: center; max-width: 1380px; margin: 0 auto; padding: 20px 24px; } .cookie-banner h2 { margin: 0 0 6px; font-family: var(--font-serif); font-size: 24px; font-weight: 400; } .cookie-banner p { max-width: 760px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; } .cookie-banner a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; } .cookie-banner__actions { display: flex; gap: 8px; align-items: center; } .cookie-banner .btn { min-height: 46px; padding: 10px 16px; white-space: nowrap; } .cookie-dialog { width: min(680px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); margin: auto; padding: 30px; overflow: auto; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(10, 15, 12, .24); } .cookie-dialog::backdrop { background: rgba(10, 14, 12, .54); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); } @media (min-width: 1025px) { .landing-page .site-header__inner > .header-cta { margin-left: auto; } } .landing-page .closing-grid--single { grid-template-columns: minmax(0, 760px); justify-content: start; } .cookie-dialog__head { display: flex; gap: 24px; align-items: flex-start; justify-content: space-between; } .cookie-dialog h2 { margin: 6px 0 0; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 42px); font-weight: 400; line-height: 1.05; } .cookie-dialog > p { margin: 20px 0 0; color: var(--muted); line-height: 1.55; } .cookie-options { margin-top: 24px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; } .cookie-option { display: flex; gap: 24px; align-items: center; justify-content: space-between; min-height: 92px; padding: 18px 20px; background: var(--paper); } .cookie-option + .cookie-option { border-top: 1px solid var(--line); } .cookie-option strong, .cookie-option span { display: block; } .cookie-option strong { font-size: 17px; } .cookie-option span { margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.45; } .cookie-option input { flex: 0 0 auto; width: 24px; height: 24px; accent-color: var(--ink); } .cookie-option .cookie-required { flex: 0 0 auto; margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; white-space: nowrap; } .cookie-dialog__actions { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 24px; } @media (max-width: 1100px) { .cookie-banner__inner { grid-template-columns: 1fr; gap: 16px; } .cookie-banner__actions { flex-wrap: wrap; } } @media (max-width: 760px) { .policy-heading { position: static; } .policy-document { padding: 24px 20px; } .policy-document section + section { margin-top: 32px; padding-top: 30px; } .cookie-banner { right: 8px; bottom: 8px; left: 8px; } .cookie-banner__inner { padding: 18px; } .cookie-banner h2 { font-size: 22px; } .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; } .cookie-banner__actions .btn { width: 100%; white-space: normal; } .cookie-banner__actions .btn:last-child { grid-column: 1 / -1; } .cookie-dialog { padding: 22px 18px; } .cookie-dialog__head { gap: 12px; } .cookie-option { gap: 14px; padding: 16px; } .cookie-option .cookie-required { max-width: 96px; white-space: normal; text-align: right; } .cookie-dialog__actions { align-items: stretch; flex-direction: column-reverse; } .cookie-dialog__actions .btn { width: 100%; } } @media (max-width: 360px) { .cookie-banner__actions { grid-template-columns: 1fr; } .cookie-banner__actions .btn:last-child { grid-column: auto; } } /* Reference alignment: editorial rhythm, quiet type and product-led scale. */ :root { --content: 1580px; --pad: clamp(22px, 3.05vw, 52px); --paper: #fdfdfb; --paper-2: #f3f4f1; --line: #d9ddda; --line-strong: #aeb5b1; --header-h: 82px; --radius: 9px; } body.landing-page { background: var(--paper); font-weight: 400; } .landing-page .container, .landing-page .site-header__inner { width: min(calc(100% - var(--pad) * 2), var(--content)); } .landing-page .site-header { border-color: rgba(174, 181, 177, .72); background: rgba(253, 253, 251, .94); } .landing-page .site-header__inner { min-height: var(--header-h); } .landing-page .brand { min-height: 44px; gap: 14px; font-size: 34px; } .landing-page .brand-mark { width: 35px; height: 35px; background: linear-gradient(var(--ink), var(--ink)) center / 3px 35px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 35px 3px no-repeat; } .landing-page .brand-mark::before, .landing-page .brand-mark::after { left: 16px; width: 3px; height: 35px; } .landing-page .header-cta { min-width: 188px; min-height: 48px; font-size: 12px; } .landing-page .btn { min-height: 55px; padding-inline: 27px; border-width: 1px; border-radius: 5px; font-size: 15px; font-weight: 600; } .landing-page .text-link { min-height: 44px; display: inline-flex; align-items: center; } .landing-page h1, .landing-page h2 { color: #090a09; font-family: var(--serif); font-weight: 400; letter-spacing: 0; } .landing-page h1 { max-width: 730px; font-size: clamp(58px, 4.65vw, 78px); line-height: 1.03; } .landing-page h2 { max-width: 900px; font-size: clamp(45px, 3.25vw, 57px); line-height: 1.07; } .landing-page h3 { font-size: 20px; font-weight: 600; line-height: 1.3; } .landing-page .lead, .landing-page .section-lead { color: #353a38; font-size: 18px; font-weight: 400; line-height: 1.58; } .landing-page .section { position: relative; padding: 130px 0 112px; border-bottom-color: rgba(174, 181, 177, .72); background: var(--paper); } .landing-page .result-section::before, .landing-page .use-cases-section::before, .landing-page .how-section::before, .landing-page .faq-section::before, .landing-page .closing-section::before { position: absolute; top: 43px; left: max(var(--pad), calc((100vw - var(--content)) / 2)); z-index: 1; padding-right: 20px; background: inherit; color: #151716; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1; } .landing-page .result-section::after, .landing-page .use-cases-section::after, .landing-page .how-section::after, .landing-page .faq-section::after, .landing-page .closing-section::after { content: ""; position: absolute; top: 53px; right: max(var(--pad), calc((100vw - var(--content)) / 2)); left: max(var(--pad), calc((100vw - var(--content)) / 2)); height: 1px; background: var(--line-strong); } .landing-page .result-section::before { content: "02"; } .landing-page .use-cases-section::before { content: "03"; } .landing-page .how-section::before { content: "04"; } .landing-page .faq-section::before { content: "05"; } .landing-page .closing-section::before { content: "06"; } .landing-page .hero-section { min-height: calc(100svh - var(--header-h)); padding: 66px 0 58px; } .landing-page .hero-grid { grid-template-columns: minmax(520px, .87fr) minmax(610px, 1.13fr); grid-template-areas: "copy stage" "proof stage"; gap: 28px 58px; align-items: center; } .landing-page .hero-copy { align-self: end; padding: 0; } .landing-page .hero-copy .lead { max-width: 590px; margin: 26px 0 31px; } .landing-page .hero-copy .button-row { gap: 12px; } .landing-page .hero-copy .button-row .btn { min-width: 210px; } .landing-page .hero-stage { min-height: 638px; padding: 22px 0 18px 178px; } .landing-page .hero-bottle { left: -6px; bottom: 30px; width: 202px; height: 512px; filter: drop-shadow(0 28px 18px rgba(37, 25, 14, .16)); } .landing-page .hero-demo { max-width: 706px; padding: 26px 28px 24px; border: 1px solid #cdd2ce; border-radius: 10px; box-shadow: 0 24px 62px rgba(17, 22, 19, .095); } .landing-page .hero-demo .demo-card__top { font-size: 11px; font-weight: 600; } .landing-page .hero-demo .demo-product { min-height: 126px; } .landing-page .hero-demo .demo-product h2 { font-size: 29px; line-height: 1.14; } .landing-page .hero-demo .demo-quality div { min-height: 72px; } .landing-page .hero-proof { width: min(100%, 430px); align-self: start; grid-template-columns: auto minmax(0, 1fr); gap: 0 18px; padding-top: 24px; border-color: var(--line-strong); } .landing-page .hero-proof strong { font-size: 44px; } .landing-page .hero-proof span { max-width: 170px; align-self: center; font-size: 12px; font-weight: 600; line-height: 1.35; } .landing-page .section-head.wide { display: block; max-width: 960px; margin-bottom: 58px; } .landing-page .section-head.wide h2 { max-width: 900px; } .landing-page .result-showcase { grid-template-columns: minmax(620px, 1.56fr) minmax(300px, .64fr); gap: clamp(48px, 5vw, 92px); align-items: center; } .landing-page .product-sheet { padding: 28px 32px 30px; border-color: #cbd1cd; border-radius: 10px; box-shadow: 0 26px 62px rgba(17, 22, 19, .08); } .landing-page .product-sheet header { grid-template-columns: 72px minmax(0, 1fr) 92px; gap: 22px; padding-bottom: 25px; } .landing-page .product-sheet header .demo-bottle { width: 52px; height: 88px; } .landing-page .product-sheet header h3 { font-size: 29px; line-height: 1.16; } .landing-page .product-sheet__meta div { padding-block: 20px; } .landing-page .product-sheet__ingredients > div { min-height: 48px; } .landing-page .result-side .value-grid { border-top-color: var(--line-strong); } .landing-page .result-side .value-grid article { grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 26px 0; border-bottom-color: var(--line-strong); } .landing-page .result-side .value-grid span { font-family: var(--serif); font-size: 21px; font-weight: 400; } .landing-page .result-side .value-grid h3 { font-size: 18px; } .landing-page .result-side .value-grid p { margin-top: 8px; color: var(--ink-3); font-size: 14px; line-height: 1.5; } .landing-page .result-side .section-cta { margin-top: 34px; } .landing-page .use-cases-section { background: #f4f5f2; } .landing-page .use-cases-grid { grid-template-columns: minmax(390px, .72fr) minmax(650px, 1.28fr); grid-template-areas: "copy visual"; gap: clamp(56px, 6vw, 108px); align-items: center; } .landing-page .use-cases-grid > div:first-child { grid-area: copy; } .landing-page .use-cases-visual { grid-area: visual; grid-template-columns: minmax(225px, .74fr) minmax(340px, 1.26fr); gap: 28px; align-items: center; } .landing-page .use-cases-grid h2 { max-width: 590px; } .landing-page .scenario-list { margin-top: 48px; border-top: 1px solid var(--line-strong); } .landing-page .scenario-list article { min-height: 88px; display: grid; grid-template-columns: 78px minmax(0, 1fr); align-items: center; border-bottom: 1px solid var(--line-strong); } .landing-page .scenario-list article span { font-family: var(--serif); font-size: 28px; font-weight: 400; } .landing-page .scenario-list article p { font-size: 17px; line-height: 1.4; } .landing-page .package-example img { width: 100%; max-height: 548px; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 48px rgba(17, 22, 19, .1); } .landing-page .inci-translation { padding: 28px 28px 22px; border-color: #cbd1cd; border-radius: 9px; background: rgba(255, 255, 255, .92); box-shadow: 0 20px 44px rgba(17, 22, 19, .065); } .landing-page .inci-translation li { min-height: 64px; font-size: 14px; } .landing-page .how-section .section-head.wide { margin-bottom: 50px; } .landing-page .steps-grid { gap: 0; padding-top: 31px; border-top: 1px solid var(--line-strong); } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { min-width: 0; padding: 0 38px; } .landing-page .step-card:first-child { padding-left: 0; } .landing-page .step-card:last-child { padding-right: 0; } .landing-page .step-card + .step-card { border-left: 1px solid var(--line); } .landing-page .step-num { width: 40px; height: 40px; margin-bottom: 20px; font-family: var(--serif); font-size: 16px; font-weight: 400; } .landing-page .step-card > p { min-height: 46px; margin-top: 9px; color: var(--ink-3); font-size: 14px; line-height: 1.5; } .landing-page .step-media, .landing-page .step-result { height: 370px; min-height: 370px; margin-top: 24px; border-radius: 9px; background: #f2f3f0; } .landing-page .step-media img { max-height: 355px; } .landing-page .step-result strong { font-family: var(--serif); font-size: 72px; font-weight: 400; } .landing-page .step-card:not(:last-child)::after { top: 55%; right: -15px; background: var(--paper); font-size: 24px; } .landing-page .faq-section { background: #f4f5f2; } .landing-page .faq-layout { grid-template-columns: minmax(330px, .7fr) minmax(620px, 1.3fr); gap: clamp(64px, 7vw, 120px); } .landing-page .faq-heading { top: calc(var(--header-h) + 40px); } .landing-page .faq-list { border-top: 1px solid var(--line-strong); } .landing-page .faq-list details { margin: 0; padding: 0 4px; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; background: transparent; } .landing-page .faq-list summary { min-height: 82px; padding: 24px 44px 24px 0; font-size: 18px; font-weight: 600; } .landing-page .faq-list p { max-width: 700px; padding: 0 48px 26px 0; color: var(--ink-3); font-size: 15px; line-height: 1.58; } .landing-page .closing-section { min-height: 620px; display: flex; align-items: center; padding-top: 132px; padding-bottom: 116px; background: var(--paper); } .landing-page .closing-grid--single { grid-template-columns: minmax(0, 880px); } .landing-page .closing-copy h2 { max-width: 820px; font-size: clamp(50px, 4vw, 68px); } .landing-page .closing-copy .section-lead { max-width: 600px; margin-top: 24px; } .landing-page .closing-copy .button-row { margin-top: 34px; } .landing-page .site-footer { padding: 38px 0 44px; border-top: 0; background: var(--paper); } .landing-page .footer-grid { align-items: start; padding-top: 4px; } .landing-page .footer-brand { font-size: 30px; } .landing-page .site-footer nav { gap: 7px; } .landing-page .site-footer nav a, .landing-page .footer-link-button { font-size: 13px; font-weight: 500; } .landing-page .site-footer p { max-width: 540px; font-size: 12px; line-height: 1.65; } .landing-page .site-footer p a { min-height: 44px; display: inline-flex; align-items: center; margin-block: -12px; } @media (max-width: 1280px) and (min-width: 1025px) { .landing-page h1 { font-size: 60px; } .landing-page .hero-grid { grid-template-columns: minmax(440px, .82fr) minmax(520px, 1.18fr); gap: 24px 36px; } .landing-page .hero-stage { min-height: 590px; padding-left: 145px; } .landing-page .hero-bottle { left: -14px; transform: scale(.76); transform-origin: left bottom; } .landing-page .result-showcase { grid-template-columns: minmax(530px, 1.45fr) minmax(270px, .65fr); gap: 44px; } .landing-page .use-cases-grid { grid-template-columns: minmax(350px, .72fr) minmax(560px, 1.28fr); gap: 54px; } .landing-page .use-cases-visual { grid-template-columns: minmax(190px, .7fr) minmax(310px, 1.3fr); } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { padding-inline: 26px; } .landing-page .step-card:first-child { padding-left: 0; } .landing-page .step-card:last-child { padding-right: 0; } } @media (max-width: 1024px) { :root { --header-h: 74px; } .landing-page .section { padding: 104px 0 82px; } .landing-page .result-section::before, .landing-page .use-cases-section::before, .landing-page .how-section::before, .landing-page .faq-section::before, .landing-page .closing-section::before { top: 34px; } .landing-page .result-section::after, .landing-page .use-cases-section::after, .landing-page .how-section::after, .landing-page .faq-section::after, .landing-page .closing-section::after { top: 44px; } .landing-page h1 { max-width: 720px; font-size: 58px; } .landing-page h2 { font-size: 48px; } .landing-page .hero-section { min-height: 0; padding: 54px 0 68px; } .landing-page .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "stage" "proof"; gap: 34px; } .landing-page .hero-copy { max-width: 800px; } .landing-page .hero-stage { width: min(100%, 820px); min-height: 570px; padding-left: 164px; } .landing-page .hero-bottle { transform: scale(.8); transform-origin: left bottom; } .landing-page .hero-proof { margin-top: 0; } .landing-page .result-showcase, .landing-page .use-cases-grid { grid-template-columns: 1fr; grid-template-areas: none; } .landing-page .use-cases-grid > div:first-child, .landing-page .use-cases-visual { grid-area: auto; } .landing-page .use-cases-visual { max-width: 800px; } .landing-page .result-side { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 40px; } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { padding-inline: 22px; } .landing-page .step-card:first-child { padding-left: 0; } .landing-page .step-card:last-child { padding-right: 0; } .landing-page .step-media, .landing-page .step-result { height: 306px; min-height: 306px; } .landing-page .step-media img { max-height: 292px; } .landing-page .faq-layout { grid-template-columns: 1fr; gap: 42px; } .landing-page .faq-heading { position: static; } .landing-page .closing-section { min-height: 520px; } } @media (max-width: 760px) { :root { --pad: 18px; --header-h: 68px; } .landing-page .site-header__inner { gap: 12px; } .landing-page .brand { gap: 10px; font-size: 26px; } .landing-page .brand-mark { width: 28px; height: 28px; background: linear-gradient(var(--ink), var(--ink)) center / 3px 28px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 28px 3px no-repeat; } .landing-page .brand-mark::before, .landing-page .brand-mark::after { left: 13px; width: 3px; height: 28px; } .landing-page .menu-toggle { min-width: 74px; padding-inline: 12px; font-size: 13px; font-weight: 600; } .landing-page .section { padding: 82px 0 64px; } .landing-page .result-section::before, .landing-page .use-cases-section::before, .landing-page .how-section::before, .landing-page .faq-section::before, .landing-page .closing-section::before { top: 25px; left: var(--pad); padding-right: 14px; font-size: 17px; } .landing-page .result-section::after, .landing-page .use-cases-section::after, .landing-page .how-section::after, .landing-page .faq-section::after, .landing-page .closing-section::after { top: 33px; right: var(--pad); left: var(--pad); } .landing-page h1 { font-size: 42px; line-height: 1.07; } .landing-page h2 { font-size: 36px; line-height: 1.1; } .landing-page h3 { font-size: 19px; } .landing-page .lead, .landing-page .section-lead { font-size: 16px; line-height: 1.55; } .landing-page .hero-section { padding: 40px 0 54px; } .landing-page .hero-grid { gap: 28px; } .landing-page .hero-copy .lead { margin: 20px 0 24px; } .landing-page .hero-copy .button-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; } .landing-page .hero-copy .button-row .btn { min-width: 0; min-height: 50px; padding-inline: 12px; font-size: 14px; } .landing-page .mobile-result-preview { min-height: 142px; margin-top: 18px; padding: 10px 10px 10px 76px; border: 1px solid #d0d5d1; border-radius: 9px; box-shadow: 0 14px 32px rgba(17, 22, 19, .07); } .landing-page .hero-stage { min-height: 478px; padding: 10px 0 0 62px; } .landing-page .hero-bottle { left: -18px; bottom: 18px; transform: scale(.44); } .landing-page .hero-demo { padding: 18px; border-radius: 9px; box-shadow: 0 18px 40px rgba(17, 22, 19, .08); } .landing-page .hero-proof { width: 100%; padding-top: 20px; } .landing-page .hero-proof strong { font-size: 37px; } .landing-page .section-head.wide { margin-bottom: 34px; } .landing-page .product-sheet { padding: 18px; border-radius: 9px; box-shadow: 0 18px 40px rgba(17, 22, 19, .065); } .landing-page .product-sheet header { grid-template-columns: 48px minmax(0, 1fr) 60px; gap: 12px; } .landing-page .product-sheet header h3 { font-size: 20px; } .landing-page .product-sheet__meta div, .landing-page .product-sheet__meta div + div { padding: 13px 0; } .landing-page .result-side { display: block; margin-top: 28px; } .landing-page .result-side .value-grid article { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; padding: 21px 0; } .landing-page .result-side .section-cta { margin-top: 26px; } .landing-page .use-cases-grid { gap: 38px; } .landing-page .scenario-list { margin-top: 32px; } .landing-page .scenario-list article { min-height: 68px; grid-template-columns: 58px minmax(0, 1fr); } .landing-page .scenario-list article span { font-size: 22px; } .landing-page .scenario-list article p { font-size: 16px; } .landing-page .use-cases-visual { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 12px; align-items: center; } .landing-page .package-example img { min-height: 330px; max-height: 390px; } .landing-page .inci-translation { padding: 12px 13px; } .landing-page .inci-translation li { min-height: 53px; grid-template-columns: 1fr; gap: 2px; padding: 8px 0; font-size: 12px; } .landing-page .inci-translation li::after { display: none; } .landing-page .steps-grid { display: block; padding-top: 0; border-top: 0; } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { padding: 26px 0 34px; border-left: 0; border-bottom: 1px solid var(--line-strong); } .landing-page .step-card:first-child { padding-top: 0; } .landing-page .step-card:last-child { padding-bottom: 0; border-bottom: 0; } .landing-page .step-card:not(:last-child)::after { display: none; } .landing-page .step-card > p { min-height: 0; } .landing-page .step-media, .landing-page .step-result { width: min(100%, 300px); height: 276px; min-height: 276px; margin: 20px auto 0; } .landing-page .step-media img { max-height: 264px; } .landing-page .faq-layout { gap: 28px; } .landing-page .faq-list summary { min-height: 72px; padding-block: 21px; font-size: 16px; } .landing-page .faq-list p { padding-bottom: 22px; font-size: 15px; } .landing-page .closing-section { min-height: 470px; padding-top: 84px; padding-bottom: 70px; } .landing-page .closing-copy h2 { font-size: 40px; } .landing-page .closing-copy .button-row { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 28px; } .landing-page .closing-copy .btn { width: 100%; } .landing-page .site-footer { padding: 32px 0 36px; } .landing-page .footer-grid { gap: 24px; } } @media (max-width: 380px) { :root { --pad: 16px; } .landing-page h1 { font-size: 37px; } .landing-page h2 { font-size: 33px; } .landing-page .hero-copy .button-row { grid-template-columns: 1fr; } .landing-page .hero-stage { min-height: 430px; padding-left: 18px; } .landing-page .hero-bottle { display: none; } .landing-page .use-cases-visual { grid-template-columns: 1fr; } .landing-page .package-example img { min-height: 0; max-height: 360px; } .landing-page .inci-translation { padding: 18px; } .landing-page .inci-translation li { grid-template-columns: minmax(110px, 1fr) minmax(90px, .8fr); gap: 8px; font-size: 13px; } } /* Reference 15: physical product, asymmetric grid and quieter editorial depth. */ :root { --paper: #fdfdfb; --paper-2: #f5f6f3; --line: #dde0dd; --line-strong: #b7bdb9; --shadow-float: 0 30px 78px rgba(18, 23, 20, .11); --shadow-soft: 0 20px 48px rgba(18, 23, 20, .075); } .landing-page .btn, .landing-page .menu-toggle, .landing-page .faq-list summary { font-weight: 500; } .landing-page .header-cta { font-weight: 500; } .landing-page .hero-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-areas: none; column-gap: clamp(18px, 2vw, 32px); row-gap: 0; } .landing-page .hero-copy { grid-column: 1 / span 5; grid-row: 1; align-self: center; padding: 20px 0 76px; } .landing-page .hero-stage { grid-column: 6 / -1; grid-row: 1 / span 2; min-height: 660px; display: block; padding: 0; } .landing-page .hero-demo { position: absolute; top: 46px; right: 0; z-index: 1; width: min(86%, 706px); max-width: none; margin: 0; box-shadow: var(--shadow-float); } .landing-page .hero-bottle { position: absolute; left: -4%; bottom: 8px; z-index: 3; width: clamp(168px, 12.5vw, 190px); height: auto; filter: drop-shadow(0 34px 18px rgba(46, 29, 15, .2)); transform: rotate(-.65deg); transform-origin: center bottom; pointer-events: none; } .landing-page .hero-bottle__picture, .landing-page .hero-bottle__picture img { width: 100%; height: auto; display: block; } .landing-page .hero-bottle__label { position: absolute; top: 51.3%; left: 15.5%; width: 69%; height: 34%; display: flex; flex-direction: column; justify-content: space-between; padding: 10% 9% 12%; color: #151513; background: transparent; border: 0; box-sizing: border-box; text-align: left; } .landing-page .hero-bottle__label b { margin: 0; font-family: var(--serif); font-size: clamp(15px, 1.15vw, 18px); font-weight: 400; line-height: 1; } .landing-page .hero-bottle__label small { font-size: clamp(6px, .48vw, 8px); font-weight: 700; line-height: 1.34; } .landing-page .hero-proof { grid-column: 1 / span 4; grid-row: 2; align-self: end; margin: -60px 0 14px; } .landing-page .demo-bottle { width: 62px; height: 104px; display: block; border: 0; border-radius: 0; background: url("landing/luma-bottle.png") center / contain no-repeat; background-image: image-set( url("landing/luma-bottle.webp") type("image/webp"), url("landing/luma-bottle.png") type("image/png") ); box-shadow: none; filter: drop-shadow(0 8px 7px rgba(45, 29, 17, .15)); } .landing-page .demo-bottle::before { display: none; } .landing-page .demo-bottle i { position: absolute; top: 62%; left: 50%; width: auto; height: auto; display: block; padding: 0; transform: translate(-50%, -50%); background: transparent; font-family: var(--serif); font-size: 8px; font-weight: 400; line-height: 1; } .landing-page .result-showcase { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0 clamp(18px, 2vw, 32px); align-items: start; } .landing-page .product-sheet { grid-column: 1 / span 8; transform: translateX(-8px); box-shadow: var(--shadow-soft); } .landing-page .product-sheet header .demo-bottle { width: 57px; height: 96px; margin: -8px 0 -2px 5px; } .landing-page .result-side { grid-column: 9 / -1; margin-top: 58px; } .landing-page .result-side .value-grid article:nth-child(2) { padding-left: 18px; } .landing-page .result-side .value-grid article:nth-child(3) { padding-left: 36px; } .landing-page .use-cases-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 0 clamp(18px, 2vw, 32px); } .landing-page .use-cases-grid > div:first-child { grid-column: 1 / span 4; align-self: center; } .landing-page .use-cases-visual { grid-column: 6 / -1; grid-template-columns: minmax(220px, .77fr) minmax(330px, 1.23fr); gap: 0; min-height: 570px; align-items: center; } .landing-page .package-example { position: relative; z-index: 1; transform: translateY(-22px) rotate(-.7deg); } .landing-page .package-example img { max-height: 570px; box-shadow: 0 28px 60px rgba(18, 23, 20, .13); } .landing-page .inci-translation { position: relative; z-index: 2; margin-left: -52px; transform: translateY(34px); background: rgba(255, 255, 255, .97); box-shadow: var(--shadow-soft); } .landing-page .steps-grid { position: relative; padding-top: 0; padding-bottom: 58px; border-top: 0; } .landing-page .steps-grid::before { content: ""; position: absolute; top: 20px; right: 16.666%; left: 16.666%; z-index: 0; height: 1px; background: var(--line-strong); } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { position: relative; z-index: 1; padding-inline: clamp(22px, 2.35vw, 38px); border-left: 0; } .landing-page .step-card:first-child { padding-left: 0; } .landing-page .step-card:last-child { padding-right: 0; } .landing-page .step-card + .step-card { border-left: 0; } .landing-page .step-card:not(:last-child)::after { display: none; } .landing-page .step-num { position: relative; z-index: 2; box-shadow: 0 0 0 10px var(--paper); } .landing-page .step-media, .landing-page .step-result { overflow: visible; border: 0; background: transparent; } .landing-page .step-media img { filter: drop-shadow(0 22px 24px rgba(16, 20, 17, .13)); } .landing-page .step-card:nth-child(2) .step-media { transform: translateY(24px); } .landing-page .step-result { width: min(78%, 300px); height: 300px; min-height: 300px; margin-inline: auto; transform: translateY(50px); border: 1px solid #d7dcd8; border-radius: 9px; background: #fff; box-shadow: var(--shadow-soft); } .landing-page .faq-layout { grid-template-columns: minmax(310px, .62fr) minmax(650px, 1.38fr); } .landing-page .closing-copy { padding-left: 8.333%; } .cookie-banner { right: 24px; bottom: 18px; left: 24px; border-radius: 7px; box-shadow: 0 18px 54px rgba(15, 20, 17, .16); } .cookie-banner__inner { grid-template-columns: minmax(0, 1fr) auto; gap: 18px; max-width: 1500px; padding: 13px 16px; } .cookie-banner__inner > div:first-child { display: grid; grid-template-columns: auto minmax(240px, 1fr); gap: 15px; align-items: center; } .cookie-banner h2 { margin: 0; font-size: 18px; white-space: nowrap; } .cookie-banner p { max-width: 720px; font-size: 12px; line-height: 1.4; } .cookie-banner .btn { min-height: 42px; padding: 8px 13px; font-size: 11px; } @media (max-width: 1280px) and (min-width: 1025px) { .landing-page .hero-copy { grid-column: 1 / span 5; } .landing-page .hero-stage { grid-column: 6 / -1; min-height: 610px; } .landing-page .hero-bottle { left: -3%; width: 174px; transform: rotate(-.65deg); } .landing-page .hero-demo { width: 84%; } .landing-page .use-cases-grid > div:first-child { grid-column: 1 / span 4; } .landing-page .use-cases-visual { grid-column: 5 / -1; } } @media (max-width: 1100px) { .cookie-banner__inner, .cookie-banner__inner > div:first-child { grid-template-columns: 1fr; } .cookie-banner__inner { gap: 11px; } .cookie-banner__inner > div:first-child { gap: 4px; } } @media (max-width: 1024px) { .landing-page .hero-grid { grid-template-columns: 1fr; row-gap: 28px; } .landing-page .hero-copy, .landing-page .hero-stage, .landing-page .hero-proof { grid-column: 1; grid-row: auto; } .landing-page .hero-copy { padding: 0; } .landing-page .hero-stage { width: min(100%, 830px); min-height: 590px; } .landing-page .hero-demo { width: 82%; } .landing-page .hero-bottle { left: 0; width: 180px; transform: rotate(-.65deg); } .landing-page .hero-proof { margin: 0; } .landing-page .result-showcase, .landing-page .use-cases-grid { grid-template-columns: 1fr; row-gap: 42px; } .landing-page .product-sheet, .landing-page .result-side, .landing-page .use-cases-grid > div:first-child, .landing-page .use-cases-visual { grid-column: 1; } .landing-page .product-sheet { transform: none; } .landing-page .result-side { margin-top: 0; } .landing-page .result-side .value-grid article:nth-child(2), .landing-page .result-side .value-grid article:nth-child(3) { padding-left: 0; } .landing-page .use-cases-visual { width: min(100%, 820px); } .landing-page .faq-layout { grid-template-columns: 1fr; } } @media (max-width: 760px) { .landing-page .hero-grid { row-gap: 24px; } .landing-page .hero-stage { min-height: 470px; margin-top: -44px; } .landing-page .hero-demo { top: 14px; width: calc(100% - 54px); } .landing-page .hero-bottle { left: -8px; bottom: -3px; width: 132px; display: block; transform: rotate(-.8deg); } .landing-page .hero-bottle__label { padding: 10% 9% 12%; } .landing-page .hero-bottle__label b { font-size: 13px; } .landing-page .hero-bottle__label small { font-size: 5.5px; } .landing-page .hero-proof { margin-top: -6px; } .landing-page .demo-bottle { width: 50px; height: 84px; } .landing-page .product-sheet header .demo-bottle { width: 43px; height: 75px; } .landing-page .result-side { display: block; } .landing-page .use-cases-visual { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 430px; } .landing-page .package-example { transform: translateY(-14px) rotate(-.5deg); } .landing-page .inci-translation { margin-left: -28px; transform: translateY(22px); } .landing-page .steps-grid { padding-bottom: 0; } .landing-page .steps-grid::before { top: 20px; right: auto; bottom: 20px; left: 20px; width: 1px; height: auto; } .landing-page .step-card, .landing-page .step-card:first-child, .landing-page .step-card:last-child { padding-left: 60px; } .landing-page .step-num { position: absolute; top: 26px; left: 0; box-shadow: 0 0 0 8px var(--paper); } .landing-page .step-card:first-child .step-num { top: 0; } .landing-page .step-card:nth-child(2) .step-media, .landing-page .step-result { transform: none; } .landing-page .step-result { width: min(100%, 300px); height: 270px; min-height: 270px; } .cookie-banner { right: 10px; bottom: 10px; left: 10px; } .cookie-banner__inner { display: block; padding: 15px; } .cookie-banner__inner > div:first-child { display: block; } .cookie-banner h2 { margin-bottom: 5px; font-size: 20px; } .cookie-banner p { font-size: 12px; } .cookie-banner__actions { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; } .cookie-banner__actions .btn:last-child { grid-column: auto; } .cookie-banner .btn { min-height: 52px; padding-inline: 6px; font-size: 10px; line-height: 1.25; } } @media (max-width: 380px) { .landing-page .hero-stage { min-height: 414px; margin-top: -38px; } .landing-page h1 { font-size: 34px; } .landing-page .hero-copy .lead { margin: 14px 0 16px; font-size: 15px; line-height: 1.45; } .landing-page .hero-copy .button-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .landing-page .hero-copy .button-row .btn { min-height: 48px; padding-inline: 6px; font-size: 13px; } .landing-page .mobile-result-preview { min-height: 80px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; padding: 0; } .landing-page .mobile-result-preview::before, .landing-page .mobile-result-preview::after { display: none; } .landing-page .mobile-result-preview div { display: block; padding: 10px 8px; } .landing-page .mobile-result-preview div + div { border-top: 0; border-left: 1px solid var(--line); } .landing-page .mobile-result-preview dt { font-size: 9px; } .landing-page .mobile-result-preview dd { margin-top: 6px; text-align: left; } .landing-page .hero-demo { width: calc(100% - 28px); } .landing-page .hero-bottle { left: -14px; width: 112px; } .cookie-banner__actions { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 7px; } .cookie-banner__actions .btn:last-child { grid-column: auto; } .cookie-banner__inner { padding: 10px; } .cookie-banner h2 { margin-bottom: 3px; font-size: 17px; } .cookie-banner p { font-size: 10px; line-height: 1.3; } .cookie-banner .btn { min-height: 46px; padding-inline: 3px; font-size: 9px; } .landing-page .use-cases-visual { grid-template-columns: 1fr; min-height: 0; } .landing-page .package-example { width: min(78%, 280px); } .landing-page .inci-translation { width: calc(100% - 22px); margin: -78px 0 0 auto; transform: none; } }