:root {
    --home-ink: #151713;
    --home-forest: #13271f;
    --home-ivory: #f3eee3;
    --home-paper: #e8dfd0;
    --home-gold: #c9a84c;
    --home-rule: rgba(201, 168, 76, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--home-ink); }
body { margin: 0; color: var(--home-ivory); background: var(--home-ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.immersive-home { overflow: hidden; }

.home-cinematic {
    position: relative;
    isolation: isolate;
    display: grid;
    align-items: center;
    width: 100%;
    min-height: clamp(440px, 56vw, 840px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-hero {
    min-height: calc(100svh - 80px);
    background-image: linear-gradient(110deg, #1c281f, #6d5a3c 55%, #d4a766);
}
.home-cinematic:not(.has-image) { min-height: clamp(400px, 46vw, 640px); }
.home-hero:not(.has-image) { min-height: min(760px, calc(100svh - 80px)); }
.home-society:not(.has-image) { min-height: clamp(440px, 52vw, 680px); }
.home-land { background-image: linear-gradient(115deg, #17271d, #6f774b 62%, #202719); }
.home-craft { background-image: linear-gradient(115deg, #4b2c1d, #1b1511 64%, #080907); }
.home-gathering { background-image: linear-gradient(115deg, #211813, #573521 55%, #10100d); }
.home-land.has-image,
.home-gathering.has-image {
    min-height: clamp(680px, 64vw, 1120px);
    background-color: #111713;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-land.has-image,
.home-gathering.has-image { background-position: center; }
.home-land.has-image { background-size: cover; }
.home-gathering.has-image { background-position: right center; }
.home-society { min-height: 72svh; background-image: linear-gradient(115deg, #17261c, #49301f 65%, #10120e); }
.home-cinematic-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 8, 6, 0.82) 0%, rgba(5, 8, 6, 0.33) 48%, rgba(5, 8, 6, 0.12) 72%);
}
.home-copy-right + .home-cinematic-shade,
.home-craft .home-cinematic-shade { background: linear-gradient(270deg, rgba(5, 6, 5, 0.86), rgba(5, 6, 5, 0.2) 68%); }
.home-cinematic-copy { width: min(650px, 90vw); padding: clamp(48px, 8vw, 132px) clamp(24px, 9vw, 150px); }
.home-copy-right { justify-self: end; text-align: right; }
.home-chapter { align-items: end; }
.home-chapter .home-cinematic-copy {
    width: min(920px, 90vw);
    padding: clamp(42px, 5vw, 82px) clamp(28px, 6vw, 104px);
}
.home-chapter h2 {
    max-width: 900px;
    font-size: clamp(2.6rem, 4.4vw, 5.3rem);
    line-height: 1.02;
}
.home-chapter p:not(.home-kicker) { max-width: 680px; }
.home-chapter.home-craft h2,
.home-chapter.home-craft p:not(.home-kicker) { margin-left: auto; }
.home-cinematic h1,
.home-cinematic h2,
.home-featured-wine h2,
.home-stewardship h2,
.home-editorial h2,
.home-happening h2,
.home-visit h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
}
.home-cinematic h1 { max-width: 820px; font-size: clamp(3.7rem, 8.2vw, 9.5rem); }
.home-cinematic h2 { font-size: clamp(2.8rem, 5.6vw, 6.8rem); }
.home-cinematic p:not(.home-kicker) { max-width: 580px; margin: 24px 0 0; color: rgba(255,255,255,.82); font: 400 clamp(1.05rem, 1.6vw, 1.42rem)/1.55 Arial, sans-serif; }
.home-copy-right p:not(.home-kicker) { margin-left: auto; }
.home-kicker,
.card-kicker { margin: 0 0 18px; color: var(--home-gold); font: 700 .76rem/1.2 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.home-kicker { font-size: 2.28rem; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 34px; }
.home-copy-right .home-actions { justify-content: flex-end; }
.home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid rgba(255,255,255,.65); font: 700 .72rem/1 Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.home-button-gold { border-color: var(--home-gold); color: #171510; background: var(--home-gold); }
.home-button-ghost { color: #fff; background: rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.home-text-link { display: inline-block; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font: 700 .72rem/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.home-text-link::after { content: "  →"; }

.home-featured-wine {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 34%) minmax(220px, 270px) 1fr;
    align-items: stretch;
    min-height: 720px;
    background: var(--home-forest);
}
.home-featured-copy { z-index: 2; align-self: center; padding: clamp(52px, 7vw, 110px) clamp(26px, 7vw, 110px); }
.home-featured-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.6rem); }
.home-featured-copy > p:not(.home-kicker) { color: rgba(255,255,255,.72); line-height: 1.6; }
.home-featured-actions {
    width: min(100%, 340px);
    margin-top: clamp(42px, 5vw, 68px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.home-featured-actions .home-button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    cursor: pointer;
    border-radius: 999px;
    font-size: .64rem;
    letter-spacing: .11em;
    white-space: nowrap;
}
.home-featured-view { border-color: rgba(255,255,255,.78); background: rgba(7,18,13,.36); }
.home-featured-view:hover { border-color: var(--home-gold); color: var(--home-gold); }
.home-featured-buy { margin-top: 0; }
.home-featured-image { z-index: 2; display: grid; place-items: center; align-self: stretch; padding: 28px 0; }
.home-featured-image img { width: 100%; height: 100%; max-height: 690px; object-fit: contain; object-position: center; transform: scale(1.25); transform-origin: center; filter: drop-shadow(0 20px 18px rgba(0,0,0,.45)); }
.home-featured-story {
    z-index: 2;
    display: flex;
    align-items: center;
    padding: clamp(52px, 7vw, 110px) clamp(34px, 7vw, 120px);
}
.home-featured-story p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font: 500 clamp(1.2rem, 1.45vw, 1.5rem)/1.65 Arial, sans-serif;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}
.home-featured-landscape { position: absolute; inset: 0 0 0 45%; background: linear-gradient(90deg, rgba(19,39,31,.95), transparent 48%), radial-gradient(circle at 70% 35%, #9c9070, #26382c 62%, #131b17); }

.home-stewardship {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
    gap: clamp(34px, 6vw, 100px);
    align-items: start;
    padding: clamp(64px, 8vw, 126px) clamp(26px, 8vw, 138px);
    color: #201f1b;
    background: var(--home-ivory);
}
.home-stewardship .home-stewardship-copy { grid-column: 1; }
.home-stewardship-details { grid-column: 2; display: grid; gap: clamp(30px, 4vw, 54px); min-width: 0; }
.home-stewardship-copy h2 { max-width: 590px; font-size: clamp(2.5rem, 4.2vw, 5rem); }
.home-stewardship-blurb { max-width: 920px; margin: 0; color: rgba(32,31,27,.82); font: 400 clamp(1.3125rem, 2vw, 1.775rem)/1.55 Arial, sans-serif; }
.home-certifications { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 54px); align-items: end; }
.home-certifications figure { margin: 0; text-align: center; }
.home-certifications img { display: block; width: 100%; height: 186px; object-fit: contain; mix-blend-mode: multiply; }
.home-certifications figcaption { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(32,31,27,.16); font: 700 1.3rem/1.4 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.home-stewardship-media.has-image { display: block !important; grid-column: 1 / -1; height: min(48vw, 620px); overflow: hidden; }
.home-stewardship-media img { width: 100%; height: 100%; object-fit: cover; }

.home-editorial,
.home-happening { padding: clamp(76px, 10vw, 150px) clamp(26px, 8vw, 138px); color: #201f1b; background: var(--home-ivory); }
.home-wine-world { color: var(--home-ivory); background: #20271f; }
.home-wine-world .home-editorial-header > p:not(.home-kicker) { color: rgba(255,255,255,.7); }
.home-intelligence-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 1.5vw, 24px);
    align-items: stretch;
}
.home-intelligence-grid .story-card h3 {
    font-size: clamp(1.2rem, 1.55vw, 1.72rem);
}
.home-intelligence-grid .story-card .image-placeholder {
    height: clamp(170px, 15vw, 260px);
}
.home-happening { color: var(--home-ivory); background: #172019; }
.home-editorial-header { max-width: 870px; margin-bottom: 50px; }
.home-editorial-header h2 { font-size: clamp(3.2rem, 6vw, 7rem); }
.home-editorial-header > p:not(.home-kicker) { font: 400 1.1rem/1.6 Arial, sans-serif; color: rgba(32,31,27,.68); }
.home-happening .home-editorial-header > p:not(.home-kicker) { color: rgba(255,255,255,.68); }
.home-story-grid,
.home-event-grid,
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 32px); align-items: stretch; }
.story-card { display: flex; flex-direction: column; min-width: 0; height: 100%; overflow: hidden; color: #201f1b; background: #f8f4ec; cursor: pointer; }
.story-card .image-placeholder,
.story-card .home-event-image { flex: 0 0 auto; width: 100%; height: clamp(220px, 22vw, 370px); overflow: hidden; background: linear-gradient(135deg,#778151,#263226); }
.story-card .image-placeholder img,
.home-event-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-card h3 { margin: 12px 22px 8px; font: 400 clamp(1.5rem, 2.2vw, 2.35rem)/1.1 Georgia, serif; }
.story-card > p:not(.card-kicker) { margin: 0 22px 28px; color: rgba(32,31,27,.68); line-height: 1.55; }
.story-card .card-kicker { margin: 24px 22px 0; }
.story-card > a { display: block; width: fit-content; margin: auto 22px 26px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.story-detail-button {
    align-self: flex-end;
    min-width: 94px;
    min-height: 38px;
    margin: auto 22px 24px;
    padding: 0 18px;
    border: 1px solid #8e6b2d;
    border-radius: 999px;
    background: #cda449;
    color: #18140e;
    cursor: pointer;
    font: 700 0.76rem/1 Arial, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.story-detail-button:hover,
.story-detail-button:focus-visible {
    transform: translateY(-2px);
    background: #dfbb64;
    box-shadow: 0 8px 18px rgba(65, 46, 18, 0.2);
}

.utopia-home-featured-story-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 48px);
}
.utopia-home-featured-story-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 14, 12, 0.78);
    backdrop-filter: blur(7px);
}
.utopia-home-featured-story-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
    width: min(920px, 100%);
    max-height: min(82vh, 760px);
    overflow: auto;
    border: 1px solid rgba(201, 168, 76, 0.45);
    border-radius: 24px;
    background: #f8f3e9;
    color: #201f1b;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}
.utopia-home-featured-story-modal-x {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 19, 16, 0.86);
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
}
.utopia-home-featured-story-modal-image {
    min-height: 100%;
    background: #263226;
}
.utopia-home-featured-story-modal-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}
.utopia-home-featured-story-modal-content {
    padding: clamp(34px, 5vw, 68px);
}
.utopia-home-featured-story-modal-category {
    margin: 0 0 14px;
    color: #9a752f;
    font: 700 0.76rem/1.2 Arial, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.utopia-home-featured-story-modal-content h2 {
    margin: 0;
    font: 400 clamp(2rem, 4vw, 3.8rem)/1 Georgia, serif;
}
.utopia-home-featured-story-modal-body {
    margin-top: 24px;
    color: rgba(32, 31, 27, 0.78);
    font: 400 1.05rem/1.7 Arial, sans-serif;
}
.utopia-home-featured-story-modal-body p {
    margin: 0 0 1em;
}
.utopia-home-featured-story-modal-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}
.utopia-home-featured-story-modal-close {
    min-height: 42px;
    padding: 0 22px;
    border: 1px solid #201f1b;
    border-radius: 999px;
    background: #201f1b;
    color: #fff;
    cursor: pointer;
    font: 700 0.75rem/1 Arial, sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.home-happening .story-card { background: #f4efe5; }
.home-happening .story-card .home-event-image {
    height: clamp(340px, 27vw, 500px);
    padding: clamp(8px, 1vw, 16px);
    background: #111a12;
}
.home-happening .story-card .home-event-image img {
    object-fit: contain;
    object-position: center;
}

.home-live-update { padding: clamp(76px, 9vw, 140px) clamp(26px, 8vw, 138px); color: var(--home-ivory); background: #0d1511; }
.home-live-update-header { max-width: 900px; margin-bottom: clamp(34px, 5vw, 64px); }
.home-live-update-header h2 { margin: 8px 0 0; font-size: clamp(3rem, 5.5vw, 6.5rem); }
.home-live-update-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 30px);
    height: clamp(600px, 72vh, 780px);
    align-items: stretch;
}
.home-live-panel {
    min-height: 0;
    padding: clamp(28px, 3vw, 48px);
    overflow: auto;
    border: 1px solid rgba(210,170,67,.35);
    background: rgba(255,255,255,.045);
    scrollbar-color: rgba(210,170,67,.55) transparent;
    scrollbar-width: thin;
}
.home-live-owner { grid-column: 1; grid-row: 1; }
.home-live-now { grid-column: 1; grid-row: 2; }
.home-live-media { grid-column: 2; grid-row: 1 / span 2; }
.home-live-panel blockquote,
.home-live-now > p:last-child { margin: 26px 0 0; font: 400 clamp(1.2825rem, 1.615vw, 1.9rem)/1.5 Arial, sans-serif; color: rgba(255,255,255,.82); }
.home-live-media { min-height: 390px; overflow: hidden; border: 1px solid rgba(210,170,67,.35); background: linear-gradient(135deg,#334639,#121813); }
.home-live-media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.home-live-media iframe { display: block; width: 100%; height: 100%; min-height: 390px; border: 0; }
.home-live-media.has-social-video {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    align-self: stretch;
    background: #050706;
}
.home-live-media.has-social-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #050706;
}
.home-live-media.has-social-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    border: 0;
    background: #050706;
}
.home-live-social-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: #fff;
    background: rgba(8,12,9,.78);
    backdrop-filter: blur(8px);
    font: 700 .68rem/1 Arial, sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}
.home-live-social-badge:hover,
.home-live-social-badge:focus-visible { background: rgba(8,12,9,.95); }

.home-visit { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 680px; color: #201f1b; background: var(--home-paper); }
.home-visit-media { min-height: 560px; background: linear-gradient(135deg,#495c3e,#a39068); }
.home-visit-media img { width: 100%; height: 100%; object-fit: cover; }
.home-visit-copy { align-self: center; padding: clamp(54px, 8vw, 130px); }
.home-visit-copy h2 { font-size: clamp(3rem, 5vw, 6rem); }
.home-visit-copy > p:not(.home-kicker) { color: rgba(32,31,27,.7); line-height: 1.65; }
.home-visit .home-button-gold { color: #fff; background: #6f1d1b; border-color: #6f1d1b; }
.home-visit-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.home-visit-socials a {
    min-height: 42px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(91, 70, 43, .32);
    border-radius: 999px;
    color: #3b3124;
    background: rgba(255, 255, 255, .42);
    font: 800 .68rem/1 Arial, sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}
.home-visit-socials a:hover,
.home-visit-socials a:focus-visible {
    border-color: #6f1d1b;
    color: #6f1d1b;
    background: rgba(255, 255, 255, .8);
    transform: translateY(-1px);
}
.home-visit-socials i { width: 16px; font-size: 1rem; text-align: center; }

.society-section-content,
.society-section-media,
.society-section-benefits { display: contents; }
[hidden] { display: none !important; }

/* Requested homepage supporting-copy and CTA scale increase. These selectors
   follow the section contracts so Website Studio text receives the same size. */
[data-home-section="hero"] p[data-home-field="body"],
[data-home-section="land"] p[data-home-field="body"],
[data-home-section="craft"] p[data-home-field="body"],
[data-home-section="gathering"] p[data-home-field="body"],
[data-home-section="visit"] p[data-home-field="body"],
[data-home-section="tasting-society"] p[data-home-field="body"] {
    font-size: clamp(1.3125rem, 2vw, 1.775rem);
}

.home-checkout-dialog {
    width: min(1120px, calc(100vw - 32px));
    height: min(900px, calc(100vh - 32px));
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--home-gold);
    background: #111713;
}
.home-checkout-dialog::backdrop { background: rgba(5, 8, 6, .82); backdrop-filter: blur(8px); }
.home-checkout-dialog iframe { width: 100%; height: 100%; border: 0; }
.home-checkout-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(8,12,9,.88); cursor: pointer; font-size: 1.5rem; }
.home-wine-detail-dialog { width: min(1380px, calc(100vw - 32px)); height: min(940px, calc(100vh - 32px)); }

[data-home-section="hero"] .home-button {
    width: min(100%, 190px);
    min-height: 50px;
    padding-inline: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.78rem;
}

[data-home-section="hero"] .home-button-gold {
    border-color: rgba(201, 168, 76, .82);
    background: rgba(201, 168, 76, .50);
    backdrop-filter: blur(3px);
}

[data-home-section="hero"] .home-button-gold:hover,
[data-home-section="hero"] .home-button-gold:focus-visible {
    background: rgba(201, 168, 76, .72);
}

[data-home-section="craft"] .home-text-link,
[data-home-section="gathering"] .home-text-link,
[data-home-section="stewardship"] .home-text-link,
[data-home-section="happening-at-utopia"] .home-text-link,
[data-home-section="tasting-society"] .home-text-link {
    font-size: 0.9rem;
}

[data-home-section="stewardship"] p[data-home-field="body"] {
    font-size: clamp(1.3125rem, 2vw, 1.775rem);
}

[data-home-section="wine-world"] .home-editorial-header > p[data-home-field="body"],
[data-home-section="featured-stories"] .home-editorial-header > p[data-home-field="body"],
[data-home-section="happening-at-utopia"] .home-editorial-header > p[data-home-field="body"] {
    font-size: 1.375rem;
}

@media (max-width: 1200px) {
    .home-intelligence-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .home-cinematic { min-height: 70svh; }
    .home-hero { min-height: 88svh; }
    .home-land.has-image,
    .home-gathering.has-image { min-height: max(78svh, 680px); }
    .home-cinematic-copy { width: 100%; padding: 72px 24px; }
    .home-copy-right { justify-self: start; text-align: left; }
    .home-copy-right .home-actions { justify-content: flex-start; }
    .home-cinematic-shade,
    .home-craft .home-cinematic-shade { background: linear-gradient(90deg, rgba(5,8,6,.82), rgba(5,8,6,.25)); }
    .home-featured-wine { grid-template-columns: 1fr minmax(170px, 220px); }
    .home-featured-story { grid-column: 1 / -1; padding-top: 20px; }
    .home-featured-landscape { inset: 0; opacity: .35; }
    .home-featured-copy { grid-column: 1; }
    .home-stewardship { grid-template-columns: 1fr; }
    .home-stewardship .home-stewardship-copy,
    .home-stewardship-details { grid-column: 1; }
    .home-certifications { grid-template-columns: repeat(3, 1fr); }
    .home-certifications img { height: 120px; }
    .home-story-grid,
    .home-event-grid,
    .story-grid,
    .home-intelligence-grid { grid-template-columns: 1fr; }
    .home-live-update-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        height: auto;
    }
    .home-live-owner,
    .home-live-now,
    .home-live-media { grid-column: 1; grid-row: auto; }
    .home-live-panel {
        min-height: 320px;
        overflow: visible;
    }
    .home-live-media, .home-live-media img, .home-live-media iframe { min-height: 320px; }
    .home-live-media.has-social-video {
        height: min(115vw, 620px);
        min-height: 320px;
    }
    .home-visit { grid-template-columns: 1fr; }
    .home-visit-media { min-height: 56vw; }
    .home-happening .story-card .home-event-image {
        height: clamp(300px, 70vw, 520px);
    }
    .utopia-home-featured-story-dialog {
        grid-template-columns: 1fr;
        width: min(680px, 100%);
    }
    .utopia-home-featured-story-modal-image,
    .utopia-home-featured-story-modal-image img {
        min-height: 220px;
        max-height: 280px;
    }
}

@media (max-width: 560px) {
    .home-cinematic h1 { font-size: clamp(3.15rem, 17vw, 5.2rem); }
    .home-cinematic h2 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
    .home-featured-wine { grid-template-columns: 1fr; }
    .home-featured-image { min-height: 320px; }
    .home-featured-story { grid-column: 1; padding: 28px 24px 64px; }
    .home-certifications { grid-template-columns: 1fr; }
    .home-certifications img { height: 156px; }
    .home-certifications figure { max-width: 230px; margin-inline: auto; }
    .utopia-home-featured-story-modal { padding: 10px; }
    .utopia-home-featured-story-dialog { border-radius: 18px; }
    .utopia-home-featured-story-modal-content { padding: 30px 24px; }
}

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