:root{
  --paper:#0d0d0c;
  --surface:#181817;
  --muted:rgba(255,255,255,.58);
  --line:rgba(255,255,255,.13);
  --shadow:0 28px 90px rgba(0,0,0,.3);
  color-scheme:dark;
}

html,body{background:var(--paper);color:var(--white)}
body{font-weight:400}
h1,h2{font-weight:400;letter-spacing:-.012em;line-height:.96}
h3{font-weight:700;letter-spacing:-.008em}
.button{font-weight:700}
.eyebrow,.product-copy>small,.featured-copy>a{font-weight:400;color:var(--teal)}

/* Global navigation and controls */
.site-header{background:rgba(13,13,12,.76)}
.header-shell{background:rgba(24,24,23,.86);border-color:rgba(255,255,255,.1);box-shadow:0 12px 40px rgba(0,0,0,.22)}
.brand img{filter:invert(1)}
.desktop-nav a,.utility-nav a{color:rgba(255,255,255,.64)}
.desktop-nav a:hover,.utility-nav a:hover{color:var(--white)}
.utility-nav span{background:var(--teal);color:var(--ink)}
.button.primary,.button.dark,.form-panel button{background:var(--teal);color:var(--ink)}
.button.secondary{background:transparent;border-color:rgba(255,255,255,.3);color:var(--white)}
.hero-content:after,.product-image:after,.detail-image:after{display:none}

/* Home: open editorial composition */
.home-hero{grid-template-columns:.86fr 1.14fr;gap:0;padding:20px 0 90px;min-height:680px}
.hero-content{grid-column:1;grid-row:1;background:transparent;color:var(--white);border-radius:0;padding:clamp(46px,6vw,92px) clamp(36px,6vw,90px) 46px 0}
.hero-product-card{grid-column:2;grid-row:1;min-height:650px;border-radius:0;box-shadow:none}
.hero-content>p{color:rgba(255,255,255,.62)}
.hero-price span{color:rgba(255,255,255,.5)}
.hero-price strong{font-weight:700}
.hero-reading{background:rgba(13,13,12,.78);border:1px solid var(--line)}

.standards-rail{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px;border-block:1px solid var(--line);background:transparent}
.standard-item{padding:24px 26px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:4px;text-transform:uppercase;font-size:10px;letter-spacing:.13em;color:rgba(255,255,255,.5)}
.standard-item:last-child{border-right:0}
.standard-item strong{font-size:20px;letter-spacing:0;text-transform:none;color:var(--white);font-weight:700}
.standard-item:first-child strong,.standard-item:nth-child(3) strong{color:var(--teal)}

.statement-section,.collections,.vessel-home,.quality,.catalog-cta{padding-block:120px}
.statement-card.texture-white{min-height:520px;padding:80px 0;border-radius:0;border-block:1px solid var(--line);box-shadow:none;background:none;color:var(--white)}
.statement-card p,.section-heading>p{color:rgba(255,255,255,.58)}

.collection-grid{gap:0;border-block:1px solid var(--line)}
.collection-card,.collection-card.teal,.collection-card.sand,.collection-card.brown{min-height:430px;padding:42px 30px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;color:var(--white);box-shadow:none}
.collection-card:last-child{border-right:0}
.collection-card:hover{background:rgba(255,255,255,.025);transform:none;box-shadow:none}
.collection-number,.collection-card.teal .collection-number,.collection-card.sand .collection-number,.collection-card.brown .collection-number{font-weight:400;color:var(--brown);opacity:1}

.vessel-home-card{border-radius:0;border-block:1px solid var(--line);background:transparent;box-shadow:none}
.vessel-home-image{min-height:680px}
.vessel-home-copy{padding:clamp(55px,7vw,105px)}

.quality-card{border-radius:0;background:var(--cream);color:var(--ink);box-shadow:none}
.quality-card .eyebrow{color:var(--brown)}
.quality-card>p{color:rgba(33,33,33,.68)}
.quality-stats span{padding:24px 0;border-radius:0;border-top:1px solid rgba(33,33,33,.16);background:transparent}

.catalog-cta-card.texture-teal{min-height:480px;padding:80px 0;border-radius:0;border-block:1px solid var(--line);box-shadow:none;background:linear-gradient(90deg,rgba(13,13,12,.92),rgba(13,13,12,.72)),url('../assets/textures/texture-3.webp') center/cover;color:var(--white)}

