:root {
    --ag-prussian: #003153;
    --ag-prussian-deep: #001f35;
    --ag-cobalt: #2879b5;
    --ag-sky: #dbeaf4;
    --ag-ivory: #f7f2e8;
    --ag-ivory-deep: #eee4d2;
    --ag-apricot: #e69a62;
    --ag-apricot-light: #f4cfb1;
    --ag-ink: #18232b;
    --ag-muted: #5f6a70;
    --ag-line: rgba(24, 35, 43, 0.14);
    --ag-white: #fff;
    --ag-shell: min(1240px, calc(100vw - 48px));
    --ag-radius-sm: 12px;
    --ag-radius-md: 22px;
    --ag-radius-lg: 34px;
    --ag-shadow-sm: 0 12px 34px rgba(0, 31, 53, 0.08);
    --ag-shadow-lg: 0 28px 72px rgba(0, 31, 53, 0.16);
    --ag-font-sans: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
    --ag-font-serif: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    color: var(--ag-ink);
    background: #fffdf9;
    font-family: var(--ag-font-sans);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--ag-apricot);
    outline-offset: 4px;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2 {
    color: var(--ag-prussian-deep);
    font-family: var(--ag-font-serif);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.06;
}

h1 {
    font-size: clamp(2.8rem, 6vw, 6.1rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
    line-height: 1.2;
}

.screen-reader-text,
.ag-skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.ag-skip-link:focus {
    clip: auto !important;
    clip-path: none;
    width: auto;
    height: auto;
    left: 20px;
    top: 16px;
    padding: 12px 18px;
    z-index: 10000;
    color: var(--ag-white);
    background: var(--ag-prussian);
}

.ag-shell {
    width: var(--ag-shell);
    margin-inline: auto;
}

.ag-narrow {
    max-width: 920px;
}

.ag-section {
    padding-block: clamp(52px, 6vw, 88px);
}

.ag-section + .ag-section {
    padding-top: 0;
}

.ag-eyebrow {
    margin-bottom: 14px;
    color: var(--ag-cobalt);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ag-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
    cursor: pointer;
}

.ag-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    transform: translateY(-2px);
}

.ag-button-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: var(--ag-white) !important;
    background: var(--ag-prussian) !important;
    box-shadow: 0 12px 24px rgba(0, 49, 83, 0.2);
}

.ag-button-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: var(--ag-prussian-deep) !important;
    box-shadow: 0 16px 34px rgba(0, 49, 83, 0.26);
}

.ag-button-secondary {
    color: var(--ag-prussian);
    border-color: rgba(0, 49, 83, 0.28);
    background: transparent;
}

.ag-button-secondary:hover {
    border-color: var(--ag-prussian);
    background: rgba(0, 49, 83, 0.05);
}

.ag-button-ghost {
    color: var(--ag-white);
    border-color: rgba(255, 255, 255, 0.54);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.ag-button-amazon {
    width: 100%;
    margin-top: 14px;
    color: var(--ag-prussian);
    border-color: rgba(0, 49, 83, 0.28);
    background: var(--ag-white);
}

.ag-button-amazon:hover {
    border-color: var(--ag-prussian);
    background: var(--ag-sky);
}

.ag-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ag-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ag-prussian);
    font-weight: 760;
    text-decoration: none;
}

.ag-text-link span {
    transition: transform 180ms ease;
}

.ag-text-link:hover span {
    transform: translateX(4px);
}

.ag-announcement {
    position: relative;
    z-index: 101;
    color: rgba(255, 255, 255, 0.88);
    background: var(--ag-prussian-deep);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ag-announcement .ag-shell {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 5vw, 70px);
}

.ag-announcement span {
    position: relative;
}

.ag-announcement span + span::before {
    position: absolute;
    width: 3px;
    height: 3px;
    left: calc(clamp(10px, 2.5vw, 35px) * -1);
    top: 50%;
    border-radius: 50%;
    background: var(--ag-apricot);
    content: "";
}

.ag-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(0, 49, 83, 0.1);
    background: rgba(255, 253, 249, 0.94);
    backdrop-filter: blur(18px);
}

.ag-header-row {
    display: grid;
    min-height: 84px;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 24px;
}

.ag-logo {
    display: inline-flex;
    width: 182px;
    align-items: center;
}

.ag-logo img {
    width: 100%;
    height: auto;
}

.ag-primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.3vw, 34px);
}

.ag-primary-nav a {
    position: relative;
    padding-block: 29px;
    color: var(--ag-ink);
    font-size: 0.93rem;
    font-weight: 720;
    text-decoration: none;
}

.ag-primary-nav a::after {
    position: absolute;
    right: 0;
    bottom: 21px;
    left: 0;
    height: 2px;
    background: var(--ag-apricot);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 200ms ease;
}

.ag-primary-nav a:hover::after,
.ag-primary-nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.ag-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.ag-icon-link,
.ag-market-toggle,
.ag-menu-toggle {
    position: relative;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: var(--ag-prussian);
    background: transparent;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.ag-icon-link:hover,
.ag-market-toggle:hover {
    background: var(--ag-sky);
}

.ag-cart-count {
    position: absolute;
    min-width: 19px;
    height: 19px;
    right: -2px;
    top: 2px;
    padding-inline: 5px;
    border: 2px solid #fffdf9;
    border-radius: 999px;
    color: var(--ag-white);
    background: var(--ag-apricot);
    font-size: 0.66rem;
    line-height: 15px;
    text-align: center;
}

.ag-market-selector {
    position: relative;
}

.ag-market-toggle {
    width: auto;
    gap: 5px;
    padding-inline: 10px;
    border-radius: 999px;
    font-size: 0.75rem;
}

.ag-market-menu {
    position: absolute;
    width: 260px;
    right: 0;
    top: calc(100% + 10px);
    display: grid;
    padding: 12px;
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-sm);
    background: var(--ag-white);
    box-shadow: var(--ag-shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 150ms ease, transform 150ms ease;
}

.ag-market-selector.is-open .ag-market-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ag-market-menu a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 9px;
    text-decoration: none;
}

.ag-market-menu a:hover,
.ag-market-menu a[aria-current="true"] {
    background: var(--ag-ivory);
}

.ag-market-menu small {
    color: var(--ag-muted);
}

.ag-menu-toggle {
    display: none;
}

.ag-home-hero {
    position: relative;
    min-height: min(78vh, 780px);
    overflow: hidden;
    color: var(--ag-white);
    background: var(--ag-prussian);
}

.ag-home-hero-track,
.ag-home-hero-slide {
    min-height: min(78vh, 780px);
}

.ag-home-hero-slide {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 700ms ease, visibility 700ms ease;
}

.ag-home-hero-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ag-home-hero-media,
.ag-home-hero-media img,
.ag-home-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ag-home-hero-media img {
    object-fit: cover;
    object-position: center;
    transform: scale(1.005);
}

.ag-home-hero-shade {
    background:
        linear-gradient(90deg, rgba(0, 31, 53, 0.32) 0%, rgba(0, 31, 53, 0.12) 46%, transparent 68%),
        radial-gradient(circle at 86% 82%, rgba(230, 154, 98, 0.2), transparent 34%);
}

.ag-home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: min(78vh, 780px);
    max-width: 1200px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 100px;
}

.ag-home-hero-content .ag-eyebrow {
    color: var(--ag-apricot-light);
}

.ag-home-hero-content h1,
.ag-home-hero-content h2 {
    max-width: 720px;
    margin-bottom: 22px;
    color: var(--ag-white);
    font-size: clamp(3.15rem, 6.2vw, 6.35rem);
}

.ag-home-hero-content > p:not(.ag-eyebrow) {
    max-width: 620px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.ag-home-hero-slide-electric .ag-home-hero-content h2 {
    max-width: 545px;
    font-size: clamp(3.15rem, 5.15vw, 5.35rem);
}

.ag-home-hero-slide-electric .ag-home-hero-content > p:not(.ag-eyebrow) {
    max-width: 535px;
}

.ag-home-hero-controls {
    position: absolute;
    z-index: 4;
    bottom: 30px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(0, 31, 53, 0.42);
    box-shadow: 0 12px 28px rgba(0, 31, 53, 0.18);
    backdrop-filter: blur(12px);
    transform: translateX(-50%);
}

.ag-home-hero-arrow,
.ag-home-hero-dots button {
    appearance: none;
    border: 0;
    color: var(--ag-white);
    background: transparent;
    cursor: pointer;
}

.ag-home-hero-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
}

.ag-home-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.14);
}

.ag-home-hero-arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.ag-home-hero-dots {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ag-home-hero-dots button {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
}

.ag-home-hero-dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 999px;
    background: transparent;
    content: "";
    transform: translate(-50%, -50%);
    transition: width 180ms ease, background 180ms ease;
}

.ag-home-hero-dots button.is-active::before {
    width: 24px;
    background: var(--ag-apricot-light);
}

.ag-assurance-strip {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    color: var(--ag-white);
    background: var(--ag-prussian);
}

.ag-assurance-strip .ag-shell {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ag-assurance-strip article {
    display: flex;
    min-height: 116px;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ag-assurance-strip article:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.ag-assurance-strip article > span {
    color: var(--ag-apricot);
    font-family: var(--ag-font-serif);
    font-size: 1.7rem;
}

.ag-assurance-strip strong,
.ag-assurance-strip small {
    display: block;
}

.ag-assurance-strip strong {
    font-size: 0.91rem;
}

.ag-assurance-strip small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.74rem;
}

.ag-story-pair {
    scroll-margin-top: 96px;
    background: var(--ag-ivory);
}

.ag-story-pair .ag-shell {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}

.ag-story-card {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: var(--ag-radius-lg);
    color: var(--ag-white);
    box-shadow: var(--ag-shadow-sm);
}

.ag-story-card picture {
    display: block;
    width: 100%;
    height: 100%;
}

.ag-story-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.ag-story-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 31, 53, 0.9), rgba(0, 31, 53, 0.05) 70%);
    content: "";
}

.ag-story-card:hover img {
    transform: scale(1.035);
}

.ag-story-card > div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: clamp(28px, 5vw, 56px);
}

.ag-story-card h2 {
    max-width: 600px;
    margin-bottom: 14px;
    color: var(--ag-white);
    font-size: clamp(2rem, 4vw, 4.1rem);
}

.ag-story-card p:not(.ag-eyebrow) {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
}

.ag-story-card .ag-text-link {
    color: var(--ag-white);
}

.ag-story-card:not(.ag-story-card-large) h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.ag-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: clamp(28px, 3.2vw, 44px);
}

