@font-face {
    font-family: "Instrument Serif";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/instrument-serif-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Instrument Serif";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/instrument-serif-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/manrope-latin.woff2") format("woff2");
}

:root {
    --gh-font-heading: "Instrument Serif", Georgia, serif;
    --gh-font-body: "Manrope", Arial, sans-serif;
    --paper: #f4f0e7;
    --ink: #1f201d;
    --sky: #b9d8e8;
    --persimmon: #e0523e;
    --butter: #efe2a3;
    --chalk: #fcfbf8;
    --line: rgba(31, 32, 29, .16);
    --display: var(--gh-font-heading);
    --sans: var(--gh-font-body);
    --shell: min(104rem, calc(100vw - 3rem));
    --narrow: min(46rem, calc(100vw - 3rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--persimmon); color: var(--chalk); }
:focus-visible { outline: 2px solid var(--persimmon); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: min(92rem, calc(100vw - 3rem)); margin-inline: auto; }
.shell-narrow { width: var(--narrow); margin-inline: auto; }
.accent { color: var(--persimmon) !important; }
.sky { color: var(--sky) !important; }
.eyebrow, .post-meta, .affiliate-note, .kompass-link, .button, .menu-button, .menu-close,
.footer-bottom, .pagination, .article-byline, .article-tags {
    font-family: var(--sans); font-size: .69rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase;
}
.wave-mark { font-family: var(--display); font-size: 1.4em; letter-spacing: 0; }
.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; padding: .8rem 1rem; background: var(--ink); color: var(--chalk); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .9rem 1.65rem; border: 0; cursor: pointer; transition: color .3s, background .3s, transform .3s; }
.button:hover { transform: translateX(.2rem); }
.button--dark { background: var(--ink); color: var(--chalk); }
.button--dark:hover { background: var(--persimmon); }
.button--accent { background: var(--persimmon); color: var(--chalk); }
.button--accent:hover { background: var(--ink); }
.text-link { position: relative; display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.text-link::after, .editorial-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.28rem; height: 1px; background: var(--persimmon); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.text-link:hover::after, .editorial-link:hover::after { transform: scaleX(1); }
.text-link--light::after { background: var(--sky); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding-block: 1.5rem; transition: padding .4s, background .4s, box-shadow .4s; }
.site-header.is-compact { padding-block: .75rem; background: rgba(244,240,231,.96); box-shadow: 0 1px var(--line); backdrop-filter: blur(6px); }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.wordmark { font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.85rem); letter-spacing: .015em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav .nav, .footer-links .nav { display: flex; gap: 1.8rem; margin: 0; padding: 0; list-style: none; }
.desktop-nav a, .kompass-link { position: relative; font-size: .69rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.3rem; height: 1px; background: var(--persimmon); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.desktop-nav a:hover::after, .desktop-nav .nav-current a::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1.4rem; }
.search-button, .menu-button, .menu-close { border: 0; padding: .4rem; background: transparent; cursor: pointer; }
.search-button svg { width: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.4; }
.kompass-link { display: flex; align-items: center; gap: .5rem; color: var(--persimmon); }
.menu-button { display: none; align-items: center; gap: .7rem; }
.menu-button i, .menu-button i::after { display: block; width: 1.5rem; height: 1px; background: currentColor; }
.menu-button i::after { content: ""; transform: translateY(.35rem); }
.mobile-menu { position: fixed; inset: 0; z-index: 100; display: flex; visibility: hidden; flex-direction: column; background: var(--ink); color: var(--chalk); opacity: 0; transition: opacity .35s, visibility .35s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; padding-block: 1.5rem; }
.mobile-nav { flex: 1; }
.mobile-nav .nav { margin: 2rem 0; padding: 0; list-style: none; }
.mobile-nav li { border-top: 1px solid rgba(255,255,255,.16); }
.mobile-nav li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.mobile-nav a { display: block; padding: .75rem 0; font-family: var(--display); font-size: clamp(2.15rem, 10vw, 4rem); }
.mobile-menu__cta { display: inline-flex !important; padding-inline: 1.25rem !important; font-family: var(--sans) !important; font-size: .69rem !important; }
.mobile-menu__claim { padding-bottom: 2rem; color: var(--persimmon); }

/* Shared editorial sections */
.section { position: relative; padding-block: clamp(4.25rem, 7vw, 7rem); overflow: hidden; }
.section-heading { display: grid; grid-template-columns: minmax(0, 8fr) minmax(15rem, 4fr); align-items: end; gap: 2rem; }
.section-heading--solo { display: block; }
.section-number { display: block; color: var(--persimmon); font-family: var(--display); font-size: clamp(4rem, 8vw, 7.5rem); line-height: .7; }
.section-heading h2, .kompass h2, .newsletter h2, .archive-hero h1, .article-header h1, .error-page h1 {
    margin: 1rem 0 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 5.75rem); font-weight: 400; line-height: .95; letter-spacing: -.025em;
}
.section-heading h2 { max-width: 58rem; }
.section-heading h2 i, .kompass h2 i, .newsletter h2 i, .archive-hero h1 i { font-weight: 400; }
.section-heading > p { max-width: 28rem; margin: 0 0 .4rem auto; color: rgba(31,32,29,.64); line-height: 1.6; }
.air-line { display: block; color: var(--sky); }
.air-line--short { width: 10rem; height: 2rem; }
.image-zoom { display: block; overflow: hidden; }
.image-zoom img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.8,.2,1); }
.image-zoom:hover img { transform: scale(1.025); }
.reveal { opacity: 0; transform: translateY(1.6rem); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Hero */
.hero { position: relative; min-height: 100vh; padding: clamp(8rem, 13vw, 12rem) 0 4rem; overflow: hidden; }
.hero__ghost-word { position: absolute; top: clamp(5.3rem, 10vw, 8.2rem); left: 50%; color: rgba(31,32,29,.075); font-family: var(--display); font-size: 10.8vw; line-height: 1; letter-spacing: .01em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.hero__grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem; }
.hero__copy { z-index: 2; grid-column: 1 / span 7; grid-row: 1; padding-top: min(20vh, 12rem); }
.hero__copy .eyebrow { display: flex; align-items: center; gap: .65rem; }
.hero h1 { margin: 1.5rem 0 0; font-family: var(--display); font-size: clamp(3.4rem, 7.6vw, 8.2rem); font-weight: 400; line-height: .83; letter-spacing: -.03em; }
.hero h1 em, .hero h1 i { font-weight: 400; }
.hero h1 span { padding-left: 10%; }
.hero__intro { max-width: 26rem; margin: 2.5rem 0 0; color: rgba(31,32,29,.72); font-size: 1.05rem; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; margin-top: 1.8rem; }
.hero__figure { grid-column: 7 / -1; grid-row: 1; align-self: start; margin: 5vh 0 0; overflow: visible; }
.hero__figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 62% 28%; }
.hero__figure figcaption { position: absolute; top: 5vh; margin-left: -1.6rem; color: rgba(31,32,29,.58); font-size: .63rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__foot { display: flex; justify-content: space-between; margin-top: 2.5rem; color: rgba(31,32,29,.45); font-size: .65rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.air-line--hero { position: absolute; inset: auto 0 0; width: 100%; height: 5rem; }

/* Stories */
.stories { background: var(--paper); }
.stories-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3rem 2.5rem; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.post-card--lead { grid-column: span 8; grid-row: span 2; }
.post-card--small, .post-card--portrait { grid-column: span 4; }
.post-card--note { grid-column: span 5; padding: 2.5rem; background: rgba(239,226,163,.7); }
.post-card--wide { grid-column: span 7; }
.post-card__image { margin-bottom: 1.5rem; }
.post-card__image img, .post-card__placeholder { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; background: var(--butter); }
.post-card--lead .post-card__image img { aspect-ratio: 7/5; }
.post-card--portrait .post-card__image img { aspect-ratio: 2/3; }
.post-card--small { display: grid; grid-template-columns: 9rem 1fr; align-items: start; gap: 1.4rem; }
.post-card--small .post-card__image { margin: 0; }
.post-card--small .post-card__image img { aspect-ratio: 1; }
.post-card--wide .post-card__image img { aspect-ratio: 2/1; }
.post-card--note .post-card__image { display: none; }
.post-card h3 { margin: .75rem 0 0; font-family: var(--display); font-size: clamp(1.75rem, 3.5vw, 3.4rem); font-weight: 400; line-height: 1; }
.post-card--small h3, .post-card--portrait h3 { font-size: clamp(1.6rem, 2.5vw, 2.6rem); }
.post-card__excerpt { max-width: 39rem; margin: .8rem 0 0; color: rgba(31,32,29,.7); line-height: 1.6; }
.post-meta { display: flex; align-items: center; gap: .7rem; margin: 0; color: rgba(31,32,29,.5); }
.post-meta span { color: var(--persimmon); }
.post-meta i { width: 1.4rem; height: 1px; background: var(--line); }
.editorial-link { position: relative; }
.section-more { margin-top: 2.5rem; }

/* Kompass */
.kompass { background: var(--sky); }
.air-line--top { position: absolute; inset: 1.5rem 0 auto; width: 100%; height: 7rem; color: rgba(31,32,29,.14); }
.kompass__grid { position: relative; display: grid; grid-template-columns: 5fr 7fr; gap: clamp(3rem, 6vw, 6rem); }
.kompass__copy > p:not(.eyebrow) { max-width: 29rem; margin: 1.35rem 0 0; line-height: 1.65; }
.kompass__copy .button { margin-top: 1.8rem; }
.kompass__steps { margin: 0; padding: 0; list-style: none; }
.kompass__steps li { display: flex; align-items: baseline; gap: 1.5rem; margin-bottom: .75rem; padding: 1.5rem 2rem; background: var(--paper); transition: transform .35s; }
.kompass__steps li:nth-child(even) { margin-left: 8%; }
.kompass__steps li:nth-child(odd) { margin-right: 6%; }
.kompass__steps li:hover { transform: translateY(-.25rem); }
.kompass__steps b, .kompass__steps strong { font-family: var(--display); font-weight: 400; }
.kompass__steps b { color: var(--persimmon); font-size: 3.2rem; }
.kompass__steps strong { display: block; font-size: clamp(1.8rem, 3vw, 3rem); }
.kompass__steps small { display: block; margin-top: .25rem; color: rgba(31,32,29,.62); }

/* Style worlds */
.styles-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 2.5rem; margin-top: 3rem; }
.style-card h3, .wedding-feature h3, .worth-card h3, .recommendation h3 { margin: 1.25rem 0 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1; }
.style-card > p:not(.eyebrow), .style-card > div > p { max-width: 35rem; color: rgba(31,32,29,.68); line-height: 1.65; }
.style-card--urban { grid-column: span 7; }
.style-card--urban .image-zoom img { aspect-ratio: 4/5; }
.style-card--elegant { grid-column: span 5; align-self: start; padding: 2.5rem; background: var(--ink); color: var(--paper); }
.style-card--elegant > p { color: rgba(244,240,231,.7) !important; }
.style-card__thumb { display: block; width: 9rem; margin-top: 2rem; }
.style-card__thumb img { width: 100%; aspect-ratio: 7/12; object-fit: cover; }
.style-card--natural { grid-column: 8 / -1; }
.style-card--natural .image-zoom img { aspect-ratio: 14/9; }
.style-card--personal { grid-column: 2 / span 11; display: grid; grid-template-columns: 1fr 1.4fr; align-items: end; gap: 2rem; margin-top: 1rem; }
.style-card--personal .image-zoom { margin-right: calc((100vw - var(--shell)) / -2); }
.style-card--personal .image-zoom img { aspect-ratio: 4/3; }

/* Real weddings */
.real-weddings { background: var(--ink); color: var(--paper); }
.real-weddings .section-heading > p { color: rgba(244,240,231,.65); }
.real-weddings .section-heading i { color: var(--sky); }
.wedding-feature { margin-top: 3rem; }
.wedding-feature__image img { aspect-ratio: 16/10; }
.wedding-feature__content { display: grid; grid-template-columns: 8fr 4fr; align-items: end; gap: 3rem; margin-top: 2rem; }
.wedding-feature__content h3 { max-width: 55rem; margin-top: 0; }
.wedding-feature__content .eyebrow { margin-top: 1.4rem; }
.wedding-feature__content .text-link { justify-self: end; }

/* Worth it */
.worth-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; padding-top: .75rem; border-top: 1px solid var(--line); }
.worth-card { padding: 2.5rem 2.5rem 1rem 0; }
.worth-card + .worth-card { padding-left: 2.5rem; border-left: 1px solid var(--line); }
.worth-card:nth-child(2) { padding-top: 4.5rem; }
.worth-card:nth-child(3) { padding-top: 6.5rem; }
.worth-card h3 { font-size: clamp(1.8rem, 2.8vw, 2.65rem); }
.worth-card p { color: rgba(31,32,29,.7); line-height: 1.65; }
.stamp { display: inline-block; padding: .45rem .7rem; border: 1px solid currentColor; font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.stamp--accent { color: var(--persimmon); }
.stamp--muted { color: rgba(31,32,29,.45); }

/* Recommendations */
.recommendations { background: var(--chalk); }
.air-line--divider { width: 100%; height: 3.5rem; margin: 1.5rem 0; }
.recommendations-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3rem 2.5rem; }
.recommendation:nth-child(1) { grid-column: span 5; }
.recommendation:nth-child(2) { grid-column: span 3; margin-top: 4.5rem; }
.recommendation:nth-child(3) { grid-column: span 4; margin-top: 2rem; }
.recommendation:nth-child(4) { grid-column: 3 / span 4; }
.recommendation .image-zoom img { aspect-ratio: 4/5; }
.recommendation:nth-child(2) .image-zoom img { aspect-ratio: 1; }
.recommendation:nth-child(3) .image-zoom img { aspect-ratio: 3/2; }
.recommendation h3 { font-size: clamp(1.7rem, 2.6vw, 2.7rem); }
.recommendation p { color: rgba(31,32,29,.7); font-size: .9rem; line-height: 1.65; }
.affiliate-note { display: block; margin-top: 1rem; color: rgba(31,32,29,.43); font-size: .58rem; }