/* Catalog and product pages stay structurally intact */
.catalog-hero>p,.journal-hero>p,.product-hero-copy>p,.detail-copy>p,.ruo-panel,.breadcrumb{color:var(--muted)}
.filter-shell{background:rgba(13,13,12,.84)}
.filter-row button{background:#1a1a19;color:rgba(255,255,255,.58);border:1px solid var(--line)}
.filter-row button.is-active{background:var(--teal);color:var(--ink);border-color:var(--teal)}
.product-card{background:#171716;color:var(--white);box-shadow:0 14px 44px rgba(0,0,0,.2)}
.product-image{background:var(--cream)}
.product-image img{width:100%;height:100%;object-fit:cover}
.product-image>span{padding:7px 11px;border-radius:999px;background:rgba(13,13,12,.72);color:var(--white);backdrop-filter:blur(10px)}
.product-meta{color:var(--teal)}
.product-copy>p{color:rgba(255,255,255,.56)}
.strengths span{background:rgba(255,255,255,.07);border:1px solid var(--line)}

.detail-image{background:var(--cream)}
.detail-image>img{width:100%;height:100%;object-fit:cover}
.detail-image>div span{background:rgba(13,13,12,.72);color:var(--white);backdrop-filter:blur(10px)}
.detail-copy{background:#171716;color:var(--white);border:1px solid var(--line)}
.detail-copy .identity{color:var(--teal)}
.detail-price strong{font-weight:700}
.variant{background:#111110;color:var(--white);border-color:var(--line)}
.variant.is-active{border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal)}

/* The Vessel: narrative sequence instead of stacked containers */
.product-hero{grid-template-columns:1.08fr .92fr;gap:0;padding:28px 0 110px}
.product-hero-media{border-radius:0;min-height:680px}
.product-hero-copy{border-radius:0;background:transparent;color:var(--white);padding:clamp(50px,7vw,105px)}
.vessel-stats{gap:0;border-block:1px solid var(--line)}
.vessel-stats span{padding:32px 20px;border:0;border-right:1px solid var(--line);border-radius:0;background:transparent}
.vessel-stats span:last-child{border-right:0}
.vessel-features{gap:0;padding-bottom:120px}
.vessel-feature,.vessel-feature.cream,.vessel-feature.brown,.vessel-feature.teal{min-height:650px;padding:0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;color:var(--white)}
.vessel-feature:last-child{border-bottom:1px solid var(--line)}
.vessel-feature>div{padding:clamp(50px,7vw,105px)}
.vessel-feature img{border-radius:0}
.vessel-feature .eyebrow{color:var(--teal)}
.specifications dl{gap:0;border-top:1px solid var(--line)}
.specifications dl div{padding:24px 18px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent}
.specifications dl div:nth-child(3n){border-right:0}
.reserve-card{border-radius:0;box-shadow:none}

/* Manifesto: typographic sequence, not a card wall */
.manifesto-hero{padding:150px 0 120px;min-height:580px;border-bottom:1px solid var(--line)}
.manifesto-body{display:block;padding-bottom:130px}
.manifesto-body article,.manifesto-body article:nth-child(2),.manifesto-body article:nth-child(3),.manifesto-body article:nth-child(4),.manifesto-body article:nth-child(5),.manifesto-body article:nth-child(6){min-height:0;padding:70px 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--white);display:grid;grid-template-columns:minmax(110px,.28fr) 1fr;gap:50px;align-items:start}
.manifesto-body span{font-size:72px;font-weight:400;line-height:.9;color:var(--brown)}
.manifesto-body p{max-width:900px;margin:0;font-size:clamp(20px,2.2vw,30px);line-height:1.5}
.principle-grid{gap:0;border-block:1px solid var(--line)}
.principle-grid article,.principle-grid .cream,.principle-grid .sand,.principle-grid .brown,.principle-grid .teal,.principle-grid .white,.principle-grid .dark{min-height:280px;padding:32px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--white);transition:background-color .25s ease}
.principle-grid article:nth-child(3n){border-right:0}
.principle-grid article:hover{background:rgba(255,255,255,.025);transform:none}
.principle-grid span{font-weight:400;color:var(--brown)}
.manifesto-cta>div{padding:90px 70px;border-radius:0;background:var(--cream);color:var(--ink)}
.manifesto-cta .button.primary{background:var(--teal);color:var(--ink)}
.manifesto-cta .button.secondary{background:transparent;border-color:var(--ink);color:var(--ink);box-shadow:none}
.manifesto-cta .button.secondary:hover{background:var(--ink);color:var(--white)}

/* Protocols: open hierarchy with images and rule-based content */
.protocols-page .page-hero{min-height:560px;margin:0;padding:130px 0 110px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:none;display:flex;flex-direction:column;justify-content:center}
.protocols-page .page-hero h1{max-width:900px}
.protocols-page .hero-copy{color:rgba(255,255,255,.6)}
.protocols-page .protocol-block{grid-template-columns:.82fr 1.18fr;gap:clamp(40px,7vw,100px);padding:110px 0;border-top:0;border-bottom:1px solid var(--line)}
.protocols-page .protocol-block header{top:116px}
.protocols-page .protocol-block header:after{content:"";display:block;height:300px;margin-top:40px;border-radius:0;background-position:center;background-size:cover;border:0}
.protocols-page .protocol-block:nth-of-type(2) header:after{background-image:url('../assets/vials/bac.webp')}
.protocols-page .protocol-block:nth-of-type(3) header:after{background-image:url('../assets/vessel/display.webp')}
.protocols-page .protocol-block:nth-of-type(4) header:after{background-image:linear-gradient(rgba(105,84,63,.22),rgba(105,84,63,.22)),url('../assets/textures/texture-2.webp')}
.protocols-page .protocol-block:nth-of-type(5) header:after{background-image:url('../assets/textures/texture-4.webp')}
.protocols-page .protocol-cards{gap:0;border:0;border-radius:0;overflow:visible;background:transparent}
.protocols-page .protocol-cards article,.protocols-page .protocol-cards>p{margin:0;padding:32px 0;border-radius:0;border-top:1px solid var(--line);background:transparent}
.protocols-page .protocol-cards article:last-child,.protocols-page .protocol-cards>p:last-child{border-bottom:1px solid var(--line)}
.protocols-page .protocol-cards h3{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal)}
.protocols-page .protocol-cards p{color:rgba(255,255,255,.64)}
.protocols-page .cta-band{margin:110px 0;padding:80px 0;border-block:1px solid var(--line);border-radius:0;background:transparent;color:var(--white);display:flex;justify-content:space-between;align-items:end;gap:40px}
.protocols-page .cta-band h2{max-width:850px;margin:0}

/* Journal: remove the box around the lead story; keep real editorial cards */
.journal-hero{padding:140px 0 100px}
.featured-story{border-block:1px solid var(--line);border-radius:0;background:transparent;color:var(--white);box-shadow:none}
.featured-image{background:var(--cream)}
.featured-image img{width:100%;height:100%;object-fit:cover;filter:none}
.featured-copy p{color:rgba(255,255,255,.58)}
.featured-copy>a{color:var(--teal)}
.journal-card,.journal-card.cream,.journal-card.sand,.journal-card.brown,.journal-card.white,.journal-card.teal{background:var(--surface);color:var(--white);border:1px solid var(--line)}
.journal-card-image{background:var(--cream);overflow:hidden}
.journal-card-image img{width:100%;height:100%;object-fit:cover}