.ag-section-heading h2 {
    max-width: 820px;
    margin-bottom: 0;
}

.ag-section-heading > p {
    max-width: 460px;
    margin-bottom: 8px;
    color: var(--ag-muted);
}

.ag-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ag-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
    box-shadow: 0 10px 30px rgba(0, 31, 53, 0.04);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.ag-product-card:hover {
    box-shadow: var(--ag-shadow-sm);
    transform: translateY(-5px);
}

.ag-product-card-media {
    position: relative;
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: linear-gradient(145deg, #fbfaf6, #eee8dc);
}

.ag-product-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: filter 300ms ease;
}

.ag-product-card--framed-media .ag-product-card-media {
    padding: clamp(16px, 1.8vw, 28px);
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.72), transparent 32%),
        linear-gradient(145deg, #e5d4be 0%, #d9e4e2 58%, #f2eadf 100%);
}

.ag-product-card--framed-media .ag-product-card-media img {
    border: 1px solid rgba(0, 65, 95, 0.08);
    border-radius: 18px;
    background: var(--ag-white);
    box-shadow: 0 12px 28px rgba(0, 31, 53, 0.13);
}

.ag-shop-product-list .ag-product-card-media {
    padding: clamp(16px, 1.8vw, 28px);
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.72), transparent 32%),
        linear-gradient(145deg, #e5d4be 0%, #d9e4e2 58%, #f2eadf 100%);
}

.ag-shop-product-list .ag-product-card-media img {
    border: 1px solid rgba(0, 65, 95, 0.08);
    border-radius: 18px;
    background: var(--ag-white);
    box-shadow: 0 12px 28px rgba(0, 31, 53, 0.13);
}

.ag-product-card:hover .ag-product-card-media img {
    filter: saturate(1.025) contrast(1.01);
}

.ag-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--ag-white);
    background: var(--ag-prussian);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ag-product-card-body {
    padding: 22px;
}

.ag-product-family {
    margin-bottom: 8px;
    color: var(--ag-cobalt);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ag-product-card h3 {
    margin-bottom: 10px;
    color: var(--ag-prussian-deep);
    font-family: var(--ag-font-serif);
    font-size: 1.4rem;
    font-weight: 600;
}

.ag-product-card h3 a {
    text-decoration: none;
}

.ag-product-card-body > p:not(.ag-product-family) {
    min-height: 76px;
    margin-bottom: 20px;
    color: var(--ag-muted);
    font-size: 0.91rem;
}

.ag-product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ag-price {
    color: var(--ag-prussian);
    font-weight: 850;
}

.ag-product-card-footer .ag-text-link {
    font-size: 0.8rem;
}

.ag-section-action {
    margin: 44px 0 0;
    text-align: center;
}

.ag-feature-band {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 780px;
    align-items: center;
    overflow: hidden;
    color: var(--ag-white);
    background: var(--ag-prussian-deep);
}

.ag-feature-band::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 31, 53, 0.98) 0%, rgba(0, 31, 53, 0.92) 32%, rgba(0, 31, 53, 0.66) 58%, rgba(0, 31, 53, 0.18) 100%),
        linear-gradient(180deg, rgba(0, 31, 53, 0.1), rgba(0, 31, 53, 0.36));
}

.ag-feature-band-background {
    position: absolute;
    z-index: -2;
    inset: 0;
    display: block;
}

.ag-feature-band-background,
.ag-feature-band-background img {
    width: 100%;
    height: 100%;
}

.ag-feature-band-background img {
    object-fit: cover;
    object-position: center;
}

.ag-feature-band .ag-shell {
    position: relative;
    z-index: 1;
}

.ag-feature-band-copy {
    width: min(620px, 58vw);
    padding: clamp(28px, 4vw, 52px) 0;
}

.ag-feature-band-copy .ag-eyebrow {
    color: var(--ag-apricot-light);
}

.ag-feature-band-copy h2 {
    color: var(--ag-white);
}

.ag-feature-band-copy > p:not(.ag-eyebrow) {
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.82);
}

.ag-feature-band--bright {
    min-height: 0;
    padding-block: clamp(58px, 7vw, 96px);
    color: var(--ag-prussian-deep);
    background: linear-gradient(180deg, #fffdf8, #f7f0e5);
}

.ag-feature-band--bright::after {
    display: none;
}

.ag-feature-band--bright .ag-feature-band-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 0;
}

.ag-feature-band--bright .ag-feature-band-copy {
    display: flex;
    width: auto;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 74px);
    border-radius: 34px 0 0 34px;
    background:
        radial-gradient(circle at 18% 12%, rgba(104, 211, 255, 0.34), transparent 36%),
        linear-gradient(145deg, #1187cf 0%, #0674bc 52%, #005f9f 100%);
}

.ag-feature-band--bright .ag-feature-band-copy .ag-eyebrow {
    color: #fff2cf;
}

.ag-feature-band--bright .ag-feature-band-copy h2 {
    color: var(--ag-white);
    font-size: clamp(2.6rem, 4.3vw, 4.8rem);
}

.ag-feature-band--bright .ag-feature-band-copy > p:not(.ag-eyebrow) {
    color: rgba(255, 255, 255, 0.9);
}

.ag-feature-band--bright .ag-button-row {
    margin-top: 30px;
}

.ag-button-light,
.ag-button-ghost-light {
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: var(--ag-prussian-deep);
    background: var(--ag-white);
}

.ag-button-ghost-light {
    color: var(--ag-white);
    background: transparent;
}

.ag-button-light:hover,
.ag-button-ghost-light:hover {
    border-color: var(--ag-apricot-light);
    color: var(--ag-prussian-deep);
    background: var(--ag-apricot-light);
}

.ag-feature-band-media {
    display: grid;
    min-width: 0;
    overflow: hidden;
    place-items: center;
    border-radius: 0 34px 34px 0;
    background: #fffaf2;
}

.ag-feature-band-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 760px;
    object-fit: contain;
    object-position: center;
}

.ag-locale-en-us .ag-category-media img {
    object-fit: cover;
}

.ag-locale-en-us .ag-brand-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
}

.ag-locale-en-us .ag-brand-story-segment,
.ag-locale-en-us .ag-brand-story-segment-wide {
    grid-column: auto;
}

.ag-locale-en-us .ag-brand-story-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
}

.ag-locale-en-us .ag-brand-story-media img {
    object-fit: cover;
}

.ag-locale-en-us .ag-brand-story-segment--white-product .ag-brand-story-media img {
    object-fit: contain;
}

.ag-locale-en-us .ag-blog-preview .ag-article-image img {
    object-fit: cover;
}

.ag-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 42px;
}

.ag-stat-row div {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ag-stat-row strong,
.ag-stat-row span {
    display: block;
}

.ag-stat-row strong {
    color: var(--ag-apricot-light);
    font-family: var(--ag-font-serif);
    font-size: 2.6rem;
    line-height: 1;
}

.ag-stat-row span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.ag-video-library {
    padding: clamp(34px, 6vw, 74px);
    border-radius: var(--ag-radius-lg);
    background: var(--ag-ivory);
}

.ag-video-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(280px, 0.52fr);
    align-items: start;
    gap: clamp(20px, 3vw, 34px);
}

.ag-video-main {
    min-width: 0;
}

.ag-video-stage {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--ag-radius-md);
    color: var(--ag-white);
    background: var(--ag-prussian-deep);
}

.ag-video-stage video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.ag-video-stage.is-loaded video {
    display: block;
}

.ag-video-stage.is-loaded .ag-video-cover {
    display: none;
}

.ag-video-cover {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    color: var(--ag-white);
    background: #001f35;
    cursor: pointer;
}

.ag-video-cover > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ag-video-cover-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 42%, rgba(0, 31, 53, 0.86) 100%),
        radial-gradient(circle at center, transparent 0 20%, rgba(0, 31, 53, 0.14) 74%);
}

.ag-video-cover-copy {
    position: absolute;
    right: 28px;
    bottom: 24px;
    left: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
}

.ag-video-cover-copy small,
.ag-video-cover-copy strong {
    display: block;
}

.ag-video-cover-copy small {
    color: var(--ag-apricot-light);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ag-video-cover-copy strong {
    max-width: 420px;
    font-family: var(--ag-font-serif);
    font-size: clamp(1.35rem, 2.6vw, 2.15rem);
    line-height: 1.06;
}

.ag-play-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    background: rgba(0, 49, 83, 0.7);
    box-shadow: 0 16px 38px rgba(0, 20, 36, 0.28);
    transform: translate(-50%, -50%);
    transition: background 180ms ease, transform 180ms ease;
}

.ag-play-mark::after {
    display: block;
    width: 0;
    height: 0;
    margin: 23px 0 0 29px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid var(--ag-apricot-light);
    content: "";
}

.ag-video-cover:hover .ag-play-mark,
.ag-video-cover:focus-visible .ag-play-mark {
    background: var(--ag-cobalt);
    transform: translate(-50%, -50%) scale(1.05);
}

.ag-video-rail {
    display: grid;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    overflow: hidden;
}

.ag-video-arrow {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(0, 49, 83, 0.26);
    border-radius: 50%;
    color: var(--ag-prussian);
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.ag-video-arrow:hover:not(:disabled),
.ag-video-arrow:focus-visible {
    border-color: var(--ag-cobalt);
    color: var(--ag-white);
    background: var(--ag-cobalt);
}

.ag-video-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.ag-video-thumbs {
    display: grid;
    min-width: 0;
    grid-auto-columns: minmax(188px, 1fr);
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.ag-video-thumbs::-webkit-scrollbar {
    display: none;
}

.ag-video-thumb {
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-sm);
    color: var(--ag-ink);
    background: rgba(255, 255, 255, 0.76);
    text-align: left;
    cursor: pointer;
    scroll-snap-align: start;
}

.ag-video-thumb:hover,
.ag-video-thumb[aria-current="true"] {
    border-color: var(--ag-cobalt);
    background: var(--ag-white);
    box-shadow: 0 10px 24px rgba(0, 49, 83, 0.09);
}

.ag-video-thumb-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--ag-prussian-deep);
}

.ag-video-thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ag-video-thumb-image > span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
    color: var(--ag-white);
    background: rgba(0, 31, 53, 0.68);
    font-size: 0.7rem;
    transform: translate(-50%, -50%);
}

.ag-video-thumb > span:last-child {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 11px 12px 13px;
}

.ag-video-thumb small {
    color: var(--ag-cobalt);
    font-size: 0.68rem;
    font-weight: 800;
}

