/* Homepage only. All selectors scoped; existing header, footer and catalog untouched. */
.ah-home {
    --ah-ink: #233b30; --ah-muted: #59655e; --ah-green: #234b3a;
    --ah-sage: #eaf0e5; --ah-offwhite: #f6f7f2; --ah-line: #dce2d8;
    --ah-content: 1380px; --ah-radius: 8px;
    color: var(--ah-ink); background: #fff; font-size: 15px; line-height: 1.7; min-width: 0;
}
.ah-home *, .ah-home *::before, .ah-home *::after { box-sizing: border-box; }
.ah-home [hidden] { display: none !important; }
.ah-home :where(h1,h2,h3,p,figure,blockquote,dl,dd) { margin: 0; }
.ah-home :where(a) { color: inherit; text-decoration: none; }
.ah-home :where(button,input,select,textarea) { font: inherit; }
.ah-home :where(button,summary) { cursor: pointer; }
.ah-home :where(button,a,input,select,textarea,summary):focus-visible { outline: 3px solid #a17d35; outline-offset: 4px; }
.ah-home .ah-container { width: min(var(--ah-content), calc(100% - 96px)); margin-inline: auto; min-width: 0; }
.ah-home .ah-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); padding: 0; margin: -1px; white-space: nowrap; }
.ah-home .ah-section { padding-block: 82px; }
.ah-home .ah-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .13em; margin-bottom: 18px; }
.ah-home .ah-eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: #6e875e; }
.ah-home h2 { font-size: clamp(29px,3vw,43px); line-height: 1.18; font-weight: 500; letter-spacing: -.045em; }
.ah-home .ah-hero { background: var(--ah-offwhite); border-bottom: 1px solid var(--ah-line); overflow: clip; }
.ah-home .ah-hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding-block: 52px 42px; }
.ah-home .ah-hero-layout > * { min-width: 0; }
.ah-home .ah-hero h1 { font-size: clamp(42px,4.9vw,74px); line-height: 1.04; font-weight: 500; letter-spacing: -.055em; }
.ah-home .ah-hero h1 em { color: #697a5e; font-style: normal; }
.ah-home .ah-hero-description { font-size: 15px; line-height: 1.85; max-width: 445px; margin-block: 26px; color: var(--ah-muted); }
.ah-home .ah-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ah-home .ah-button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 49px; padding: 13px 24px; border-radius: 4px; border: 1px solid transparent; font-size: 13px; line-height: 1.5; font-weight: 600; }
.ah-home .ah-button-primary { background: var(--ah-green); color: #fff; }
.ah-home .ah-button-primary:hover { background: #163526; transform: translateY(-2px); }
.ah-home .ah-button-outline { border-color: #b6c1ad; background: transparent; color: var(--ah-ink); }
.ah-home .ah-button-outline:hover { background: var(--ah-sage); }
.ah-home .ah-hero-note { font-size: 11px; color: var(--ah-muted); margin-top: 20px; }
.ah-home .ah-slider { min-width: 0; }
.ah-home .ah-slide { border-radius: var(--ah-radius); overflow: hidden; background: #ece2d7; }
.ah-home .ah-slide img { display: block; width: 100%; height: auto; aspect-ratio: 1.2; object-fit: cover; }
.ah-home .ah-slide figcaption { background: #fff; padding: 18px 22px; }
.ah-home .ah-slide figcaption span { display: block; font-size: 9px; font-weight: 600; letter-spacing: .1em; color: var(--ah-muted); margin-bottom: 4px; }
.ah-home .ah-slide figcaption strong { display: block; font-size: 17px; line-height: 1.45; font-weight: 500; }
.ah-home .ah-slider-controls { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.ah-home .ah-slide-dots { display: flex; margin-right: auto; }
.ah-home .ah-slide-dots button { display: grid; place-items: center; width: 32px; height: 44px; border: 0; background: none; }
.ah-home .ah-slide-dots button span { width: 6px; height: 6px; background: #bcc5b5; border-radius: 50%; }
.ah-home .ah-slide-dots button[aria-pressed="true"] span { width: 18px; border-radius: 5px; background: var(--ah-green); }
.ah-home .ah-slide-position { font-size: 10px; color: var(--ah-muted); margin-right: 12px; }
.ah-home .ah-icon-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #cbd4c4; border-radius: 50%; background: transparent; color: var(--ah-ink); font-size: 20px; }
.ah-home .ah-icon-button:hover { background: #e4eadf; }
.ah-home .ah-play { font-size: 13px; }
.ah-home .ah-assurance { border-bottom: 1px solid var(--ah-line); }
.ah-home .ah-assurance > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; padding-block: 22px; }
.ah-home .ah-assurance span { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; }
.ah-home .ah-assurance b { font-size: 22px; font-weight: 400; }
.ah-home .ah-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 30px; }
.ah-home .ah-section-heading .ah-eyebrow { margin-bottom: 12px; }
.ah-home .ah-section-heading > p { color: var(--ah-muted); font-size: 13px; max-width: 240px; }
.ah-home .ah-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; border-bottom: 1px solid #aab99e; font-size: 12px; font-weight: 600; }
.ah-home .ah-text-link:hover { color: #526e43; }
.ah-home .ah-category-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.ah-home .ah-category-filters button { min-height: 44px; border: 1px solid var(--ah-line); border-radius: 25px; background: #fff; color: var(--ah-muted); font-size: 12px; padding: 8px 20px; }
.ah-home .ah-category-filters button[aria-pressed="true"] { background: var(--ah-green); border-color: var(--ah-green); color: #fff; }
.ah-home .ah-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.ah-home .ah-category-card { min-width: 0; display: block; overflow: hidden; border: 1px solid var(--ah-line); border-radius: var(--ah-radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.ah-home .ah-category-card:hover, .ah-home .ah-category-card:focus-visible { transform: translateY(-4px); box-shadow: 0 12px 26px rgb(29 57 40 / 9%); border-color: #a3b698; }
.ah-home .ah-category-image { position: relative; aspect-ratio: 1.35; overflow: hidden; background: #fff; }
.ah-home .ah-category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.ah-home .ah-category-sprite { display: block; width: auto; height: 100%; aspect-ratio: 1; margin-inline: auto; background-size: 300% 200%; background-repeat: no-repeat; transition: transform .35s; }
.ah-home .ah-category-card:hover :is(img,.ah-category-sprite) { transform: scale(1.04); }
.ah-home .ah-card-arrow { position: absolute; bottom: 14px; right: 14px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 1px solid var(--ah-line); font-size: 17px; }
.ah-home .ah-category-copy { padding: 19px 22px 22px; border-top: 1px solid #edf0e8; }
.ah-home .ah-category-copy h3 { font-size: 18px; font-weight: 500; margin-bottom: 6px; }
.ah-home .ah-category-copy p { font-size: 12px; color: var(--ah-muted); line-height: 1.7; }
.ah-home .ah-process { background: var(--ah-offwhite); padding-block: 65px; border-block: 1px solid var(--ah-line); }
.ah-home .ah-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; list-style: none; padding: 0; margin: 0; }
.ah-home .ah-step-number { display: flex; justify-content: space-between; padding-block: 14px 22px; border-top: 1px solid #b3c1a7; color: #647955; font-size: 13px; }
.ah-home .ah-process h3 { font-size: 18px; font-weight: 500; margin-bottom: 12px; }
.ah-home .ah-process p:not(.ah-eyebrow) { color: var(--ah-muted); font-size: 13px; line-height: 1.85; }
.ah-home .ah-factory { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 45px 64px; }
.ah-home .ah-factory-images { min-width: 0; }
.ah-home .ah-press-image { position: relative; aspect-ratio: 2.02; overflow: hidden; background: #f2f4ef; border: 1px solid var(--ah-line); border-radius: var(--ah-radius); }
.ah-home .ah-press-image img { position: absolute; bottom: 0; width: 100%; height: auto; }
.ah-home .ah-finishing-image { width: 100%; height: auto; margin-top: 18px; border: 1px solid var(--ah-line); border-radius: var(--ah-radius); }
.ah-home .ah-photo-caption { margin-top: 12px; color: var(--ah-muted); font-size: 10px; }
.ah-home .ah-factory-copy > p:not(.ah-eyebrow) { color: var(--ah-muted); font-size: 14px; line-height: 1.85; margin-top: 20px; }
.ah-home .ah-check-list { list-style: none; padding: 0; margin: 24px 0; }
.ah-home .ah-check-list li { position: relative; padding: 7px 0 7px 26px; font-size: 13px; }
.ah-home .ah-check-list li::before { content: "✓"; position: absolute; left: 0; color: #637c51; }
.ah-home .ah-metrics { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding-top: 30px; border-top: 1px solid var(--ah-line); gap: 25px; }
.ah-home .ah-metrics > div { display: flex; flex-direction: column-reverse; justify-content: end; border-right: 1px solid var(--ah-line); padding-right: 20px; }
.ah-home .ah-metrics > div:last-child { border: 0; }
.ah-home .ah-metrics dt { font-size: 12px; color: var(--ah-muted); margin-top: 5px; }
.ah-home .ah-metrics dd { font-size: clamp(21px,2.5vw,32px); letter-spacing: -.04em; line-height: 1.2; overflow-wrap: anywhere; }
.ah-home .ah-confidence { background: var(--ah-offwhite); border-block: 1px solid var(--ah-line); padding-block: 65px 38px; }
.ah-home .ah-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.ah-home .ah-proof-card { background: white; padding: 28px; border: 1px solid var(--ah-line); border-radius: var(--ah-radius); min-width: 0; }
.ah-home .ah-proof-symbol { display: block; color: #637955; font-size: 10px; letter-spacing: .1em; margin-bottom: 28px; }
.ah-home .ah-proof-card h3 { font-size: 21px; font-weight: 500; margin-bottom: 12px; }
.ah-home .ah-proof-card p { font-size: 13px; line-height: 1.85; color: var(--ah-muted); overflow-wrap: anywhere; }
.ah-home .ah-quote-mark { display: block; font-size: 50px; color: #8c9e80; line-height: 1; }
.ah-home .ah-review figcaption { margin-top: 24px; }
.ah-home .ah-review figcaption strong, .ah-home .ah-review figcaption span { display: block; font-size: 12px; }
.ah-home .ah-review figcaption span { color: var(--ah-muted); margin-top: 3px; }
.ah-home .ah-trust-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 36px; list-style: none; margin: 28px 0 0; padding: 0; }
.ah-home .ah-trust-badges li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.ah-home .ah-trust-badges span { font-size: 19px; color: #637955; }
.ah-home .ah-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.ah-home .ah-faq .ah-text-link { margin-top: 20px; }
.ah-home .ah-questions details { border-top: 1px solid var(--ah-line); }
.ah-home .ah-questions details:last-child { border-bottom: 1px solid var(--ah-line); }
.ah-home .ah-questions summary { display: flex; justify-content: space-between; gap: 20px; min-height: 60px; align-items: center; padding-block: 18px; font-size: 14px; font-weight: 600; list-style: none; }
.ah-home .ah-questions summary::-webkit-details-marker { display: none; }
.ah-home .ah-questions summary > span { font-size: 22px; font-weight: 400; }
.ah-home .ah-questions details[open] summary > span { transform: rotate(45deg); }
.ah-home .ah-questions p { color: var(--ah-muted); font-size: 13px; line-height: 1.85; padding-bottom: 24px; }
.ah-home .ah-inquiry { background: var(--ah-green); padding-block: 75px; color: #fff; }
.ah-home .ah-inquiry-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.ah-home .ah-inquiry-copy { padding-top: 30px; }
.ah-home .ah-inquiry-copy h2 { font-size: clamp(34px,3.6vw,53px); }
.ah-home .ah-inquiry-copy > p:not(.ah-eyebrow) { color: #d2dfcd; font-size: 14px; line-height: 1.9; margin-top: 23px; }
.ah-home .ah-inquiry .ah-eyebrow { color: #c8d9b8; }
.ah-home .ah-inquiry .ah-check-list { color: #e0e8dd; }
.ah-home .ah-inquiry .ah-check-list li::before { color: #c8d9b8; }
.ah-home .ah-inquiry-copy .ah-text-link { color: #e0e8dd; }
.ah-home .ah-inquiry-form { min-width: 0; border-radius: 10px; background: #fff; padding: 35px; color: var(--ah-ink); }
.ah-home .ah-inquiry-form > h3 { font-size: 26px; font-weight: 500; letter-spacing: -.03em; margin-bottom: 24px; }
.ah-home .form-wrap { max-width: none; padding: 0; margin: 0; border: 0; box-shadow: none; background: transparent; }
.ah-home .form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.ah-home .form-field { min-width: 0; margin-bottom: 16px; }
.ah-home .form-field label { font-size: 12px; color: var(--ah-ink); margin-bottom: 6px; }
.ah-home .form-field input, .ah-home .form-field select, .ah-home .form-field textarea { width: 100%; max-width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfd8c9; border-radius: 4px; background: #fbfcf9; color: var(--ah-ink); font-size: 13px; }
.ah-home .form-field textarea { min-height: 115px; resize: vertical; }
.ah-home .form-wrap .btn-primary { width: 100%; min-height: 48px; padding: 13px 18px; background: var(--ah-green); color: #fff; border: 0; border-radius: 4px; box-shadow: none; font-size: 13px; font-weight: 600; }
.ah-home .form-wrap .btn-primary:hover { background: #163526; }
.ah-home .form-wrap .form-note { font-size: 10px; color: var(--ah-muted); text-align: center; margin-top: 12px; }
.ah-home .form-success, .ah-home .form-error { font-size: 13px; line-height: 1.6; }
@media (min-width: 100rem) {
    .ah-home .ah-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 68rem) {
    .ah-home .ah-container { width: calc(100% - 48px); }
    .ah-home .ah-hero-layout { gap: 30px; }
    .ah-home .ah-factory { gap: 35px; }
    .ah-home .ah-inquiry-layout { gap: 40px; grid-template-columns: .8fr 1.2fr; }
    .ah-home .ah-inquiry-form { padding: 26px; }
    .ah-home .ah-faq { gap: 45px; }
}
@media (max-width: 52rem) {
    .ah-home .ah-hero-layout { grid-template-columns: 1fr 1fr; gap: 24px; }
    .ah-home .ah-hero h1 { font-size: 44px; }
    .ah-home .ah-actions { flex-direction: column; align-items: stretch; }
    .ah-home .ah-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ah-home .ah-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
    .ah-home .ah-assurance > div { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
    .ah-home .ah-assurance span { justify-content: start; }
    .ah-home .ah-section-heading { align-items: start; flex-direction: column; gap: 14px; }
    .ah-home .ah-section-heading > p { max-width: none; }
    .ah-home .ah-factory { grid-template-columns: 1fr; }
    .ah-home .ah-factory-images { order: 1; }
    .ah-home .ah-factory-copy { order: 0; }
    .ah-home .ah-metrics { order: 2; }
    .ah-home .ah-proof-grid { gap: 14px; }
    .ah-home .ah-proof-card { padding: 20px; }
    .ah-home .ah-inquiry-layout { grid-template-columns: 1fr; gap: 30px; }
    .ah-home .ah-inquiry-copy { max-width: 600px; padding: 0; }
    .ah-home .ah-faq { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 40rem) {
    .ah-home .ah-container { width: calc(100% - 32px); }
    .ah-home .ah-section { padding-block: 50px; }
    .ah-home .ah-hero-layout { grid-template-columns: 1fr; padding-block: 36px 22px; gap: 30px; }
    .ah-home .ah-hero h1 { font-size: clamp(42px,10.4vw,62px); }
    .ah-home .ah-hero-description { margin-block: 22px; font-size: 14px; }
    .ah-home .ah-actions { flex-direction: row; }
    .ah-home .ah-button { padding-inline: 17px; gap: 12px; }
    .ah-home .ah-slide img { aspect-ratio: 1.5; }
    .ah-home .ah-slide figcaption { padding: 15px 18px; }
    .ah-home .ah-assurance span { font-size: 10px; gap: 8px; }
    .ah-home .ah-category-filters button { font-size: 11px; padding-inline: 14px; }
    .ah-home .ah-category-grid { gap: 13px; }
    .ah-home .ah-category-image { aspect-ratio: 1; }
    .ah-home .ah-category-copy { padding: 14px; }
    .ah-home .ah-category-copy h3 { font-size: 16px; line-height: 1.35; }
    .ah-home .ah-category-copy p { font-size: 11px; }
    .ah-home .ah-process, .ah-home .ah-confidence { padding-block: 45px; }
    .ah-home .ah-process-grid { gap: 22px; }
    .ah-home .ah-process h3 { font-size: 16px; }
    .ah-home .ah-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px; }
    .ah-home .ah-metrics > div:nth-child(2n) { border: 0; }
    .ah-home .ah-proof-grid { grid-template-columns: 1fr; }
    .ah-home .ah-proof-card { padding: 26px; }
    .ah-home .ah-trust-badges { justify-content: start; gap: 14px 24px; }
    .ah-home .ah-inquiry { padding-block: 45px; }
    .ah-home .ah-inquiry-form { padding: 24px 20px; }
    .ah-home .form-row { grid-template-columns: 1fr; gap: 0; }
    .ah-home .form-field input, .ah-home .form-field select, .ah-home .form-field textarea { font-size: 16px; }
}
@media (max-width: 23rem) {
    .ah-home .ah-category-grid, .ah-home .ah-process-grid { grid-template-columns: 1fr; }
    .ah-home .ah-actions { flex-direction: column; }
    .ah-home .ah-slide-position { margin-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .ah-home *, .ah-home *::before, .ah-home *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}


/* Picture wrappers preserve the existing card crop and slide dimensions. */
.ah-home picture { display: block; }
.ah-home .ah-category-image picture { width: 100%; height: 100%; }