/* Secondary modules: containers remain only where function requires them */
.contact-details,.form-panel,.auth-panel,.dashboard-stats article,.empty-state,.cart-items,.cart-summary,.pending-panel{background:var(--surface);color:var(--white);border:1px solid var(--line)}
.form-panel input,.form-panel select,.form-panel textarea{background:#10100f;color:var(--white);border-color:var(--line)}
.contact-details dl div,.cart-item{border-color:var(--line)}
.auth-art{background:linear-gradient(rgba(13,13,12,.74),rgba(13,13,12,.74)),url('../assets/textures/texture-2.webp') center/cover}
.site-footer{background:#080808;border-top:1px solid var(--line)}

@media(max-width:1100px){
  .home-hero{grid-template-columns:.94fr 1.06fr}
  .hero-content{padding-right:48px}
}

@media(max-width:800px){
  .header-shell{background:rgba(24,24,23,.94)}
  .menu-toggle span:not(.sr-only){background:var(--white)}
  .mobile-menu{background:var(--surface)}
  .home-hero{display:flex;flex-direction:column;padding-bottom:70px}
  .hero-content{order:1;min-height:540px;padding:58px 10px 58px}
  .hero-product-card{order:2;min-height:480px}
  .standards-rail{grid-template-columns:1fr 1fr}
  .standard-item:nth-child(2){border-right:0}
  .standard-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .statement-section,.collections,.vessel-home,.quality,.catalog-cta{padding-block:86px}
  .statement-card.texture-white{padding:65px 0}
  .collection-grid{grid-template-columns:1fr}
  .collection-card,.collection-card.teal,.collection-card.sand,.collection-card.brown{min-height:300px;border-right:0;border-bottom:1px solid var(--line)}
  .collection-card:last-child{border-bottom:0}
  .vessel-home-card{grid-template-columns:1fr}
  .product-hero{grid-template-columns:1fr;padding-bottom:80px}
  .product-hero-copy{padding:55px 10px}
  .vessel-feature,.vessel-feature.reverse{grid-template-columns:1fr;min-height:0;padding:70px 0}
  .vessel-feature>div{padding:0 0 45px}
  .vessel-feature.reverse>div,.vessel-feature.reverse>img{grid-column:auto;grid-row:auto}
  .vessel-feature img{height:430px}
  .specifications dl div:nth-child(3n){border-right:1px solid var(--line)}
  .specifications dl div{border-right:0}
  .manifesto-body article,.manifesto-body article:nth-child(n){grid-template-columns:1fr;gap:28px;padding:56px 0}
  .principle-grid{grid-template-columns:1fr}
  .principle-grid article,.principle-grid article:nth-child(3n){border-right:0}
  .manifesto-cta>div{padding:60px 30px}
  .protocols-page .page-hero{min-height:500px;padding:90px 0 80px}
  .protocols-page .protocol-block{grid-template-columns:1fr;padding:80px 0}
  .protocols-page .protocol-block header{position:static}
  .protocols-page .protocol-block header:after{height:340px}
  .protocols-page .cta-band{align-items:flex-start;flex-direction:column}
  .featured-story{grid-template-columns:1fr}
}

@media(max-width:480px){
  h1{letter-spacing:-.008em}
  .standards-rail{grid-template-columns:1fr}
  .standard-item{border-right:0;border-bottom:1px solid var(--line)}
  .standard-item:last-child{border-bottom:0}
  .hero-content{padding-inline:0}
  .manifesto-hero{padding:100px 0 80px;min-height:470px}
  .manifesto-body span{font-size:58px}
  .protocols-page .page-hero{min-height:440px}
  .protocols-page .protocol-block header:after{height:250px}
}

/* Focused composition refinements */
.collection-number{font-size:clamp(54px,6vw,84px)}
.principle-grid span{font-size:36px}

.quality-card{
  display:block;
  padding:20px 0 0;
  border:0;
  background:transparent;
  color:var(--white);
}
.quality-card .eyebrow{color:var(--teal)}
.quality-card h2{max-width:920px;margin:34px 0 30px}
.quality-card>p{max-width:680px;margin-bottom:68px;color:var(--muted)}
.quality-stats{margin:0;border-top:1px solid var(--line)}
.quality-stats span{padding:28px 0;border-top:0;border-right:1px solid var(--line);background:transparent;color:var(--white)}
.quality-stats span:last-child{border-right:0}

.catalog-cta-card.texture-teal{border:0}

.reserve-card.texture-dark{
  display:block;
  min-height:0;
  padding:80px 0;
  border-block:1px solid var(--line);
  background:none;
  color:var(--white);
}
.reserve-card h2{font-size:clamp(72px,8vw,110px)}
.reserve-card .button{margin-top:34px}

.manifesto-cta>div{
  padding:100px 0;
  border-block:1px solid var(--line);
  background:transparent;
  color:var(--white);
}
.manifesto-cta h2 span{display:block}
.manifesto-cta .button.secondary{border-color:rgba(255,255,255,.35);color:var(--white)}
.manifesto-cta .button.secondary:hover{background:var(--white);color:var(--ink)}

.protocols-page .cta-band{display:block;padding:90px 0}
.protocols-page .cta-band h2{max-width:760px}
.protocols-page .cta-band .button-row{margin-top:38px}
.protocols-page .cta-band .button:first-child{background:var(--teal);color:var(--ink)}
.protocols-page .cta-band .button:last-child{border:1px solid rgba(255,255,255,.32);color:var(--white)}

@media(max-width:800px){
  .quality-stats{grid-template-columns:1fr}
  .quality-stats span{border-right:0;border-bottom:1px solid var(--line)}
  .quality-stats span:last-child{border-bottom:0}
  .reserve-card.texture-dark,.manifesto-cta>div,.protocols-page .cta-band{padding:68px 0}
}

/* Rhythm, emphasis, and navigation state */
.home-page .statement-section,.home-page .collections,.home-page .quality,.home-page .catalog-cta{padding-block:82px}
.home-page .statement-card.texture-white{
  min-height:0;
  padding:64px 0;
  grid-template-rows:auto auto;
  align-items:start;
  row-gap:48px;
}
.home-page .statement-card .eyebrow{align-self:start}
.home-page .section-heading{row-gap:44px;margin-bottom:48px}
.home-page .quality-card{padding-top:0}
.home-page .catalog-cta-card.texture-teal{
  background:linear-gradient(90deg,rgba(5,34,35,.72),rgba(9,21,21,.48)),url('../assets/textures/texture-4.webp') center/cover;
}

.vessel-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.reserve-card.texture-dark{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:end;
  padding:82px;
  border:0;
  background:linear-gradient(90deg,rgba(5,31,32,.84),rgba(9,18,18,.62)),url('../assets/textures/texture-4.webp') center/cover;
}
.reserve-card.texture-dark>a{justify-self:start;margin-top:0}
.reserve-card.texture-dark>div:last-of-type{max-width:520px}

.protocols-page .protocol-block:nth-of-type(5){border-bottom:0;padding-bottom:72px}
.protocols-page .cta-band{
  margin:0 0 100px;
  padding:76px 64px;
  border:0;
  background:linear-gradient(90deg,rgba(19,17,14,.88),rgba(13,13,12,.74)),url('../assets/textures/texture-2.webp') center/cover;
}
.protocols-page .cta-band h2{font-size:clamp(48px,5vw,76px)}

.journal-hero{padding:110px 0 82px}

.desktop-nav a,.utility-nav a{position:relative}
.home-page .desktop-nav a[href$="index.html"],
.catalog-page .desktop-nav a[href$="catalog.html"],
.product-page .desktop-nav a[href$="catalog.html"],
.vessel-page .desktop-nav a[href$="vessel.html"],
.manifesto-page .desktop-nav a[href$="manifesto.html"],
.protocols-page .desktop-nav a[href$="protocols.html"],
.journal-page .desktop-nav a[href$="journal.html"],
.contact-page .utility-nav a[href$="contact.html"],
.account-page .utility-nav a[href$="account.html"],
.login-page .utility-nav a[href$="account.html"],
.create-account-page .utility-nav a[href$="account.html"],
.cart-page .utility-nav a[href$="cart.html"]{color:var(--white)}
.home-page .desktop-nav a[href$="index.html"]:after,
.catalog-page .desktop-nav a[href$="catalog.html"]:after,
.product-page .desktop-nav a[href$="catalog.html"]:after,
.vessel-page .desktop-nav a[href$="vessel.html"]:after,
.manifesto-page .desktop-nav a[href$="manifesto.html"]:after,
.protocols-page .desktop-nav a[href$="protocols.html"]:after,
.journal-page .desktop-nav a[href$="journal.html"]:after,
.contact-page .utility-nav a[href$="contact.html"]:after,
.account-page .utility-nav a[href$="account.html"]:after,
.login-page .utility-nav a[href$="account.html"]:after,
.create-account-page .utility-nav a[href$="account.html"]:after,
.cart-page .utility-nav a[href$="cart.html"]:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-11px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--teal);
  transform:translateX(-50%);
}