.ag-video-thumb strong {
    display: block;
    overflow: hidden;
    font-size: 0.78rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ag-video-products {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(0, 49, 83, 0.11);
    border-radius: var(--ag-radius-md);
    background: rgba(255, 255, 255, 0.54);
}

.ag-video-products-label {
    margin: 0 0 14px;
    color: var(--ag-prussian);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ag-video-product-list {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: 10px;
}

.ag-video-product {
    display: grid;
    min-height: 98px;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 10px 14px 10px 10px;
    border: 1px solid transparent;
    border-radius: var(--ag-radius-sm);
    color: var(--ag-ink);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.ag-video-product img {
    width: 74px;
    height: 74px;
    border-radius: 12px;
    background: var(--ag-white);
    object-fit: contain;
}

.ag-video-product strong,
.ag-video-product small {
    display: block;
}

.ag-video-product strong {
    font-size: 0.9rem;
    line-height: 1.25;
}

.ag-video-product small {
    margin-top: 6px;
    color: var(--ag-muted);
    font-size: 0.72rem;
}

.ag-video-product:hover,
.ag-video-product[aria-pressed="true"] {
    border-color: var(--ag-cobalt);
    background: var(--ag-white);
}

.ag-video-product[aria-pressed="true"] strong {
    color: var(--ag-prussian);
}

.ag-video-product-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--ag-prussian);
    font-weight: 800;
    text-decoration: none;
}

.ag-video-product-link:hover {
    color: var(--ag-cobalt);
}

.ag-video-products-inline {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid rgba(0, 49, 83, 0.11);
    border-radius: var(--ag-radius-md);
    background: rgba(255, 255, 255, 0.5);
}

.ag-video-products-inline .ag-video-product-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ag-video-products-inline .ag-video-product {
    min-height: 112px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
}

.ag-video-products-inline .ag-video-product img {
    width: 54px;
    height: 54px;
}

.ag-video-products-inline .ag-video-product strong {
    font-size: 0.78rem;
}

.ag-category-rail {
    background: #fff;
    scroll-margin-top: 110px;
}

.ag-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ag-category-grid a {
    position: relative;
    display: grid;
    min-width: 0;
    aspect-ratio: 1 / 1.12;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(0, 57, 92, 0.13);
    border-radius: var(--ag-radius-md);
    color: var(--ag-prussian);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(235, 241, 244, 0.96));
    box-shadow: 0 20px 48px rgba(0, 45, 75, 0.1);
    font-family: var(--ag-font-serif);
    text-decoration: none;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.ag-category-grid a:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 58px rgba(0, 45, 75, 0.15);
}

.ag-category-media {
    display: grid;
    min-height: 0;
    place-items: center;
    overflow: hidden;
    border-radius: calc(var(--ag-radius-md) - 7px);
    background: var(--ag-white);
}

.ag-category-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 220ms ease;
}

.ag-category-grid a:hover .ag-category-media img {
    transform: scale(1.015);
}

.ag-category-label {
    display: flex;
    min-height: 78px;
    align-items: center;
    padding: 14px 12px 4px;
    font-size: clamp(1.65rem, 2.4vw, 2.4rem);
    line-height: 1.05;
}

.ag-brand-story {
    background: var(--ag-ivory);
    scroll-margin-top: 110px;
}

.ag-brand-story .ag-shell {
    display: block;
}

.ag-brand-story-intro {
    max-width: 780px;
    margin-bottom: clamp(34px, 5vw, 58px);
}

.ag-brand-story-intro h2 {
    max-width: 12ch;
    margin-bottom: 22px;
}

.ag-brand-story-intro > p:not(.ag-eyebrow) {
    max-width: 650px;
    margin-bottom: 28px;
    color: var(--ag-muted);
}

.ag-brand-story-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.ag-brand-story-segment {
    display: grid;
    grid-column: span 5;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(0, 49, 83, 0.12);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
    box-shadow: var(--ag-shadow-sm);
}

.ag-brand-story-segment-wide {
    grid-column: span 7;
}

.ag-brand-story-media {
    display: grid;
    min-height: clamp(290px, 27vw, 360px);
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(226, 236, 242, 0.92));
}

.ag-brand-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ag-brand-story-copy {
    padding: clamp(24px, 3vw, 34px);
}

.ag-brand-story-copy h3 {
    margin: 0 0 12px;
    color: var(--ag-prussian-deep);
    font-family: var(--ag-font-serif);
    font-size: clamp(1.55rem, 2.35vw, 2.35rem);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.ag-brand-story-copy h3 a {
    text-decoration: none;
}

.ag-brand-story-copy h3 a:hover {
    color: var(--ag-cobalt);
}

.ag-brand-story-copy p {
    max-width: 46ch;
    margin-bottom: 0;
    color: var(--ag-muted);
}

.ag-article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ag-blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: clamp(28px, 4vw, 46px);
}

.ag-blog-categories a {
    padding: 11px 18px;
    border: 1px solid var(--ag-line);
    border-radius: 999px;
    color: var(--ag-prussian);
    background: var(--ag-white);
    font-weight: 750;
    text-decoration: none;
}

.ag-blog-categories a:hover,
.ag-blog-categories a.is-active {
    border-color: var(--ag-cobalt);
    color: var(--ag-white);
    background: var(--ag-cobalt);
}

.ag-blog-preview .ag-article-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
}

.ag-blog-preview .ag-article-card {
    display: flex;
    grid-column: span 2;
    flex-direction: column;
}

.ag-blog-preview .ag-article-card:nth-child(-n + 2) {
    grid-column: span 3;
}

.ag-article-card {
    overflow: hidden;
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
    box-shadow: var(--ag-shadow-sm);
}

.ag-article-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--ag-ivory);
}

.ag-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.ag-blog-preview .ag-article-image {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(226, 236, 242, 0.92));
}

.ag-blog-preview .ag-article-image img {
    object-fit: contain;
}

.ag-locale-en-us .ag-blog-preview .ag-article-image img {
    object-fit: cover;
}

.ag-article-card:hover .ag-article-image img {
    transform: scale(1.04);
}

.ag-blog-preview .ag-article-card:hover .ag-article-image img {
    transform: none;
}

.ag-article-card > div {
    padding: 24px;
}

.ag-blog-preview .ag-article-card > div {
    flex: 1;
}

.ag-article-card h2,
.ag-article-card h3 {
    margin-bottom: 12px;
    color: var(--ag-prussian-deep);
    font-family: var(--ag-font-serif);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.ag-article-card h2 a,
.ag-article-card h3 a {
    text-decoration: none;
}

.ag-article-card p {
    color: var(--ag-muted);
}

.ag-page-banner,
.ag-product-banner,
.ag-article-hero {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    color: var(--ag-white);
    background-color: var(--ag-prussian-deep);
    background-image: var(--ag-banner-image);
    background-position: center;
    background-size: cover;
}

.ag-page-banner-shade,
.ag-product-banner-shade,
.ag-article-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 31, 53, 0.92), rgba(0, 31, 53, 0.36) 66%, rgba(0, 31, 53, 0.08));
}

.ag-page-banner-content,
.ag-product-banner .ag-shell,
.ag-article-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 440px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 70px;
}

.ag-page-banner .ag-eyebrow,
.ag-product-banner .ag-eyebrow,
.ag-article-hero .ag-eyebrow {
    color: var(--ag-apricot-light);
}

.ag-page-banner h1,
.ag-product-banner h1,
.ag-article-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    color: var(--ag-white);
    font-size: clamp(2.8rem, 5.8vw, 5.8rem);
}

.ag-page-banner h1 {
    max-width: 780px;
}

.ag-page-banner-content > p:not(.ag-eyebrow),
.ag-article-hero-content > p:not(.ag-eyebrow) {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.08rem;
}

.ag-support-grid,
.ag-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ag-contact-grid {
    grid-template-columns: repeat(3, 1fr);
}

.ag-contact-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(230, 154, 98, 0.12), transparent 30%),
        var(--ag-ivory);
}

.ag-contact-scene {
    position: relative;
    min-height: 680px;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: var(--ag-radius-lg);
    background: var(--ag-prussian-deep);
    box-shadow: var(--ag-shadow-lg);
}

.ag-contact-scene > img,
.ag-contact-scene-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ag-contact-scene > img {
    object-fit: cover;
    object-position: center;
}

.ag-contact-scene-shade {
    background:
        linear-gradient(90deg, rgba(0, 31, 53, 0.94) 0%, rgba(0, 31, 53, 0.76) 40%, rgba(0, 31, 53, 0.14) 78%),
        linear-gradient(0deg, rgba(0, 31, 53, 0.44), transparent 54%);
}

.ag-contact-scene-copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(610px, 64%);
    min-height: 680px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(38px, 7vw, 92px);
    color: var(--ag-white);
}

.ag-contact-scene-copy .ag-eyebrow {
    color: var(--ag-apricot-light);
}

.ag-contact-scene-copy h2 {
    margin-bottom: 20px;
    color: var(--ag-white);
    font-size: clamp(3.4rem, 7vw, 6.8rem);
}

.ag-contact-scene-copy > p:not(.ag-eyebrow) {
    max-width: 550px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.08rem;
}

.ag-contact-scene-copy address {
    margin: 8px 0 30px;
    color: var(--ag-white);
    font-style: normal;
    font-weight: 750;
    line-height: 1.7;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.ag-support-grid article,
.ag-contact-grid article,
.ag-affiliate-benefits article {
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
}

.ag-support-grid .ag-step {
    color: var(--ag-apricot);
    font-family: var(--ag-font-serif);
    font-size: 2rem;
}

.ag-support-grid article {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--ag-white);
    background-image:
        linear-gradient(180deg, rgba(0, 31, 53, 0.16) 0%, rgba(0, 31, 53, 0.78) 58%, rgba(0, 31, 53, 0.96) 100%),
        var(--ag-support-image);
    background-position: center;
    background-size: cover;
    box-shadow: var(--ag-shadow-sm);
}

.ag-support-grid article h2 {
    color: var(--ag-white);
}

.ag-support-grid article p:not(.ag-step) {
    color: rgba(255, 255, 255, 0.88);
}

.ag-support-grid article a {
    color: var(--ag-apricot-light);
}

.ag-support-grid h2,
.ag-contact-grid h2,
.ag-contact-grid h3 {
    font-size: 1.8rem;
}

.ag-support-grid p,
.ag-contact-grid p {
    color: var(--ag-muted);
}

.ag-support-grid a,
.ag-contact-grid a {
    color: var(--ag-prussian);
    font-weight: 750;
}

