:root {
  --black: #070707;
  --ink: #171717;
  --charcoal: #242424;
  --gray: #66625d;
  --mid: #9b9892;
  --mist: #f2f1ef;
  --paper: #fbfaf8;
  --white: #ffffff;
  --line: #d8d5d0;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { padding: 8px 20px; background: var(--black); color: var(--white); text-align: center; font-size: 8px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgb(255 255 255 / 96%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { width: min(130px, 24vw); }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a, .mobile-menu a { position: relative; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--black); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 17px; font-size: 18px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; background: #111; color: var(--white); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 76%) 38%, rgb(0 0 0 / 15%) 78%), url("../images/hero-black-couple.jpg"); background-size: cover; background-position: 62% center; transform: scale(1.01); }
.hero-grain { position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: repeating-linear-gradient(0deg, transparent 0 2px, rgb(255 255 255 / 8%) 3px); mix-blend-mode: soft-light; }
.hero-inner { position: relative; z-index: 1; min-height: inherit; display: flex; align-items: center; }
.hero-copy { width: min(630px, 58%); padding: 80px 0; }
.eyebrow { margin: 0 0 22px; color: #77736d; font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #d1ceca; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
.hero h1 { max-width: 610px; margin-bottom: 22px; font-size: clamp(48px, 5.1vw, 74px); line-height: .98; text-wrap: balance; }
.hero-intro { max-width: 565px; margin-bottom: 34px; color: #dedbd7; font-size: 15px; line-height: 1.75; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 19px; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--black); }
.button-outline { border-color: rgb(255 255 255 / 70%); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--black); }
.button-dark { background: var(--black); color: var(--white); }

.purpose { padding: 50px 0; background: var(--mist); border-bottom: 1px solid var(--line); }
.purpose-grid { display: grid; grid-template-columns: 160px 1fr; gap: 40px; }
.purpose h2 { max-width: 860px; margin-bottom: 22px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.07; }
.arrow-link, .read-link { font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.arrow-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
a:hover .arrow-link span { transform: translate(3px, -3px); }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); align-items: end; gap: 80px; }
.split-heading > p { margin-bottom: 0; color: var(--gray); font-size: 13px; line-height: 1.75; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-card { min-height: 325px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.pillar-card:hover { background: var(--black); color: var(--white); }
.pillar-top { display: flex; justify-content: space-between; color: var(--mid); font-size: 11px; }
.pillar-card h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.pillar-card p { min-height: 66px; margin-bottom: 28px; color: var(--gray); font-size: 13px; }
.pillar-card:hover p { color: #c8c5c1; }
.card-link { font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.manifesto { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; background: var(--black); color: var(--white); }
.manifesto-image { min-height: 540px; background: linear-gradient(180deg, rgb(0 0 0 / 4%), rgb(0 0 0 / 34%)), url("../images/black-love.jpg") center/cover no-repeat; filter: grayscale(1); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 110px); }
.manifesto-copy h2 { max-width: 560px; margin-bottom: 24px; font-size: clamp(38px, 4.7vw, 62px); line-height: 1.02; }
.manifesto-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: #bdbab6; font-size: 14px; line-height: 1.85; }

.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.article-image { height: 215px; display: block; margin-bottom: 23px; overflow: hidden; background: var(--mist); }
.article-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .5s ease, filter .4s ease; }
.article-image.typographic img { object-fit: contain; padding: 38px 25px; filter: grayscale(1); }
.article-card:hover .article-image img { transform: scale(1.04); filter: grayscale(.25); }
.article-card .category, .product-card .category, .modal-copy .category { margin-bottom: 12px; color: #77736d; font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.article-card h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.13; }
.article-card > p:not(.category) { min-height: 84px; margin-bottom: 20px; color: var(--gray); font-size: 12px; line-height: 1.7; }
.read-link { display: inline-block; border-bottom: 1px solid transparent; }
.read-link:hover { border-color: var(--black); }

.shop { background: var(--mist); border-block: 1px solid var(--line); }
.shop-heading h2 { line-height: 1.08; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin-bottom: 36px; }
.product-image { position: relative; width: 100%; aspect-ratio: 1; margin: 0 0 15px; padding: 0; overflow: hidden; border: 0; background: #e8e5e0; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-image:hover img { transform: scale(1.035); }
.quick-view { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 10px; background: rgb(7 7 7 / 88%); color: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; }
.product-image:hover .quick-view, .product-image:focus-visible .quick-view { opacity: 1; transform: translateY(0); }
.product-meta { display: flex; justify-content: space-between; gap: 8px; }
.product-meta h3 { margin: 0; font-size: 12px; line-height: 1.35; }
.product-meta span { font-size: 11px; font-weight: 800; }

.newsletter-wrap { padding: 80px 0; }
.newsletter-card { display: grid; grid-template-columns: 1.35fr .65fr; background: #111; color: var(--white); }
.newsletter-copy { padding: 65px; }
.newsletter-copy h2 { max-width: 700px; margin-bottom: 19px; font-size: clamp(36px, 4vw, 52px); line-height: 1.03; }
.newsletter-copy > p:not(.eyebrow):not(.success) { max-width: 690px; color: #bcb9b5; font-size: 13px; }
.newsletter-copy form { display: flex; margin-top: 28px; }
.newsletter-copy input { flex: 1; min-width: 0; min-height: 48px; padding: 0 17px; border: 1px solid #56524d; outline: none; background: #191919; color: var(--white); }
.newsletter-copy input:focus { border-color: var(--white); }
.newsletter-copy button { min-height: 48px; padding: 0 22px; border: 0; background: var(--white); color: var(--black); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.success { margin-top: 26px; padding-left: 16px; border-left: 2px solid var(--white); }
.guide-cover { min-height: 390px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 36px; border: 1px solid #66615b; text-align: center; }
.guide-cover img { width: 180px; margin-bottom: 27px; }
.guide-cover span, .guide-cover small { font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.guide-cover h3 { margin: 18px 0; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.05; }

footer { padding: 70px 0 25px; background: var(--black); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 50px; }
.footer-brand .footer-logo { width: 158px; height: auto; margin-bottom: 24px; }
.footer-brand p { max-width: 400px; color: #a8a49f; font-size: 12px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-main a { color: #aaa6a0; font-size: 11px; }
.footer-main a:hover { color: var(--white); }
.footer-label { margin-bottom: 6px; color: var(--white); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #292929; color: #74706b; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgb(0 0 0 / 76%); backdrop-filter: blur(5px); animation: fade-in .2s ease; }
.product-modal { position: relative; width: min(920px, 100%); max-height: min(720px, calc(100vh - 48px)); display: grid; grid-template-columns: 1.08fr .92fr; overflow: auto; background: var(--white); box-shadow: 0 30px 100px rgb(0 0 0 / 45%); }
.product-modal > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.modal-copy h2 { margin-bottom: 18px; font-size: 45px; line-height: 1.03; }
.modal-copy > p:not(.category) { color: var(--gray); }
.modal-price-row { display: flex; justify-content: space-between; align-items: center; margin: 28px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.modal-price-row span { color: var(--gray); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.modal-close { position: absolute; top: 16px; right: 16px; z-index: 2; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--black); color: var(--white); cursor: pointer; font-size: 23px; }
.modal-backdrop[hidden] { display: none !important; }
body.admin-bar .site-header { top: 32px; }
.wp-content { padding: 88px 0 110px; }
.wp-page-header { max-width: 800px; margin-bottom: 48px; }
.wp-page-header h1, .wp-article h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.02; }
.wp-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.wp-post-card { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.wp-post-thumb { display: block; aspect-ratio: 4 / 3; margin-bottom: 20px; overflow: hidden; background: var(--mist); }
.wp-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.wp-post-card h2 { font-size: 30px; }
.wp-article { max-width: 820px; margin: 0 auto; }
.wp-entry-content { font-family: var(--serif); font-size: 20px; line-height: 1.75; }
.wp-entry-content > * + * { margin-top: 1.25em; }
.wp-entry-content img { height: auto; }
@keyframes fade-in { from { opacity: 0; } }

@media (max-width: 1000px) {
  .article-grid { grid-template-columns: repeat(2, 1fr); gap: 46px 20px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); gap: 30px 14px; }
  .newsletter-copy { padding: 48px; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .shell { width: min(100% - 32px, 1180px); }
  .announcement { font-size: 7px; letter-spacing: .15em; }
  .nav-row { min-height: 66px; }
  .brand { width: min(103px, 42vw); }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { cursor: pointer; list-style: none; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; top: 42px; right: 0; width: 210px; display: flex; flex-direction: column; gap: 18px; padding: 24px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 50px rgb(0 0 0 / 12%); }
  .hero { min-height: 660px; }
  .hero-image { background-image: linear-gradient(0deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 58%) 62%, rgb(0 0 0 / 10%) 100%), url("../images/hero-black-couple.jpg"); background-position: 66% center; }
  .hero-inner { align-items: end; }
  .hero-copy { width: 100%; padding: 70px 0 80px; }
  .hero h1 { font-size: clamp(46px, 13vw, 68px); }
  .purpose-grid, .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .purpose-grid { gap: 4px; }
  .purpose h2 { font-size: 34px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 35px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 270px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 380px; }
  .manifesto-copy { padding: 60px 24px; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-image { height: 290px; }
  .article-card > p:not(.category) { min-height: auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
  .newsletter-card { grid-template-columns: 1fr; }
  .newsletter-copy { padding: 45px 25px; }
  .newsletter-copy form { flex-direction: column; gap: 8px; }
  .guide-cover { min-height: 340px; margin: 0 25px 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand .footer-logo { width: min(150px, 50%); height: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .product-modal { grid-template-columns: 1fr; }
  .product-modal > img { height: 320px; min-height: 0; }
  .modal-copy { padding: 34px 25px; }
  .modal-copy h2 { font-size: 36px; }
  .wp-post-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-meta h3 { font-size: 14px; }
}

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