@media(max-width:800px){
  .home-page .statement-section,.home-page .collections,.home-page .quality,.home-page .catalog-cta{padding-block:68px}
  .home-page .statement-card.texture-white{padding:52px 0;row-gap:34px}
  .reserve-card.texture-dark{grid-template-columns:1fr;padding:58px 28px;gap:34px}
  .protocols-page .cta-band{padding:58px 28px}
  .legal-panel{width:var(--shell);margin-left:auto;margin-right:auto}
}

/* Refinement: catalog CTA, Vessel reserve and Account actions */
.home-page .catalog-cta-card.texture-teal {
  min-height: 420px;
  padding: clamp(44px, 6vw, 76px);
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(rgba(15, 28, 28, .82), rgba(15, 28, 28, .82)),
    url('../assets/textures/texture-4.webp') center / cover no-repeat;
}

.reserve-card.texture-dark {
  display: block;
  min-height: 0;
  padding: 80px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: none;
  color: var(--white);
}

.reserve-card.texture-dark > a {
  justify-self: auto;
  margin-top: 34px;
}

.account-page .page-hero .button-row {
  margin-top: 34px;
}

.account-page .page-hero .button:first-child {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--ink);
}

.account-page .page-hero .button.button-outline,
.account-page .empty-state .button.button-outline {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .035);
  color: var(--white);
}

.account-page .page-hero .button.button-outline:hover,
.account-page .empty-state .button.button-outline:hover {
  border-color: var(--teal);
  color: var(--teal);
}

@media (max-width: 800px) {
  .home-page .catalog-cta-card.texture-teal {
    min-height: 390px;
    padding: 44px 28px;
  }

  .reserve-card.texture-dark {
    display: block;
    padding: 60px 0;
  }
}

/* Final precision pass */
.button,
.filter-row button,
.variant,
.strengths span,
.form-panel button,
.cart-remove {
  font-weight: 400;
  letter-spacing: .055em;
}

.button { line-height: 1.2; }