.ag-support-faqs {
    margin-top: clamp(48px, 7vw, 86px);
}

.ag-support-faq-group {
    display: grid;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
}

.ag-support-faq-group + .ag-support-faq-group {
    margin-top: 22px;
}

.ag-support-faq-group h3 {
    color: var(--ag-prussian-deep);
    font-family: var(--ag-font-serif);
    font-size: clamp(1.9rem, 2.7vw, 2.8rem);
}

.ag-contact-grid article {
    display: flex;
    min-width: 0;
    min-height: 320px;
    flex-direction: column;
}

.ag-contact-grid article > a,
.ag-contact-link-list {
    margin-top: auto;
}

.ag-contact-grid article > a,
.ag-contact-link-list a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    overflow-wrap: anywhere;
}

.ag-contact-link-list {
    display: flex;
    flex-direction: column;
}

.ag-contact-partner {
    display: grid;
    margin-top: 22px;
    padding: clamp(30px, 5vw, 60px);
    grid-template-columns: 1fr 1.2fr auto;
    align-items: center;
    gap: clamp(24px, 5vw, 64px);
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
}

.ag-contact-partner h2 {
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.3rem);
}

.ag-contact-partner > p {
    margin: 0;
    color: var(--ag-muted);
}

.ag-faq-section {
    margin-top: 0;
}

.ag-faq-layout,
.ag-faq-section > .ag-shell {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: clamp(32px, 5vw, 72px);
}

.ag-accordion {
    border-top: 1px solid var(--ag-line);
}

.ag-accordion details {
    border-bottom: 1px solid var(--ag-line);
}

.ag-accordion summary {
    position: relative;
    min-height: 66px;
    padding: 22px 54px 22px 0;
    color: var(--ag-prussian-deep);
    font-weight: 760;
    list-style: none;
    cursor: pointer;
}

.ag-accordion summary::-webkit-details-marker {
    display: none;
}

.ag-accordion summary::after {
    position: absolute;
    right: 8px;
    top: 17px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--ag-sky);
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
}

.ag-accordion details[open] summary::after {
    content: "−";
}

.ag-accordion details p {
    max-width: 760px;
    padding: 0 60px 22px 0;
    color: var(--ag-muted);
}

.ag-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: start;
    gap: clamp(42px, 6vw, 90px);
}

.ag-about-grid > div:first-child p:not(.ag-eyebrow) {
    color: var(--ag-muted);
    font-size: clamp(1.12rem, 1.45vw, 1.28rem);
    line-height: 1.72;
}

.ag-about-values {
    display: grid;
    gap: 18px;
}

.ag-about-values article {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    align-content: end;
    min-height: 230px;
    padding: clamp(30px, 4vw, 46px);
    overflow: hidden;
    border-radius: var(--ag-radius-md);
    color: var(--ag-white);
    background: var(--ag-prussian-deep);
    isolation: isolate;
}

.ag-about-values article::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 32, 50, 0.96) 0%, rgba(0, 38, 58, 0.78) 54%, rgba(0, 38, 58, 0.32) 100%);
    content: "";
}

.ag-about-values article > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ag-about-values article:nth-child(1) > img {
    object-position: right center;
}

.ag-about-values article:nth-child(2) > img {
    object-position: right center;
}

.ag-about-values article:nth-child(3) > img {
    object-position: right center;
}

.ag-about-values article span {
    grid-row: 1 / 3;
    color: var(--ag-apricot-light);
    font-family: var(--ag-font-serif);
    font-size: 2rem;
}

.ag-about-values article h3,
.ag-about-values article p {
    margin: 0;
}

.ag-about-values article h3 {
    color: var(--ag-white);
    font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.ag-about-values article p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.02rem, 1.3vw, 1.16rem);
    line-height: 1.55;
}

.ag-about-scene {
    color: var(--ag-white);
    background: var(--ag-prussian-deep);
}

.ag-about-scene .ag-shell {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: clamp(40px, 8vw, 110px);
}

.ag-about-scene img {
    min-height: 520px;
    border-radius: var(--ag-radius-lg);
    object-fit: cover;
}

.ag-about-scene h2 {
    color: var(--ag-white);
}

.ag-about-scene p {
    color: rgba(255, 255, 255, 0.7);
}

.ag-affiliate-panel > h2 {
    max-width: 760px;
}

.ag-affiliate-panel > p {
    max-width: 780px;
    color: var(--ag-muted);
}

.ag-affiliate-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-block: 40px;
}

.ag-affiliate-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding: clamp(24px, 5vw, 54px);
    border-radius: var(--ag-radius-lg);
    background: var(--ag-ivory);
}

.ag-affiliate-form label {
    display: grid;
    gap: 8px;
    color: var(--ag-prussian-deep);
    font-weight: 720;
}

.ag-affiliate-form label:nth-of-type(5),
.ag-affiliate-form .ag-checkbox,
.ag-affiliate-form button {
    grid-column: 1 / -1;
}

.ag-affiliate-form input,
.ag-affiliate-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
    min-height: 50px;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(0, 49, 83, 0.25);
    border-radius: 10px;
    background: var(--ag-white);
}

.ag-affiliate-form textarea {
    min-height: 150px;
}

.ag-affiliate-form .ag-checkbox {
    display: flex;
    align-items: flex-start;
    font-weight: 500;
}

.ag-affiliate-form .ag-checkbox input {
    width: 22px;
    height: 22px;
    min-height: 0;
    flex: 0 0 auto;
    margin-top: 2px;
}

.ag-policy-content,
.ag-page-content {
    max-width: 860px;
}

.ag-policy-content h2 {
    margin-top: 54px;
    font-size: 2.2rem;
}

.ag-policy-content p,
.ag-page-content p {
    color: var(--ag-muted);
}

.ag-policy-content > p:first-child {
    padding: 20px 24px;
    border-left: 4px solid var(--ag-cobalt);
    border-radius: 0 18px 18px 0;
    background: var(--ag-sand);
}

.ag-policy-content ul,
.ag-policy-content ol {
    display: grid;
    gap: 10px;
    padding-left: 24px;
    color: var(--ag-muted);
}

.ag-policy-table-wrap {
    overflow-x: auto;
    margin-top: 18px;
    border: 1px solid var(--ag-line);
    border-radius: 18px;
    background: var(--ag-white);
}

.ag-policy-content table {
    width: 100%;
    min-width: 580px;
    border-collapse: collapse;
}

.ag-policy-content th,
.ag-policy-content td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--ag-line);
    text-align: left;
}

.ag-policy-content th {
    color: var(--ag-prussian);
    background: var(--ag-sand);
}

.ag-policy-content tbody tr:last-child td {
    border-bottom: 0;
}

.ag-shop-featured-scene {
    display: grid;
    grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
    margin: 0 0 clamp(34px, 4vw, 52px);
    overflow: hidden;
    border: 1px solid rgba(0, 65, 95, 0.18);
    border-radius: var(--ag-radius-lg);
    background: var(--ag-white);
    box-shadow: var(--ag-shadow-lg);
}

.ag-shop-featured-scene-copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(34px, 4.6vw, 64px);
    background:
        radial-gradient(circle at 100% 0%, rgba(43, 171, 232, 0.24), transparent 38%),
        linear-gradient(145deg, var(--ag-prussian-deep), var(--ag-prussian));
}

.ag-shop-featured-scene-copy .ag-eyebrow {
    color: var(--ag-apricot-light);
}

.ag-shop-featured-scene-copy h2 {
    max-width: 480px;
    margin-bottom: 18px;
    color: var(--ag-white);
    font-size: clamp(2rem, 3.4vw, 3.65rem);
}

.ag-shop-featured-scene-copy > p:not(.ag-eyebrow) {
    max-width: 440px;
    color: rgba(255, 255, 255, 0.82);
}

.ag-shop-featured-scene-copy .ag-button {
    margin-top: 10px;
}

.ag-shop-featured-scene-media {
    display: block;
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: var(--ag-ivory-deep);
}

.ag-shop-featured-scene-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ag-shop-featured-scene-media:focus-visible {
    outline: 3px solid var(--ag-sky);
    outline-offset: -6px;
}

.ag-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.ag-shop-toolbar .woocommerce-result-count,
.ag-shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.ag-shop-toolbar select {
    min-height: 46px;
    padding-inline: 14px;
    border: 1px solid var(--ag-line);
    border-radius: 10px;
    background: var(--ag-white);
}

.ag-empty-state {
    padding: 100px 24px;
    text-align: center;
}

.ag-empty-state p {
    color: var(--ag-muted);
}

.ag-product-banner {
    min-height: 330px;
    background-image: var(--ag-product-banner);
}

.ag-product-banner .ag-shell {
    min-height: 330px;
}

.ag-product-banner h1 {
    font-size: clamp(2.4rem, 5vw, 5rem);
}

.ag-product-banner .ag-product-family a {
    color: var(--ag-apricot-light);
}

.ag-product-purchase {
    background: var(--ag-ivory);
}

.ag-product-purchase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(410px, 0.93fr);
    align-items: start;
    gap: clamp(32px, 4.5vw, 68px);
}

.ag-product-gallery {
    min-width: 0;
}

.ag-product-gallery-main {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--ag-radius-lg);
    background: var(--ag-white);
    box-shadow: var(--ag-shadow-sm);
}

.ag-product-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ag-product-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.ag-product-thumbs button {
    min-width: 0;
    aspect-ratio: 1;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background: var(--ag-white);
    cursor: pointer;
}

.ag-product-thumbs button[aria-current="true"] {
    border-color: var(--ag-cobalt);
}

.ag-product-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ag-product-summary {
    position: sticky;
    top: 110px;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(0, 49, 83, 0.1);
    border-radius: var(--ag-radius-lg);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--ag-shadow-sm);
    backdrop-filter: blur(16px);
}

.ag-product-summary h2 {
    margin-bottom: 15px;
    font-size: clamp(2rem, 3.5vw, 3.7rem);
}

.ag-product-subtitle {
    color: var(--ag-muted);
    font-size: 1.05rem;
}

.ag-purchase-keywords {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-block: 24px;
}

.ag-purchase-keywords div {
    display: grid;
    min-height: 76px;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 9px;
    padding: 13px;
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-sm);
    background: var(--ag-ivory);
}

.ag-purchase-keywords span {
    color: var(--ag-prussian);
    font-family: var(--ag-font-serif);
    font-size: 1.3rem;
}

.ag-purchase-keywords strong {
    font-size: 0.82rem;
    line-height: 1.25;
}

