:root {
    --as-ink: #171717;
    --as-text: #3f4543;
    --as-blue: #ccdDE6;
    --as-sage: #ccd8c8;
    --as-blush: #e4cac8;
    --as-lavender: #d8d0e2;
    --as-apricot: #ebcfba;
    --as-border: #ddd8d0;
    --as-soft: #eeeae4;
    --as-ivory: #f7f5f0;
    --as-white: #fff;
    --as-serif: "Cormorant Garamond", Georgia, serif;
    --as-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --as-gutter: clamp(20px, 4vw, 72px);
    --as-max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.alamo-skin-site {
    margin: 0;
    color: var(--as-text);
    background: var(--as-ivory);
    font-family: var(--as-sans);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body.as-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.screen-reader-text, .as-skip-link:not(:focus) {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.as-skip-link:focus { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; background: #fff; color: #000; }

.as-announcement {
    display: grid;
    min-height: 34px;
    place-items: center;
    padding: 6px var(--as-gutter);
    background: var(--as-ink);
    color: var(--as-white);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
}
.as-announcement p { margin: 0; }
.as-announcement span { margin: 0 11px; opacity: .55; }
.as-scroll-marker { position: absolute; top: 35px; width: 1px; height: 1px; }
.as-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(23,23,23,.1);
    background: rgba(247,245,240,.94);
    backdrop-filter: blur(16px);
    transition: box-shadow .25s ease, background .25s ease;
}
.as-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 35px rgba(23,23,23,.06); }
.as-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 82px;
    width: min(100%, var(--as-max));
    margin: 0 auto;
    padding: 0 var(--as-gutter);
}
.as-logo { grid-column: 2; width: 90px; }
.as-logo img { width: 100%; height: auto; }
.as-primary-nav { grid-column: 1; grid-row: 1; }
.as-menu, .as-primary-nav ul { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); margin: 0; padding: 0; list-style: none; }
.as-menu a, .as-primary-nav a { position: relative; color: var(--as-ink); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.as-menu a::after, .as-primary-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.as-menu a:hover::after, .as-primary-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.as-header-actions { display: flex; grid-column: 3; grid-row: 1; justify-self: end; gap: 19px; align-items: center; }
.as-header-actions a { position: relative; display: grid; width: 23px; height: 23px; place-items: center; color: var(--as-ink); }
.as-header-actions svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.as-cart-count { position: absolute; top: -7px; right: -9px; display: grid; min-width: 16px; height: 16px; place-items: center; border-radius: 50%; background: var(--as-ink); color: #fff; font-size: 9px; font-weight: 600; }
.as-menu-toggle { display: none; width: 28px; padding: 0; border: 0; background: transparent; }
.as-menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: var(--as-ink); transition: transform .2s ease; }

.as-main { overflow: clip; }
.as-hero {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
    min-height: min(780px, calc(100vh - 116px));
    width: min(100%, var(--as-max));
    margin: 0 auto;
}
.as-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 136px) var(--as-gutter); padding-right: clamp(30px, 5vw, 85px); }
.as-eyebrow { margin: 0 0 24px; color: var(--as-ink); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.as-hero h1, .as-section h2, .as-closing h2, .as-footer-newsletter h2 {
    margin: 0;
    color: var(--as-ink);
    font-family: var(--as-serif);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: .96;
}
.as-hero h1 { max-width: 680px; font-size: clamp(58px, 6.5vw, 104px); }
.as-hero-lede { max-width: 530px; margin: 34px 0 0; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.75; }
.as-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.as-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 25px; border: 1px solid var(--as-ink); font-size: 11px; font-weight: 600; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.as-button:hover { transform: translateY(-2px); }
.as-button-dark { background: var(--as-ink); color: var(--as-white); }
.as-button-dark:hover { background: transparent; color: var(--as-ink); }
.as-button-outline { background: transparent; color: var(--as-ink); }
.as-button-outline:hover { background: var(--as-ink); color: var(--as-white); }
.as-button-light { border-color: #fff; background: #fff; color: var(--as-ink); }
.as-button-light:hover { background: transparent; color: #fff; }
.as-text-link { display: inline-block; border-bottom: 1px solid currentColor; color: var(--as-ink); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: opacity .2s ease; }
.as-text-link:hover { opacity: .55; }
.as-text-link-light { color: #fff; }

.as-hero-art { position: relative; display: grid; overflow: hidden; min-height: 640px; place-items: end center; background: var(--as-blue); }
.as-hero-art::before { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.45), transparent 48%), radial-gradient(circle at 62% 33%, rgba(255,255,255,.42), transparent 25%); content: ""; }
.as-orbit { position: absolute; border: 1px solid rgba(23,23,23,.13); border-radius: 50%; }
.as-orbit-one { top: 8%; right: -11%; width: 60%; aspect-ratio: 1; }
.as-orbit-two { bottom: 14%; left: -22%; width: 56%; aspect-ratio: 1; }
.as-product-stage { position: relative; z-index: 2; display: flex; height: 79%; align-items: flex-end; justify-content: center; gap: clamp(12px, 2vw, 34px); padding-bottom: 14%; filter: drop-shadow(0 35px 25px rgba(23,23,23,.14)); }
.as-product-stage::after { position: absolute; z-index: -1; bottom: 12.2%; left: 50%; width: 120%; height: 18px; border-radius: 50%; background: rgba(23,23,23,.18); content: ""; filter: blur(10px); transform: translateX(-50%); }
.as-bottle { position: relative; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(23,23,23,.18); background: #fdfcf9; box-shadow: inset -16px 0 20px rgba(23,23,23,.04), inset 8px 0 12px rgba(255,255,255,.7); }
.as-bottle .as-label { display: block; width: 76%; padding: 18px 7px; border-top: 1px solid rgba(23,23,23,.16); border-bottom: 1px solid rgba(23,23,23,.16); color: #111; font-family: var(--as-sans); font-size: 16px; letter-spacing: -.04em; line-height: .78; text-align: left; }
.as-bottle .as-label b { font-weight: 600; }
.as-bottle .as-label small { display: block; margin-top: 19px; font-size: 7px; font-weight: 600; letter-spacing: .14em; line-height: 1.45; }
.as-bottle-pump { width: clamp(112px, 13vw, 162px); height: clamp(300px, 34vw, 410px); border-radius: 14px 14px 9px 9px; transform: translateY(-5px); }
.as-pump { position: absolute; top: -60px; left: 50%; width: 50px; height: 60px; border-radius: 5px 5px 0 0; background: var(--as-ink); transform: translateX(-50%); }
.as-pump::before { position: absolute; top: -13px; left: 20px; width: 67px; height: 18px; border-radius: 4px 3px 0 0; background: var(--as-ink); content: ""; }
.as-bottle-dropper { width: clamp(105px, 12vw, 148px); height: clamp(250px, 29vw, 350px); border-radius: 11px 11px 10px 10px; background: linear-gradient(90deg, rgba(255,255,255,.86), rgba(217,225,226,.72), rgba(255,255,255,.88)); }
.as-dropper-neck { position: absolute; top: -20px; left: 50%; width: 58%; height: 23px; border: 1px solid rgba(23,23,23,.2); background: #f6f4ef; transform: translateX(-50%); }
.as-dropper-cap { position: absolute; top: -112px; left: 50%; width: 75%; height: 95px; border-radius: 38px 38px 5px 5px; background: var(--as-ink); transform: translateX(-50%); }
.as-dropper-cap::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 13px; border-radius: 2px; background: var(--as-ink); content: ""; }
.as-bottle-jar { width: clamp(128px, 15vw, 190px); height: clamp(118px, 13vw, 158px); border-radius: 15px 15px 22px 22px; transform: translateY(1px); }
.as-jar-cap { position: absolute; top: -51px; left: -2px; width: calc(100% + 4px); height: 54px; border-radius: 11px 11px 3px 3px; background: var(--as-ink); }
.as-bottle-jar .as-label { width: 80%; padding: 13px 8px; font-size: 12px; line-height: 1; text-align: center; }
.as-bottle-jar .as-label small { margin-top: 10px; font-size: 6px; }
.as-art-note { position: absolute; z-index: 3; right: 26px; bottom: 17px; margin: 0; color: rgba(23,23,23,.65); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

.as-value-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(100%, var(--as-max)); margin: 0 auto; border-bottom: 1px solid var(--as-border); }
.as-value-strip > div { display: grid; grid-template-columns: auto 1fr; gap: 20px; min-height: 135px; align-items: center; padding: 28px var(--as-gutter); border-right: 1px solid var(--as-border); }
.as-value-strip > div:last-child { border-right: 0; }
.as-value-strip span { align-self: start; padding-top: 4px; color: var(--as-ink); font-family: var(--as-serif); font-size: 16px; }
.as-value-strip p { margin: 0; font-size: 12px; line-height: 1.55; }
.as-value-strip strong { display: block; margin-bottom: 5px; color: var(--as-ink); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.as-section { width: min(100%, var(--as-max)); margin: 0 auto; padding: clamp(90px, 10vw, 160px) var(--as-gutter); }
.as-section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 80px; align-items: end; margin-bottom: 70px; }
.as-section h2 { font-size: clamp(50px, 5.5vw, 82px); }
.as-section-heading > p { margin: 0 0 8px; font-size: 15px; line-height: 1.8; }
.as-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.as-product-card { min-width: 0; }
.as-product-image { position: relative; display: grid; overflow: hidden; aspect-ratio: .79; place-items: center; background: var(--as-soft); }
.as-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.as-product-card:hover .as-product-image img { transform: scale(1.025); }
.as-tone-1 .as-product-image { background: var(--as-lavender); }
.as-tone-2 .as-product-image { background: var(--as-blush); }
.as-tone-3 .as-product-image { background: var(--as-apricot); }
.as-tone-4 .as-product-image { background: var(--as-sage); }
.as-preview-bottle::before { width: 37%; height: 58%; border: 1px solid rgba(23,23,23,.17); border-radius: 8px 8px 10px 10px; background: rgba(255,255,255,.8); box-shadow: inset -12px 0 18px rgba(23,23,23,.04), 0 25px 30px rgba(23,23,23,.1); content: ""; }
.as-preview-bottle::after { position: absolute; top: 13%; width: 28%; height: 23%; border-radius: 30px 30px 4px 4px; background: var(--as-ink); content: ""; }
.as-preview-bottle > span { position: absolute; z-index: 2; bottom: 13%; left: 13%; color: rgba(23,23,23,.5); font-family: var(--as-serif); font-size: 38px; }
.as-product-meta { display: grid; grid-template-columns: 1fr auto; gap: 6px 15px; padding: 20px 3px 0; }
.as-product-meta p { grid-column: 1 / -1; margin: 0; color: #747975; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.as-product-meta h3 { margin: 0; color: var(--as-ink); font-family: var(--as-serif); font-size: clamp(20px, 1.8vw, 28px); font-weight: 500; letter-spacing: -.02em; line-height: 1.05; }
.as-product-meta span { color: var(--as-ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.as-centered-action { display: flex; justify-content: center; margin-top: 60px; }

.as-philosophy { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; padding: 0; background: #e7e0d6; }
.as-philosophy-art { position: relative; display: grid; overflow: hidden; min-height: 650px; place-items: center; background: radial-gradient(circle at 65% 36%, rgba(255,255,255,.7), transparent 32%), linear-gradient(145deg, #d5dfdc, #bfcfc9); }
.as-philosophy-art::before, .as-philosophy-art::after { position: absolute; width: 45%; aspect-ratio: 1; border: 1px solid rgba(23,23,23,.16); border-radius: 50%; content: ""; }
.as-philosophy-art::before { top: -7%; left: -10%; }
.as-philosophy-art::after { right: -12%; bottom: -12%; width: 60%; }
.as-formula-card { position: relative; z-index: 2; width: min(55%, 390px); aspect-ratio: .72; padding: 32px; border: 1px solid rgba(23,23,23,.18); background: rgba(247,245,240,.78); box-shadow: 0 38px 70px rgba(23,23,23,.16); transform: rotate(-4deg); backdrop-filter: blur(5px); }
.as-formula-index { color: var(--as-ink); font-size: 9px; font-weight: 600; letter-spacing: .18em; }
.as-formula-lines { display: grid; gap: 17px; margin-top: 35%; }
.as-formula-lines i { display: block; height: 1px; background: rgba(23,23,23,.24); }
.as-formula-lines i:nth-child(2) { width: 73%; }
.as-formula-lines i:nth-child(3) { width: 88%; }
.as-formula-lines i:nth-child(4) { width: 58%; }
.as-formula-lines i:nth-child(5) { width: 80%; }
.as-formula-card p { position: absolute; right: 32px; bottom: 25px; left: 32px; margin: 0; color: var(--as-ink); font-family: var(--as-serif); font-size: clamp(22px, 2.2vw, 34px); line-height: 1; }
.as-philosophy-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.as-philosophy-copy h2 { max-width: 620px; font-size: clamp(52px, 5.5vw, 82px); }
.as-philosophy-copy > p:not(.as-eyebrow) { max-width: 560px; margin: 36px 0 32px; font-size: 15px; line-height: 1.9; }
.as-philosophy-copy .as-text-link { align-self: flex-start; }

.as-routine { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 160px); }
.as-routine-copy { position: sticky; top: 150px; align-self: start; }
.as-routine-copy h2 { font-size: clamp(52px, 5.4vw, 80px); }
.as-routine-steps { margin: 0; padding: 0; list-style: none; }
.as-routine-steps li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 38px 0; border-top: 1px solid var(--as-border); }
.as-routine-steps li:last-child { border-bottom: 1px solid var(--as-border); }
.as-routine-steps span { color: #8b8d89; font-size: 10px; font-weight: 600; letter-spacing: .14em; }
.as-routine-steps h3 { margin: -7px 0 8px; color: var(--as-ink); font-family: var(--as-serif); font-size: 38px; font-weight: 500; line-height: 1; }
.as-routine-steps p { max-width: 500px; margin: 0; font-size: 14px; }

.as-closing { display: flex; min-height: 570px; flex-direction: column; align-items: center; justify-content: center; padding: 90px var(--as-gutter); background: var(--as-ink); color: #fff; text-align: center; }
.as-closing .as-eyebrow { color: #fff; }
.as-closing h2 { color: #fff; font-size: clamp(54px, 6vw, 90px); }
.as-closing .as-button { margin-top: 42px; }

.as-footer { background: #111; color: rgba(255,255,255,.68); }
.as-footer-top { display: grid; grid-template-columns: 1.2fr .6fr .7fr 1.15fr; gap: clamp(30px, 5vw, 90px); width: min(100%, var(--as-max)); margin: 0 auto; padding: 90px var(--as-gutter); }
.as-footer-brand img { width: 115px; filter: invert(1); }
.as-footer-brand p { max-width: 330px; margin: 28px 0 0; font-size: 13px; line-height: 1.8; }
.as-footer h2 { margin: 0 0 24px; color: #fff; font-family: var(--as-sans); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.as-footer ul { margin: 0; padding: 0; list-style: none; }
.as-footer li { margin: 9px 0; }
.as-footer li a { font-size: 12px; transition: color .2s ease; }
.as-footer li a:hover { color: #fff; }
.as-footer-newsletter .as-eyebrow { margin-bottom: 18px; color: rgba(255,255,255,.5); }
.as-footer-newsletter h2 { max-width: 430px; margin: 0; font-family: var(--as-serif); font-size: clamp(34px, 3.2vw, 50px); font-weight: 500; letter-spacing: -.03em; line-height: 1; text-transform: none; }
.as-footer-newsletter > p:not(.as-eyebrow) { max-width: 430px; margin: 23px 0; font-size: 12px; }
.as-footer-bottom { display: flex; justify-content: space-between; width: min(100%, var(--as-max)); margin: 0 auto; padding: 23px var(--as-gutter); border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.as-footer-bottom p { margin: 0; }

/* Interior pages and WooCommerce */
body:not(.home) .site-main, body:not(.home) [data-content="normal"] { width: min(100%, 1280px); margin: 0 auto; padding-right: var(--as-gutter); padding-left: var(--as-gutter); }
.woocommerce .woocommerce-breadcrumb { margin: 28px 0 45px; color: #7b7e7b; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-products-header__title, .woocommerce div.product .product_title, .entry-title { color: var(--as-ink); font-family: var(--as-serif); font-weight: 500; letter-spacing: -.03em; }
.woocommerce-products-header__title { font-size: clamp(52px, 6vw, 84px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--as-ink); font-family: var(--as-serif); font-size: clamp(22px, 2vw, 30px); font-weight: 500; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: var(--as-ink); font-family: var(--as-sans); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.woocommerce ul.products li.product a img { background: var(--as-soft); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .single_add_to_cart_button {
    min-height: 50px !important;
    padding: 14px 24px !important;
    border: 1px solid var(--as-ink) !important;
    border-radius: 0 !important;
    background: var(--as-ink) !important;
    color: #fff !important;
    font-family: var(--as-sans) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: transparent !important; color: var(--as-ink) !important; }
.woocommerce div.product div.images img { background: var(--as-soft); }
.woocommerce div.product .product_title { font-size: clamp(44px, 5vw, 70px); line-height: 1; }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: 14px; line-height: 1.8; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--as-ink); background: #fff; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--as-ink); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
    min-height: 48px;
    border: 1px solid var(--as-border);
    border-radius: 0;
    background: #fff;
}

@media (max-width: 1100px) {
    .as-hero { grid-template-columns: .85fr 1.15fr; }
    .as-product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 55px; }
    .as-footer-top { grid-template-columns: 1.2fr .8fr .8fr; }
    .as-footer-newsletter { grid-column: 1 / -1; max-width: 620px; margin-top: 30px; }
}

@media (max-width: 979px) {
    .as-announcement { min-height: 31px; font-size: 8px; letter-spacing: .12em; }
    .as-announcement span { margin: 0 6px; }
    .as-header-inner { min-height: 70px; }
    .as-menu-toggle { display: block; grid-column: 1; grid-row: 1; }
    .as-logo { width: 82px; }
    .as-primary-nav { position: fixed; z-index: 999; top: 101px; right: 0; bottom: 0; left: 0; display: block; padding: 50px var(--as-gutter); background: var(--as-ivory); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
    .as-primary-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
    .as-primary-nav .as-menu, .as-primary-nav ul { align-items: flex-start; flex-direction: column; gap: 24px; }
    .as-primary-nav a { font-family: var(--as-serif); font-size: 38px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
    .as-hero { grid-template-columns: 1fr; }
    .as-hero-copy { min-height: 600px; padding-top: 90px; padding-bottom: 90px; }
    .as-hero-art { min-height: 650px; }
    .as-value-strip { grid-template-columns: 1fr; }
    .as-value-strip > div { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--as-border); }
    .as-value-strip > div:last-child { border-bottom: 0; }
    .as-section-heading { grid-template-columns: 1fr; gap: 30px; }
    .as-philosophy { grid-template-columns: 1fr; }
    .as-philosophy-copy { min-height: 600px; }
    .as-routine { grid-template-columns: 1fr; }
    .as-routine-copy { position: static; }
}

@media (max-width: 680px) {
    :root { --as-gutter: 20px; }
    .as-announcement p { white-space: nowrap; }
    .as-announcement span:nth-of-type(2), .as-announcement span:nth-of-type(2) + * { display: none; }
    .as-header-actions { gap: 13px; }
    .as-header-actions > a:first-child { display: none; }
    .as-hero-copy { min-height: 515px; padding: 70px var(--as-gutter); }
    .as-hero h1 { font-size: clamp(52px, 16vw, 72px); }
    .as-hero-lede { margin-top: 25px; font-size: 14px; }
    .as-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 32px; }
    .as-hero-art { min-height: 520px; }
    .as-product-stage { gap: 10px; height: 72%; padding-bottom: 12%; transform: scale(.86); }
    .as-bottle-pump { width: 120px; height: 310px; }
    .as-bottle-dropper { width: 105px; height: 250px; }
    .as-bottle-jar { width: 138px; height: 115px; }
    .as-art-note { right: 15px; bottom: 12px; }
    .as-section { padding-top: 86px; padding-bottom: 86px; }
    .as-section h2 { font-size: 49px; }
    .as-section-heading { margin-bottom: 45px; }
    .as-product-grid { gap: 45px 10px; }
    .as-product-meta { display: block; padding-top: 14px; }
    .as-product-meta h3 { margin: 4px 0 6px; font-size: 21px; }
    .as-product-meta span { font-size: 9px; }
    .as-preview-bottle > span { font-size: 25px; }
    .as-philosophy-art { min-height: 520px; }
    .as-formula-card { width: 62%; }
    .as-philosophy-copy { min-height: auto; padding: 80px 24px; }
    .as-philosophy-copy h2 { font-size: 49px; }
    .as-routine { gap: 35px; }
    .as-routine-copy h2 { font-size: 49px; }
    .as-routine-steps li { grid-template-columns: 42px 1fr; gap: 14px; }
    .as-closing { min-height: 500px; }
    .as-closing h2 { font-size: 52px; }
    .as-footer-top { grid-template-columns: 1fr 1fr; padding-top: 70px; padding-bottom: 65px; }
    .as-footer-brand, .as-footer-newsletter { grid-column: 1 / -1; }
    .as-footer-brand { margin-bottom: 20px; }
    .as-footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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