/* Home: original content and collection icon system */
.home-page .home-hero .hero-content { grid-column: 1; grid-row: 1; }
.home-page .home-hero .hero-product-card { grid-column: 2; grid-row: 1; }
.home-page .home-hero .button-row { margin-top: 34px; }
.collection-icon {
  display: block;
  width: 52px;
  height: 52px;
  color: var(--teal);
}
.collection-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.collection-card:nth-child(2) .collection-icon,
.collection-card:nth-child(2) footer { color: var(--sand); }
.collection-card:nth-child(3) .collection-icon,
.collection-card:nth-child(3) footer { color: #9a8572; }
.collection-card:nth-child(1) .collection-icon,
.collection-card:nth-child(1) footer { color: #9a8572; }
.collection-card footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  color: var(--teal);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.collection-card footer small { color: inherit; }

/* Final targeted type refinement: research collection titles only. */
.collection-card h3 {
  font-weight: 500;
  letter-spacing: .012em;
}
.quality-stats b,
.vessel-page .vessel-stats b {
  font-weight: 500;
  letter-spacing: .012em;
}
.home-page .statement-card h2 {
  font-size: clamp(42px, 5.5vw, 78px);
}
.quality-stats { grid-template-columns: repeat(4, 1fr); }
.home-page .catalog-cta-card.texture-white {
  min-height: 420px;
  padding: clamp(44px, 6vw, 76px);
  border: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    url('../assets/textures/texture-1.webp') center / cover no-repeat;
}
.home-page .catalog-cta-card.texture-white p { color: #514d48; }
.home-page .catalog-cta-card.texture-white .button { background: var(--ink); color: var(--white); }

/* Controlled editorial scale */
.vessel-home-copy h2,
.vessel-feature h2,
.quality-card h2,
.catalog-cta-card h2,
.featured-copy h2,
.subscribe-card h3 { font-size: clamp(38px, 4.1vw, 58px); }
.vessel-feature h2 { max-width: 560px; }

/* Vessel: original hero order and restored specifications */
.vessel-page .product-hero-copy { grid-column: 1; grid-row: 1; }
.vessel-page .product-hero-media { grid-column: 2; grid-row: 1; }
.vessel-page .product-hero-copy h1 { font-size: clamp(56px, 6.5vw, 92px); }
.feature-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 34px 0 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  border-color: rgba(255,255,255,.16);
}
.vessel-feature.cream .feature-specs { border-color: rgba(33,33,33,.16); }
.feature-specs div { padding: 20px 18px 20px 0; }
.feature-specs dt { font-size: 18px; }
.feature-specs dd { margin: 5px 0 0; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; opacity: .7; }

/* Manifesto reading weight and quieter dividers */
.manifesto-body p,
.principle-grid h3 { font-weight: 400; letter-spacing: .005em; }
.manifesto-body p { line-height: 1.65; }
.manifesto-body article { border-top-color: rgba(255,255,255,.09); }
.principle-grid { border-color: rgba(255,255,255,.09); }
.principle-grid article { border-color: rgba(255,255,255,.09); }
.manifesto-cta > div { border: 0; }

/* Protocol imagery from the approved asset set */
.protocols-page .protocol-block:nth-of-type(2) header::after {
  background-image: url('../assets/vessel/chamber.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.protocols-page .protocol-block:nth-of-type(4) header::after {
  background-image: linear-gradient(rgba(10,22,22,.24),rgba(10,22,22,.24)), url('../assets/textures/texture-4.webp');
}
.protocols-page .protocol-block:nth-of-type(5) header::after {
  background-image: url('../assets/protocols/research-frame-lab.webp');
  background-position: center;
  background-size: cover;
}
.protocols-page .protocol-block { border-top-color: rgba(255,255,255,.09); }
.protocols-page .protocol-cards > * { border-bottom-color: rgba(255,255,255,.09); }

/* Sign in: remove the nested box and lift the left composition */
.login-page .auth-panel .form-panel {
  padding: 26px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.login-page .auth-art { justify-content: center; }
.login-page .auth-art img { margin-bottom: 22px; }

/* Footer parity with Stasis_Final */
.footer-brand img { margin-bottom: 24px; }
.footer-brand p { max-width: 290px; font-size: 13px; line-height: 1.65; }
.site-footer h2 { font-weight: 400; letter-spacing: .07em; }

.missing-information {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 90px;
}
.missing-information h1 { max-width: 900px; margin: 28px 0 0; font-size: clamp(54px, 7vw, 94px); }

@media (max-width: 800px) {
  .home-page .home-hero .hero-content,
  .home-page .home-hero .hero-product-card,
  .vessel-page .product-hero-copy,
  .vessel-page .product-hero-media { grid-column: 1; grid-row: auto; }
  .home-page .home-hero .hero-content,
  .vessel-page .product-hero-copy { order: 1; }
  .home-page .home-hero .hero-product-card,
  .vessel-page .product-hero-media { order: 2; }
  .quality-stats,
  .feature-specs { grid-template-columns: 1fr 1fr; }
  .home-page .catalog-cta-card.texture-white { min-height: 390px; padding: 44px 28px; }
  .home-page .statement-card h2 { font-size: clamp(40px, 11vw, 64px); }
}

/* Two-column Vessel reserve without increasing the section height */
.reserve-card.texture-dark {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  grid-template-rows: auto auto;
  column-gap: clamp(44px, 6vw, 90px);
  height: 380px;
  min-height: 0;
  padding: 0;
  border: 0;
  align-items: end;
  align-content: center;
}

.reserve-card.texture-dark::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: start;
  width: 90%;
  height: 320px;
  min-height: 0;
  border-radius: var(--radius-lg);
  background: url('../assets/vessel/hero.webp') center 54% / cover no-repeat;
}

.reserve-card.texture-dark > div {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  padding-top: 34px;
}

.reserve-card.texture-dark > a {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  margin: -34px 0 0;
}

/* Rounded Protocols CTA, aligned with the Home catalog module */
.protocols-page .cta-band {
  width: 100%;
  margin: 0 auto 100px;
  padding: clamp(48px, 6vw, 76px);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

@media (max-width: 800px) {
  .reserve-card.texture-dark {
    grid-template-columns: 1fr;
    grid-template-rows: 280px auto auto;
    gap: 0;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .reserve-card.texture-dark::before {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 280px;
    min-height: 280px;
  }

  .reserve-card.texture-dark > div {
    grid-column: 1;
    grid-row: 2;
    padding-top: 38px;
  }

  .reserve-card.texture-dark > a {
    grid-column: 1;
    grid-row: 3;
    margin: 22px 0 0;
  }

  .protocols-page .cta-band {
    padding: 48px 28px;
  }
}

/* Update Brief v4: catalog-forward homepage and product presence */
.bogo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 14px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(24,24,23,.92);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
}

.bogo-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  margin-top: 18px;
  margin-bottom: 32px;
  padding: clamp(28px, 3.4vw, 48px) clamp(32px, 4.4vw, 64px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(245, 242, 236, .08), rgba(98, 195, 195, .05)),
    rgba(21, 21, 20, .72);
  box-shadow: 0 22px 70px rgba(0,0,0,.24);
}

.bogo-feature > div {
  min-width: 0;
}

.bogo-feature h2 {
  margin: 16px 0 14px;
  color: var(--white);
  font-size: clamp(54px, 4.75vw, 72px);
  line-height: .98;
  letter-spacing: -.018em;
  white-space: nowrap;
}

.bogo-feature p {
  max-width: none;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.55;
  white-space: nowrap;
}

.bogo-feature .button {
  min-width: 180px;
  white-space: nowrap;
}

.home-page .home-hero {
  padding-top: 18px;
}

.home-page .hero-reading {
  left: auto;
  right: 28px;
  top: 28px;
  bottom: auto;
  padding: 12px 16px;
  border-radius: 999px;
}

.home-page .hero-reading span {
  margin: 0;
  color: var(--white);
  letter-spacing: .11em;
}

.top-sellers,
.community-cta,
.product-strip,
.embedded-product-section {
  padding-block: 82px;
}

.top-seller-grid,
.product-strip > div,
.embedded-product-section > div {
  display: grid;
  gap: 18px;
}

.top-seller-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-product-card,
.strip-product-card,
.embedded-product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #171716;
  color: var(--white);
}

.mini-product-card img,
.strip-product-card img,
.embedded-product-card img {
  width: 100%;
  object-fit: cover;
  background: var(--cream);
}

.mini-product-card img {
  height: 310px;
}

.mini-product-card > div,
.strip-product-card > div,
.embedded-product-card > div {
  padding: 24px;
}

.mini-product-card span,
.strip-product-card span,
.embedded-product-card span {
  display: block;
  color: var(--teal);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mini-product-card h3,
.strip-product-card h3,
.embedded-product-card h3 {
  margin: 16px 0 12px;
  font-weight: 500;
  letter-spacing: .012em;
}

.mini-product-card p {
  min-height: 74px;
  color: var(--muted);
}

.mini-product-card strong,
.strip-product-card strong,
.embedded-product-card strong {
  display: block;
  margin: 18px 0;
  color: var(--white);
  font-weight: 500;
}

.full-catalog-link {
  margin-top: 24px;
}

.community-cta > div {
  padding: clamp(48px, 6vw, 76px);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(12,20,20,.92), rgba(12,20,20,.72)),
    url('../assets/textures/texture-4.webp') center / cover no-repeat;
}

.community-cta h2 {
  margin: 18px 0;
}

.community-cta p {
  max-width: 620px;
  color: var(--muted);
}

.coming-soon-banner {
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.reserve-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.product-strip {
  border-top: 1px solid var(--line);
}

.product-strip header,
.embedded-product-section header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.product-strip header a,
.embedded-product-section header a {
  color: var(--teal);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-strip > div {
  grid-template-columns: repeat(4, minmax(260px, 1fr));
}

.strip-product-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: stretch;
}

.strip-product-card img {
  height: 100%;
  min-height: 178px;
}

.strip-product-card .button,
.embedded-product-card .button {
  min-height: 44px;
  padding-inline: 20px;
}

.embedded-product-section {
  border-block: 1px solid var(--line);
}

.embedded-product-section h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
}

.embedded-product-section header > div {
  display: grid;
  gap: 16px;
}

.embedded-product-section > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.embedded-product-card {
  display: grid;
  grid-template-columns: 190px 1fr;
}

.embedded-product-card img {
  height: 100%;
  min-height: 260px;
}

.create-account-page .check-field input:checked {
  accent-color: var(--teal);
}

.missing-route {
  background: var(--paper);
  color: var(--white);
}

@media (max-width: 1100px) {
  .top-seller-grid,
  .product-strip > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .bogo-bar {
    width: var(--shell);
    min-height: 48px;
    padding-inline: 18px;
    text-align: center;
    line-height: 1.35;
  }

  .bogo-feature {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 18px;
    padding: 26px;
  }

  .bogo-feature h2 {
    font-size: clamp(38px, 12vw, 54px);
    white-space: normal;
  }

  .bogo-feature p {
    white-space: normal;
  }

  .home-page .hero-reading {
    left: 20px;
    right: 20px;
    justify-content: center;
  }

  .top-sellers,
  .community-cta,
  .product-strip,
  .embedded-product-section {
    padding-block: 64px;
  }

  .top-seller-grid,
  .product-strip > div,
  .embedded-product-section > div {
    grid-template-columns: 1fr;
  }

  .product-strip > div {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .strip-product-card {
    min-width: 82%;
    scroll-snap-align: start;
  }

  .embedded-product-card,
  .strip-product-card {
    grid-template-columns: 1fr;
  }

  .embedded-product-card img,
  .strip-product-card img {
    min-height: 280px;
  }

  .product-strip header,
  .embedded-product-section header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final review adjustments */
.home-page .home-hero {
  grid-template-columns: minmax(540px, .78fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: 560px;
  padding: 12px 0 62px;
}

.home-page .home-hero .hero-content {
  padding: clamp(34px, 4.6vw, 64px) clamp(24px, 3.4vw, 52px) clamp(34px, 4.6vw, 64px) 0;
}

.home-page .home-hero .hero-content h1 {
  max-width: 760px;
  font-size: clamp(56px, 5.35vw, 82px);
  line-height: .92;
}

.home-page .home-hero .hero-line {
  display: block;
}

.home-page .home-hero .hero-line-nowrap {
  white-space: nowrap;
}

.home-page .home-hero .hero-product-card {
  justify-self: end;
  width: calc(100% - clamp(12px, 2vw, 34px));
  min-height: 560px;
  max-height: 560px;
}

.coming-soon-banner {
  background: var(--cream);
  color: var(--ink);
  border-color: transparent;
  border-radius: 10px;
  box-shadow: none;
}

.product-strip > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strip-product-card {
  grid-template-columns: 96px 1fr;
}

.strip-product-card > div {
  padding: 20px 22px;
}

.strip-product-card h3 {
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.catalog-page .catalog-hero {
  min-height: 360px;
  padding: 32px 0 44px;
  align-items: start;
}

@media (max-width: 1100px) {
  .home-page .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 64px;
  }

  .home-page .home-hero .hero-product-card {
    width: 100%;
    min-height: 500px;
    max-height: none;
  }

  .product-strip > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-page .home-hero .hero-line-nowrap {
    white-space: normal;
  }

  .home-page .home-hero .hero-content h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .home-page .home-hero .hero-product-card {
    min-height: 420px;
  }
}

/* Hero and featured strip precision pass */
.home-page .home-hero {
  grid-template-columns: minmax(620px, .88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 5vw, 76px);
  min-height: 520px;
  padding-bottom: 56px;
}

.home-page .home-hero .hero-content h1 {
  max-width: 680px;
  font-size: clamp(54px, 4.75vw, 72px);
  line-height: .98;
  letter-spacing: -.018em;
}

.home-page .home-hero .hero-content > p {
  max-width: 600px;
}

.home-page .home-hero .hero-product-card {
  width: 100%;
  min-height: 520px;
  max-height: 520px;
  background:
    radial-gradient(circle at 52% 42%, rgba(98, 195, 195, .18), transparent 36%),
    linear-gradient(135deg, rgba(98, 195, 195, .10), rgba(0, 0, 0, 0) 42%),
    var(--black);
  position: relative;
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
}

.home-page .home-hero .hero-product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  opacity: .82;
}

.home-page .home-hero .bogo-hero-card {
  position: absolute;
  left: clamp(26px, 4vw, 54px);
  top: clamp(26px, 4vw, 54px);
  z-index: 3;
  width: min(420px, calc(100% - 52px));
  padding: clamp(28px, 3.4vw, 44px);
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(252, 249, 242, .96), rgba(224, 216, 205, .92));
  color: var(--ink);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .38);
}

.home-page .home-hero .bogo-hero-card span {
  display: block;
  margin-bottom: 24px;
  color: var(--brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-page .home-hero .bogo-hero-card h2 {
  max-width: 340px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(42px, 4vw, 62px);
  line-height: .94;
  letter-spacing: -.01em;
}

.home-page .home-hero .bogo-hero-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(31, 31, 31, .72);
  font-size: 15px;
  line-height: 1.55;
}

.home-page .home-hero .bogo-hero-card .bogo-note {
  margin-top: 14px;
  font-size: 13px;
}

.home-page .home-hero .bogo-hero-card .button {
  margin-top: 26px;
}

.home-page .home-hero .hero-reading {
  z-index: 2;
}

.home-page .home-hero .hero-reading span {
  background: rgba(7, 7, 7, .78);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: var(--white);
  letter-spacing: .12em;
}

.strip-product-card {
  grid-template-columns: 124px 1fr;
}

.strip-product-card > div {
  padding-left: 28px;
}

@media (max-width: 1100px) {
  .home-page .home-hero {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero .hero-product-card {
    max-height: none;
  }

  .home-page .home-hero .bogo-hero-card {
    width: min(440px, calc(100% - 40px));
  }

  .strip-product-card {
    grid-template-columns: 112px 1fr;
  }
}

@media (max-width: 760px) {
  .home-page .home-hero .hero-content h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .home-page .home-hero .hero-product-card {
    min-height: 500px;
  }

  .home-page .home-hero .bogo-hero-card {
    left: 18px;
    right: 18px;
    top: 18px;
    width: auto;
    padding: 24px;
  }

  .home-page .home-hero .bogo-hero-card h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .strip-product-card {
    grid-template-columns: 1fr;
  }

  .strip-product-card > div {
    padding-left: 22px;
  }
}

/* Research gate + BOGO modal */
body.gate-open,
body.modal-open {
  overflow: hidden;
  height: 100vh;
}

.research-gate,
.bogo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 56px);
  background:
    radial-gradient(circle at 50% 42%, rgba(98, 195, 195, .08), transparent 32%),
    var(--paper);
  color: var(--white);
}

.research-gate-panel {
  width: min(620px, 100%);
  text-align: center;
}

.research-gate-logo {
  width: 124px;
  margin: 0 auto 34px;
}

.research-gate h1 {
  margin: 0 0 18px;
  font-size: clamp(56px, 7vw, 96px);
  line-height: .92;
}

.research-gate p {
  max-width: 520px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.65;
}

.research-gate-form {
  display: grid;
  gap: 16px;
  width: min(470px, 100%);
  margin: 0 auto;
  text-align: left;
}

.research-gate-form label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--white);
  font-size: 14px;
  line-height: 1.45;
}