.ag-variation-specs {
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid rgba(0, 49, 83, 0.12);
    border-radius: var(--ag-radius-sm);
    background: #f4f8fa;
}

.ag-variation-specs[hidden] {
    display: none;
}

.ag-variation-specs-title {
    margin: 0 0 12px;
    color: var(--ag-prussian-deep);
    font-size: 0.88rem;
    font-weight: 780;
    letter-spacing: 0.02em;
}

.ag-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.ag-spec-grid div {
    min-width: 0;
    padding: 11px 12px;
    border-radius: 9px;
    background: var(--ag-white);
}

.ag-spec-grid dt {
    color: var(--ag-muted);
    font-size: 0.72rem;
    font-weight: 680;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ag-spec-grid dd {
    margin: 4px 0 0;
    color: var(--ag-prussian-deep);
    font-size: 0.86rem;
    font-weight: 720;
    line-height: 1.35;
}

.ag-product-price {
    margin-block: 24px;
    color: var(--ag-prussian);
    font-family: var(--ag-font-serif);
    font-size: 2.2rem;
    font-weight: 650;
}

.ag-product-price del {
    color: var(--ag-muted);
    font-size: 1.2rem;
}

.ag-product-summary .cart {
    margin-bottom: 0 !important;
}

.ag-product-summary .quantity {
    margin: 0 10px 14px 0 !important;
}

.ag-product-summary .quantity .qty {
    width: 72px;
    min-height: 54px;
}

.ag-product-summary .single_add_to_cart_button {
    min-height: 54px;
    min-width: min(290px, calc(100% - 90px));
}

.woocommerce .ag-product-summary .single_add_to_cart_button.disabled,
.woocommerce .ag-product-summary .single_add_to_cart_button:disabled {
    color: #ffffff;
    background: #4f6f85;
    opacity: 1;
    cursor: not-allowed;
}

.ag-video-library .ag-eyebrow {
    color: var(--ag-prussian);
}

.ag-product-summary form.cart:not(.variations_form),
.ag-product-summary .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 14px;
}

.ag-product-summary form.cart:not(.variations_form) .quantity,
.ag-product-summary .woocommerce-variation-add-to-cart .quantity {
    flex: 0 0 100%;
    width: 100%;
}

.ag-product-summary .single_add_to_cart_button,
.woocommerce .ag-product-summary button.ag-buy-now {
    flex: 1 1 calc(50% - 7px);
    width: calc(50% - 7px);
    min-width: 0;
    min-height: 54px;
}

.woocommerce .ag-product-summary button.ag-buy-now {
    color: var(--ag-prussian-deep);
    border-color: rgba(0, 49, 83, 0.18);
    background: var(--ag-apricot-light);
}

.woocommerce .ag-product-summary button.ag-buy-now:hover:not(:disabled) {
    color: var(--ag-white);
    border-color: var(--ag-cobalt);
    background: var(--ag-cobalt);
}

.woocommerce .ag-product-summary button.ag-buy-now:disabled {
    color: rgba(0, 49, 83, 0.56);
    border-color: rgba(0, 49, 83, 0.12);
    background: rgba(233, 186, 145, 0.48);
    cursor: not-allowed;
    opacity: 0.72;
}

.ag-product-summary table.variations {
    margin-bottom: 18px;
}

.ag-product-summary table.variations th,
.ag-product-summary table.variations td {
    display: block;
    width: 100%;
    padding: 0 0 8px;
    text-align: left;
}

.ag-product-summary table.variations label {
    color: var(--ag-prussian-deep);
    font-weight: 780;
}

.ag-product-summary table.variations select {
    width: 100%;
    min-height: 50px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 49, 83, 0.25);
    border-radius: 10px;
    background: var(--ag-white);
}

.ag-product-summary .reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: var(--ag-muted);
    font-size: 0.8rem;
}

.ag-purchase-assurance {
    display: grid;
    gap: 12px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--ag-line);
}

.ag-purchase-assurance > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 10px;
}

.ag-purchase-assurance > div > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: var(--ag-prussian);
    background: var(--ag-sky);
}

.ag-purchase-assurance p,
.ag-purchase-assurance strong,
.ag-purchase-assurance small {
    display: block;
    margin: 0;
}

.ag-purchase-assurance strong {
    font-size: 0.83rem;
}

.ag-purchase-assurance small {
    color: var(--ag-muted);
    font-size: 0.75rem;
}

.ag-product-safety {
    margin: 22px 0 0;
    padding: 14px;
    border-radius: 10px;
    color: #60442f;
    background: #f8e7d7;
    font-size: 0.76rem;
}

.ag-notice,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 18px 22px !important;
    border: 0 !important;
    border-radius: var(--ag-radius-sm);
    color: var(--ag-prussian-deep);
    background: var(--ag-sky) !important;
}

.ag-product-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(30px, 5vw, 72px);
}

.ag-product-story-grid.has-story-media {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.ag-product-story-copy {
    max-width: 860px;
    color: var(--ag-muted);
    font-size: clamp(1.08rem, 1.3vw, 1.22rem);
    line-height: 1.72;
}

.ag-product-story-grid.has-story-media .ag-product-story-copy {
    max-width: none;
}

.ag-product-story-media {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.ag-product-story-media[hidden] {
    display: none;
}

.ag-product-story-media figure {
    display: grid;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 73, 112, 0.12);
    border-radius: var(--ag-radius-lg);
    background: var(--ag-white);
    box-shadow: 0 22px 56px rgba(0, 51, 79, 0.09);
}

.ag-product-story-media figure:only-child {
    grid-column: 1 / -1;
}

.ag-product-story-media img {
    width: 100%;
    height: 100%;
    background: var(--ag-white);
    object-fit: contain;
}

.ag-boiled-egg-guide {
    background:
        radial-gradient(circle at 92% 8%, rgba(135, 196, 224, 0.24), transparent 30%),
        var(--ag-ivory);
}

.ag-boiled-egg-guide .ag-section-heading {
    margin-bottom: clamp(30px, 4vw, 50px);
}

.ag-boiled-egg-guide .ag-section-heading > p {
    max-width: 620px;
    color: var(--ag-prussian);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.65;
}

.ag-boiled-egg-guide-media {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    align-items: stretch;
    gap: clamp(18px, 2.5vw, 34px);
}

.ag-boiled-egg-guide-media figure {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: clamp(12px, 1.5vw, 20px);
    overflow: hidden;
    border: 1px solid rgba(0, 55, 82, 0.14);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
    box-shadow: 0 22px 50px rgba(0, 39, 59, 0.08);
}

.ag-boiled-egg-guide-media img {
    width: 100%;
    height: clamp(430px, 41vw, 660px);
    border-radius: calc(var(--ag-radius-md) - 10px);
    background: var(--ag-white);
    object-fit: contain;
}

.ag-boiled-egg-guide-media figcaption {
    margin-top: 14px;
    color: var(--ag-prussian);
    font-size: 1rem;
    line-height: 1.55;
}

.ag-boiled-egg-guide-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ag-boiled-egg-guide-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 14px;
    min-height: 112px;
    padding: 20px;
    border-radius: var(--ag-radius-sm);
    color: var(--ag-prussian-deep);
    background: rgba(255, 255, 255, 0.82);
}

.ag-boiled-egg-guide-steps span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: var(--ag-white);
    background: var(--ag-prussian);
    font-weight: 800;
}

.ag-boiled-egg-guide-steps p {
    margin: 5px 0 0;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.5;
}

.ag-product-features {
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.78), transparent 34%),
        linear-gradient(135deg, #d9f1fb 0%, #a9dff3 52%, #71c3e6 100%);
}

.ag-product-features .ag-section-heading h2 {
    color: var(--ag-prussian-deep);
}

.ag-product-features .ag-section-heading > p {
    color: rgba(0, 45, 70, 0.76);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.ag-product-features .ag-eyebrow {
    color: var(--ag-cobalt);
}

.ag-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 26px);
}

.ag-feature-grid article {
    display: flex;
    min-height: clamp(310px, 28vw, 440px);
    flex-direction: column;
    padding: clamp(26px, 3vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(0, 63, 96, 0.16);
    border-radius: var(--ag-radius-md);
    color: var(--ag-white);
    background-image:
        linear-gradient(180deg, rgba(0, 31, 53, 0.02) 0%, rgba(0, 31, 53, 0.1) 46%, rgba(0, 31, 53, 0.76) 100%),
        var(--ag-feature-image);
    background-color: #5cb6dc;
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover, cover;
    box-shadow: 0 22px 54px rgba(0, 73, 110, 0.16);
}

.ag-feature-grid span {
    color: var(--ag-apricot-light);
    font-family: var(--ag-font-serif);
    font-size: clamp(2rem, 3vw, 3rem);
    text-shadow: 0 2px 16px rgba(0, 31, 53, 0.48);
}

.ag-feature-grid p {
    margin-top: auto;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.18rem, 1.45vw, 1.42rem);
    font-weight: 720;
    line-height: 1.4;
    text-shadow: 0 2px 14px rgba(0, 31, 53, 0.54);
}

.ag-product-features--dual-blade-julienne-peeler .ag-feature-grid article {
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(96px, auto);
    padding: 0;
    background: #075178;
}