/* Newsletter and footer */
.newsletter { background: var(--persimmon); color: var(--chalk); }
.newsletter .air-line--top { color: rgba(252,251,248,.25); }
.newsletter__grid { position: relative; display: grid; grid-template-columns: 7fr 5fr; align-items: end; gap: 4rem; }
.newsletter h2 { margin-top: 0; }
.newsletter__grid > div > p { max-width: 34rem; color: rgba(252,251,248,.85); line-height: 1.65; }
.newsletter-form { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.newsletter-form label { font-size: .69rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.newsletter-form input { width: 100%; padding: .6rem 0 1rem; border: 0; border-bottom: 1px solid rgba(252,251,248,.55); border-radius: 0; background: transparent; color: var(--chalk); font-size: 1.1rem; }
.newsletter-form input::placeholder { color: rgba(252,251,248,.55); }
.newsletter-form .button { margin-top: .5rem; }
.form-note, .form-success, .form-error { margin: 0; color: rgba(252,251,248,.72); font-size: .73rem; }
.form-success, .form-error { display: none; }
.newsletter-form.success .form-note, .newsletter-form.error .form-note { display: none; }
.newsletter-form.success .form-success, .newsletter-form.error .form-error { display: block; }

.site-footer { padding: 4rem 0 2rem; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 5rem; }
.footer-wordmark { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1; text-transform: uppercase; }
.footer-brand > p:not(.footer-wordmark):not(.eyebrow) { max-width: 27rem; color: rgba(244,240,231,.68); line-height: 1.65; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-links h2 { color: rgba(244,240,231,.4); }
.footer-links ul, .footer-links .nav { display: block; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.footer-links li { margin-top: .8rem; }
.footer-links a { color: rgba(244,240,231,.83); font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(244,240,231,.15); color: rgba(244,240,231,.38); }
.footer-bottom p { margin: 0; }
.footer-bottom .wave-mark { color: var(--sky); }

/* Archives */
.archive-hero { padding: clamp(8rem, 12vw, 11rem) 0 clamp(3rem, 5vw, 4.5rem); }
.archive-hero h1 { max-width: 65rem; }
.archive-hero > p:last-child { max-width: 38rem; color: rgba(31,32,29,.65); font-size: 1.1rem; line-height: 1.65; }
.author-hero { display: flex; align-items: center; gap: 2rem; }
.author-hero img { width: 9rem; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem 2.5rem; padding-bottom: 6rem; }
.archive-grid .post-card:nth-child(3n+2) { margin-top: 3.5rem; }
.pagination { display: flex; justify-content: center; gap: 2rem; padding: 0 0 6rem; }

/* Articles and Ghost editor content */
.article { padding-top: clamp(7.5rem, 11vw, 10rem); }
.article-header { text-align: center; }
.article-header .post-meta { justify-content: center; }
.article-header h1 { max-width: 76rem; margin-inline: auto; }
.article-deck { max-width: 47rem; margin: 1.5rem auto 0; color: rgba(31,32,29,.68); font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.35; }
.article-byline { display: flex; justify-content: center; gap: 1.5rem; margin-top: 1.5rem; color: rgba(31,32,29,.5); }
.article-image { margin-top: clamp(2.5rem, 4.5vw, 4.5rem); }
.article-image img { width: 100%; max-height: 80vh; object-fit: cover; }
.article-image figcaption { margin-top: .75rem; color: rgba(31,32,29,.48); font-size: .72rem; text-align: right; }
.gh-content { width: var(--narrow); margin: clamp(2.5rem, 4.5vw, 4.25rem) auto; font-size: 1.06rem; line-height: 1.7; }
.gh-content > * { margin-block: 0 1.25em; }
.gh-content h2, .gh-content h3 { font-family: var(--display); font-weight: 400; line-height: 1.05; }
.gh-content h2 { margin-top: 1.55em; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.gh-content h3 { margin-top: 1.4em; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.gh-content a { color: var(--persimmon); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.gh-content blockquote { margin: 2rem 0; padding-left: 1.6rem; border-left: 2px solid var(--persimmon); font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.5rem); font-style: italic; line-height: 1.25; }
.gh-content .kg-width-wide { position: relative; width: min(76rem, calc(100vw - 3rem)); margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { position: relative; width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.gh-content img { width: 100%; height: auto; }
.gh-content figcaption { margin-top: .6rem; color: rgba(31,32,29,.5); font-size: .72rem; text-align: center; }
.gh-content hr { width: 7rem; margin-block: 3rem; border: 0; border-top: 1px solid var(--persimmon); }
.article-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem 0 5rem; border-top: 1px solid var(--line); }
.article-tags a { display: inline-block; margin: .25rem .8rem .25rem 0; color: var(--persimmon); }
.article--page { padding-bottom: 3rem; }
.article--page .gh-content { margin-top: clamp(2rem, 3vw, 3rem); }
.error-page { min-height: 75vh; padding-top: 13rem; text-align: center; }
.error-page h1 { margin-bottom: 2rem; }

@media (max-width: 1050px) {
    .site-header__inner { grid-template-columns: 1fr auto; }
    .desktop-nav, .kompass-link { display: none; }
    .menu-button { display: flex; }
    .hero__copy { grid-column: 1 / span 8; }
    .hero__figure { grid-column: 7 / -1; }
    .post-card--small { display: block; }
    .post-card--small .post-card__image { margin-bottom: 1.5rem; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100vw - 2rem); --narrow: calc(100vw - 2rem); }
    .section { padding-block: 3.75rem; }
    .section-heading, .kompass__grid, .newsletter__grid, .footer-grid, .wedding-feature__content { grid-template-columns: 1fr; }
    .section-heading > p { margin: 0; }
    .section-number { font-size: 4.5rem; }
    .section-heading h2, .kompass h2, .newsletter h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }

    .site-header { padding-block: 1rem; }
    .wordmark { font-size: 1.25rem; }
    .header-actions { gap: .5rem; }

    .hero { min-height: auto; padding: 7rem 0 3rem; }
    .hero__ghost-word { top: 5.3rem; font-size: 15.5vw; }
    .hero__grid { display: flex; flex-direction: column; }
    .hero__figure { order: 1; width: 78%; margin: 3rem 0 0 auto; }
    .hero__figure img { aspect-ratio: 3/4; }
    .hero__figure figcaption { display: none; }
    .hero__copy { display: contents; }
    .hero__copy .eyebrow { order: 0; }
    .hero h1 { order: 2; z-index: 2; margin-top: -3rem; font-size: clamp(3.3rem, 17vw, 5.4rem); }
    .hero h1 span { padding-left: 0; }
    .hero__intro { order: 3; }
    .hero__actions { order: 4; }
    .hero__foot { margin-top: 2.5rem; }
    .hero__foot span:last-child { display: none; }

    .stories-grid { display: block; margin-top: 2rem; padding-top: 2rem; }
    .post-card { margin: 0 0 2.75rem; padding: 0; }
    .post-card--note { padding: 2rem; }
    .post-card--small { display: grid; grid-template-columns: 7.5rem 1fr; }
    .post-card h3, .post-card--small h3 { font-size: 2rem; }
    .post-card--small .post-card__excerpt { display: none; }

    .kompass__steps { margin-top: 1rem; }
    .kompass__steps li { margin-inline: 0 !important; padding: 1.2rem; gap: 1rem; }
    .kompass__steps b { font-size: 2.4rem; }
    .kompass__steps strong { font-size: 1.9rem; }

    .styles-grid { display: block; margin-top: 2.5rem; }
    .style-card { margin-bottom: 3rem; }
    .style-card--elegant { padding: 2rem; }
    .style-card--personal { display: flex; flex-direction: column; }
    .style-card--personal .image-zoom { order: -1; margin: 0; }

    .wedding-feature__content .text-link { justify-self: start; }
    .worth-grid { grid-template-columns: 1fr; }
    .worth-card, .worth-card:nth-child(2), .worth-card:nth-child(3), .worth-card + .worth-card { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }

    .recommendations-grid { grid-template-columns: 1fr 1fr; gap: 3rem 1rem; }
    .recommendation:nth-child(n) { grid-column: auto; margin-top: 0; }
    .recommendation h3 { font-size: 1.8rem; }
    .newsletter__grid { gap: 3rem; }
    .footer-links { grid-template-columns: 1fr 1fr; }
    .archive-grid { grid-template-columns: 1fr; }
    .archive-grid .post-card:nth-child(n) { margin-top: 0; }
    .article-header { text-align: left; }
    .article-header .post-meta { justify-content: flex-start; }
    .article-header h1 { font-size: clamp(3rem, 14vw, 5rem); }
    .article-deck { margin-left: 0; }
    .article-byline { justify-content: flex-start; flex-wrap: wrap; }
    .article-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .recommendations-grid { grid-template-columns: 1fr; }
    .recommendation .image-zoom img { aspect-ratio: 4/3 !important; }
    .footer-links { grid-template-columns: 1fr; }
    .footer-bottom { align-items: flex-start; gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    .reveal { opacity: 1; transform: none; }
}
