@font-face {
    font-family: Prata;
    src: url('/assets/fonts/Prata-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Onest;
    src: url('/assets/fonts/Onest-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --content-max: 1400px;
    --page-gutter: clamp(20px, 4vw, 64px);
    --grid-gap: clamp(20px, 3vw, 48px);
    --text-color: #223126;
    --background-color: #f5f2e9;
    --surface-color: #fffdf8;
    --border-color: #c8d0c5;
    --accent-color: #b7372d;
    --accent-contrast: #fffdf8;
    --focus-color: #8b3028;
    --radius: 4px;
    --cream: #f5f2e9;
    --white: #fffdf8;
    --ink: #223126;
    --green: #426447;
    --green-light: #dde6d9;
    --red: #b7372d;
    --line: rgba(34, 49, 38, .2);
    color-scheme: light;
    font-family: Onest, Arial, sans-serif;
    line-height: 1.5;
}

html { scroll-padding-top: 82px; }
.apple-site { overflow-x: clip; background: var(--cream); color: var(--ink); font-family: Onest, Arial, sans-serif; }
.apple-site main { overflow-x: clip; }
.apple-site h1, .apple-site h2, .apple-site h3 { font-family: Prata, Georgia, serif; font-weight: 400; letter-spacing: -.035em; }
.apple-site h2 { margin: 0; font-size: clamp(2.15rem, 5vw, 3.5rem); line-height: 1.13; }
.apple-site h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.18; }
.apple-site p { text-wrap: pretty; }
.apple-site a { text-underline-offset: .25em; }
.apple-button { min-height: 50px; padding: 12px 22px; border: 1px solid var(--red); border-radius: 3px; background: var(--red); color: var(--white); font-weight: 500; text-decoration: none; }
.apple-button:hover { border-color: var(--ink); background: var(--ink); }
.apple-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--red); font-weight: 700; }