.research-gate-form input {
  width: 16px;
  height: 16px;
  accent-color: var(--teal);
}

.research-gate-form select {
  width: 100%;
  height: 52px;
  margin-top: 10px;
  padding: 0 18px;
  border: 1px solid rgba(98, 195, 195, .58);
  border-radius: 8px;
  background: rgba(24, 24, 23, .92);
  color: var(--white);
  font: inherit;
}

.research-gate-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.research-gate button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}

.button[aria-disabled="true"] {
  opacity: .62;
  cursor: not-allowed;
  pointer-events: none;
}

.research-gate small {
  display: block;
  max-width: 460px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  line-height: 1.6;
}

.bogo-modal {
  background: rgba(13, 13, 12, .78);
  backdrop-filter: blur(14px);
}

.bogo-modal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .78fr);
  width: min(980px, 100%);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(98, 195, 195, .14), transparent 48%),
    var(--surface);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .5);
}

.bogo-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(13, 13, 12, .58);
  color: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bogo-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(98, 195, 195, .34), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
}

.bogo-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04);
}

.bogo-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .32)),
    rgba(0, 0, 0, .28);
}

.bogo-placeholder span {
  position: absolute;
  left: 32px;
  bottom: 30px;
  z-index: 1;
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bogo-copy {
  align-self: center;
  padding: clamp(42px, 5vw, 72px);
}

.bogo-copy h2 {
  margin: 18px 0 22px;
  font-size: clamp(50px, 5.7vw, 76px);
  line-height: .92;
  letter-spacing: -.018em;
}

.bogo-copy h2 span {
  display: block;
}

.bogo-copy p {
  max-width: 360px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.55;
}

@media (max-width: 820px) {
  .bogo-modal-card {
    grid-template-columns: 1fr;
  }

  .bogo-visual {
    min-height: 280px;
  }

  .bogo-copy {
    padding-top: 26px;
  }

  .research-gate-actions {
    flex-direction: column;
  }
}

/* Sunday-inspired BOGO structure: standalone campaign before the hero */
.home-page .bogo-feature {
  display: grid;
  grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  min-height: 430px;
  margin-top: 22px;
  margin-bottom: 34px;
  padding: clamp(34px, 4.2vw, 62px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 28%, rgba(245, 242, 236, .16), transparent 34%),
    linear-gradient(135deg, rgba(245, 242, 236, .08), rgba(98, 195, 195, .04)),
    rgba(21, 21, 20, .84);
  overflow: hidden;
}

.home-page .bogo-copy {
  min-height: 350px;
  padding: clamp(34px, 4vw, 54px);
  border-radius: 28px;
  background:
    linear-gradient(rgba(245, 242, 236, .94), rgba(245, 242, 236, .94)),
    url('../assets/textures/texture-1.webp') center/cover;
  color: var(--ink);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .26);
}

