
:root {
  --ink: #231d20;
  --ink-soft: #554b4f;
  --wine: #5d2636;
  --wine-deep: #351822;
  --rose: #b86b78;
  --gold: #b48b4a;
  --cream: #f3efe7;
  --paper: #fbfaf7;
  --line: #dfd8cc;
  --green: #2f6251;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: var(--font-geist-sans), Arial, sans-serif;
  --shadow: 0 22px 60px rgba(50, 28, 35, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.network-bar { background: var(--wine-deep); color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .03em; }
.network-bar-inner { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.network-bar strong { color: white; font-weight: 650; }
.network-bar-inner > div { display: flex; gap: 25px; }
.network-bar a { transition: color .2s ease; }
.network-bar a:hover { color: white; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.94); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(93,38,54,.08); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 39px; height: 39px; color: var(--gold); font-family: var(--serif); font-size: 24px; line-height: 1; }
.brand-mark span { position: absolute; top: 7px; }
.brand-mark span:first-child { left: 1px; }
.brand-mark span:last-child { left: 15px; opacity: .78; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: currentColor; opacity: .55; }
.brand-mark::before { width: 1px; height: 38px; left: 19px; top: 0; transform: rotate(42deg); }
.brand-mark::after { width: 30px; height: 1px; left: 4px; top: 20px; transform: rotate(-42deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 600 20px/1 var(--serif); letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; text-transform: uppercase; color: var(--gold); font-size: 8px; font-weight: 750; letter-spacing: .23em; }
.brand-light .brand-copy strong { color: white; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; font-size: 13px; color: var(--ink-soft); }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--wine); transition: right .2s ease; }
.main-nav a:hover { color: var(--wine); }
.main-nav a:hover::after { right: 0; }
.header-actions, .account-actions { display: flex; align-items: center; gap: 16px; }
.text-action { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; }
.logout-link { font-size: 11px; color: var(--ink-soft); text-decoration: underline; text-underline-offset: 3px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.mobile-account { display: none; }

.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 11px; padding: 0 21px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 39px; padding-inline: 16px; font-size: 11px; }
.button-ink { background: var(--wine-deep); color: white; }
.button-ink:hover { background: var(--wine); }
.button-ghost { border-color: #bbb0a5; background: transparent; color: var(--ink); }
.button-ghost:hover { border-color: var(--wine); color: var(--wine); }
.button-light { background: white; color: var(--wine-deep); }
.button-light:hover { background: var(--cream); }

.hero { position: relative; overflow: hidden; padding: 70px 0 0; background: linear-gradient(112deg, #f8f4ec 0%, #f1e9e4 53%, #e9ded9 100%); }
.hero::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(180,139,74,.2); border-radius: 50%; left: -280px; top: 40px; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 78px; }
.hero-copy { padding-bottom: 68px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--wine); font-size: 9px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: var(--gold); }
.eyebrow.light { color: rgba(255,255,255,.75); }
.hero h1 { max-width: 580px; margin: 0; font: 500 clamp(52px, 6.1vw, 82px)/.95 var(--serif); letter-spacing: -.065em; }
.hero h1::after { content: "Wedding Market"; display: block; margin-top: 20px; color: var(--wine); font: italic 400 21px/1.2 var(--serif); letter-spacing: .01em; }
.hero-lead { max-width: 520px; margin: 29px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-proof { display: flex; gap: 0; margin-top: 39px; }
.hero-proof > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px 10px; min-width: 135px; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; margin: 0; padding: 0; }
.hero-proof strong { grid-row: span 2; color: var(--wine); font: 500 26px/1 var(--serif); }
.hero-proof span { color: #72676a; font-size: 9px; line-height: 1.35; }
.hero-visual { align-self: stretch; position: relative; min-height: 610px; }
.hero-photo-wrap { position: absolute; inset: 0 -9vw 0 0; overflow: hidden; border-radius: 220px 0 0 0; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(52,24,34,.08), transparent 45%), linear-gradient(0deg, rgba(52,24,34,.3), transparent 38%); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) sepia(.08); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card div { display: grid; gap: 3px; }
.floating-card small { color: #7c7074; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.floating-card strong { font-size: 11px; }
.floating-top { top: 68px; right: -6px; padding: 14px 18px 14px 14px; }
.floating-icon { display: grid; place-items: center; width: 37px; height: 37px; background: var(--cream); color: var(--wine); border-radius: 50%; }
.floating-bottom { left: -35px; bottom: 79px; padding: 15px 16px; color: var(--green); }
.floating-bottom div { color: var(--ink); }
.hero-script { position: absolute; z-index: 3; bottom: 25px; right: 25px; color: white; font: italic 400 18px/1 var(--serif); }
.discovery-bar { position: relative; z-index: 5; min-height: 86px; margin-top: -1px; display: grid; grid-template-columns: repeat(3,1fr) auto; align-items: center; background: var(--paper); border-bottom: 4px solid var(--wine); box-shadow: 0 -7px 35px rgba(44,30,34,.08); }
.discovery-bar > div { display: flex; align-items: center; gap: 12px; min-height: 43px; padding: 0 28px; color: var(--wine); border-right: 1px solid var(--line); }
.discovery-bar > div span { display: grid; gap: 4px; color: var(--ink); }
.discovery-bar small { color: #8b7f80; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.discovery-bar strong { font-size: 11px; font-weight: 650; }
.discovery-bar > a { height: 100%; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 28px; color: white; background: var(--wine); font-size: 11px; font-weight: 700; }

.section { padding: 105px 0; }
.section-cream { background: var(--cream); }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .feature-panel h2, .about-grid h2, .about-network h2 { margin: 0; font: 500 clamp(36px, 4.2vw, 55px)/1.03 var(--serif); letter-spacing: -.045em; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.split-heading > p { max-width: 420px; margin: 0 0 4px; color: #6d6465; font-size: 13px; line-height: 1.75; }
.compact-heading { margin-bottom: 38px; }
.compact-heading h2 { font-size: clamp(34px, 3.8vw, 49px); }
.underlined-link, .read-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--wine); font-size: 11px; font-weight: 700; }
.centered-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { max-width: 580px; margin: 17px auto 0; color: #6d6465; font-size: 13px; line-height: 1.7; }

.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.category-card { min-height: 100px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; padding: 20px; background: var(--paper); border: 1px solid transparent; transition: background .2s ease, border .2s ease, transform .2s ease; }
.category-card:hover { background: white; border-color: #cdbeb4; transform: translateY(-3px); }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; background: #eee4df; color: var(--wine); border-radius: 50%; }
.category-card > span:nth-child(2) { display: grid; gap: 7px; }
.category-card strong { font: 500 19px/1.1 var(--serif); }
.category-card small { color: #807477; font-size: 9px; }
.category-card > svg { color: var(--gold); }

.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid #e8e2d9; transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; display: block; aspect-ratio: .92; overflow: hidden; background: #e8e2dc; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; top: 13px; left: 13px; padding: 7px 10px; background: rgba(53,24,34,.92); color: white; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 17px 17px 15px; }
.product-meta { display: flex; justify-content: space-between; gap: 8px; color: #8b7d80; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.product-body h3 { min-height: 46px; margin: 10px 0 8px; font: 500 18px/1.28 var(--serif); letter-spacing: -.015em; }
.vendor-name { margin: 0; color: #7a6e70; font-size: 9px; }
.vendor-name strong { color: var(--ink); font-weight: 650; }
.vendor-card-block { display: grid; gap: 10px; }
.vendor-card-links { display: grid; gap: 6px; }
.vendor-card-links a { min-height: 28px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 9px; border: 1px solid #e5ddd4; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .03em; transition: background .2s ease, border-color .2s ease; }
.vendor-card-links a:hover { background: var(--cream); border-color: #cabbb1; }
.verified { display: inline-grid; width: 15px; height: 15px; place-items: center; margin-left: 3px; border-radius: 50%; background: var(--green); color: white; vertical-align: middle; }
.product-footer { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #eee8e0; }
.product-footer strong { font-size: 13px; color: var(--wine); }
.product-footer a { width: 31px; height: 31px; display: grid; place-items: center; background: var(--cream); color: var(--wine); border-radius: 50%; }

.budget-section { padding: 0; background: var(--wine-deep); color: white; }
.budget-grid { display: grid; grid-template-columns: 1fr 1.2fr; min-height: 440px; }
.budget-copy { padding: 76px 80px 76px 0; align-self: center; }
.budget-copy h2 { max-width: 500px; margin: 0; font: 500 clamp(38px,4vw,54px)/1.02 var(--serif); letter-spacing: -.05em; }
.budget-copy > p:not(.eyebrow) { max-width: 490px; margin: 22px 0 30px; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.75; }
.budget-options { display: grid; grid-template-rows: repeat(3,1fr); border-left: 1px solid rgba(255,255,255,.13); }
.budget-options > a { position: relative; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 20px; padding: 0 35px; border-bottom: 1px solid rgba(255,255,255,.13); transition: background .2s ease; }
.budget-options > a:last-child { border: 0; }
.budget-options > a:hover { background: rgba(255,255,255,.06); }
.budget-options small { color: var(--rose); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.budget-options strong { font: 500 25px/1 var(--serif); }
.budget-options span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: 9px; }

.ecosystem-section { background: #f8f6f1; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.ecosystem-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px 26px; background: var(--paper); border-right: 1px solid var(--line); }
.ecosystem-card:last-child { border: 0; }
.ecosystem-card > p { margin: 0; color: var(--gold); font-size: 8px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.ecosystem-card h3 { margin: 45px 0 15px; font: 500 25px/1 var(--serif); }
.ecosystem-card > span { color: #74696b; font-size: 11px; line-height: 1.7; }
.ecosystem-card > a { display: flex; align-items: center; gap: 7px; margin-top: auto; color: var(--wine); font-size: 10px; font-weight: 700; }
.ecosystem-card.primary { background: var(--wine-deep); color: white; }
.ecosystem-card.primary > span { color: rgba(255,255,255,.62); }
.ecosystem-card.primary > a { color: white; }
.ecosystem-card.accent { background: #e9ded9; }

.editorial-section { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 28px; }
.article-card { display: grid; grid-template-columns: 180px 1fr; min-width: 0; background: white; border: 1px solid #e7e1d8; }
.article-image { display: block; min-height: 210px; overflow: hidden; background: #ddd5ce; }
.article-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .5s ease; }
.article-card:hover .article-image img { transform: scale(1.035); }
.article-body { padding: 24px; }
.article-kicker { margin: 0; color: #93878a; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.article-kicker span { color: var(--wine); font-weight: 750; }
.article-body h3 { margin: 12px 0 10px; font: 500 22px/1.18 var(--serif); letter-spacing: -.025em; }
.article-body > p:not(.article-kicker) { margin: 0; color: #776c6e; font-size: 10px; line-height: 1.65; }
.read-link { margin-top: 18px; font-size: 9px; }
.article-featured { display: block; }
.article-featured .article-image { aspect-ratio: 1.6; min-height: 0; }
.article-featured .article-body { padding: 29px 30px 31px; }
.article-featured .article-body h3 { max-width: 650px; font-size: 30px; }
.article-featured .article-body > p:not(.article-kicker) { max-width: 650px; font-size: 11px; }
.editorial-stack { display: grid; gap: 18px; }

.vendor-cta { padding: 76px 0; background: var(--wine); color: white; }
.vendor-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.vendor-cta h2 { max-width: 750px; margin: 0; font: 500 clamp(35px,4vw,49px)/1.04 var(--serif); letter-spacing: -.04em; }
.vendor-cta p:not(.eyebrow) { max-width: 720px; margin: 16px 0 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.7; }
.vendor-cta .button { flex: 0 0 auto; }

.footer { padding: 74px 0 26px; background: #1e181a; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .8fr 1fr; gap: 60px; padding-bottom: 58px; }
.footer-brand p { max-width: 330px; margin: 24px 0 0; font-size: 11px; line-height: 1.8; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer h3 { margin: 2px 0 10px; color: white; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { font-size: 10px; line-height: 1.65; }
.footer-grid a:hover { color: white; }
.footer-grid > div:last-child p { margin: 0 0 4px; }
.footer-cta { display: inline-flex; align-items: center; gap: 8px; color: white; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; letter-spacing: .05em; }

.page-hero { padding: 95px 0; }
.page-hero-inner { max-width: 830px; }
.page-hero h1 { margin: 0; font: 500 clamp(50px,6vw,76px)/.98 var(--serif); letter-spacing: -.055em; }
.page-hero-inner > p:last-child { max-width: 680px; margin: 24px 0 0; font-size: 14px; line-height: 1.8; }
.market-hero { color: white; background: radial-gradient(circle at 80% 20%, #7f3c50 0, transparent 38%), var(--wine-deep); }
.market-hero .page-hero-inner > p:last-child { color: rgba(255,255,255,.66); }
.editorial-hero { background: #eee7df; }
.editorial-hero .page-hero-inner > p:last-child { color: #6c6264; }
.about-hero { color: white; background: linear-gradient(115deg, rgba(40,20,27,.92), rgba(93,38,54,.82)), url('/images/hero-wedding-market.jpg') center/cover; }
.about-hero .page-hero-inner > p:last-child { color: rgba(255,255,255,.7); }

.market-section { min-height: 650px; }
.market-tools { display: grid; grid-template-columns: 1fr 270px; gap: 13px; margin-bottom: 19px; }
.market-search { height: 55px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid var(--line); background: white; color: var(--wine); }
.market-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.market-tools select { height: 55px; padding: 0 16px; background: white; border: 1px solid var(--line); outline: 0; color: var(--ink); font-size: 11px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.filter-tabs button { padding: 9px 14px; border: 1px solid var(--line); background: transparent; font-size: 9px; cursor: pointer; }
.filter-tabs button.active { border-color: var(--wine); background: var(--wine); color: white; }
.result-count { margin: 0 0 17px; color: #837779; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.empty-state { display: grid; place-items: center; padding: 80px; background: var(--cream); text-align: center; }
.empty-state h3 { margin: 14px 0 5px; font: 500 24px/1 var(--serif); }
.empty-state p { color: #766b6d; font-size: 11px; }
.market-status { grid-column: 1 / -1; width: 100%; }

.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 30px; color: #817679; font-size: 9px; }
.breadcrumbs span { color: var(--wine); }
.product-detail { padding-top: 50px; }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
.product-detail-image { position: relative; aspect-ratio: 1; overflow: hidden; background: #e7e1da; }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy { padding-top: 14px; }
.product-detail-category { margin: 0 0 16px; color: var(--wine); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.product-detail-copy h1 { margin: 0; font: 500 clamp(39px,4.2vw,58px)/.98 var(--serif); letter-spacing: -.05em; }
.detail-vendor-block { display: grid; gap: 12px; margin: 18px 0 25px; }
.detail-vendor { margin: 0; color: #766b6e; font-size: 11px; }
.detail-vendor strong { color: var(--ink); }
.detail-vendor-links { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-vendor-links a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid #dfd5cb; color: var(--wine); font-size: 9px; font-weight: 700; }
.detail-vendor-links a:hover { background: var(--cream); }
.detail-price { display: grid; gap: 6px; padding: 21px 0; border-block: 1px solid var(--line); }
.detail-price small { color: #8b7f82; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.detail-price strong { color: var(--wine); font: 600 26px/1 var(--serif); }
.detail-price span { color: #8a7e80; font-size: 8px; }
.detail-description { margin-top: 24px; padding: 18px 20px; background: #faf8f4; border-left: 3px solid var(--gold); color: #655c5e; font-size: 12px; line-height: 1.7; }
.detail-description p { margin: 0; color: var(--ink); font-weight: 650; }
.detail-description ul { display: grid; gap: 7px; margin: 12px 0 0; padding: 0; list-style: none; }
.detail-description li { position: relative; padding-left: 15px; }
.detail-description li::before { content: ""; position: absolute; left: 0; top: .68em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.market-note { display: flex; gap: 12px; margin-top: 22px; padding: 15px; background: var(--cream); color: var(--green); }
.market-note p { margin: 0; color: #655c5e; font-size: 9px; line-height: 1.65; }
.market-note strong { color: var(--ink); }
.feature-panel { margin-top: 75px; padding: 50px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; background: var(--cream); }
.feature-panel h2 { font-size: 38px; }
.feature-panel ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.feature-panel li { display: flex; align-items: center; gap: 13px; min-height: 48px; border-bottom: 1px solid #d9d0c5; font-size: 11px; }
.feature-panel li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; }
.related-grid { grid-template-columns: repeat(3,1fr); }

.article-index { background: var(--paper); }
.article-index-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.article-index-grid .article-card { display: block; }
.article-index-grid .article-image { aspect-ratio: 1.65; min-height: 0; }
.article-index-grid .article-body { padding: 27px; }
.article-index-grid .article-body h3 { min-height: 79px; font-size: 26px; }
.article-index-grid .article-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr .88fr; }
.article-index-grid .article-featured .article-image { aspect-ratio: 1.45; }
.article-index-grid .article-featured .article-body { align-self: center; padding: 50px; }
.article-index-grid .article-featured .article-body h3 { min-height: 0; font-size: 38px; }

.article-detail-header { padding: 65px 0 56px; background: var(--cream); text-align: center; }
.article-header-inner { max-width: 940px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 42px; color: #7a6e71; font-size: 9px; }
.back-link svg { transform: rotate(180deg); }
.article-header-inner .article-kicker { font-size: 9px; }
.article-header-inner h1 { margin: 20px auto 17px; max-width: 900px; font: 500 clamp(42px,5.2vw,66px)/1.02 var(--serif); letter-spacing: -.052em; }
.article-header-inner > p:last-child { max-width: 650px; margin: 0 auto; color: #6f6467; font-size: 13px; line-height: 1.75; }
.article-hero-image { height: min(620px,52vw); margin-top: 44px; overflow: hidden; }
.article-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); }
.article-content-grid { display: grid; grid-template-columns: 210px minmax(0,690px); justify-content: center; gap: 80px; padding-top: 70px; padding-bottom: 105px; }
.article-content-grid aside { position: sticky; top: 130px; align-self: start; display: grid; gap: 13px; padding-top: 5px; }
.article-content-grid aside span { margin-bottom: 5px; color: var(--wine); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.article-content-grid aside a { color: #817578; font-size: 10px; }
.prose { color: #4e4648; font-family: var(--serif); font-size: 17px; line-height: 1.9; }
.prose .article-deck { margin-top: 0; font-size: 23px; line-height: 1.55; }
.prose h2 { scroll-margin-top: 120px; margin: 52px 0 20px; color: var(--ink); font: 500 34px/1.15 var(--serif); letter-spacing: -.035em; }
.prose ul { display: grid; gap: 13px; margin: 0; padding-left: 22px; }
.prose p { margin: 0 0 20px; }
.editor-note { display: flex; gap: 16px; margin: 38px 0; padding: 22px; background: var(--cream); color: var(--wine); }
.editor-note strong { color: var(--ink); font: 700 11px/1 var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.editor-note p { margin: 7px 0 0; color: #665c5e; font: 400 11px/1.7 var(--sans); }
.prose-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.prose-actions .button { font-family: var(--sans); }
.article-related { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.about-points { display: grid; }
.about-points article { display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.about-points article:first-child { padding-top: 0; }
.about-points > article > strong { color: var(--gold); font: 500 17px/1 var(--serif); }
.about-points h3 { margin: 0 0 9px; font: 500 23px/1 var(--serif); }
.about-points p { margin: 0; color: #6e6466; font-size: 11px; line-height: 1.8; }
.about-network > div { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 45px; border: 1px solid var(--line); }
.about-network a { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 14px; padding: 24px; border-right: 1px solid var(--line); background: var(--paper); }
.about-network a:last-child { border: 0; background: #e9ded9; }
.about-network a > span { color: var(--gold); font-size: 9px; }
.about-network a strong { grid-column: 1/-1; font: 500 21px/1 var(--serif); }
.about-network a small { color: #776c6f; font-size: 9px; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .text-action { display: none; }
  .hero-grid { gap: 45px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid .product-card:nth-child(4) { display: none; }
  .ecosystem-grid { grid-template-columns: repeat(2,1fr); }
  .ecosystem-card { border-bottom: 1px solid var(--line); }
  .ecosystem-card:nth-child(2) { border-right: 0; }
  .budget-options > a { grid-template-columns: 100px 1fr; }
  .budget-options > a span { display: none; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,1fr); gap: 35px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 700px); }
  .network-bar-inner { justify-content: center; min-height: 31px; }
  .network-bar-inner > div { display: none; }
  .header-inner { height: 70px; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 12px 16px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 12px; border-bottom: 1px solid #eee7df; }
  .desktop-only { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-account { display: grid; gap: 0; padding-bottom: 15px; background: var(--paper); }
  .mobile-account a { display: flex; justify-content: space-between; padding: 11px 5px; border-bottom: 1px solid #eee7df; color: var(--wine); font-size: 10px; font-weight: 700; }
  .hero { padding-top: 50px; }
  .hero-grid { min-height: 0; display: block; }
  .hero-copy { padding: 0 0 48px; }
  .hero h1 { max-width: 650px; font-size: clamp(49px,12vw,70px); }
  .hero-visual { min-height: 510px; }
  .hero-photo-wrap { inset: 0 -16px; border-radius: 120px 0 0; }
  .floating-top { right: 0; }
  .floating-bottom { left: 12px; bottom: 48px; }
  .discovery-bar { width: 100%; grid-template-columns: repeat(3,1fr) auto; }
  .discovery-bar > div { padding: 0 15px; }
  .discovery-bar > div svg { display: none; }
  .discovery-bar > a { padding: 0 18px; }
  .section { padding: 75px 0; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 19px; }
  .split-heading > p { max-width: 600px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid .product-card:nth-child(4) { display: block; }
  .budget-grid { display: block; }
  .budget-copy { padding: 65px 0; }
  .budget-options { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .budget-options > a { min-height: 110px; padding: 0 5px; grid-template-columns: 125px 1fr auto; }
  .budget-options > a span { display: flex; }
  .editorial-grid { grid-template-columns: 1fr; }
  .article-card { grid-template-columns: 220px 1fr; }
  .vendor-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .market-tools { grid-template-columns: 1fr; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .feature-panel { grid-template-columns: 1fr; gap: 30px; padding: 35px; }
  .article-index-grid { grid-template-columns: 1fr; }
  .article-index-grid .article-featured { grid-column: auto; display: block; }
  .article-index-grid .article-featured .article-body { padding: 30px; }
  .article-content-grid { grid-template-columns: 1fr; gap: 20px; }
  .article-content-grid aside { position: static; display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-network > div { grid-template-columns: repeat(2,1fr); }
  .about-network a:nth-child(2) { border-right: 0; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 26px); }
  .brand-copy strong { font-size: 18px; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 48px; }
  .hero h1::after { font-size: 17px; }
  .hero-lead { font-size: 13px; }
  .hero-actions { display: grid; }
  .hero-proof { justify-content: space-between; }
  .hero-proof > div { min-width: 0; margin-right: 10px; padding-right: 10px; grid-template-columns: 1fr; }
  .hero-proof strong { grid-row: auto; }
  .hero-visual { min-height: 410px; }
  .floating-card strong { font-size: 9px; }
  .floating-top { top: 22px; }
  .floating-bottom { bottom: 40px; }
  .discovery-bar { display: grid; grid-template-columns: 1fr; }
  .discovery-bar > div { display: none; }
  .discovery-bar > a { min-height: 62px; }
  .section { padding: 62px 0; }
  .section-heading h2, .feature-panel h2, .about-grid h2, .about-network h2 { font-size: 37px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 88px; }
  .product-grid, .related-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: 43% 57%; }
  .product-image { height: 100%; aspect-ratio: auto; }
  .product-body { padding: 14px; }
  .product-body h3 { min-height: 0; font-size: 17px; }
  .vendor-card-links a { min-height: 26px; padding: 6px 8px; }
  .product-footer { margin-top: 12px; padding-top: 10px; }
  .product-grid .product-card:nth-child(4) { display: grid; }
  .budget-copy { padding: 55px 0; }
  .budget-options > a { grid-template-columns: 1fr auto; padding: 24px 5px; }
  .budget-options small { grid-column: 1/-1; }
  .budget-options strong { font-size: 22px; }
  .budget-options span { display: none; }
  .ecosystem-grid { grid-template-columns: 1fr; }
  .ecosystem-card { min-height: 230px; border-right: 0; }
  .ecosystem-card h3 { margin-top: 32px; }
  .article-card, .article-featured { display: block; }
  .article-image { min-height: 210px; aspect-ratio: 1.6; }
  .article-featured .article-body h3 { font-size: 25px; }
  .vendor-cta { padding: 60px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 72px 0; }
  .page-hero h1 { font-size: 48px; }
  .product-detail { padding-top: 35px; }
  .product-detail-copy h1 { font-size: 42px; }
  .detail-vendor-links { display: grid; }
  .detail-actions { display: grid; }
  .feature-panel { margin-top: 50px; padding: 25px 20px; }
  .article-index-grid .article-body h3 { min-height: 0; }
  .article-index-grid .article-featured .article-body h3 { font-size: 30px; }
  .article-detail-header { padding-top: 45px; }
  .article-header-inner h1 { font-size: 41px; }
  .article-hero-image { height: 68vw; margin-top: 20px; }
  .article-content-grid { padding-top: 45px; }
  .prose { font-size: 16px; }
  .prose .article-deck { font-size: 20px; }
  .article-related { grid-template-columns: 1fr; }
  .about-network > div { grid-template-columns: 1fr; }
  .about-network a { border-right: 0; border-bottom: 1px solid var(--line); }
}

.static-icon{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.verified{font-size:9px}[hidden]{display:none!important}