.apple-header { position: relative; z-index: 20; border-color: var(--line); background: var(--white); }
.apple-header__inner { display: grid; min-height: 72px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; padding-block: 8px; }
.apple-brand { display: inline-flex; min-height: 44px; flex-direction: column; justify-content: center; color: var(--ink); line-height: 1; text-decoration: none; }
.apple-brand span { font-size: .65rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.apple-brand strong { font-family: Prata, Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.apple-header__nav, .apple-header__phone { display: none; }
.apple-menu { position: relative; }
.apple-menu summary { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; cursor: pointer; list-style: none; }
.apple-menu summary::-webkit-details-marker, .season-block > summary::-webkit-details-marker, .faq-item > summary::-webkit-details-marker { display: none; }
.apple-menu summary span { width: 22px; height: 2px; background: var(--ink); }
.apple-menu nav { position: absolute; top: 52px; right: 0; display: grid; width: min(85vw, 340px); padding: 12px 18px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 42px rgba(34, 49, 38, .16); }
.apple-menu nav a { display: flex; min-height: 46px; align-items: center; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }

.apple-photo, .apple-photo .image-slot { min-width: 0; }
.apple-photo .image-slot { border-radius: 0; }
.apple-photo .image-slot img { width: 100%; height: 100%; object-fit: cover; }
.apple-photo .image-slot--placeholder { display: grid; place-items: center; border: 1px solid var(--green); background: #e7ece3; }
.apple-photo__placeholder figcaption { display: grid; justify-items: center; gap: 6px; min-width: 0; max-width: calc(100% - 24px); padding: 20px; background: var(--white); color: var(--ink); text-align: center; }
.apple-photo__placeholder figcaption span { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.apple-photo__placeholder figcaption strong { max-width: 100%; font-size: clamp(.95rem, 1.35vw, 1.25rem); line-height: 1.2; overflow-wrap: anywhere; }
.apple-photo__placeholder figcaption em { font-size: .78rem; font-style: normal; }

.apple-hero { background: #efe4c9; }
.apple-hero__scene { display: grid; width: 100%; max-width: none; }
.apple-hero__copy { display: flex; grid-row: 1; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 58px var(--page-gutter) 48px; }
.apple-marker, .section-kicker { font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.apple-marker { margin-bottom: 19px; color: var(--green); }
.apple-hero h1 { max-width: 12ch; margin: 0 0 22px; font-size: clamp(2.8rem, 9vw, 5.5rem); line-height: 1.08; }
.apple-hero .lead { max-width: 44ch; margin: 0 0 24px; font-size: clamp(1.05rem, 1.65vw, 1.3rem); line-height: 1.55; }
.apple-photo--hero .image-slot { height: clamp(330px, 87vw, 580px); aspect-ratio: auto; }
.apple-photo--hero { grid-row: 2; }
.apple-photo--hero img { object-position: 58% center; }
.apple-hero__logic { display: grid; grid-row: 3; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-inline: var(--page-gutter); background: var(--green); color: var(--white); }
.apple-hero__logic span { display: flex; min-height: 74px; align-items: center; gap: 9px; padding: 12px 8px; font-size: .72rem; line-height: 1.2; }
.apple-hero__logic span + span { border-left: 1px solid rgba(255, 253, 248, .25); }
.apple-hero__logic b { color: #d9e9cc; font-family: Prata, Georgia, serif; font-size: 1.25rem; font-weight: 400; }

.section-kicker { margin-bottom: 14px; color: var(--green); }
.section-kicker p { margin: 0; }
.season-section { padding-block: 72px 86px; background: #e2ead8; overflow: hidden; }
.season-section h2 { max-width: 22ch; }
.season-layout { margin-top: 32px; }
.season-tabs { display: none; }
.season-block { margin-bottom: 10px; border-top: 1px solid var(--line); }
.season-block > summary { display: grid; min-height: 74px; grid-template-columns: 35px 1fr 26px; align-items: center; gap: 12px; cursor: pointer; list-style: none; }
.season-summary__number { color: var(--red); font-family: Prata, Georgia, serif; font-size: 1.15rem; }
.season-block summary strong, .season-block summary small { display: block; }
.season-block summary strong { font-family: Prata, Georgia, serif; font-size: 1.4rem; font-weight: 400; }
.season-block summary small { margin-top: 2px; font-size: .85rem; }
.season-summary__icon, .faq-item__icon { position: relative; width: 25px; height: 25px; }
.season-summary__icon::before, .season-summary__icon::after, .faq-item__icon::before, .faq-item__icon::after { position: absolute; top: 50%; left: 50%; width: 17px; height: 1px; background: currentColor; content: ''; transform: translate(-50%, -50%); }
.season-summary__icon::after, .faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.season-block[open] .season-summary__icon::after, .faq-item[open] .faq-item__icon::after { transform: translate(-50%, -50%); }
.season-panel { padding-bottom: 25px; }
.season-panel__intro { max-width: 62ch; margin: 0 0 24px; font-size: 1rem; line-height: 1.6; }
.variety-grid { display: grid; min-width: 0; gap: 26px; }
.variety-card { min-width: 0; border-bottom: 1px solid var(--line); }
.apple-photo--variety .image-slot { width: 100%; aspect-ratio: 4 / 3; }
.variety-card__copy { min-width: 0; padding: 14px 0 18px; }
.variety-card h4 { margin: 0 0 5px; font-family: Prata, Georgia, serif; font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 400; line-height: 1.17; }
.variety-card p { margin: 0; font-size: .92rem; line-height: 1.4; }
.variety-card__period { color: var(--green); font-weight: 750; }
.season-panel__cta { margin-top: 25px; }

.compact-section { padding-block: 72px 84px; background: var(--green-light); overflow: hidden; }
.compact-section__intro { display: grid; gap: 17px; margin-bottom: 45px; }
.compact-section__intro h2 { max-width: 18ch; }
.compact-section__intro > p { max-width: 65ch; margin: 0; font-size: 1rem; line-height: 1.6; }
.compact-feature { display: grid; grid-template-columns: minmax(0, 1fr); min-width: 0; border-top: 1px solid var(--line); }
.compact-feature + .compact-feature { margin-top: 52px; }
.compact-feature__copy { min-width: 0; padding-top: 32px; }
.compact-feature__heading { max-width: 65ch; margin-bottom: 27px; padding-left: 20px; border-left: 4px solid var(--green); }
.compact-feature__heading h3 { max-width: 18ch; margin-bottom: 13px; font-size: clamp(2.15rem, 4vw, 3.35rem); }
.compact-feature__heading p { max-width: 54ch; margin: 0; font-size: 1.04rem; line-height: 1.6; }
.compact-feature__details { min-width: 0; }
.compact-varieties, .tree-varieties, .tree-combinations { margin: 0 0 21px; padding: 0; list-style: none; }
.compact-varieties li, .tree-varieties li { display: grid; gap: 4px; padding: 15px 0 16px; border-bottom: 1px solid var(--line); font-size: 1rem; line-height: 1.45; }
.compact-varieties li:first-child, .tree-varieties li:first-child { border-top: 1px solid var(--line); }
.compact-varieties strong, .tree-varieties strong { font-family: Prata, Georgia, serif; font-size: clamp(1.24rem, 1.5vw, 1.48rem); font-weight: 400; line-height: 1.2; }
.compact-varieties span, .tree-varieties span { color: #455c49; }
.compact-feature h4 { margin: 25px 0 10px; font-size: 1.08rem; }
.tree-combinations li { position: relative; padding: 7px 0 7px 18px; font-size: .98rem; line-height: 1.4; }
.tree-combinations li::before { position: absolute; top: 17px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--red); content: ''; }
.compact-feature > .apple-photo { min-width: 0; margin-top: 32px; }
.compact-feature > .apple-photo .image-slot { width: 100%; aspect-ratio: 4 / 5; }

.purchase-section { padding-block: 74px; background: var(--ink); }
.purchase-section__frame { display: grid; width: min(calc(100% - 2 * var(--page-gutter)), var(--content-max)); background: var(--green); }
.apple-photo--purchase .image-slot { width: 100%; aspect-ratio: 16 / 9; }
.purchase-section__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px var(--page-gutter) 42px; color: var(--white); }
.purchase-section__copy h2 { max-width: 19ch; margin-bottom: 17px; font-size: clamp(2rem, 4vw, 3.45rem); }
.purchase-section__copy p { max-width: 47ch; margin-bottom: 23px; font-size: 1rem; line-height: 1.55; }

.locations-section { padding-block: 76px 88px; background: var(--white); overflow: hidden; }
.locations-section__intro { display: grid; gap: 18px; margin-bottom: 32px; }
.locations-section__intro h2 { max-width: 21ch; }
.locations-section__intro p { max-width: 60ch; margin: 0; line-height: 1.6; }
.location-grid { display: grid; gap: 36px; }
.location-card { min-width: 0; }
.apple-photo--location .image-slot { width: 100%; aspect-ratio: 4 / 3; }
.location-card__top { padding: 20px 0 10px; }
.location-card h3 { font-size: clamp(1.9rem, 3vw, 3rem); }
.location-card__details { display: grid; gap: 5px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.location-card__details p { margin: 0; font-size: .94rem; }
.location-card__phone { display: inline-flex; min-height: 46px; align-items: center; color: var(--ink); font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 750; text-decoration: none; }

.delivery-section { padding-block: 68px 80px; background: var(--red); color: var(--white); }
.delivery-section__intro h2 { max-width: 17ch; margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.1rem); }
.delivery-section__intro p { max-width: 54ch; margin: 0 0 28px; font-size: 1.06rem; line-height: 1.55; }
.delivery-list { display: grid; gap: 12px; }
.delivery-method { min-width: 0; padding: 23px 20px; border: 1px solid rgba(255, 253, 248, .35); background: rgba(255, 253, 248, .09); }
.delivery-method:first-child { background: #922a25; }
.delivery-method h3 { margin: 0 0 7px; font-family: Onest, Arial, sans-serif; font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 600; letter-spacing: -.03em; }
.delivery-method p { margin: 4px 0 0; font-size: 1rem; line-height: 1.48; }
.delivery-method__price { display: block; margin: 18px 0 13px; font-family: Prata, Georgia, serif; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 400; line-height: 1; white-space: nowrap; }

.faq-section { padding-block: 78px 100px; background: var(--cream); }
.faq-section__grid { display: grid; gap: 24px; }
.faq-section__intro h2 { max-width: 10ch; }
.faq-list { min-width: 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > summary { display: grid; min-height: 78px; grid-template-columns: minmax(0, 1fr) 27px; align-items: center; gap: 10px; cursor: pointer; list-style: none; }
.faq-item summary strong { padding-block: 14px; font-size: 1rem; font-weight: 650; line-height: 1.35; }
.faq-item > p { max-width: 73ch; margin: 0; padding: 0 36px 26px 0; font-size: 1rem; line-height: 1.6; }

.apple-footer { padding-block: 54px 28px; border: 0; background: var(--ink); color: var(--white); }
.apple-footer__grid { display: grid; gap: 21px; }
.apple-brand--footer { color: var(--white); }
.apple-footer nav, .apple-footer__contacts, .apple-footer__links, .apple-footer__social { display: flex; flex-wrap: wrap; gap: 0 18px; }
.apple-footer nav, .apple-footer__contacts { flex-direction: column; }
.apple-footer a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; color: var(--white); }
.apple-footer__copyright { margin: 4px 0 0; padding-top: 18px; border-top: 1px solid rgba(255, 253, 248, .26); font-size: .84rem; }

@media (min-width: 700px) {
    .apple-hero__scene { grid-template-columns: 48% 52%; }
    .apple-hero__copy { grid-column: 1; grid-row: 1; min-height: 620px; padding-inline-end: 30px; }
    .apple-photo--hero { grid-column: 2; grid-row: 1; }
    .apple-photo--hero .image-slot { height: 100%; min-height: 620px; }
    .apple-hero__logic { grid-column: 1 / -1; grid-row: 2; justify-content: center; padding-inline: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2)); }
    .apple-hero__logic span { min-height: 78px; padding-inline: clamp(20px, 3vw, 50px); font-size: .86rem; }
    .apple-hero__logic span:first-child { padding-left: 0; }
    .variety-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
    .compact-section__intro { grid-template-columns: minmax(0, 1fr) minmax(0, .75fr); align-items: end; gap: var(--grid-gap); }
    .compact-feature > .apple-photo .image-slot { aspect-ratio: 5 / 4; }
    .purchase-section__frame { grid-template-columns: 60% 40%; }
    .apple-photo--purchase .image-slot { height: 100%; min-height: 450px; aspect-ratio: auto; }
    .purchase-section__copy { padding: 40px; }
    .locations-section__intro { grid-template-columns: 1fr .85fr; align-items: end; gap: var(--grid-gap); }
    .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--grid-gap); }
    .delivery-section__intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); align-items: end; column-gap: var(--grid-gap);margin-bottom: 40px; }
    .delivery-section__intro p { margin-bottom: 18px; }
    .delivery-list { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); grid-template-rows: repeat(2, minmax(0, 1fr)); }
    .delivery-method:first-child { grid-column: 1; grid-row: 1 / span 2; }
    .delivery-method:nth-child(2) { grid-column: 2; grid-row: 1; }
    .delivery-method:nth-child(3) { grid-column: 2; grid-row: 2; }
    .faq-section__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: var(--grid-gap); }
    .apple-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .apple-footer__links, .apple-footer__social, .apple-footer__copyright { grid-column: 1 / -1; }
}