.home-page .bogo-copy > span {
  display: block;
  margin-bottom: 22px;
  color: var(--brown);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}

.home-page .bogo-feature h2 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: .98;
  letter-spacing: -.018em;
  white-space: normal;
}

.home-page .bogo-feature p {
  max-width: 360px;
  margin: 0 0 16px;
  color: rgba(31, 31, 31, .68);
  font-size: 15px;
  line-height: 1.45;
  white-space: normal;
}

.home-page .bogo-copy .button {
  min-width: 0;
  margin-top: 16px;
  background: var(--teal);
  color: var(--ink);
}

.home-page .bogo-placeholder {
  position: relative;
  min-height: 350px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    #3a3a3a;
  display: grid;
  place-items: center;
}

.home-page .bogo-placeholder::after {
  display: none;
}

.home-page .bogo-placeholder span {
  position: static;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media(max-width:900px) {
  .home-page .bogo-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .bogo-placeholder {
    min-height: 260px;
  }
}

/* Final BOGO refinement: lower profile, one outer container, hero-width placeholder */
.home-page .bogo-feature {
  grid-template-columns: minmax(360px, .72fr) 1.28fr;
  gap: clamp(26px, 4vw, 64px);
  min-height: 0;
  margin-top: 22px;
  margin-bottom: 34px;
  padding: clamp(28px, 3.4vw, 48px);
}

.home-page .bogo-copy {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--bone);
}