.ag-product-features--dual-blade-julienne-peeler .ag-feature-grid article::before {
    content: "";
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 1464 / 600;
    background-color: #ffffff;
    background-image: var(--ag-feature-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ag-product-features--dual-blade-julienne-peeler .ag-feature-grid span {
    align-self: center;
    grid-column: 1;
    grid-row: 2;
    padding: 20px 0 20px clamp(20px, 2vw, 30px);
}

.ag-product-features--dual-blade-julienne-peeler .ag-feature-grid p {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    padding: 20px clamp(20px, 2vw, 30px);
}

.ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid article,
.ag-product-features--silicone-egg-cracker .ag-feature-grid article {
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(96px, auto);
    padding: 0;
    background: #075178;
}

.ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid article::before,
.ag-product-features--silicone-egg-cracker .ag-feature-grid article::before {
    content: "";
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    background-color: #ffffff;
    background-image: var(--ag-feature-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid article::before {
    aspect-ratio: 16 / 9;
}

.ag-product-features--silicone-egg-cracker .ag-feature-grid article::before {
    aspect-ratio: 970 / 600;
}

.ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid span,
.ag-product-features--silicone-egg-cracker .ag-feature-grid span {
    align-self: center;
    grid-column: 1;
    grid-row: 2;
    padding: 20px 0 20px clamp(20px, 2vw, 30px);
}

.ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid p,
.ag-product-features--silicone-egg-cracker .ag-feature-grid p {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    padding: 20px clamp(20px, 2vw, 30px);
}

.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid article {
    position: relative;
    background-position: center, right center;
}

.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid span,
.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid p {
    position: relative;
    z-index: 1;
}

/* Approved regional release: keep verified product pixels fully visible above a separate copy rail. */
.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid article,
.ag-product-features--electric-apple-peeler .ag-feature-grid article {
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(96px, auto);
    padding: 0;
    background: #075178;
}

.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid article::before,
.ag-product-features--electric-apple-peeler .ag-feature-grid article::before {
    content: "";
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    background-color: #ffffff;
    background-image: var(--ag-feature-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid article::before {
    aspect-ratio: 1464 / 600;
}

.ag-product-features--electric-apple-peeler .ag-feature-grid article::before {
    aspect-ratio: 970 / 600;
}

.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid span,
.ag-product-features--electric-apple-peeler .ag-feature-grid span {
    align-self: center;
    grid-column: 1;
    grid-row: 2;
    padding: 20px 0 20px clamp(20px, 2vw, 30px);
}

.ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid p,
.ag-product-features--electric-apple-peeler .ag-feature-grid p {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    padding: 20px clamp(20px, 2vw, 30px);
}

.ag-product-features--silicone-egg-cracker .ag-feature-grid article:nth-child(-n + 2) {
    grid-column: 1 / -1;
}

.ag-related-products {
    background: var(--ag-ivory);
}

.ag-related-products .ag-product-family {
    font-size: 0.86rem;
}

.ag-related-products .ag-product-card h3 {
    font-size: clamp(1.5rem, 1.7vw, 1.78rem);
    line-height: 1.12;
}

.ag-related-products .ag-product-card-body > p:not(.ag-product-family) {
    font-size: 1.02rem;
    line-height: 1.55;
}

.ag-related-products .ag-price,
.ag-related-products .ag-product-card-footer .ag-text-link {
    font-size: 0.94rem;
}

.ag-product-reviews-section {
    background: #f4f7f8;
}

.ag-product-reviews-section .ag-eyebrow {
    color: #236a9c;
}

.ag-product-reviews-section .ag-section-heading > p {
    max-width: 620px;
    color: var(--ag-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.ag-review-panel {
    padding: clamp(24px, 4vw, 54px);
    border: 1px solid rgba(0, 55, 82, 0.13);
    border-radius: var(--ag-radius-lg);
    background: var(--ag-white);
    box-shadow: 0 20px 50px rgba(0, 45, 75, 0.08);
}

.ag-review-panel #reviews {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(32px, 6vw, 82px);
}

.ag-review-panel #comments,
.ag-review-panel #review_form_wrapper {
    min-width: 0;
}

.ag-review-panel #comments > h2,
.ag-review-panel #reply-title {
    display: block;
    margin: 0 0 22px;
    color: var(--ag-prussian-deep);
    font-family: var(--ag-font-serif);
    font-size: clamp(1.8rem, 2.8vw, 2.65rem);
    line-height: 1.05;
}

.ag-review-panel .woocommerce-noreviews {
    margin: 0;
    padding: 22px;
    border-radius: var(--ag-radius-sm);
    color: var(--ag-prussian);
    background: var(--ag-ivory);
    font-size: 1.05rem;
}

.ag-review-panel .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ag-review-panel .commentlist li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ag-line);
}

.ag-review-panel .comment_container {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
}

.ag-review-panel .avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.ag-review-panel .comment-text {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.ag-review-panel .comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ag-review-panel .comment-form > p {
    margin: 0;
}

.ag-review-panel .comment-form-comment,
.ag-review-panel .comment-form-rating,
.ag-review-panel .comment-notes,
.ag-review-panel .comment-form-cookies-consent,
.ag-review-panel .form-submit {
    grid-column: 1 / -1;
}

.ag-review-panel label {
    display: block;
    margin-bottom: 8px;
    color: var(--ag-prussian-deep);
    font-weight: 800;
}

.ag-review-panel input[type="text"],
.ag-review-panel input[type="email"],
.ag-review-panel textarea,
.ag-review-panel select {
    width: 100%;
    border: 1px solid #b8cad4;
    border-radius: 12px;
    background: var(--ag-white);
}

.ag-review-panel textarea {
    min-height: 150px;
    resize: vertical;
}

.ag-review-panel .comment-form-cookies-consent {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
}

.ag-review-panel .comment-form-cookies-consent label {
    margin: 0;
    font-weight: 400;
}

.woocommerce .ag-review-panel #respond input#submit {
    min-height: 50px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    color: var(--ag-white);
    background: var(--ag-prussian);
    font-weight: 800;
    cursor: pointer;
}

.woocommerce .ag-review-panel #respond input#submit:hover {
    color: var(--ag-white);
    background: var(--ag-cobalt);
}

.ag-article-hero {
    min-height: 560px;
    background-image: none;
}

.ag-article-hero-media,
.ag-article-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ag-article-hero-media img {
    object-fit: cover;
}

.single-post.postid-68 .ag-article-hero-media {
    left: auto;
    width: 58%;
    background: var(--ag-white);
}

.single-post.postid-68 .ag-article-hero-media img {
    object-fit: contain;
    object-position: center;
}

.single-post.postid-68 .ag-article-hero-shade {
    background: linear-gradient(
        90deg,
        rgba(0, 31, 53, 1) 0%,
        rgba(0, 47, 72, 0.98) 38%,
        rgba(0, 47, 72, 0.76) 52%,
        rgba(0, 31, 53, 0.12) 70%,
        rgba(0, 31, 53, 0) 100%
    );
}

.single-post.postid-68 .ag-article-hero h1 {
    max-width: 520px;
    font-size: clamp(3.25rem, 4.1vw, 4.25rem);
}

.single-post.postid-68 .ag-article-hero-content > p:not(.ag-eyebrow) {
    max-width: 500px;
}

.ag-article-hero-content {
    min-height: 560px;
}

.ag-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) minmax(260px, 1fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
    padding-block: clamp(56px, 6vw, 88px);
}

.ag-article-content {
    color: #38444a;
    font-size: 1.08rem;
}

.ag-article-content h2 {
    margin-top: 54px;
    font-size: 2.3rem;
}

.ag-article-layout aside {
    position: sticky;
    top: 110px;
    padding: 30px;
    border-radius: var(--ag-radius-md);
    background: var(--ag-ivory);
}

.ag-article-layout aside h2 {
    font-size: 1.8rem;
}

.ag-footer {
    color: rgba(255, 255, 255, 0.72);
    background: var(--ag-prussian-deep);
}

.ag-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 0.8fr);
    gap: clamp(30px, 6vw, 80px);
    padding-block: clamp(70px, 8vw, 110px);
}

.ag-footer-brand img {
    width: min(300px, 100%);
    height: auto;
}

.ag-footer-brand p {
    max-width: 360px;
    margin-top: 20px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.ag-footer-contact {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.75;
}

.ag-footer-contact strong {
    color: var(--ag-white);
    letter-spacing: 0.08em;
}

.ag-footer-contact a {
    min-height: 32px;
    color: rgba(255, 255, 255, 0.72);
    overflow-wrap: anywhere;
    text-decoration: none;
}

.ag-footer-contact a:hover {
    color: var(--ag-white);
}

.ag-footer h2 {
    margin-bottom: 20px;
    color: var(--ag-white);
    font-family: var(--ag-font-sans);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ag-footer-grid > div:not(.ag-footer-brand) a {
    display: block;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1rem;
    line-height: 1.6;
    text-decoration: none;
}

.ag-footer-grid a:hover {
    color: var(--ag-white);
}

.ag-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.ag-social-links span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.78);
    cursor: not-allowed;
}

.ag-social-links svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.ag-footer-bottom {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
}

