.hool-homepage { overflow: clip; }
.home .hool-section { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.home .hool-section-header { align-items: end; margin-block-end: clamp(1.5rem, 3vw, 2.5rem); }
.home .hool-section-header h2 { max-width: 18ch; font-size: clamp(1.75rem, 2.7vw, 2.7rem); letter-spacing: -.035em; }
.home .hool-section-header__description { max-width: 34rem; margin-block-start: .6rem; }

/* The homepage opens like a food story, not a product dashboard. */
.hool-home-hero { padding-block: clamp(2.5rem, 6vw, 6rem); background: var(--hool-color-surface-warm); }
.hool-home-hero__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(28rem, 1.14fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.hool-home-hero__content { position: relative; z-index: 1; max-width: 38rem; }
.hool-home-hero__content h1 { max-width: 9ch; margin-block: .35rem 1rem; font-size: clamp(3rem, 5.5vw, 5.75rem); letter-spacing: -.065em; line-height: .94; }
.hool-home-hero__lead { max-width: 28rem; color: var(--hool-color-muted); font-size: var(--hool-step-1); }
.hool-home-search-modes { max-width: 34rem; margin-block: 1.65rem 1rem; }
.hool-home-search-tabs { display: flex; gap: 1.25rem; margin-block-end: .45rem; }
.hool-home-search-tabs button { min-height: 2rem; padding: 0 0 .2rem; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--hool-color-muted); font-size: .86rem; font-weight: 720; cursor: pointer; }
.hool-home-search-tabs button[aria-selected="true"] { border-bottom-color: var(--hool-color-text); color: var(--hool-color-text); }
.hool-home-search-tabs button:hover { color: var(--hool-color-primary-hover); }
.hool-home-search-modes [role="tabpanel"][hidden] { display: none; }
.hool-home-search { display: grid; grid-template-columns: 1fr auto; gap: .35rem; max-width: 34rem; margin-block: 2rem 1rem; padding: .35rem; background: var(--hool-color-surface); border: 1px solid color-mix(in srgb, var(--hool-color-border) 80%, transparent); border-radius: .35rem; box-shadow: 0 10px 30px rgb(29 29 31 / 6%); }
.hool-home-search-modes .hool-home-search { margin-block: 0; }
.hool-home-search .hool-field { border-color: transparent; border-radius: .2rem; }
.hool-home-search .hool-button { border-radius: .25rem; }
.hool-home-hero__text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--hool-color-text); font-size: var(--hool-step--1); font-weight: 760; text-decoration: none; }
.hool-home-hero__text-link:hover { color: var(--hool-color-primary); }
.hool-home-hero__text-link .hool-icon { width: 1rem; }
.hool-home-hero__media { position: relative; display: block; min-height: 32rem; overflow: hidden; background: var(--hool-color-text); color: var(--hool-color-surface); text-decoration: none; }
.hool-home-hero__media img { width: 100%; height: 100%; min-height: 32rem; object-fit: cover; transition: transform 500ms ease; }
.hool-home-hero__media:hover img { transform: scale(1.018); }
.hool-home-hero__caption { position: absolute; inset: auto 0 0; display: grid; gap: .2rem; padding: 4rem 1.5rem 1.4rem; background: linear-gradient(transparent, rgb(20 16 12 / 72%)); color: #fff; }
.hool-home-hero__caption span { font-size: .72rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.hool-home-hero__caption strong { max-width: 24ch; font-size: var(--hool-step-1); }

/* One lead story and a restrained supporting list. */
.hool-featured-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(19rem, .75fr); gap: 0 clamp(1.5rem, 3vw, 3rem); }
.home .hool-featured-grid .hool-card { border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.home .hool-featured-grid .hool-card:hover { box-shadow: none; transform: none; }
.hool-card--feature { grid-row: 1 / span 3; }
.hool-card--feature .hool-card__media { aspect-ratio: 4 / 3; }
.hool-card--feature .hool-card__body { padding: 1.15rem 0 0; }
.hool-card--feature .hool-card__title { max-width: 20ch; font-size: clamp(1.6rem, 2.4vw, 2.45rem); letter-spacing: -.035em; }
.hool-card--feature .hool-card__excerpt { max-width: 42rem; }
.hool-card--support { display: grid; grid-template-columns: minmax(7.5rem, 42%) minmax(0, 1fr); align-items: center; gap: 1rem; padding-block: 1rem; border-top: 1px solid var(--hool-color-border) !important; }
.hool-card--support:first-of-type { padding-block-start: 0; border-top: 0 !important; }
.hool-card--support .hool-card__media { aspect-ratio: 4 / 3; }
.hool-card--support .hool-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hool-card--support .hool-card__body { padding: 0; }
.hool-card--support .hool-card__title { font-size: var(--hool-step-0); }
.hool-card--support .hool-card__excerpt { display: none; }
.home .hool-card--support .hool-favourite-button { inset: 4px 4px auto auto; width: 44px; height: 44px; }
.home .hool-card--support .hool-favourite-button__visual,
.home .hool-card--light-support .hool-favourite-button__visual { width: 30px; height: 30px; }
.home .hool-card--support .hool-card__badge,
.home .hool-card--light-support .hool-card__badge { inset: 10px auto auto 10px; gap: .2rem; padding: .25rem .38rem; font-size: .68rem; }
.home .hool-card--support .hool-card__badge .hool-icon,
.home .hool-card--light-support .hool-card__badge .hool-icon { width: .85rem; height: .85rem; }

/* Quick discovery is navigation, not another card collection. */
.hool-home-quick { padding-block: 0 !important; }
.hool-quick-choice-row { display: grid; grid-template-columns: minmax(10rem, .45fr) minmax(0, 1.55fr); align-items: center; gap: 1.5rem; padding-block: 1.4rem; border-block: 1px solid var(--hool-color-border); }
.hool-quick-choice-row h2 { margin: 0; font-size: var(--hool-step-1); }
.hool-quick-choice-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1.4rem; }
.hool-quick-choice-links a { display: inline-flex; align-items: center; gap: .35rem; padding-block-end: .15rem; border-bottom: 1px solid color-mix(in srgb, var(--hool-color-text) 24%, transparent); color: var(--hool-color-text); font-size: var(--hool-step--1); font-weight: 720; text-decoration: none; }
.hool-quick-choice-links a:hover { color: var(--hool-color-primary); }
.hool-quick-choice-links .hool-icon { width: .9rem; }

/* World flavours uses real recipes and a wider editorial rhythm. */
.hool-world { background: var(--hool-color-surface); }
.hool-cuisine-tabs { display: flex; flex-wrap: wrap; gap: .55rem 1.35rem; margin-block: -.35rem clamp(1.6rem, 3vw, 2.6rem); border-bottom: 1px solid var(--hool-color-border); }
.hool-cuisine-tabs a { display: inline-flex; align-items: center; gap: .38rem; min-height: 2.8rem; margin-block-end: -1px; border-bottom: 2px solid transparent; color: var(--hool-color-muted); font-size: var(--hool-step--1); font-weight: 730; text-decoration: none; }
.hool-cuisine-tabs a span { min-width: 1.35rem; color: color-mix(in srgb, var(--hool-color-muted) 72%, transparent); font-size: .72rem; font-variant-numeric: tabular-nums; text-align: center; }
.hool-cuisine-tabs a:hover { color: var(--hool-color-primary-hover); }
.hool-cuisine-tabs a[aria-current="true"] { border-bottom-color: var(--hool-color-text); color: var(--hool-color-text); }
.hool-cuisine-results { transition: opacity 160ms ease; }
.hool-cuisine-results[aria-busy="true"] { opacity: .42; }
.hool-cuisine-status { min-height: 1.4em; margin-block: .8rem 0; }
.hool-world-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.2vw, 2rem); align-items: start; }
.hool-world-grid--count-1 { max-width: 42rem; grid-template-columns: minmax(0, 1fr); }
.hool-world-grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home .hool-world-grid .hool-card { border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.home .hool-world-grid .hool-card:hover { box-shadow: none; transform: none; }
.hool-card--world-grid .hool-card__media { aspect-ratio: 4 / 3; }
.hool-card--world-grid .hool-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hool-card--world-grid .hool-card__body { padding: .9rem 0 0; }
.hool-card--world-grid .hool-card__title { font-size: var(--hool-step-0); }
.hool-card--world-grid .hool-card__excerpt { display: none; }
.hool-card__cuisine { margin: 0 0 .35rem; color: var(--hool-color-primary-hover); font-size: .75rem; font-weight: 780; letter-spacing: .045em; text-transform: uppercase; }

/* Meal and dish taxonomies create a lighter editorial counterpoint. */
.hool-light-ideas { background: var(--hool-color-surface-warm); }
.hool-light-idea-links { display: flex; flex-wrap: wrap; gap: .65rem 1.35rem; margin-block: -.35rem 2rem; }
.hool-light-idea-links a { display: inline-flex; align-items: center; gap: .35rem; padding-block-end: .15rem; border-bottom: 1px solid color-mix(in srgb, var(--hool-color-text) 24%, transparent); color: var(--hool-color-text); font-size: var(--hool-step--1); font-weight: 720; text-decoration: none; }
.hool-light-idea-links a:hover { color: var(--hool-color-primary); }
.hool-light-idea-links .hool-icon { width: .9rem; }
.hool-light-idea-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(17rem, .6fr); gap: 0 clamp(1.5rem, 3vw, 3rem); }
.home .hool-light-idea-grid .hool-card { border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.home .hool-light-idea-grid .hool-card:hover { box-shadow: none; transform: none; }
.hool-card--light-feature { grid-row: 1 / span 3; }
.hool-card--light-feature .hool-card__media { aspect-ratio: 16 / 10; }
.hool-card--light-feature .hool-card__body { padding: 1rem 0 0; }
.hool-card--light-feature .hool-card__title { font-size: clamp(1.45rem, 2vw, 2rem); }
.hool-card--light-support { display: grid; grid-template-columns: minmax(7rem, 40%) minmax(0, 1fr); align-items: center; gap: 1rem; padding-block: 1rem; border-top: 1px solid var(--hool-color-border) !important; }
.hool-card--light-support:first-of-type { padding-block-start: 0; border-top: 0 !important; }
.hool-card--light-support .hool-card__media { aspect-ratio: 4 / 3; }
.hool-card--light-support .hool-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hool-card--light-support .hool-card__body { padding: 0; }
.hool-card--light-support .hool-card__title { font-size: var(--hool-step-0); }
.hool-card--light-support .hool-card__excerpt { display: none; }

/* The deterministic recommender stays powerful but opens only on request. */
.home .hool-recommendation-section { padding-block: clamp(2.5rem, 5vw, 4.5rem); background: var(--hool-color-surface-warm); scroll-margin-top: 5rem; }
.home .hool-recommendation { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .85fr); align-items: center; gap: clamp(1.5rem, 5vw, 5rem); padding: 0; background: transparent; border: 0; border-radius: 0; }
.home .hool-recommendation__intro h2 { max-width: 16ch; margin-block: .35rem .7rem; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.035em; }
.home .hool-recommendation__intro > p:not(.hool-eyebrow, .hool-preview-notice, .hool-help) { max-width: 36rem; }
.hool-recommendation__disclosure { min-width: 0; }
.hool-recommendation__disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 3.4rem; padding: .85rem 1rem; border-bottom: 2px solid var(--hool-color-text); color: var(--hool-color-text); font-weight: 780; cursor: pointer; list-style: none; }
.hool-recommendation__disclosure > summary > span { display: grid; gap: .2rem; min-width: 0; }
.hool-recommendation__disclosure > summary small { overflow: hidden; color: var(--hool-color-muted); font-size: .75rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.hool-preview-notice--admin { width: fit-content; max-width: 42rem; margin: 0 0 1rem; padding: .45rem .7rem; border-inline-start: 3px solid var(--hool-color-warning); background: var(--hool-color-surface); color: var(--hool-color-muted); font-size: var(--hool-step--1); }
.hool-recommendation__disclosure > summary::-webkit-details-marker { display: none; }
.hool-recommendation__disclosure > summary .hool-icon { width: 1.1rem; transition: transform var(--hool-transition); }
.hool-recommendation__disclosure[open] { grid-column: 1 / -1; }
.hool-recommendation__disclosure[open] > summary .hool-icon { transform: rotate(90deg); }
.home .hool-recommendation__form { margin-block-start: 2rem; padding-block-start: 2rem; border-top: 1px solid var(--hool-color-border); }
.home .hool-recommendation__results { grid-column: 1 / -1; }

/* Ingredient Finder receives one distinct, publication-integrated utility block. */
.hool-ingredient-section { scroll-margin-top: 5rem; }
.hool-ingredient-finder { min-width: 0; }
.home .hool-ingredient-panel { display: grid; grid-template-columns: minmax(0, .78fr) minmax(22rem, 1.22fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(2rem, 5vw, 4.5rem); background: #25211d; border: 0; border-radius: .25rem; box-shadow: none; color: #fff; }
.home .hool-ingredient-panel__intro h2 { max-width: 15ch; color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.035em; }
.home .hool-ingredient-panel__intro > p:not(.hool-eyebrow, .hool-preview-notice) { color: #d2cbc4; }
.home .hool-ingredient-controls label { color: #fff; }
.home .hool-ingredient-actions button.hool-button:not(.hool-button--text) { border-color: var(--hool-color-primary) !important; background: var(--hool-color-primary) !important; color: #fff !important; }
.home .hool-ingredient-actions button.hool-button--text { border-color: transparent !important; background: transparent !important; color: #fff !important; }
.home .hool-ingredient-panel .hool-help { color: #c7beb5; }
.home .hool-ingredient-panel .hool-field { border-color: #5d554e; border-radius: .2rem; }
.hool-preview-notice--finder { margin-block-end: 1rem; border-inline-start: 3px solid var(--hool-color-primary); }
.hool-ingredient-input-wrap { position: relative; }
.hool-ingredient-suggestions { position: absolute; inset: calc(100% + .25rem) 0 auto; z-index: 20; max-height: 16rem; overflow-y: auto; padding: .5rem; background: var(--hool-color-surface); border: 1px solid var(--hool-color-border); color: var(--hool-color-text); box-shadow: var(--hool-shadow-md); }
.hool-ingredient-suggestions button { width: 100%; min-height: var(--hool-control); padding: .6rem .7rem; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.hool-ingredient-suggestions button:hover, .hool-ingredient-suggestions button:focus { background: var(--hool-color-primary-soft); color: var(--hool-color-primary-hover); }
.hool-ingredient-chips { display: flex; flex-wrap: wrap; gap: .45rem; min-height: 2rem; margin-block: .75rem; }
.home button.hool-ingredient-chip { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.25rem; padding: .35rem .65rem; border: 1px solid #81776e !important; border-radius: .2rem; background: #342f2a !important; color: #fff !important; font-size: var(--hool-step--1); text-transform: none; cursor: pointer; }
.hool-ingredient-chip:hover, .hool-ingredient-chip:focus-visible { border-color: #fff; background: #403a34; }
.hool-ingredient-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hool-ingredient-actions [hidden] { display: none; }
.hool-ingredient-results { margin-block-start: clamp(1.25rem, 3vw, 2rem); padding: clamp(1.25rem, 3.5vw, 3rem); background: var(--hool-color-surface-warm); color: var(--hool-color-text); }
.hool-ingredient-results[hidden] { display: none; }
.hool-match-results { min-width: 0; }
.hool-match-overview { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-block-end: 1.5rem; border-bottom: 1px solid var(--hool-color-border); }
.hool-match-overview h3 { margin: 0; font-size: clamp(1.55rem, 2.5vw, 2.35rem); letter-spacing: -.025em; }
.hool-match-overview .hool-eyebrow { margin-block-end: .3rem; }
.hool-match-overview__counts { display: grid; gap: .3rem; color: var(--hool-color-muted); font-size: var(--hool-step--1); }
.hool-match-overview__counts span { display: flex; gap: .4rem; }
.hool-match-overview__counts strong { min-width: 1.2rem; color: var(--hool-color-text); }
.hool-match-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 1rem 1.5rem; margin-block: 1.5rem 2.5rem; }
.hool-match-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.hool-match-filters button, .hool-match-filters a { min-height: 2.45rem; display: inline-flex; align-items: center; padding: .45rem .7rem; border: 1px solid var(--hool-color-border); border-radius: .2rem; background: transparent; color: var(--hool-color-text); font: inherit; font-size: var(--hool-step--1); font-weight: 700; text-decoration: none; text-transform: none; cursor: pointer; }
.hool-match-filters button span { margin-inline-start: .35rem; color: var(--hool-color-muted); font-weight: 600; }
.hool-match-filters button[aria-pressed="true"] { border-color: var(--hool-color-text); background: var(--hool-color-text); color: var(--hool-color-surface); }
.hool-match-filters a[aria-current="true"] { border-color: var(--hool-color-text); background: var(--hool-color-text); color: var(--hool-color-surface); }
.hool-match-filters button[aria-pressed="true"] span { color: #d9d2ca; }
.hool-match-sort { display: grid; flex: 0 0 min(16rem, 100%); gap: .35rem; color: var(--hool-color-muted); font-size: var(--hool-step--1); }
.hool-match-sort .hool-field { min-height: 2.6rem; padding-block: .45rem; background: var(--hool-color-surface); }
.hool-match-group + .hool-match-group { margin-block-start: 3rem; }
.hool-match-group > h3 { margin-block: 0 1rem; font-size: var(--hool-step-1); }
.hool-match-group > h3 span { color: var(--hool-color-muted); font-size: .82em; font-weight: 650; }
.hool-match-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; margin: 0; }
.hool-match-card { min-width: 0; overflow: hidden; background: var(--hool-color-surface); border-top: 2px solid var(--hool-color-text); }
.hool-match-card > .hool-card { height: auto; border: 0; border-radius: 0; box-shadow: none; }
.hool-match-card > .hool-card:hover { box-shadow: none; transform: none; }
.hool-match-card .hool-card__excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hool-match-card__footer { padding: 0 1rem 1rem; }
.hool-match-badge { display: inline-flex; align-items: center; gap: .45rem; margin: 0; padding: .4rem .6rem; border-inline-start: 3px solid var(--hool-color-primary); background: var(--hool-color-primary-soft); color: var(--hool-color-text); font-size: var(--hool-step--1); font-weight: 800; }
.hool-match-badge--partial { border-inline-start-color: var(--hool-color-muted); background: #f1ede8; }
.hool-match-badge > span { display: inline-grid; width: 1.15rem; height: 1.15rem; place-items: center; border-radius: 50%; background: var(--hool-color-text); color: var(--hool-color-surface); font-size: .7rem; }
.hool-match-details { margin-block-start: .85rem; border-top: 1px solid var(--hool-color-border); }
.hool-match-details summary { display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-height: 2.75rem; color: var(--hool-color-text); font-size: var(--hool-step--1); font-weight: 750; cursor: pointer; list-style: none; }
.hool-match-details summary::-webkit-details-marker { display: none; }
.hool-match-details summary > span { transition: transform var(--hool-transition); }
.hool-match-details[open] summary > span { transform: rotate(180deg); }
.hool-match-details__body { display: grid; gap: .9rem; padding-block: .35rem .75rem; color: var(--hool-color-muted); font-size: var(--hool-step--1); }
.hool-match-details__list strong { color: var(--hool-color-text); }
.hool-match-details__list ul { display: flex; flex-wrap: wrap; gap: .35rem .75rem; margin: .35rem 0 0; padding: 0; list-style: none; }
.hool-match-details__list li::before { content: "·"; margin-inline-end: .3rem; color: var(--hool-color-primary); }
.hool-match-details__pantry { margin: 0; }
.hool-match-more { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 2.5rem 0 0; padding-block-start: 1rem; border-top: 1px solid var(--hool-color-border); color: var(--hool-color-muted); font-size: var(--hool-step--1); }
.hool-match-more a { color: var(--hool-color-primary); font-weight: 760; }
.hool-match-more a .hool-icon { width: 1rem; margin-inline-start: .25rem; }
.hool-selected-ingredients { margin-block-end: 1.25rem; }
.hool-selected-ingredients h2 { margin: 0 0 .6rem; font-size: var(--hool-step-0); }
.hool-match-empty { padding: clamp(1.5rem, 4vw, 3rem); border-inline-start: 3px solid var(--hool-color-primary); background: var(--hool-color-surface); }
.hool-match-empty h3 { margin: 0; font-size: var(--hool-step-2); }
.hool-match-empty p { color: var(--hool-color-muted); }
.hool-match-empty__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Advice is intentionally text-led when no approved image exists. */
.hool-guide-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.home .hool-card--guide-editorial { min-height: 19rem; overflow: visible; border: 0; border-top: 2px solid var(--hool-color-text); border-radius: 0; box-shadow: none; background: transparent; }
.home .hool-card--guide-editorial:hover { box-shadow: none; transform: none; }
.home .hool-card--guide-editorial .hool-card__body { height: 100%; display: flex; flex-direction: column; padding: 1rem 0 0; }
.hool-guide-card__kicker { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hool-guide-card__kicker .hool-eyebrow { margin: 0; }
.hool-guide-card__kicker > span { color: var(--hool-color-muted); font-size: var(--hool-step--1); }
.home .hool-card--guide-editorial .hool-card__title { max-width: 22ch; margin-block-start: 1.5rem; font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: -.025em; }
.home .hool-card--guide-editorial .hool-card__excerpt { max-width: 30rem; }
.hool-guide-card__link { display: inline-flex; align-items: center; gap: .4rem; margin-block-start: auto; padding-block-start: 1.5rem; color: var(--hool-color-primary); font-size: var(--hool-step--1); font-weight: 760; }
.hool-guide-card__link .hool-icon { width: 1rem; }

.hool-preview-notice { display: inline-flex; margin-block: 0 1rem; padding: .4rem .65rem; background: var(--hool-color-primary-soft); color: var(--hool-color-primary-hover); font-size: var(--hool-step--1); font-weight: 750; }
.home .vc_row { margin-inline: 0; }
.home .vc_column_container > .vc_column-inner { padding-inline: 0; }
.home .hool-card__meta { gap: .45rem .9rem; color: #5f5c58; font-size: .875rem; line-height: 1.45; }
.home [data-hool-print], .home [data-hool-shopping-print] { display: none !important; }

@media (max-width: 1024px) {
    .hool-home-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(24rem, 1.1fr); gap: 2.5rem; }
    .hool-home-hero__media, .hool-home-hero__media img { min-height: 27rem; }
    .hool-featured-grid { grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .75fr); }
    .hool-world-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hool-world-grid--count-1 { grid-template-columns: minmax(0, 1fr); }
    .hool-world-grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .home .hool-section { padding-block: 3.25rem; }
    .hool-home-hero { padding-block: 2.5rem 0; }
    .hool-home-hero__grid { width: 100%; grid-template-columns: 1fr; gap: 2rem; }
    .hool-home-hero__content { width: min(100% - 1.25rem, var(--hool-container)); margin-inline: auto; }
    .hool-home-hero__content h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
    .hool-home-hero__media, .hool-home-hero__media img { min-height: 0; aspect-ratio: 16 / 10; }
    .hool-featured-grid { grid-template-columns: 1fr; }
    .hool-card--feature { grid-row: auto; margin-block-end: 1rem; }
    .hool-card--support:first-of-type { border-top: 1px solid var(--hool-color-border) !important; padding-block-start: 1rem; }
    .hool-quick-choice-row { grid-template-columns: 1fr; }
    .hool-quick-choice-links { justify-content: flex-start; }
    .hool-world-grid,
    .hool-world-grid--count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hool-world-grid--count-1 { grid-template-columns: minmax(0, 1fr); }
    .hool-light-idea-grid { grid-template-columns: 1fr; }
    .hool-card--light-feature { grid-row: auto; margin-block-end: 1rem; }
    .hool-card--light-support:first-of-type { padding-block-start: 1rem; border-top: 1px solid var(--hool-color-border) !important; }
    .home .hool-recommendation { grid-template-columns: 1fr; gap: 1.5rem; }
    .hool-recommendation__disclosure[open] { grid-column: auto; }
    .home .hool-ingredient-panel { grid-template-columns: 1fr; gap: 2rem; }
    .hool-match-overview { align-items: start; }
    .hool-match-toolbar { align-items: stretch; flex-direction: column; }
    .hool-match-sort { width: min(20rem, 100%); }
    .hool-match-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hool-guide-editorial-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .home .hool-card--guide-editorial { min-height: 0; }
    .home .hool-favourite-button,
    .home .hool-card--support .hool-favourite-button { width: 44px; height: 44px; }
}

@media (max-width: 540px) {
    .home .hool-section-header { display: grid; gap: .75rem; }
    .hool-home-search { grid-template-columns: 1fr auto; }
    .hool-home-search .hool-button span { display: none; }
    .hool-featured-grid .hool-card--support { grid-template-columns: minmax(8rem, 40%) minmax(0, 1fr); }
    .hool-card--feature .hool-card__title { font-size: 1.65rem; }
    .hool-card--support .hool-card__meta { display: none; }
    .hool-quick-choice-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
    .hool-quick-choice-links a:nth-child(n+5) { display: none; }
    .hool-world-grid,
    .hool-world-grid--count-2 { grid-template-columns: 1fr; }
    .hool-cuisine-tabs { flex-wrap: nowrap; margin-inline-end: calc(50% - 50vw); padding-inline-end: max(.625rem, calc((100vw - var(--hool-container)) / 2)); overflow-x: auto; scrollbar-width: thin; }
    .hool-cuisine-tabs a { flex: 0 0 auto; }
    .hool-light-idea-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hool-card--light-support { grid-template-columns: minmax(8rem, 40%) minmax(0, 1fr); }
    .hool-card--light-support .hool-card__meta { display: none; }
    .home .hool-recommendation-section { padding-block: 3rem; }
    .home .hool-recommendation__form { grid-template-columns: 1fr; }
    .home .hool-ingredient-panel { margin-inline: -.625rem; padding: 2rem 1rem; }
    .hool-preview-notice--finder { margin-inline: 0; }
    .hool-ingredient-results { margin-inline: -.625rem; padding: 1.5rem 1rem; }
    .hool-ingredient-controls .hool-field { width: 100%; }
    .home button.hool-ingredient-chip,
    .hool-ingredient-actions .hool-button,
    .hool-match-filters button { min-height: 44px; }
    .hool-ingredient-actions .hool-button:first-child { flex: 1 1 auto; }
    .hool-match-overview { display: grid; gap: 1rem; }
    .hool-match-overview__counts { gap: .45rem; }
    .hool-match-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hool-match-filters button { display: flex; align-items: center; justify-content: space-between; text-align: left; }
    .hool-match-sort { width: 100%; }
    .hool-match-grid { grid-template-columns: 1fr; }
    .hool-match-card__footer { padding-inline: .85rem; }
    .hool-match-more { align-items: start; flex-direction: column; }
}

@media (max-width: 370px) {
    .hool-home-hero__content h1 { font-size: 2.65rem; }
    .hool-featured-grid .hool-card--support { grid-template-columns: 6.5rem minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    .hool-home-hero__media img, .hool-recommendation__disclosure > summary .hool-icon { transition: none; }
}