.home-page .bogo-copy > span {
  margin-bottom: 18px;
  color: var(--teal);
}

.home-page .bogo-feature h2 {
  max-width: none;
  margin-bottom: 18px;
  color: var(--bone);
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: .96;
  white-space: nowrap;
}

.home-page .bogo-feature p {
  max-width: 560px;
  margin-bottom: 8px;
  color: rgba(245, 242, 236, .72);
}

.home-page .bogo-copy .button {
  margin-top: 20px;
}

.home-page .bogo-placeholder {
  min-height: clamp(230px, 21vw, 320px);
  width: 100%;
}

.home-page .hero-product-card img {
  object-fit: cover;
}

@media(max-width:1100px) {
  .home-page .bogo-feature h2 {
    white-space: normal;
  }
}

/* BOGO alignment correction: match hero columns exactly */
.home-page .bogo-feature {
  grid-template-columns: .86fr 1.14fr;
  gap: 0;
  padding: clamp(28px, 3.4vw, 48px) 0;
}

.home-page .bogo-copy {
  padding: 0 clamp(34px, 6vw, 90px) 0 clamp(34px, 4vw, 48px);
}

.home-page .bogo-feature h2 {
  max-width: 620px;
  white-space: normal;
}

.home-page .bogo-feature h2 span {
  display: block;
}

.home-page .bogo-placeholder {
  width: 100%;
  min-height: clamp(230px, 20vw, 310px);
  border-radius: 26px 0 0 26px;
}

@media(max-width:900px) {
  .home-page .bogo-feature {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .home-page .bogo-copy {
    padding: 0 0 28px;
  }

  .home-page .bogo-placeholder {
    border-radius: 24px;
  }
}

/* BOGO placeholder optical alignment with hero image */
.home-page .bogo-placeholder {
  justify-self: end;
  width: calc(100% - clamp(48px, 4vw, 72px) - clamp(18px, 2vw, 34px));
  margin-right: clamp(18px, 2vw, 34px);
  border-radius: 24px;
}

@media(max-width:900px) {
  .home-page .bogo-placeholder {
    width: 100%;
    margin-right: 0;
  }
}