.ag-whatsapp-float {
    position: fixed;
    z-index: 80;
    right: 22px;
    bottom: 22px;
    display: inline-flex;
    min-height: 52px;
    padding: 0 20px 0 15px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: var(--ag-white);
    background: var(--ag-prussian);
    box-shadow: 0 14px 38px rgba(0, 31, 53, 0.28);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.ag-whatsapp-float svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.ag-whatsapp-float:hover {
    color: var(--ag-white);
    background: var(--ag-prussian-deep);
    transform: translateY(-2px);
}

.ag-cookie-reopen {
    padding: 8px 12px;
    border: 0;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.ag-cookie-panel {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: grid;
    place-items: end center;
    padding: 24px;
    background: rgba(0, 22, 38, 0.62);
    backdrop-filter: blur(5px);
}

.ag-cookie-panel[hidden] {
    display: none;
}

.ag-cookie-card {
    width: min(760px, 100%);
    padding: clamp(26px, 5vw, 50px);
    border-radius: var(--ag-radius-lg);
    background: var(--ag-white);
    box-shadow: var(--ag-shadow-lg);
}

.ag-cookie-card h2 {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.ag-cookie-card > p:not(.ag-eyebrow) {
    color: var(--ag-muted);
}

.ag-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* WooCommerce transaction pages */
.woocommerce-cart main,
.woocommerce-checkout main,
.woocommerce-account main {
    min-height: 60vh;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.woocommerce table.shop_table {
    overflow: hidden;
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 18px;
    border-color: var(--ag-line);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 28px;
    border: 1px solid var(--ag-line);
    border-radius: var(--ag-radius-md);
    background: var(--ag-white);
}

.woocommerce-checkout #order_review_heading {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: var(--ag-radius-md) var(--ag-radius-md) 0 0;
}

.woocommerce-checkout #order_review {
    border-radius: 0 0 var(--ag-radius-md) var(--ag-radius-md);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-color: var(--ag-line);
    border-radius: var(--ag-radius-md);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 69%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: var(--ag-sky);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: grid;
    min-width: 44px;
    min-height: 44px;
    place-items: center;
    margin: 4px;
    border-radius: 50%;
    background: var(--ag-ivory);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: var(--ag-white);
    background: var(--ag-prussian);
}

@media (max-width: 1120px) {
    .ag-header-row {
        grid-template-columns: 160px 1fr auto;
        gap: 14px;
    }

    .ag-logo {
        width: 155px;
    }

    .ag-primary-nav {
        gap: 17px;
    }

    .ag-primary-nav a {
        font-size: 0.84rem;
    }

    .ag-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ag-product-purchase-grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
        gap: 34px;
    }

    .ag-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .ag-shop-featured-scene {
        grid-template-columns: 1fr;
    }

    .ag-shop-featured-scene-media {
        order: -1;
    }

    :root {
        --ag-shell: min(100% - 34px, 760px);
    }

    .ag-header {
        backdrop-filter: none;
    }

    body.menu-open {
        overflow: hidden;
    }

    .ag-announcement span:nth-child(n+2) {
        display: none;
    }

    .ag-header-row {
        min-height: 74px;
        grid-template-columns: 50px 1fr auto;
    }

    .ag-menu-toggle {
        display: inline-flex;
    }

    .ag-menu-icon,
    .ag-menu-icon::before,
    .ag-menu-icon::after {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--ag-prussian);
        content: "";
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .ag-menu-icon {
        position: relative;
    }

    .ag-menu-icon::before {
        position: absolute;
        top: -7px;
    }

    .ag-menu-icon::after {
        position: absolute;
        top: 7px;
    }

    .menu-open .ag-menu-icon {
        background: transparent;
    }

    .menu-open .ag-menu-icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .menu-open .ag-menu-icon::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .ag-logo {
        width: 165px;
        justify-self: center;
    }

    .ag-primary-nav {
        position: fixed;
        z-index: 99;
        inset: 110px 0 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 34px 24px calc(34px + env(safe-area-inset-bottom));
        background: var(--ag-ivory);
        opacity: 0;
        pointer-events: none;
        transform: translateX(-20px);
        transition: opacity 180ms ease, transform 180ms ease;
        overflow-y: auto;
    }

    .menu-open .ag-primary-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .ag-primary-nav a {
        min-height: 56px;
        padding: 15px 8px;
        border-bottom: 1px solid var(--ag-line);
        font-family: var(--ag-font-serif);
        font-size: 1.5rem;
    }

    .ag-primary-nav a::after {
        display: none;
    }

    .ag-account-link {
        display: none;
    }

    .ag-market-toggle span:last-child {
        display: none;
    }

    .ag-story-pair .ag-shell,
    .ag-feature-band .ag-shell,
    .ag-brand-story .ag-shell,
    .ag-about-grid,
    .ag-about-scene .ag-shell,
    .ag-product-purchase-grid,
    .ag-product-story-grid,
    .ag-faq-layout,
    .ag-faq-section > .ag-shell,
    .ag-article-layout {
        grid-template-columns: 1fr;
    }

    .ag-product-story-grid.has-story-media {
        grid-template-columns: minmax(0, 1fr);
    }

    .ag-support-faq-group {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ag-story-card {
        min-height: 560px;
    }

    .ag-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ag-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .ag-feature-band-copy {
        width: min(620px, 72vw);
    }

    .ag-video-layout {
        grid-template-columns: 1fr;
    }

    .ag-video-products {
        order: -1;
        padding: 18px;
    }

    .ag-video-product-list {
        grid-auto-columns: minmax(250px, 42vw);
        grid-auto-flow: column;
        padding-bottom: 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .ag-video-product {
        scroll-snap-align: start;
    }

    .ag-category-grid {
        grid-template-columns: 1fr;
    }

    .ag-category-grid a {
        aspect-ratio: 1 / 1.08;
        padding: 12px;
    }

    .ag-category-label {
        min-height: 68px;
        padding: 12px 10px 2px;
        font-size: clamp(1.7rem, 8vw, 2.25rem);
    }

    .ag-brand-story-grid {
        grid-template-columns: 1fr;
    }

    .ag-brand-story-segment,
    .ag-brand-story-segment-wide {
        grid-column: auto;
    }

    .ag-brand-story-media {
        min-height: auto;
        aspect-ratio: 1 / 1;
    }

    .ag-brand-story-intro h2 {
        max-width: 10ch;
    }

    .ag-article-grid,
    .ag-contact-grid,
    .ag-affiliate-benefits {
        grid-template-columns: 1fr;
    }

    .ag-contact-scene-copy {
        width: min(660px, 82%);
    }

    .ag-contact-partner {
        grid-template-columns: 1fr;
    }

    .ag-contact-partner .ag-button {
        justify-self: start;
    }

    .ag-article-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ag-blog-preview .ag-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ag-blog-preview .ag-article-card,
    .ag-blog-preview .ag-article-card:nth-child(-n + 2) {
        grid-column: auto;
    }

    .ag-blog-preview .ag-article-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .ag-footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .ag-footer-brand {
        grid-column: 1 / -1;
    }

    .ag-product-summary {
        position: static;
    }

    .ag-product-story-media {
        grid-column: 1;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto;
        grid-row: 1;
        min-height: 0;
    }

    .ag-product-story-grid.has-story-media .ag-product-story-copy {
        grid-column: 1;
        grid-row: 2;
    }

    .ag-product-story-lead {
        grid-column: 1 / -1;
        min-height: 440px;
        grid-row: 1;
    }

    .ag-product-story-support {
        min-height: 210px;
    }

    .ag-boiled-egg-guide-media {
        grid-template-columns: 1fr;
    }

    .ag-boiled-egg-guide-media img {
        height: min(720px, 90vw);
    }

    .ag-boiled-egg-guide-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ag-review-panel #reviews {
        grid-template-columns: 1fr;
    }

    .ag-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        padding-bottom: 8px;
        overflow-x: auto;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        white-space: nowrap;
    }
}

@media (max-width: 620px) {
    .single-post.postid-68 .ag-article-hero {
        min-height: 0;
    }

    .single-post.postid-68 .ag-article-hero-media,
    .single-post.postid-68 .ag-article-hero-media img {
        position: relative;
        inset: auto;
    }

    .single-post.postid-68 .ag-article-hero-media {
        width: 100%;
        aspect-ratio: 16 / 10;
        background: var(--ag-white);
    }

    .single-post.postid-68 .ag-article-hero-media img {
        object-fit: contain;
        object-position: center;
    }

    .single-post.postid-68 .ag-article-hero-shade {
        display: none;
    }

    .single-post.postid-68 .ag-article-hero-content {
        min-height: 0;
        padding-block: 40px 46px;
        background: linear-gradient(135deg, var(--ag-prussian-deep), var(--ag-cobalt));
    }

    .single-post.postid-68 .ag-article-hero h1 {
        max-width: none;
        font-size: clamp(2.55rem, 11vw, 3.15rem);
    }

    .ag-shop-featured-scene {
        margin-bottom: 36px;
        border-radius: 22px;
    }

    .ag-shop-featured-scene-copy {
        padding: 30px 24px 34px;
    }

    :root {
        --ag-shell: calc(100% - 28px);
        --ag-radius-lg: 24px;
        --ag-radius-md: 18px;
    }

    .ag-boiled-egg-guide-media img {
        height: auto;
        aspect-ratio: 1;
    }

    .ag-boiled-egg-guide-steps {
        grid-template-columns: 1fr;
    }

    .ag-boiled-egg-guide-steps li {
        min-height: 0;
    }

    .ag-review-panel {
        padding: 22px;
    }

    .ag-review-panel .comment-form {
        grid-template-columns: 1fr;
    }

    .ag-review-panel .comment-form > p {
        grid-column: 1;
    }

    body {
        font-size: 16px;
    }

    .ag-section {
        padding-block: 48px;
    }

    .ag-header-tools {
        gap: 0;
    }

    .ag-logo {
        width: 145px;
    }

    .ag-market-toggle,
    .ag-icon-link {
        width: 42px;
        padding: 0;
    }

    .ag-home-hero,
    .ag-home-hero-track,
    .ag-home-hero-slide,
    .ag-home-hero-content {
        min-height: 880px;
    }

    .ag-home-hero-shade {
        background:
            linear-gradient(0deg, rgba(0, 31, 53, 0.98) 0%, rgba(0, 31, 53, 0.85) 34%, rgba(0, 31, 53, 0.14) 74%),
            radial-gradient(circle at 72% 22%, rgba(230, 154, 98, 0.2), transparent 42%);
    }

    .ag-home-hero-media {
        height: 370px;
        bottom: auto;
        background: var(--ag-prussian);
        overflow: hidden;
    }

    .ag-home-hero-media img,
    .ag-home-hero-media-egg img {
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: none;
    }

    .ag-home-hero-media-peeler img {
        object-fit: contain;
        object-position: center 48%;
    }

    .ag-home-hero-media-egg img {
        object-position: center 52%;
    }

    .ag-home-hero-media-electric img {
        object-position: center 49%;
    }

    .ag-home-hero-content {
        justify-content: flex-end;
        padding-block: 400px 100px;
    }

    .ag-home-hero-content h1,
    .ag-home-hero-content h2 {
        margin-bottom: 16px;
        font-size: clamp(2.55rem, 12vw, 3.7rem);
    }

    .ag-home-hero-slide-electric .ag-home-hero-content h2 {
        max-width: none;
        font-size: clamp(2.55rem, 12vw, 3.7rem);
    }

    .ag-home-hero-content > p:not(.ag-eyebrow) {
        margin-bottom: 24px;
        font-size: 1rem;
    }

    .ag-home-hero-controls {
        bottom: 22px;
    }

    .ag-button-row,
    .ag-button-row .ag-button {
        width: 100%;
    }

    .ag-assurance-strip .ag-shell {
        grid-template-columns: repeat(2, 1fr);
    }

    .ag-assurance-strip article,
    .ag-assurance-strip article:first-child {
        min-height: 102px;
        padding: 15px 10px;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ag-assurance-strip article > span {
        font-size: 1.3rem;
    }

    .ag-assurance-strip strong {
        font-size: 0.76rem;
    }

    .ag-assurance-strip small {
        font-size: 0.65rem;
    }

    .ag-story-pair .ag-shell {
        gap: 16px;
    }

    .ag-story-card {
        min-height: 490px;
    }

    .ag-story-card h2,
    .ag-story-card:not(.ag-story-card-large) h2 {
        font-size: 2.25rem;
    }

    .ag-product-grid,
    .ag-article-grid,
    .ag-support-grid,
    .ag-feature-grid {
        grid-template-columns: 1fr;
    }

    .ag-blog-preview .ag-article-grid {
        grid-template-columns: 1fr;
    }

    .ag-blog-preview .ag-article-card:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .ag-product-card-body > p:not(.ag-product-family) {
        min-height: 0;
    }

    .ag-feature-band {
        min-height: 920px;
        align-items: flex-end;
        padding-block: 0;
    }

    .ag-feature-band::after {
        background:
            linear-gradient(180deg, rgba(0, 31, 53, 0.08) 0%, rgba(0, 31, 53, 0.34) 34%, rgba(0, 31, 53, 0.92) 58%, rgba(0, 31, 53, 0.99) 100%),
            linear-gradient(90deg, rgba(0, 31, 53, 0.28), rgba(0, 31, 53, 0.08));
    }

    .ag-feature-band .ag-shell {
        padding-block: 390px 54px;
    }

    .ag-feature-band-copy {
        width: 100%;
        padding: 0;
    }

    .ag-feature-band-copy h2 {
        font-size: clamp(2.35rem, 10vw, 3rem);
    }

    .ag-feature-band-copy > p:not(.ag-eyebrow) {
        font-size: 0.95rem;
    }

    .ag-stat-row {
        gap: 8px;
        margin-top: 30px;
    }

    .ag-stat-row strong {
        font-size: 2rem;
    }

    .ag-stat-row span {
        font-size: 0.64rem;
    }

    .ag-video-library {
        padding: 20px;
    }

    .ag-video-stage {
        aspect-ratio: 4 / 3;
    }

    .ag-video-cover-copy {
        right: 18px;
        bottom: 18px;
        left: 18px;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ag-video-rail {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 8px;
    }

    .ag-video-arrow {
        width: 44px;
        height: 44px;
    }

    .ag-video-thumbs {
        grid-auto-columns: minmax(166px, 78%);
    }

    .ag-video-product-list {
        grid-auto-columns: minmax(238px, 82vw);
    }

    .ag-video-product {
        min-height: 90px;
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .ag-video-product img {
        width: 64px;
        height: 64px;
    }

    .ag-page-banner,
    .ag-page-banner-content,
    .ag-product-banner,
    .ag-product-banner .ag-shell {
        min-height: 390px;
    }

    .ag-page-banner {
        background-position: right center;
        background-size: auto 100%;
    }

    .ag-page-banner--affiliate,
    .ag-page-banner--about {
        background-image: var(--ag-banner-mobile-image);
        background-position: center;
        background-size: cover;
    }

    .ag-page-banner--affiliate .ag-page-banner-content > p:not(.ag-eyebrow) {
        max-width: 56%;
        font-size: 0.82rem;
        line-height: 1.38;
    }

    .ag-product-banner {
        background-image: var(--ag-product-banner-mobile);
        background-position: center;
        background-size: cover;
    }

    .ag-product-banner--pop-it-or-eat-it-boiled-egg-peeler {
        background-position: center;
    }

    .ag-product-banner--pop-it-or-eat-it-boiled-egg-peeler h1 {
        max-width: 210px;
        font-size: 2.2rem;
        line-height: 0.98;
    }

    .ag-page-banner-shade {
        background: linear-gradient(90deg, rgba(0, 31, 53, 0.96), rgba(0, 31, 53, 0.78) 68%, rgba(0, 31, 53, 0.42));
    }

    .ag-page-banner h1,
    .ag-product-banner h1 {
        max-width: 62%;
        font-size: 2.15rem;
        line-height: 1.02;
    }

    .ag-product-banner--electric-apple-peeler h1,
    .ag-product-banner--wood-handle-vegetable-peeler h1 {
        max-width: 66%;
    }

    .ag-affiliate-form {
        grid-template-columns: 1fr;
    }

    .ag-affiliate-form label,
    .ag-affiliate-form label:nth-of-type(5),
    .ag-affiliate-form .ag-checkbox,
    .ag-affiliate-form button {
        grid-column: auto;
    }

    .ag-product-purchase {
        padding-top: 26px;
    }

    .ag-product-summary {
        padding: 24px 18px;
    }

    .ag-purchase-keywords {
        grid-template-columns: 1fr;
    }

    .ag-purchase-keywords div {
        min-height: 62px;
    }

    .ag-product-summary .quantity {
        float: none !important;
        width: 100%;
        margin: 0 0 14px !important;
    }

    .ag-product-summary .quantity .qty,
    .ag-product-summary .single_add_to_cart_button,
    .woocommerce .ag-product-summary button.ag-buy-now {
        flex-basis: 100%;
        width: 100%;
        min-width: 0;
        min-height: 54px;
    }

    .woocommerce .ag-product-summary button.ag-buy-now {
        margin-top: 12px;
    }

    .ag-product-thumbs {
        display: flex;
        padding-bottom: 8px;
        overflow-x: auto;
    }

    .ag-product-thumbs button {
        min-width: 82px;
    }

    .ag-feature-grid article {
        min-height: 180px;
    }

    .ag-feature-grid p {
        margin-top: 30px;
    }

    .ag-product-features--dual-blade-julienne-peeler .ag-feature-grid article,
    .ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid article,
    .ag-product-features--silicone-egg-cracker .ag-feature-grid article {
        grid-template-rows: auto minmax(86px, auto);
    }

    .ag-product-features--dual-blade-julienne-peeler .ag-feature-grid span,
    .ag-product-features--dual-blade-julienne-peeler .ag-feature-grid p,
    .ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid span,
    .ag-product-features--stainless-steel-2-in-1-peeler .ag-feature-grid p,
    .ag-product-features--silicone-egg-cracker .ag-feature-grid span,
    .ag-product-features--silicone-egg-cracker .ag-feature-grid p {
        margin-top: 0;
        padding-block: 16px;
    }

    .ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid article,
    .ag-product-features--electric-apple-peeler .ag-feature-grid article {
        grid-template-rows: auto minmax(86px, auto);
    }

    .ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid span,
    .ag-product-features--wood-handle-vegetable-peeler .ag-feature-grid p,
    .ag-product-features--electric-apple-peeler .ag-feature-grid span,
    .ag-product-features--electric-apple-peeler .ag-feature-grid p {
        margin-top: 0;
        padding-block: 16px;
    }

    .ag-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 22px;
    }

    .ag-footer-brand {
        grid-column: 1 / -1;
    }

    .ag-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-block: 22px calc(22px + env(safe-area-inset-bottom));
    }

    .ag-contact-scene {
        min-height: 650px;
    }

    .ag-contact-scene > img {
        object-position: 62% center;
    }

    .ag-contact-scene-shade {
        background:
            linear-gradient(0deg, rgba(0, 31, 53, 0.98) 0%, rgba(0, 31, 53, 0.86) 50%, rgba(0, 31, 53, 0.16) 100%),
            linear-gradient(90deg, rgba(0, 31, 53, 0.42), transparent);
    }

    .ag-contact-scene-copy {
        width: 100%;
        min-height: 650px;
        justify-content: flex-end;
        padding: 280px 24px 34px;
    }

    .ag-contact-scene-copy h2 {
        font-size: clamp(3rem, 16vw, 4.6rem);
    }

    .ag-contact-scene-copy .ag-button-row,
    .ag-contact-scene-copy .ag-button {
        width: 100%;
    }

    .ag-contact-grid article {
        min-height: 290px;
    }

    .ag-whatsapp-float {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        min-width: 52px;
        padding: 0;
        justify-content: center;
    }

    .ag-whatsapp-float span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .ag-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .ag-shop-toolbar select {
        width: 100%;
    }

    .ag-policy-content table {
        min-width: 100%;
        font-size: 0.78rem;
    }

    .ag-policy-content th,
    .ag-policy-content td {
        padding: 12px 8px;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        padding: 14px;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        min-height: 56px;
        padding-bottom: calc(13px + env(safe-area-inset-bottom) * 0.15);
    }
}

@media (max-width: 360px) {
    .ag-header-row {
        grid-template-columns: 44px minmax(0, 1fr) 88px;
        gap: 4px;
    }

    .ag-logo {
        width: min(144px, 100%);
    }

    .ag-market-toggle,
    .ag-icon-link {
        width: 44px;
    }

    .ag-cart-count {
        right: 0;
    }

    .woocommerce-cart .wc-block-cart-items {
        width: 100%;
        table-layout: fixed;
    }

    .woocommerce-cart .wc-block-cart-items__row {
        column-gap: 6px !important;
    }
}

@media (max-width: 900px) {
    .ag-video-products-inline .ag-video-product-list {
        grid-auto-columns: minmax(210px, 42vw);
        grid-auto-flow: column;
        grid-template-columns: none;
        padding-bottom: 8px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .ag-video-products-inline .ag-video-product {
        scroll-snap-align: start;
    }

    .ag-feature-band--bright {
        min-height: 0;
        align-items: stretch;
        padding-block: 48px;
    }

    .ag-feature-band--bright .ag-feature-band-layout {
        grid-template-columns: 1fr;
        padding-block: 0;
    }

    .ag-feature-band--bright .ag-feature-band-copy {
        width: auto;
        padding: clamp(34px, 7vw, 56px);
        border-radius: 0 0 28px 28px;
        grid-row: 2;
    }

    .ag-feature-band--bright .ag-feature-band-media {
        min-height: 0;
        aspect-ratio: auto;
        border-radius: 28px 28px 0 0;
        grid-row: 1;
    }

    .ag-feature-band--bright .ag-feature-band-media img {
        height: auto;
        max-height: none;
        object-fit: contain;
    }
}

@media (max-width: 620px) {
    .ag-video-products-inline {
        padding: 14px;
    }

    .ag-video-products-inline .ag-video-product-list {
        grid-auto-columns: minmax(196px, 76vw);
    }

    .ag-feature-band--bright {
        min-height: 0;
        padding-block: 34px;
    }

    .ag-feature-band--bright .ag-feature-band-layout {
        padding-block: 0;
    }

    .ag-feature-band--bright .ag-feature-band-copy {
        padding: 30px 24px 34px;
    }

    .ag-feature-band--bright .ag-feature-band-copy h2 {
        font-size: clamp(2.25rem, 10vw, 3rem);
    }

    .ag-feature-band--bright .ag-feature-band-copy > p:not(.ag-eyebrow) {
        font-size: 0.96rem;
    }

    .ag-feature-band--bright .ag-button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .ag-feature-band--bright .ag-button {
        width: 100%;
    }

    .ag-locale-en-us .ag-brand-story-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
.ag-product-guide-grid,
.ag-editorial-links ul {
    display: grid;
    gap: 18px;
}

.ag-product-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ag-product-guide-grid article,
.ag-editorial-links {
    border: 1px solid var(--ag-line, #d7e0e6);
    border-radius: 24px;
    background: #fff;
    padding: clamp(24px, 3vw, 36px);
}

.ag-product-guide-grid h3,
.ag-editorial-links h2 {
    margin: 0 0 12px;
}

.ag-product-guide-grid p {
    margin: 0 0 18px;
}

.ag-editorial-links {
    margin-top: 42px;
}

.ag-editorial-links ul {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.ag-editorial-links a {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

@media (max-width: 700px) {
    .ag-product-guide-grid {
        grid-template-columns: 1fr;
    }
}
