{"title":"Spring Barrier Protocol","description":"\u003c!-- AUTEUR · Spring Barrier Protocol — v3.1 with product links --\u003e\n\n\u003cstyle\u003e\n  .max-w-sm:has(.au-sb-v3) { max-width: none !important; width: 100% !important; }\n  @supports not selector(:has(*)) {\n    .au-sb-v3 {\n      width: calc(100vw - 6rem) !important;\n      max-width: calc(100vw - 6rem) !important;\n      margin-left: calc((100% - (100vw - 6rem)) \/ 2) !important;\n    }\n  }\n  .prose.prose-justify-start:has(.au-sb-v3) \u003e h1 { display: none !important; }\n\n  .au-sb-v3 {\n    --c-ink: #1a1a18;\n    --c-warm: #242422;\n    --c-stone: #6e665c;\n    --c-paper: #f5f0e8;\n    --c-gold: #9c8b6e;\n    --c-rule: rgba(26, 26, 24, 0.1);\n    --serif: 'PF-Regal-Text', 'PF Regal Text', Georgia, serif;\n    --sans: 'GT-America', 'GT America', -apple-system, sans-serif;\n\n    color: var(--c-ink);\n    font-family: var(--sans);\n    display: block;\n    width: 100%;\n    max-width: none !important;\n    margin: 0 0 clamp(40px, 4vw, 64px);\n  }\n  .au-sb-v3 *, .au-sb-v3 *::before, .au-sb-v3 *::after { box-sizing: border-box; }\n  .au-sb-v3 p, .au-sb-v3 h1, .au-sb-v3 h2, .au-sb-v3 h3, .au-sb-v3 h4, .au-sb-v3 ul, .au-sb-v3 li {\n    margin: 0; padding: 0; max-width: none !important; width: auto !important;\n  }\n  .au-sb-v3 a { color: inherit; text-decoration: none; }\n  .au-sb-v3 ul { list-style: none; }\n  .au-sb-v3 img { display: block; width: 100%; height: auto; }\n\n  .au-sb-v3__hero {\n    background: var(--c-paper);\n    padding: clamp(48px, 6vw, 96px) clamp(32px, 4vw, 80px) clamp(56px, 6vw, 88px);\n    margin-bottom: clamp(48px, 5vw, 80px);\n  }\n  .au-sb-v3__tag {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--c-gold);\n    margin-bottom: clamp(24px, 3vw, 40px) !important;\n  }\n  .au-sb-v3__headline {\n    font-family: var(--serif);\n    font-weight: 400;\n    font-size: clamp(40px, 5.5vw, 88px);\n    line-height: 1.0;\n    letter-spacing: -0.02em;\n    color: var(--c-ink);\n    max-width: 18ch;\n    margin-bottom: clamp(40px, 4vw, 56px) !important;\n  }\n  .au-sb-v3__headline em { font-style: italic; color: var(--c-gold); }\n  .au-sb-v3__lead {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: clamp(32px, 4vw, 64px);\n    max-width: 1100px;\n  }\n  .au-sb-v3__lead p {\n    font-family: var(--sans);\n    font-size: clamp(15px, 1.05vw, 17px);\n    line-height: 1.55;\n    color: var(--c-warm);\n  }\n  .au-sb-v3__lead p + p { margin-top: 14px !important; }\n  .au-sb-v3__thesis {\n    font-family: var(--serif) !important;\n    font-style: italic;\n    font-size: clamp(18px, 1.6vw, 24px) !important;\n    line-height: 1.4 !important;\n    color: var(--c-ink) !important;\n  }\n  @media (max-width: 760px) {\n    .au-sb-v3__lead { grid-template-columns: 1fr; gap: 24px; }\n  }\n\n  .au-sb-v3__protocol {\n    padding: 0 clamp(0px, 1vw, 16px);\n    margin-bottom: clamp(48px, 5vw, 80px);\n  }\n  .au-sb-v3__protocol-head {\n    text-align: center;\n    margin-bottom: clamp(32px, 4vw, 56px);\n  }\n  .au-sb-v3__kicker {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--c-gold);\n    margin-bottom: 16px !important;\n    display: inline-block;\n  }\n  .au-sb-v3__protocol-title {\n    font-family: var(--serif);\n    font-weight: 400;\n    font-size: clamp(28px, 3.4vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.01em;\n    color: var(--c-ink);\n  }\n  .au-sb-v3__products {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: clamp(20px, 2vw, 40px);\n  }\n  .au-sb-v3__card {\n    background: #fff;\n    display: flex;\n    flex-direction: column;\n    transition: opacity 200ms ease;\n  }\n  .au-sb-v3__card:hover { opacity: 0.85; }\n  .au-sb-v3__card:hover .au-sb-v3__product-name { color: var(--c-gold); }\n  .au-sb-v3__product-name { transition: color 200ms ease; }\n  .au-sb-v3__img-wrap {\n    background: var(--c-paper);\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    margin-bottom: clamp(20px, 2vw, 32px);\n  }\n  .au-sb-v3__img-wrap img {\n    width: 100%; height: 100%; object-fit: cover;\n    transition: transform 400ms ease;\n  }\n  .au-sb-v3__card:hover .au-sb-v3__img-wrap img { transform: scale(1.02); }\n  .au-sb-v3__step-row {\n    display: flex;\n    align-items: baseline;\n    gap: 14px;\n    margin-bottom: 10px !important;\n  }\n  .au-sb-v3__num {\n    font-family: var(--serif);\n    font-style: italic;\n    font-size: clamp(22px, 1.8vw, 28px);\n    color: var(--c-gold);\n  }\n  .au-sb-v3__verb {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    color: var(--c-stone);\n  }\n  .au-sb-v3__product-name {\n    font-family: var(--serif);\n    font-weight: 400;\n    font-size: clamp(22px, 2vw, 32px);\n    line-height: 1.1;\n    color: var(--c-ink);\n    margin-bottom: 14px !important;\n  }\n  .au-sb-v3__product-desc {\n    font-family: var(--sans);\n    font-size: clamp(14px, 0.95vw, 15.5px);\n    line-height: 1.6;\n    color: var(--c-warm);\n    margin-bottom: clamp(18px, 2vw, 24px) !important;\n    max-width: 52ch;\n  }\n  .au-sb-v3__pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .au-sb-v3__pill {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--c-stone);\n    padding: 8px 14px;\n    border: 1px solid var(--c-rule);\n    border-radius: 999px;\n    background: #fff;\n    line-height: 1;\n  }\n  .au-sb-v3__cta {\n    margin-top: clamp(20px, 2vw, 28px) !important;\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: 0.24em;\n    text-transform: uppercase;\n    color: var(--c-gold);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .au-sb-v3__cta::after {\n    content: \"\\2192\";\n    transition: transform 200ms ease;\n  }\n  .au-sb-v3__card:hover .au-sb-v3__cta::after {\n    transform: translateX(4px);\n  }\n  @media (max-width: 760px) {\n    .au-sb-v3__products { grid-template-columns: 1fr; gap: 32px; }\n  }\n\n  .au-sb-v3__note {\n    padding: clamp(24px, 2.5vw, 32px) clamp(32px, 4vw, 56px);\n    border-top: 1px solid var(--c-rule);\n    border-bottom: 1px solid var(--c-rule);\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: clamp(20px, 3vw, 40px);\n    align-items: center;\n  }\n  .au-sb-v3__note-label {\n    font-family: var(--sans);\n    font-size: 11px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--c-gold);\n    white-space: nowrap;\n  }\n  .au-sb-v3__note-text {\n    font-family: var(--sans);\n    font-size: clamp(13.5px, 0.95vw, 15px);\n    line-height: 1.55;\n    color: var(--c-warm);\n  }\n  .au-sb-v3__note-text a {\n    font-family: var(--serif);\n    font-style: italic;\n    color: var(--c-ink);\n    font-size: 1.05em;\n    border-bottom: 1px solid var(--c-gold);\n    transition: color 200ms ease;\n  }\n  .au-sb-v3__note-text a:hover { color: var(--c-gold); }\n  @media (max-width: 720px) {\n    .au-sb-v3__note { grid-template-columns: 1fr; gap: 8px; padding: 24px 16px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"au-sb-v3\"\u003e\n\n  \u003csection class=\"au-sb-v3__hero\"\u003e\n    \u003cp class=\"au-sb-v3__tag\"\u003eA Two-Step Spring Ritual\u003c\/p\u003e\n    \u003ch2 class=\"au-sb-v3__headline\"\u003eUV doesn't wait for \u003cem\u003esummer.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cdiv class=\"au-sb-v3__lead\"\u003e\n      \u003cdiv\u003e\n        \u003cp\u003eThe skin shift begins in March. Antioxidant stores deplete, transepidermal water loss climbs, and photoageing accelerates beneath skin that still feels fine.\u003c\/p\u003e\n        \u003cp\u003eThe Spring Barrier Protocol is built for this exact transition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"au-sb-v3__thesis\"\u003eOne layer rebuilds. The other defends. Neither works as well alone.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"au-sb-v3__protocol\"\u003e\n    \u003cheader class=\"au-sb-v3__protocol-head\"\u003e\n      \u003cspan class=\"au-sb-v3__kicker\"\u003eThe Protocol\u003c\/span\u003e\n      \u003ch3 class=\"au-sb-v3__protocol-title\"\u003eTwo formulations. One objective.\u003c\/h3\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"au-sb-v3__products\"\u003e\n\n      \u003ca class=\"au-sb-v3__card\" href=\"\/tr\/products\/definitive-lifting-toner\"\u003e\n        \u003cdiv class=\"au-sb-v3__img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/auteur-definitive-lifting-toner-radiance.webp?v=1755286772\" alt=\"Definitive Lifting Toner\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"au-sb-v3__step-row\"\u003e\n          \u003cspan class=\"au-sb-v3__num\"\u003eI.\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__verb\"\u003eStrengthen\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"au-sb-v3__product-name\"\u003eDefinitive Lifting Toner\u003c\/h4\u003e\n        \u003cp class=\"au-sb-v3__product-desc\"\u003eVitamin C and Glutathione, a master antioxidant, deliver a strong, calm barrier. Reinforces what UV and environmental stress deplete first and primes the skin to receive active protection.\u003c\/p\u003e\n        \u003cdiv class=\"au-sb-v3__pills\"\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eVitamin C\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eGlutathione\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eLifting Action\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eBarrier Repair\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"au-sb-v3__cta\"\u003eShop the Toner\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"au-sb-v3__card\" href=\"\/tr\/products\/definitive-sun-drops-spf50\"\u003e\n        \u003cdiv class=\"au-sb-v3__img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/auteur-definitive-sun-drops-nourishing.webp?v=1755341499\" alt=\"Definitive Sun Drops SPF 50\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"au-sb-v3__step-row\"\u003e\n          \u003cspan class=\"au-sb-v3__num\"\u003eII.\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__verb\"\u003eProtect\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ch4 class=\"au-sb-v3__product-name\"\u003eDefinitive Sun Drops SPF 50\u003c\/h4\u003e\n        \u003cp class=\"au-sb-v3__product-desc\"\u003eGuards against UVA, UVB, and the signs of ageing brought on by UV and environmental exposure. Formulated to sit cleanly over the protocol without disrupting what lies beneath.\u003c\/p\u003e\n        \u003cdiv class=\"au-sb-v3__pills\"\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eSPF 50\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eBroad Spectrum\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003eNon-Occlusive\u003c\/span\u003e\n          \u003cspan class=\"au-sb-v3__pill\"\u003ePhotoageing Defence\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"au-sb-v3__cta\"\u003eShop the Sun Drops\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"au-sb-v3__note\"\u003e\n    \u003cspan class=\"au-sb-v3__note-label\"\u003eLayer Beneath\u003c\/span\u003e\n    \u003cp class=\"au-sb-v3__note-text\"\u003eFor skin under accumulated load, pair the protocol with \u003ca href=\"\/tr\/products\/definitive-collagen-activator-serum\"\u003eDefinitive Collagen Activator Serum\u003c\/a\u003e for structural repair, or \u003ca href=\"\/tr\/products\/superlative-serum-phi\"\u003eSerum Phi\u003c\/a\u003e for regenerative support when barrier function is materially compromised.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"definitive-lifting-toner","title":"Definitive Lifting Toner","description":"\u003cstyle\u003e\n  @font-face {\n    font-family: 'PF Regal Text';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627');\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627#iefix') format('embedded-opentype'),\n         url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.woff?v=1700435135') format('woff');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n  @font-face {\n    font-family: 'GT America';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/GT-America-Regular_faf83f8e-e53b-48fe-8dfe-84d80da964ec.otf?v=1770665677') format('opentype');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n\n  .auteur-pdp *, .auteur-pdp *::before, .auteur-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .auteur-pdp {\n    font-family: 'GT America', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1a18;\n    margin: 0;\n    padding: 0;\n  }\n\n  .auteur-pdp .hook-label {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #9c8b6e;\n    margin: 0 0 14px;\n  }\n\n  .auteur-pdp .hook-headline {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: clamp(34px, 5vw, 50px);\n    font-weight: 300;\n    line-height: 1.15;\n    color: #1a1a18;\n    margin: 0 0 20px;\n  }\n\n  .auteur-pdp .hook-sub {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #3d3830;\n    margin: 0 0 36px;\n    border-left: 2px solid #9c8b6e;\n    padding-left: 20px;\n  }\n\n  \/* ── Instant vs over time panel ── *\/\n  .auteur-pdp .timeframe-panel {\n    background: #1a1a18;\n    padding: 32px 36px;\n    margin: 0 0 32px;\n  }\n\n  .auteur-pdp .timeframe-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    margin: 0 0 24px;\n  }\n\n  .auteur-pdp .timeframe-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 1px solid rgba(196, 154, 108, 0.2);\n  }\n\n  .auteur-pdp .timeframe-item {\n    padding: 24px 28px;\n  }\n\n  .auteur-pdp .timeframe-item:first-child {\n    border-right: 1px solid rgba(196, 154, 108, 0.2);\n  }\n\n  .auteur-pdp .timeframe-when {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #c49a6c;\n    margin: 0 0 10px;\n  }\n\n  .auteur-pdp .timeframe-what {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 20px;\n    font-weight: 300;\n    line-height: 1.4;\n    color: #ffffff;\n    margin: 0;\n  }\n\n  \/* ── Section divider ── *\/\n  .auteur-pdp .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 0 0 28px;\n  }\n\n  .auteur-pdp .section-divider span {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    white-space: nowrap;\n  }\n\n  .auteur-pdp .section-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: #c4b9a8;\n  }\n\n  \/* ── Mechanism copy ── *\/\n  .auteur-pdp .mechanism-copy {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #3d3830;\n    margin: 0 0 28px;\n  }\n\n  \/* ── Actives table ── *\/\n  .auteur-pdp .actives-stack {\n    display: flex;\n    flex-direction: column;\n    margin: 0 0 32px;\n    border: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-row {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    border-bottom: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-row:last-child {\n    border-bottom: none;\n  }\n\n  .auteur-pdp .active-left {\n    padding: 20px 22px;\n    background: #f5f0e8;\n    border-right: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-left-name {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #3d3830;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .auteur-pdp .active-right {\n    padding: 20px 22px;\n    background: #fefdfb;\n  }\n\n  .auteur-pdp .active-right-copy {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: #3d3830;\n    margin: 0;\n  }\n\n  \/* ── Application block ── *\/\n  .auteur-pdp .application-block {\n    background: #1a1a18;\n    padding: 36px;\n    margin: 0 0 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .auteur-pdp .application-block::before {\n    content: '\"';\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 160px;\n    font-weight: 300;\n    color: rgba(196, 154, 108, 0.10);\n    position: absolute;\n    top: -20px;\n    left: 20px;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .auteur-pdp .application-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    margin: 0 0 16px;\n    position: relative;\n  }\n\n  .auteur-pdp .application-quote {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 300;\n    line-height: 1.5;\n    color: #ffffff;\n    margin: 0 0 16px;\n    position: relative;\n  }\n\n  .auteur-pdp .application-sub {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.8;\n    color: #8a8278;\n    margin: 0;\n    position: relative;\n  }\n\n  \/* ── Results grid ── *\/\n  .auteur-pdp .results-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 0;\n  }\n\n  .auteur-pdp .result-card {\n    padding: 20px;\n    border: 1px solid #c4b9a8;\n    background: #fefdfb;\n  }\n\n  .auteur-pdp .result-card-bar {\n    width: 20px;\n    height: 2px;\n    background: #c49a6c;\n    margin: 0 0 12px;\n  }\n\n  .auteur-pdp .result-card-title {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 18px;\n    font-weight: 300;\n    color: #1a1a18;\n    margin: 0 0 6px;\n    line-height: 1.2;\n  }\n\n  .auteur-pdp .result-card-copy {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.65;\n    color: #8a8278;\n    margin: 0;\n  }\n\n  \/* ── Mobile ── *\/\n  @media (max-width: 560px) {\n    .auteur-pdp .timeframe-grid { grid-template-columns: 1fr; }\n    .auteur-pdp .timeframe-item:first-child { border-right: none; border-bottom: 1px solid rgba(196, 154, 108, 0.2); }\n    .auteur-pdp .active-row { grid-template-columns: 1fr; }\n    .auteur-pdp .active-left { border-right: none; border-bottom: 1px solid #c4b9a8; }\n    .auteur-pdp .results-grid { grid-template-columns: 1fr; }\n    .auteur-pdp .hook-label { font-size: 14px; }\n    .auteur-pdp .hook-headline { font-size: 36px; line-height: 1.2; }\n    .auteur-pdp .hook-sub { font-size: 18px; line-height: 2; }\n    .auteur-pdp .timeframe-what { font-size: 22px; }\n    .auteur-pdp .mechanism-copy { font-size: 18px; line-height: 2; }\n    .auteur-pdp .active-left-name { font-size: 14px; }\n    .auteur-pdp .active-right-copy { font-size: 17px; line-height: 1.8; }\n    .auteur-pdp .application-quote { font-size: 26px; }\n    .auteur-pdp .application-sub { font-size: 17px; line-height: 1.85; }\n    .auteur-pdp .result-card-title { font-size: 20px; }\n    .auteur-pdp .result-card-copy { font-size: 15px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"auteur-pdp\"\u003e\n\u003cp class=\"hook-label\"\u003eDefinitive Lifting Toner\u003c\/p\u003e\n\u003ch2 class=\"hook-headline\"\u003eInstant firming.\u003cbr\u003eVisible recalibration over time.\u003c\/h2\u003e\n\u003cp class=\"hook-sub\"\u003eMost toners prepare the skin passively. This one acts on it immediately. A mist-on serum that delivers an instant facial firming effect in several sprays, then works steadily to restore hydration, reduce hyperpigmentation, and balance the barrier for measurably recalibrated skin over time.\u003c\/p\u003e\n\u003cdiv class=\"timeframe-panel\"\u003e\n\u003cp class=\"timeframe-label\"\u003eImmediate and Cumulative Action\u003c\/p\u003e\n\u003cdiv class=\"timeframe-grid\"\u003e\n\u003cdiv class=\"timeframe-item\"\u003e\n\u003cp class=\"timeframe-when\"\u003eOn Application\u003c\/p\u003e\n\u003cp class=\"timeframe-what\"\u003eInstant facial firming effect. Hydration visibly restored in several sprays\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeframe-item\"\u003e\n\u003cp class=\"timeframe-when\"\u003eOver Time\u003c\/p\u003e\n\u003cp class=\"timeframe-what\"\u003eHyper pigmentation reduced. Skin barrier balanced and visibly recalibrated\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eThe Formulation\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"mechanism-copy\"\u003eThree distinct systems work in concert. A multi-molecular Hyaluronic Acid complex delivers deep hydration at every level of the skin. Pentavitin® binds moisture immediately to the surface, visibly minimising fine lines, signs of stress, and dehydration on contact. Evolutionary Peptide Technology provides the structural firming effect, working at the level of the skin's architecture to lift and firm with each application. Together they deliver the kind of layered performance a conventional toner cannot approach.\u003c\/p\u003e\n\u003cdiv class=\"actives-stack\"\u003e\n\u003cdiv class=\"active-row\"\u003e\n\u003cdiv class=\"active-left\"\u003e\n\u003cp class=\"active-left-name\"\u003eEvolutionary Peptide Technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"active-right\"\u003e\n\u003cp class=\"active-right-copy\"\u003eDelivers an instant facial firming and lifting effect at the structural level of the skin. Works progressively with continued use to visibly recalibrate tone and firmness across the full face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"active-row\"\u003e\n\u003cdiv class=\"active-left\"\u003e\n\u003cp class=\"active-left-name\"\u003eHyaluronic Acid Complex\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"active-right\"\u003e\n\u003cp class=\"active-right-copy\"\u003eA multi-molecular weight blend that delivers hydration at every depth of the skin. Restores moisture to dry skin immediately and maintains it over time, supporting the barrier and plumping the appearance of fine lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"active-row\"\u003e\n\u003cdiv class=\"active-left\"\u003e\n\u003cp class=\"active-left-name\"\u003ePentavitin®\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"active-right\"\u003e\n\u003cp class=\"active-right-copy\"\u003eBinds directly to skin proteins to lock in moisture on contact. Immediately minimises the visible signs of fine lines, dehydration, and stress. Provides long-lasting surface hydration that holds between applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-block\"\u003e\n\u003cp class=\"application-label\"\u003eHow to Use\u003c\/p\u003e\n\u003cp class=\"application-quote\"\u003eMist. Absorb. Layer.\u003c\/p\u003e\n\u003cp class=\"application-sub\"\u003eHold 20 to 30cm from the face and mist evenly across cleansed skin. Allow to absorb fully before applying serums and moisturiser. Use morning and evening as the first active step in your ritual, directly after cleansing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eVisible Results\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"results-grid\"\u003e\n\u003cdiv class=\"result-card\"\u003e\n\u003cdiv class=\"result-card-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"result-card-title\"\u003eFirmer\u003c\/p\u003e\n\u003cp class=\"result-card-copy\"\u003eInstant lifting effect on application. Structural firmness builds with consistent use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"result-card\"\u003e\n\u003cdiv class=\"result-card-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"result-card-title\"\u003eHydrated\u003c\/p\u003e\n\u003cp class=\"result-card-copy\"\u003eDeep moisture restored immediately. Fine lines and dehydration visibly reduced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"result-card\"\u003e\n\u003cdiv class=\"result-card-bar\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"result-card-title\"\u003eBalanced\u003c\/p\u003e\n\u003cp class=\"result-card-copy\"\u003eHyperpigmentation reduced. Barrier recalibrated for a more even, radiant complexion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Auteur","offers":[{"title":"100ML (3.4OZ)","offer_id":36885954723999,"sku":"1210","price":165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/auteur-definitive-lifting-toner-radiance.webp?v=1755286772"},{"product_id":"definitive-sun-drops-spf50","title":"Definitive Sun Drops SPF 50","description":"\u003cstyle\u003e\n  @font-face {\n    font-family: 'PF Regal Text';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627');\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627#iefix') format('embedded-opentype'),\n         url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.woff?v=1700435135') format('woff');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n  @font-face {\n    font-family: 'GT America';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/GT-America-Regular_faf83f8e-e53b-48fe-8dfe-84d80da964ec.otf?v=1770665677') format('opentype');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n\n  .auteur-pdp *, .auteur-pdp *::before, .auteur-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .auteur-pdp {\n    font-family: 'GT America', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1a18;\n    margin: 0;\n    padding: 0;\n  }\n\n  .auteur-pdp .hook-label {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #9c8b6e;\n    margin: 0 0 14px;\n  }\n\n  .auteur-pdp .hook-headline {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: clamp(34px, 5vw, 50px);\n    font-weight: 300;\n    line-height: 1.15;\n    color: #1a1a18;\n    margin: 0 0 20px;\n  }\n\n  .auteur-pdp .hook-sub {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #3d3830;\n    margin: 0 0 36px;\n    border-left: 2px solid #9c8b6e;\n    padding-left: 20px;\n  }\n\n  \/* ── Three counts panel ── *\/\n  .auteur-pdp .counts-panel {\n    background: #1a1a18;\n    padding: 32px 36px;\n    margin: 0 0 32px;\n  }\n\n  .auteur-pdp .counts-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    margin: 0 0 24px;\n  }\n\n  .auteur-pdp .counts-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 0;\n    border: 1px solid rgba(196, 154, 108, 0.2);\n  }\n\n  .auteur-pdp .count-item {\n    padding: 22px 24px;\n    border-right: 1px solid rgba(196, 154, 108, 0.2);\n  }\n\n  .auteur-pdp .count-item:last-child {\n    border-right: none;\n  }\n\n  .auteur-pdp .count-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #c49a6c;\n    margin: 0 0 8px;\n  }\n\n  .auteur-pdp .count-copy {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 18px;\n    font-weight: 300;\n    line-height: 1.4;\n    color: #ffffff;\n    margin: 0;\n  }\n\n  \/* ── Section divider ── *\/\n  .auteur-pdp .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 0 0 28px;\n  }\n\n  .auteur-pdp .section-divider span {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    white-space: nowrap;\n  }\n\n  .auteur-pdp .section-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: #c4b9a8;\n  }\n\n  \/* ── Mechanism copy ── *\/\n  .auteur-pdp .mechanism-copy {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #3d3830;\n    margin: 0 0 28px;\n  }\n\n  \/* ── Actives table ── *\/\n  .auteur-pdp .actives-stack {\n    display: flex;\n    flex-direction: column;\n    margin: 0 0 32px;\n    border: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-row {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    border-bottom: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-row:last-child {\n    border-bottom: none;\n  }\n\n  .auteur-pdp .active-left {\n    padding: 20px 22px;\n    background: #f5f0e8;\n    border-right: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-left-name {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #3d3830;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .auteur-pdp .active-right {\n    padding: 20px 22px;\n    background: #fefdfb;\n  }\n\n  .auteur-pdp .active-right-copy {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: #3d3830;\n    margin: 0;\n  }\n\n  \/* ── Application block ── *\/\n  .auteur-pdp .application-block {\n    background: #1a1a18;\n    padding: 36px;\n    margin: 0 0 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .auteur-pdp .application-block::before {\n    content: '\"';\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 160px;\n    font-weight: 300;\n    color: rgba(196, 154, 108, 0.10);\n    position: absolute;\n    top: -20px;\n    left: 20px;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .auteur-pdp .application-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    margin: 0 0 16px;\n    position: relative;\n  }\n\n  .auteur-pdp .application-quote {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 300;\n    line-height: 1.5;\n    color: #ffffff;\n    margin: 0 0 16px;\n    position: relative;\n  }\n\n  .auteur-pdp .application-sub {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.8;\n    color: #8a8278;\n    margin: 0;\n    position: relative;\n  }\n\n  \/* ── Results grid ── *\/\n  .auteur-pdp .results-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin: 0;\n  }\n\n  .auteur-pdp .result-card {\n    padding: 18px;\n    border: 1px solid #c4b9a8;\n    background: #fefdfb;\n  }\n\n  .auteur-pdp .result-card-bar {\n    width: 20px;\n    height: 2px;\n    background: #c49a6c;\n    margin: 0 0 12px;\n  }\n\n  .auteur-pdp .result-card-title {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 18px;\n    font-weight: 300;\n    color: #1a1a18;\n    margin: 0 0 6px;\n    line-height: 1.2;\n    word-break: break-word;\n    hyphens: auto;\n  }\n\n  .auteur-pdp .result-card-copy {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.65;\n    color: #8a8278;\n    margin: 0;\n  }\n\n  \/* ── Mobile ── *\/\n  @media (max-width: 560px) {\n    .auteur-pdp .counts-grid { grid-template-columns: 1fr; }\n    .auteur-pdp .count-item { border-right: none; border-bottom: 1px solid rgba(196, 154, 108, 0.2); }\n    .auteur-pdp .count-item:last-child { border-bottom: none; }\n    .auteur-pdp .active-row { grid-template-columns: 1fr; }\n    .auteur-pdp .active-left { border-right: none; border-bottom: 1px solid #c4b9a8; }\n    .auteur-pdp .results-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n    .auteur-pdp .hook-label { font-size: 14px; }\n    .auteur-pdp .hook-headline { font-size: 36px; line-height: 1.2; }\n    .auteur-pdp .hook-sub { font-size: 18px; line-height: 2; }\n    .auteur-pdp .count-copy { font-size: 20px; }\n    .auteur-pdp .mechanism-copy { font-size: 18px; line-height: 2; }\n    .auteur-pdp .active-left-name { font-size: 14px; }\n    .auteur-pdp .active-right-copy { font-size: 17px; line-height: 1.8; }\n    .auteur-pdp .application-quote { font-size: 26px; }\n    .auteur-pdp .application-sub { font-size: 17px; line-height: 1.85; }\n    .auteur-pdp .result-card-title { font-size: 15px; }\n    .auteur-pdp .result-card-copy { font-size: 14px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"auteur-pdp\"\u003e\n\n  \u003cp class=\"hook-label\"\u003eDefinitive SPF 50 Face Oil\u003c\/p\u003e\n  \u003ch2 class=\"hook-headline\"\u003eFull-spectrum protection.\u003cbr\u003eZero compromise.\u003c\/h2\u003e\n  \u003cp class=\"hook-sub\"\u003eMost facial SPFs ask you to trade finish for protection, or protection for feel. This one delivers on all three counts simultaneously: robust UVA and UVB defence, concentrated skincare performance, and a sensorial experience that makes daily application effortless.\u003c\/p\u003e\n\n  \u003cdiv class=\"counts-panel\"\u003e\n    \u003cp class=\"counts-label\"\u003eThree Counts. No Compromise.\u003c\/p\u003e\n    \u003cdiv class=\"counts-grid\"\u003e\n      \u003cdiv class=\"count-item\"\u003e\n        \u003cp class=\"count-tag\"\u003eProtection\u003c\/p\u003e\n        \u003cp class=\"count-copy\"\u003eSPF 50 full-spectrum UVA and UVB defence to the optimum degree\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"count-item\"\u003e\n        \u003cp class=\"count-tag\"\u003ePerformance\u003c\/p\u003e\n        \u003cp class=\"count-copy\"\u003ePotent antioxidants and hydrating actives actively improve skin while protecting it\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"count-item\"\u003e\n        \u003cp class=\"count-tag\"\u003eExperience\u003c\/p\u003e\n        \u003cp class=\"count-copy\"\u003eNo discomfort, congestion, or oiliness. A radiant finish in just 4 drops\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eThe Formulation\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cp class=\"mechanism-copy\"\u003ePink Algae Extract and a curated antioxidant complex guard against solar-induced damage at the cellular level, neutralising free radicals before they can trigger the photoageing cascade. The same actives smooth the appearance of skin and prevent the UV spots and solar-induced wrinkles that accumulate with unprotected exposure. A concentrated Tocopherol Complex, rich in Vitamin E, works alongside the protective shield to retain moisture and deliver a hydrated, radiant finish that conventional SPFs cannot approach.\u003c\/p\u003e\n\n  \u003cdiv class=\"actives-stack\"\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eSPF 50 UV Filters\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eFull-spectrum UVA and UVB protection at SPF 50, the optimum degree of defence for daily facial use. Shields against the solar radiation responsible for collagen breakdown, UV spots, photoageing, and solar-induced wrinkle formation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003ePink Algae Extract\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eA potent marine antioxidant that guards against solar-induced cellular damage, smooths the appearance of skin, and prevents the signs of photoageing. Works at the level of oxidative stress to intercept free radical damage before it accumulates.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eTocopherol Complex\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eA concentrated, Vitamin E-rich complex that helps skin retain moisture throughout the day. Delivers the hydrated, luminous finish that transforms daily SPF application from a necessary step into a skincare benefit in its own right.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eAntioxidant Complex\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eSupports the Pink Algae Extract in providing a comprehensive antioxidant shield. Neutralises the oxidative stress that UV exposure generates, protecting the skin's existing collagen and preserving long-term skin health with every application.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"application-block\"\u003e\n    \u003cp class=\"application-label\"\u003eHow to Use\u003c\/p\u003e\n    \u003cp class=\"application-quote\"\u003e4 drops. 15 minutes. Radiant protection.\u003c\/p\u003e\n    \u003cp class=\"application-sub\"\u003eApply 4 drops in place of your usual facial oil, 15 minutes prior to sun exposure. Warm between the palms and press gently into skin. Use as the final step in your morning ritual before leaving the house. Reapply as needed throughout the day.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eVisible Results\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"results-grid\"\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eProtected\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eFull-spectrum SPF 50 defence. Solar damage and photoageing prevented.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eRadiant\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eA luminous skin glow. Hydrated, even finish without oiliness or congestion.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eSmooth\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eSkin appearance improved. UV spots and solar-induced wrinkles prevented over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eHydrated\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eMoisture retained throughout the day. Skin feels comfortable and nourished under protection.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"AUTEUR","offers":[{"title":"30ML (1.0 OZ)","offer_id":44340632682655,"sku":"1810","price":148.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/auteur-definitive-sun-drops-nourishing.webp?v=1755341499"},{"product_id":"definitive-collagen-activator-serum","title":"Definitive Collagen Activator Serum","description":"\u003cstyle\u003e\n  @font-face {\n    font-family: 'PF Regal Text';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627');\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627#iefix') format('embedded-opentype'),\n         url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.woff?v=1700435135') format('woff');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n  @font-face {\n    font-family: 'GT America';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/GT-America-Regular_faf83f8e-e53b-48fe-8dfe-84d80da964ec.otf?v=1770665677') format('opentype');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n\n  .auteur-pdp *, .auteur-pdp *::before, .auteur-pdp *::after {\n    box-sizing: border-box;\n  }\n\n  .auteur-pdp {\n    font-family: 'GT America', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1a18;\n    margin: 0;\n    padding: 0;\n  }\n\n  .auteur-pdp .hook-label {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #9c8b6e;\n    margin: 0 0 14px;\n  }\n\n  .auteur-pdp .hook-headline {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: clamp(34px, 5vw, 50px);\n    font-weight: 300;\n    line-height: 1.15;\n    color: #1a1a18;\n    margin: 0 0 20px;\n  }\n\n  .auteur-pdp .hook-sub {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #3d3830;\n    margin: 0 0 36px;\n    border-left: 2px solid #9c8b6e;\n    padding-left: 20px;\n  }\n\n  \/* ── Dual action panel ── *\/\n  .auteur-pdp .dual-panel {\n    background: #1a1a18;\n    padding: 32px 36px;\n    margin: 0 0 32px;\n  }\n\n  .auteur-pdp .dual-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    margin: 0 0 24px;\n  }\n\n  .auteur-pdp .dual-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 1px solid rgba(196, 154, 108, 0.2);\n  }\n\n  .auteur-pdp .dual-item {\n    padding: 24px 28px;\n  }\n\n  .auteur-pdp .dual-item:first-child {\n    border-right: 1px solid rgba(196, 154, 108, 0.2);\n  }\n\n  .auteur-pdp .dual-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #c49a6c;\n    margin: 0 0 10px;\n  }\n\n  .auteur-pdp .dual-copy {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 20px;\n    font-weight: 300;\n    line-height: 1.4;\n    color: #ffffff;\n    margin: 0;\n  }\n\n  \/* ── Section divider ── *\/\n  .auteur-pdp .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 0 0 28px;\n  }\n\n  .auteur-pdp .section-divider span {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    white-space: nowrap;\n  }\n\n  .auteur-pdp .section-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: #c4b9a8;\n  }\n\n  \/* ── Mechanism copy ── *\/\n  .auteur-pdp .mechanism-copy {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: #3d3830;\n    margin: 0 0 28px;\n  }\n\n  \/* ── Actives table ── *\/\n  .auteur-pdp .actives-stack {\n    display: flex;\n    flex-direction: column;\n    margin: 0 0 32px;\n    border: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-row {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    border-bottom: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-row:last-child {\n    border-bottom: none;\n  }\n\n  .auteur-pdp .active-left {\n    padding: 20px 22px;\n    background: #f5f0e8;\n    border-right: 1px solid #c4b9a8;\n  }\n\n  .auteur-pdp .active-left-name {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #3d3830;\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .auteur-pdp .active-right {\n    padding: 20px 22px;\n    background: #fefdfb;\n  }\n\n  .auteur-pdp .active-right-copy {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: #3d3830;\n    margin: 0;\n  }\n\n  \/* ── Closing block ── *\/\n  .auteur-pdp .closing-block {\n    background: #1a1a18;\n    padding: 36px;\n    margin: 0 0 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .auteur-pdp .closing-block::before {\n    content: '\"';\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 160px;\n    font-weight: 300;\n    color: rgba(196, 154, 108, 0.10);\n    position: absolute;\n    top: -20px;\n    left: 20px;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .auteur-pdp .closing-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #8a8278;\n    margin: 0 0 16px;\n    position: relative;\n  }\n\n  .auteur-pdp .closing-quote {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 300;\n    line-height: 1.5;\n    color: #ffffff;\n    margin: 0 0 16px;\n    position: relative;\n  }\n\n  .auteur-pdp .closing-sub {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.8;\n    color: #8a8278;\n    margin: 0;\n    position: relative;\n  }\n\n  \/* ── Results grid ── *\/\n  .auteur-pdp .results-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    margin: 0;\n  }\n\n  .auteur-pdp .result-card {\n    padding: 18px;\n    border: 1px solid #c4b9a8;\n    background: #fefdfb;\n  }\n\n  .auteur-pdp .result-card-bar {\n    width: 20px;\n    height: 2px;\n    background: #c49a6c;\n    margin: 0 0 12px;\n  }\n\n  .auteur-pdp .result-card-title {\n    font-family: 'PF Regal Text', Georgia, serif;\n    font-size: 18px;\n    font-weight: 300;\n    color: #1a1a18;\n    margin: 0 0 6px;\n    line-height: 1.2;\n  }\n\n  .auteur-pdp .result-card-copy {\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.65;\n    color: #8a8278;\n    margin: 0;\n  }\n\n  \/* ── Mobile ── *\/\n  @media (max-width: 560px) {\n    .auteur-pdp .dual-grid { grid-template-columns: 1fr; }\n    .auteur-pdp .dual-item:first-child { border-right: none; border-bottom: 1px solid rgba(196, 154, 108, 0.2); }\n    .auteur-pdp .active-row { grid-template-columns: 1fr; }\n    .auteur-pdp .active-left { border-right: none; border-bottom: 1px solid #c4b9a8; }\n    .auteur-pdp .results-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n    .auteur-pdp .hook-label { font-size: 14px; }\n    .auteur-pdp .hook-headline { font-size: 36px; line-height: 1.2; }\n    .auteur-pdp .hook-sub { font-size: 18px; line-height: 2; }\n    .auteur-pdp .dual-copy { font-size: 22px; }\n    .auteur-pdp .mechanism-copy { font-size: 18px; line-height: 2; }\n    .auteur-pdp .active-left-name { font-size: 14px; }\n    .auteur-pdp .active-right-copy { font-size: 17px; line-height: 1.8; }\n    .auteur-pdp .closing-quote { font-size: 26px; }\n    .auteur-pdp .closing-sub { font-size: 17px; line-height: 1.85; }\n    .auteur-pdp .result-card-title { font-size: 20px; }\n    .auteur-pdp .result-card-copy { font-size: 14px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"auteur-pdp\"\u003e\n\n  \u003cp class=\"hook-label\"\u003eDefinitive Collagen Activator Serum\u003c\/p\u003e\n  \u003ch2 class=\"hook-headline\"\u003eBuild collagen.\u003cbr\u003eStop its degradation.\u003c\/h2\u003e\n  \u003cp class=\"hook-sub\"\u003eMost collagen serums address production. This one addresses both sides of the equation simultaneously. Next-generation peptide technology mimics the skin's natural collagen synthesis pathway to rebuild structure, while a targeted antioxidant and anti-inflammatory complex protects that structure from the environmental and biological forces that break it down.\u003c\/p\u003e\n\n  \u003cdiv class=\"dual-panel\"\u003e\n    \u003cp class=\"dual-label\"\u003eTwo Mechanisms. One Serum.\u003c\/p\u003e\n    \u003cdiv class=\"dual-grid\"\u003e\n      \u003cdiv class=\"dual-item\"\u003e\n        \u003cp class=\"dual-tag\"\u003eBuild\u003c\/p\u003e\n        \u003cp class=\"dual-copy\"\u003ePeptides mimic the skin's natural collagen production to firm, refine, and improve elasticity\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dual-item\"\u003e\n        \u003cp class=\"dual-tag\"\u003eProtect\u003c\/p\u003e\n        \u003cp class=\"dual-copy\"\u003eAntioxidants and anti-inflammatory agents inhibit degradation and reduce inflammageing\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eThe Formulation\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cp class=\"mechanism-copy\"\u003eGrowth Factor Tripeptide and Collagen Peptide Complex form the collagen-activating core of this serum, working together to stimulate Type I and Type III collagen synthesis through pathways that mirror the skin's own production process. The result is structural improvement that compounds with daily use. Simultaneously, a curated antioxidant complex neutralises free radicals from UV and environmental exposure, bio-optimised agents support cellular health, and anti-inflammatory actives reduce senescent cells to address inflammageing at its source.\u003c\/p\u003e\n\n  \u003cdiv class=\"actives-stack\"\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eGrowth Factor Tripeptide\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eMimics the skin's natural growth factor signalling to stimulate collagen production and fibroblast activity. Drives the structural renewal that reduces fine lines, improves firmness, and enhances elasticity with consistent daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eCollagen Peptide Complex\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eWorks alongside Growth Factor Tripeptide to reinforce collagen synthesis through multiple pathways. Visibly reduces the depth of fine lines and wrinkles while improving the skin's structural resilience and natural radiance over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eAntioxidant Complex\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eA curated blend that neutralises the free radicals generated by UV exposure, pollution, and environmental stress. Protects the collagen being built by the peptide complex from oxidative degradation, preserving the structural improvements made with each application.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eBio-Optimised and Anti-Inflammatory Agents\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eReduce senescent cells that accumulate with age and drive the chronic low-grade inflammation known as inflammageing. Address skin ageing at its biological root, improving overall skin health rather than only targeting visible surface symptoms.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"closing-block\"\u003e\n    \u003cp class=\"closing-label\"\u003eWith Daily Use\u003c\/p\u003e\n    \u003cp class=\"closing-quote\"\u003eFirmer. Smoother. Brighter. More resilient.\u003c\/p\u003e\n    \u003cp class=\"closing-sub\"\u003eAs fine lines and wrinkles fade with consistent application, skin becomes measurably smoother and healthier. Radiance increases as collagen production compounds and inflammation is reduced. A brighter, more resilient natural state emerges over time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eVisible Results\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"results-grid\"\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eFirmer\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eCollagen synthesis stimulated. Structure and elasticity rebuilt over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eSmoother\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eFine lines and wrinkles reduced. Skin texture visibly refined with daily use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eBrighter\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eRadiance increased. A healthier, more luminous natural skin state.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card\"\u003e\n      \u003cdiv class=\"result-card-bar\"\u003e\u003c\/div\u003e\n      \u003cp class=\"result-card-title\"\u003eResilient\u003c\/p\u003e\n      \u003cp class=\"result-card-copy\"\u003eDegradation inhibited. Inflammageing addressed at its biological source.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Auteur","offers":[{"title":"30ML (1.0 OZ)","offer_id":45945936871583,"sku":"1360","price":330.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/auteur-definitive-collagen-activator-smoothness.webp?v=1755341141"},{"product_id":"superlative-serum-phi","title":"Superlative Serum Phi","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAUTEUR Serum Phi – PDP\u003c\/title\u003e\n\u003cstyle\u003e\n  @font-face {\n    font-family: 'PF Regal Text';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627');\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.eot?v=1744130627#iefix') format('embedded-opentype'),\n         url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/font-pf-regal-text-regular.woff?v=1700435135') format('woff');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n  @font-face {\n    font-family: 'GT America';\n    src: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/GT-America-Regular_faf83f8e-e53b-48fe-8dfe-84d80da964ec.otf?v=1770665677') format('opentype');\n    font-weight: 400; font-style: normal; font-display: swap;\n  }\n\n  :root {\n    --auteur-charcoal: #1a1a18;\n    --auteur-earth: #3d3830;\n    --auteur-stone: #8a8278;\n    --auteur-sand: #c4b9a8;\n    --auteur-linen: #f5f0e8;\n    --auteur-cream: #faf8f4;\n    --auteur-white: #fefdfb;\n    --auteur-gold: #9c8b6e;\n    --graph-gold: #c49a6c;\n    --font-serif: 'PF Regal Text', Georgia, serif;\n    --font-sans: 'GT America', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .auteur-pdp *, .auteur-pdp *::before, .auteur-pdp *::after { box-sizing: border-box; }\n\n  .auteur-pdp {\n    font-family: var(--font-sans);\n    color: var(--auteur-charcoal);\n    max-width: 680px;\n    padding: 0;\n    margin: 0;\n  }\n\n  \/* ── Hook ── *\/\n  .auteur-pdp .hook-label {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--auteur-gold);\n    margin: 0 0 14px;\n  }\n\n  .hook-headline {\n    font-family: var(--font-serif);\n    font-size: clamp(34px, 5vw, 50px);\n    font-weight: 300;\n    line-height: 1.15;\n    color: var(--auteur-charcoal);\n    margin: 0 0 10px;\n  }\n\n  .hook-ratio {\n    font-size: 13px;\n    font-weight: 400;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--auteur-stone);\n    margin: 0 0 24px;\n  }\n\n  .hook-ratio span {\n    color: var(--auteur-gold);\n    letter-spacing: 1px;\n  }\n\n  .hook-sub {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: var(--auteur-earth);\n    margin: 0 0 36px;\n    max-width: 560px;\n    border-left: 2px solid var(--auteur-gold);\n    padding-left: 20px;\n  }\n\n  \/* ── Claim panel ── *\/\n  .claim-panel {\n    background: var(--auteur-charcoal);\n    padding: 36px;\n    margin: 0 0 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .claim-panel::after {\n    content: 'φ';\n    font-family: var(--font-serif);\n    font-size: 200px;\n    font-weight: 300;\n    color: rgba(196, 154, 108, 0.07);\n    position: absolute;\n    bottom: -40px;\n    right: 20px;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .claim-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--auteur-stone);\n    margin: 0 0 28px;\n    position: relative;\n  }\n\n  .claim-stat {\n    display: flex;\n    align-items: baseline;\n    gap: 16px;\n    margin: 0 0 20px;\n    position: relative;\n  }\n\n  .claim-stat:last-of-type {\n    margin: 0;\n  }\n\n  .claim-number {\n    font-family: var(--font-serif);\n    font-size: clamp(42px, 6vw, 58px);\n    font-weight: 300;\n    color: var(--graph-gold);\n    line-height: 1;\n    flex-shrink: 0;\n  }\n\n  .claim-text {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.5;\n    color: #ffffff;\n  }\n\n  \/* ── Section divider ── *\/\n  .section-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 0 0 28px;\n  }\n\n  .section-divider span {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--auteur-stone);\n    white-space: nowrap;\n  }\n\n  .section-divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--auteur-sand);\n  }\n\n  \/* ── Mechanism copy ── *\/\n  .mechanism-copy {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: var(--auteur-earth);\n    margin: 0 0 28px;\n  }\n\n  \/* ── Active ingredient table ── *\/\n  .actives-stack {\n    display: flex;\n    flex-direction: column;\n    margin: 0 0 32px;\n    border: 1px solid var(--auteur-sand);\n  }\n\n  .active-row {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    border-bottom: 1px solid var(--auteur-sand);\n  }\n\n  .active-row:last-child {\n    border-bottom: none;\n  }\n\n  .active-left {\n    padding: 20px 22px;\n    background: var(--auteur-linen);\n    border-right: 1px solid var(--auteur-sand);\n  }\n\n  .active-left-name {\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--auteur-earth);\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .active-right {\n    padding: 20px 22px;\n    background: var(--auteur-white);\n  }\n\n  .active-right-copy {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: var(--auteur-earth);\n    margin: 0;\n  }\n\n  \/* ── Use ritual ── *\/\n  .ritual-block {\n    background: var(--auteur-charcoal);\n    padding: 32px 36px;\n    margin: 0 0 32px;\n  }\n\n  .ritual-label {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--auteur-stone);\n    margin: 0 0 20px;\n  }\n\n  .ritual-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  .ritual-item {}\n\n  .ritual-time {\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--auteur-stone);\n    margin: 0 0 8px;\n  }\n\n  .ritual-copy {\n    font-size: 16px;\n    font-weight: 300;\n    line-height: 1.6;\n    color: #ffffff;\n    margin: 0;\n  }\n\n  \/* ── Who it's for ── *\/\n  .fit-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 0 0 32px;\n  }\n\n  .fit-card {\n    padding: 22px;\n    border: 1px solid var(--auteur-sand);\n    background: var(--auteur-white);\n  }\n\n  .fit-card-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--auteur-gold);\n    margin: 0 0 10px;\n  }\n\n  .fit-card-copy {\n    font-size: 15px;\n    font-weight: 300;\n    line-height: 1.7;\n    color: var(--auteur-earth);\n    margin: 0;\n  }\n\n  \/* ── Closing line ── *\/\n  .closing {\n    padding: 28px 32px;\n    border: 1px solid var(--auteur-sand);\n    background: var(--auteur-white);\n    border-left: 2px solid var(--auteur-gold);\n  }\n\n  .closing-copy {\n    font-family: var(--font-serif);\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 300;\n    line-height: 1.6;\n    color: var(--auteur-charcoal);\n    margin: 0;\n    font-style: italic;\n  }\n\n  \/* ── Mobile ── *\/\n  @media (max-width: 560px) {\n    .ritual-grid { grid-template-columns: 1fr; gap: 16px; }\n    .active-row { grid-template-columns: 1fr; }\n    .active-left { border-right: none; border-bottom: 1px solid var(--auteur-sand); }\n    .fit-grid { grid-template-columns: 1fr; }\n\n    .hook-label { font-size: 14px; }\n    .hook-headline { font-size: 36px; line-height: 1.2; }\n    .hook-sub { font-size: 18px; line-height: 2; }\n    .claim-number { font-size: 48px; }\n    .claim-text { font-size: 18px; }\n    .mechanism-copy { font-size: 18px; line-height: 2; }\n    .active-left-name { font-size: 14px; }\n    .active-right-copy { font-size: 17px; line-height: 1.8; }\n    .ritual-copy { font-size: 18px; }\n    .fit-card-copy { font-size: 17px; line-height: 1.75; }\n    .closing-copy { font-size: 20px; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- Hook --\u003e\n  \u003cp class=\"hook-label\"\u003eSerum Phi\u003c\/p\u003e\n  \u003ch1 class=\"hook-headline\"\u003eFine lines begin to fade\u003cbr\u003ewithin 15 minutes.\u003c\/h1\u003e\n  \u003cp class=\"hook-ratio\"\u003eSkin ratio \u003cspan\u003e1.618\u003c\/span\u003e\u003c\/p\u003e\n  \u003cp class=\"hook-sub\"\u003eMost serums slow the visible signs of ageing over weeks. Serum Phi works differently. Its Bio-Reprogramming Peptide delivers measurable change from the first application, while continuing to rebuild skin's structural foundation over time.\u003c\/p\u003e\n\n  \u003c!-- Claim panel --\u003e\n  \u003cdiv class=\"claim-panel\"\u003e\n    \u003cp class=\"claim-label\"\u003eClinical Performance\u003c\/p\u003e\n    \u003cdiv class=\"claim-stat\"\u003e\n      \u003cspan class=\"claim-number\"\u003e15'\u003c\/span\u003e\n      \u003cspan class=\"claim-text\"\u003eVisible reduction in fine lines and wrinkles from first application\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"claim-stat\"\u003e\n      \u003cspan class=\"claim-number\"\u003eI\u0026amp;III\u003c\/span\u003e\n      \u003cspan class=\"claim-text\"\u003eTypes of collagen actively stimulated to counteract age-related degradation\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- How it works --\u003e\n  \u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eThe Formulation\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cp class=\"mechanism-copy\"\u003eAt the centre of Serum Phi is a first-of-its-kind neurotransmitter-inhibiting peptide: Bio-Reprogramming Peptide. It works at the level of facial muscle tension, reducing the repetitive contractions that deepen lines over time. United with Re-Gen Polypeptide, it performs a biomimetic collagen-boosting action, stimulating the precise types of collagen that naturally decline with age.\u003c\/p\u003e\n\n  \u003c!-- Actives --\u003e\n  \u003cdiv class=\"actives-stack\"\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eBio-Reprogramming Peptide\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003eA neurotransmitter-inhibiting peptide that works at the muscular level to reduce the contractions responsible for fine lines and wrinkles. Delivers visible results within 15 minutes of first application.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"active-row\"\u003e\n      \u003cdiv class=\"active-left\"\u003e\n        \u003cp class=\"active-left-name\"\u003eRe-Gen Polypeptide\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"active-right\"\u003e\n        \u003cp class=\"active-right-copy\"\u003ePerforms a biomimetic collagen-boosting action, stimulating Type I and Type III collagen synthesis to restore the structural density that declines with age.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Use ritual --\u003e\n  \u003cdiv class=\"ritual-block\"\u003e\n    \u003cp class=\"ritual-label\"\u003eDay and Night Use\u003c\/p\u003e\n    \u003cdiv class=\"ritual-grid\"\u003e\n      \u003cdiv class=\"ritual-item\"\u003e\n        \u003cp class=\"ritual-time\"\u003eMorning\u003c\/p\u003e\n        \u003cp class=\"ritual-copy\"\u003eApply to cleansed skin before moisturiser. The rapid-acting peptide establishes tone and firmness through the day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ritual-item\"\u003e\n        \u003cp class=\"ritual-time\"\u003eEvening\u003c\/p\u003e\n        \u003cp class=\"ritual-copy\"\u003eApply after cleansing to allow collagen-stimulating actives to work through the skin's natural overnight repair cycle.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who it's for --\u003e\n  \u003cdiv class=\"section-divider\"\u003e\u003cspan\u003eDesigned For\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"fit-grid\"\u003e\n    \u003cdiv class=\"fit-card\"\u003e\n      \u003cp class=\"fit-card-label\"\u003eSkin concerns\u003c\/p\u003e\n      \u003cp class=\"fit-card-copy\"\u003eVisible fine lines and wrinkles. Loss of volume, firmness, or elasticity. Uneven texture or complexion.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fit-card\"\u003e\n      \u003cp class=\"fit-card-label\"\u003eSkin types\u003c\/p\u003e\n      \u003cp class=\"fit-card-copy\"\u003eAll skin types. Formulated for daily use, morning and evening, across all ages and skin conditions.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing --\u003e\n  \u003cdiv class=\"closing\"\u003e\n    \u003cp class=\"closing-copy\"\u003eDesigned to refine, smooth, and restore the complexion to its unique golden balance. The transformative treatment for skin showing its age.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"AUTEUR","offers":[{"title":"30ML (1.0OZ)","offer_id":52191025758573,"sku":"2330","price":415.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0467\/9827\/4719\/files\/auteur-superlative-serum-phi-regeneration-product_1b8ef629-e5ce-4cb4-a854-a58911b255df.webp?v=1755706370"}],"url":"https:\/\/www.auteur.com\/tr\/collections\/spring-barrier.oembed","provider":"AUTEUR","version":"1.0","type":"link"}