@media (min-width: 1200px) {
    .apple-header { position: sticky; top: 0; }
    .apple-header__inner { min-height: 82px; grid-template-columns: auto minmax(0, 1fr) auto; gap: 30px; }
    .apple-header__nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 32px); }
    .apple-header__nav a, .apple-header__phone { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; color: var(--ink); font-size: .92rem; text-decoration: none; }
    .apple-header__phone { font-weight: 750; }
    .apple-menu { display: none; }
    .apple-hero__copy { min-height: min(780px, calc(100svh - 82px)); padding-inline-start: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2)); padding-inline-end: clamp(32px, 4vw, 70px); }
    .apple-photo--hero .image-slot { min-height: min(780px, calc(100svh - 82px)); }
    .apple-hero h1 { font-size: clamp(3.8rem, 4.55vw, 5rem); }
    .season-section { padding-block: 100px 110px; }
    .season-layout { display: grid; grid-template-columns: minmax(0, 30%) minmax(0, 70%); margin-top: 46px; }
    .season-tabs { display: flex; flex-direction: column; align-self: start; background: var(--green); }
    .season-tab { display: grid; min-height: 132px; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 18px; padding: 22px 30px; border: 0; border-bottom: 1px solid rgba(255, 253, 248, .22); background: transparent; color: var(--white); cursor: pointer; text-align: left; }
    .season-tab[aria-selected="true"] { background: #284b32; box-shadow: inset 6px 0 #c7dcc0; }
    .season-tab__number { color: #d6e4c8; font-family: Prata, Georgia, serif; font-size: 1.4rem; }
    .season-tab strong, .season-tab small { display: block; }
    .season-tab strong { font-family: Prata, Georgia, serif; font-size: 1.5rem; font-weight: 400; line-height: 1.13; }
    .season-tab small { margin-top: 7px; color: #e3eddf; font-size: .88rem; }
    .season-panels { min-width: 0; padding-left: 32px; }
    .season-block { margin: 0; border: 0; }
    .season-block > summary { display: none; }
    .season-block:not([open]) > .season-panel { display: block; }
    .js .season-block:not([data-active="true"]) { display: none; }
    .season-panel { padding: 0; }
    .season-panel__intro { max-width: 72ch; margin-bottom: 27px; font-size: 1.04rem; }
    .variety-grid { gap: 25px 30px; }
    .apple-photo--variety .image-slot { aspect-ratio: 3 / 2; }
    .season-panel__cta { margin-top: 24px; }
    .compact-section { padding-top: 98px; }
    .compact-section__intro { margin-bottom: 54px; }
    .compact-feature { grid-template-columns: minmax(0, 42%) minmax(0, 58%); align-items: stretch; min-height: 0; padding-block: 42px; }
    .compact-feature + .compact-feature { margin-top: 68px; }
    .compact-feature__copy { grid-column: 1; grid-row: 1; align-self: start; padding: 0 54px 0 0; }
    .compact-feature__heading { margin-bottom: 34px; padding-left: 24px; }
    .compact-feature__heading h3 { font-size: clamp(2.65rem, 3vw, 3.4rem); }
    .compact-feature > .apple-photo { position: relative; grid-column: 2; grid-row: 1; min-height: 820px; margin-top: 0; }
    .compact-feature > .apple-photo .image-slot { position: absolute; inset: 0; height: 100%; min-height: 0; aspect-ratio: auto; }
    .compact-feature--tree { grid-template-columns: minmax(0, 58%) minmax(0, 42%); }
    .compact-feature--tree > .apple-photo { grid-column: 1; }
    .compact-feature--tree .compact-feature__copy { grid-column: 2; padding: 0 0 0 54px; }
    .compact-feature--tree .tree-varieties li { padding-block: 12px 13px; }
    .purchase-section { padding-block: 100px; }
    .purchase-section__frame { grid-template-columns: 62% 38%; }
    .apple-photo--purchase .image-slot { min-height: 500px; }
    .purchase-section__copy { padding: 55px; }
    .locations-section { padding-block: 100px 110px; }
    .locations-section__intro { margin-bottom: 45px; }
    .delivery-section { padding-block: 78px 88px; }
    .faq-section { padding-block: 95px 115px; }
    .faq-section__grid { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); }
    .faq-item > summary { min-height: 85px; }
    .apple-footer__grid { grid-template-columns: 2fr 1fr 1.25fr; }
    .apple-footer__links, .apple-footer__social, .apple-footer__copyright { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: no-preference) {
    .season-tab, .variety-choice { transition: background-color .2s ease, color .2s ease; }
}
