
:root{
  --bg:#050505;
  --bg2:#090908;
  --panel:#0b0b0a;
  --panel-hi:#10100e;
  --ivory:#f2ece2;
  --text:#d9d2c8;
  --muted:#aaa398;
  --gold:#c5a66a;
  --gold-dim:#957941;
  --line:rgba(197,166,106,.32);
  --line-strong:rgba(197,166,106,.58);
  --serif:Georgia,"Times New Roman",Times,serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  --max:1160px;
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:var(--sans);-webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(var(--max),calc(100% - 40px));margin:auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:10px;top:10px;z-index:999;background:#fff;color:#000;padding:10px}

/* Header */
.site-header{background:#050505;border-bottom:1px solid var(--line);position:relative;z-index:5}
.brand-row{
  min-height:174px;display:flex;align-items:center;justify-content:center;
  padding:22px 70px 14px;position:relative;
}
.brand{display:inline-flex;flex-direction:column;align-items:center;text-align:center}
.brand-mark{
  color:var(--gold);font-family:var(--serif);font-size:86px;line-height:.78;
  font-weight:600;letter-spacing:-.055em;
}
.brand-name{
  position:relative;margin-top:22px;color:var(--gold);
  font-family:var(--serif);font-size:25px;letter-spacing:.235em;white-space:nowrap;
}
.tm{
  position:absolute;right:-1.06em;top:-.45em;font-family:var(--sans);
  font-size:.40em;letter-spacing:0;
}
.menu-glyph{
  position:absolute;right:4px;top:44px;width:34px;height:30px;opacity:.72
}
.menu-glyph span{display:block;height:1px;background:var(--gold);margin:7px 0}
.main-nav{border-top:1px solid var(--line)}
.nav-inner{
  min-height:70px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;
}
.nav-inner a{
  min-height:70px;display:flex;align-items:center;justify-content:center;
  position:relative;color:#e7e0d6;font-family:var(--serif);
  font-size:16px;letter-spacing:.07em;padding:0 10px;
}
.nav-inner a[aria-current=page]{color:var(--gold)}
.nav-inner a[aria-current=page]::after{
  content:"";position:absolute;bottom:0;width:76px;max-width:68%;height:2px;background:var(--gold);
}

/* Home hero */
.hero{
  min-height:500px;background:#050505 url("assets/hero.jpg") center/cover no-repeat;
  border-bottom:1px solid var(--line);position:relative;
}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.10));
}
.hero-inner{
  min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;
  padding:52px 20px 48px;position:relative;z-index:1;
}
.hero-copy{max-width:760px}
.hero h1{
  margin:0;color:var(--ivory);font-family:var(--serif);font-weight:400;
  font-size:clamp(54px,7vw,84px);line-height:1.01;letter-spacing:-.035em;
  text-wrap:balance;text-shadow:0 3px 22px rgba(0,0,0,.8);
}
.ornament{display:flex;justify-content:center;align-items:center;gap:12px;margin:22px 0 20px;color:var(--gold)}
.ornament::before,.ornament::after{content:"";width:68px;height:1px;background:var(--gold)}
.ornament span{font-size:15px}
.hero-sub{
  margin:0 auto;max-width:660px;color:#e9e2d8;font-family:var(--serif);
  font-size:24px;line-height:1.48;text-shadow:0 2px 15px rgba(0,0,0,.7);
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;margin-top:28px;padding:0 28px;border:1px solid var(--gold);
  color:var(--gold);background:rgba(3,3,3,.64);
  font-family:var(--serif);font-size:15px;letter-spacing:.10em;text-transform:uppercase;
  transition:background .16s ease,color .16s ease;
}
.btn:hover,.btn:focus-visible{background:var(--gold);color:#090806;outline:none}

/* Home titles */
.section{padding:32px 0 36px}
.section-title{
  margin:0 0 22px;display:flex;align-items:center;justify-content:center;gap:14px;
  color:var(--gold);font-family:var(--serif);font-weight:400;font-size:20px;
  letter-spacing:.22em;text-transform:uppercase;text-align:center;
}
.section-title::before,.section-title::after{content:"";width:78px;height:1px;background:var(--line-strong)}
.cover-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cover-frame{
  aspect-ratio:11/17;border:1px solid var(--line-strong);overflow:hidden;background:#020202;
  box-shadow:0 18px 42px rgba(0,0,0,.34);
}
.cover-frame img{width:100%;height:100%;object-fit:contain;background:#020202}

/* Retail */
.availability{
  border-top:1px solid var(--line);padding:30px 0 42px;text-align:center;
}
.availability h2{
  margin:0;color:var(--gold);font-family:var(--serif);font-size:23px;font-weight:400;
  letter-spacing:.17em;text-transform:uppercase;
}
.availability> .shell > p{
  margin:8px auto 20px;max-width:680px;color:#ddd6cb;
  font-family:var(--serif);font-size:18px;line-height:1.45;
}
.retailer-row{
  max-width:980px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.retailer-card{
  min-height:104px;border:1px solid var(--line);background:linear-gradient(150deg,#0d0d0b,#080807);
  display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px;
}
.retailer-card .brandword{color:#eee7dc;font-weight:650;line-height:1}
.retailer-card .kind{margin-top:9px;color:#918b82;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.brandword.amazon{font-size:28px;text-transform:lowercase;position:relative;padding-bottom:7px}
.brandword.amazon::after{
  content:"";position:absolute;left:14%;right:0;bottom:0;height:3px;
  border-bottom:2px solid #d89432;border-radius:50%;transform:rotate(-3deg);
}
.brandword.bn{font-family:var(--serif);font-size:20px;letter-spacing:.015em}
.brandword.apple{font-size:18px;display:flex;gap:8px;align-items:center}
.book-glyph{
  width:22px;height:18px;border:1.5px solid #e9e2d7;border-radius:2px;
  position:relative;display:inline-block;
}
.book-glyph::after{
  content:"";position:absolute;left:50%;top:1px;bottom:1px;width:1px;background:#e9e2d7;
}
.brandword.lulu{font-size:28px;font-style:italic}
.buy-all{margin-top:22px}

/* Interior page shell */
.page-hero{
  padding:48px 0 34px;border-bottom:1px solid var(--line);
  background:radial-gradient(circle at 50% -30%,rgba(197,166,106,.08),transparent 56%),#070706;
}
.eyebrow{
  color:var(--gold);font-family:var(--serif);font-size:13px;letter-spacing:.17em;text-transform:uppercase
}
.page-hero h1{
  margin:9px 0 0;color:var(--ivory);font-family:var(--serif);font-size:clamp(46px,6vw,70px);
  line-height:1.05;font-weight:400;letter-spacing:-.025em;
}
.page-copy{
  max-width:790px;margin:16px 0 0;color:#d4cdc2;font-size:17px;line-height:1.68;
}
.content-section{padding:38px 0 56px}

/* Author cards */
.author-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.author-card{
  border:1px solid var(--line);background:linear-gradient(145deg,#0e0e0c,#070706);
  padding:26px 28px;
}
.author-card h2{
  margin:0;color:var(--gold);font-family:var(--serif);font-size:31px;font-weight:400;
}
.author-card .descriptor{
  margin:8px 0 16px;color:#ede6da;font-family:var(--serif);font-style:italic;font-size:16px;
}
.author-card p{margin:0 0 13px;color:#cfc8bd;font-size:15.5px;line-height:1.7}
.author-card p:last-child{margin-bottom:0}

/* Where to buy */
.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.platform{
  min-height:144px;border:1px solid var(--line);background:linear-gradient(145deg,#0f0f0d,#070706);
  padding:20px;
}
.platform .kind{
  display:block;margin-bottom:16px;color:#888279;font-size:11px;letter-spacing:.11em;text-transform:uppercase
}
.platform strong{
  display:block;color:#f0e9df;font-family:var(--serif);font-size:22px;font-weight:400;
}
.platform small{display:block;margin-top:8px;color:#b99b61;line-height:1.45}
.disclaimer{margin-top:24px;color:#8f897f;font-size:13px;line-height:1.6}

/* About */
.about-block{display:grid;grid-template-columns:1.05fr .95fr;gap:34px}
.about-lead{color:var(--ivory);font-family:var(--serif);font-size:30px;line-height:1.42}
.about-copy p{color:#cbc4b9;font-size:16px;line-height:1.76}
.values{display:grid;gap:11px}
.value{border:1px solid var(--line);padding:19px 20px;background:#090908}
.value strong{display:block;color:var(--gold);font-family:var(--serif);font-size:20px;font-weight:400;margin-bottom:6px}
.value span{color:#aaa399;line-height:1.6}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}
.contact-notes{color:#c9c2b7;font-size:16px;line-height:1.72}
.contact-notes strong{color:var(--gold);font-weight:500}
.contact-notes a{color:#e7dfd3;text-decoration:underline;text-decoration-color:var(--gold-dim);text-underline-offset:3px}
form{border:1px solid var(--line);background:#090908;padding:24px}
label{display:block;margin-bottom:7px;color:#eee6dc;font-size:14px}
input,textarea{
  width:100%;margin:0 0 17px;padding:13px 14px;background:#050505;color:#eee7dc;
  border:1px solid rgba(197,166,106,.38);border-radius:0;font-size:16px;
}
textarea{min-height:150px;resize:vertical}
input:focus,textarea:focus{outline:2px solid rgba(197,166,106,.45);outline-offset:1px}
.submit{cursor:pointer;margin-top:0}

/* Footer */
.site-footer{border-top:1px solid var(--line);padding:25px 0 28px;background:#050505;text-align:center}
.footer-name{
  color:var(--gold);font-family:var(--serif);font-size:17px;letter-spacing:.12em;text-transform:uppercase;
}
.footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin:14px 0}
.footer-links a{color:#c5beb3;font-size:13px}
.copyright{color:#8d877e;font-size:12.5px;line-height:1.55}

/* Mobile */
@media(max-width:900px){
  .cover-grid{grid-template-columns:repeat(2,1fr)}
  .platform-grid{grid-template-columns:repeat(2,1fr)}
  .author-grid{grid-template-columns:1fr}
  .about-block,.contact-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .shell{width:calc(100% - 24px)}
  .brand-row{min-height:126px;padding:16px 30px 12px}
  .brand-mark{font-size:66px}
  .brand-name{margin-top:16px;font-size:13.3px;letter-spacing:.12em}
  .tm{right:-.92em;top:-.52em}
  .menu-glyph{right:0;top:29px;width:26px}
  .nav-inner{min-height:60px}
  .nav-inner a{
    min-height:60px;padding:0 2px;font-size:12px;letter-spacing:.01em;white-space:nowrap;
  }
  .nav-inner a[aria-current=page]::after{width:52px}
  .hero{
    min-height:430px;background-image:url("assets/hero-mobile.jpg");
    background-position:center;background-size:cover;
  }
  .hero-inner{min-height:430px;padding:38px 6px 34px}
  .hero h1{font-size:clamp(44px,13vw,59px);line-height:1.00}
  .ornament{margin:18px 0 17px}
  .ornament::before,.ornament::after{width:48px}
  .hero-sub{max-width:350px;font-size:18px;line-height:1.45}
  .btn{width:min(100%,330px);min-height:50px;margin-top:24px;padding:0 15px;font-size:12.5px;letter-spacing:.075em}
  .section{padding:26px 0 30px}
  .section-title{gap:9px;margin-bottom:17px;font-size:15px;letter-spacing:.15em}
  .section-title::before,.section-title::after{width:34px}
  .cover-grid{gap:9px}
  .availability{padding:26px 0 34px}
  .availability h2{font-size:19px;letter-spacing:.13em}
  .availability> .shell > p{font-size:16px;max-width:340px;margin-bottom:17px}
  .retailer-row{grid-template-columns:repeat(2,1fr);gap:8px}
  .retailer-card{min-height:92px}
  .brandword.amazon{font-size:24px}
  .brandword.bn{font-size:16px}
  .brandword.apple{font-size:15px}
  .brandword.lulu{font-size:24px}
  .page-hero{padding:34px 0 25px}
  .page-hero h1{font-size:43px}
  .page-copy{font-size:15.5px;line-height:1.6}
  .content-section{padding:28px 0 42px}
  .author-card{padding:21px}
  .author-card h2{font-size:27px}
  .author-card p{font-size:15px;line-height:1.65}
  .platform-grid{grid-template-columns:1fr}
  .platform{min-height:118px;padding:18px}
  .about-lead{font-size:25px}
  .about-copy p,.contact-notes{font-size:15px;line-height:1.68}
  form{padding:18px}
  .site-footer{padding:22px 0 25px}
  .footer-name{font-size:15px}
  .footer-links{gap:13px 18px}
  .footer-links a{font-size:13px}
  .copyright{font-size:12px}
}
@media(max-width:380px){
  .brand-name{font-size:12px;letter-spacing:.095em}
  .nav-inner a{font-size:11px}
  .hero h1{font-size:43px}
}


/* Actual supplied Whitmere logo */
.actual-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(455px,72vw);
}
.actual-logo img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}
@media(max-width:620px){
  .brand-row{
    min-height:132px;
    padding-top:12px;
    padding-bottom:10px;
  }
  .actual-logo{
    width:min(335px,80vw);
  }
}


/* Logos only in homepage retailer row */
.retailer-card{
  min-height:88px;
  justify-content:center;
}
.retailer-card .kind{
  display:none !important;
}
@media(max-width:620px){
  .retailer-card{
    min-height:82px;
    padding:12px 8px;
  }
}



/* =========================================================
   FINAL MOBILE POLISH
   ========================================================= */
@media(max-width:620px){

  /* Slightly larger, more confident actual logo */
  .brand-row{
    min-height:138px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .actual-logo{
    width:min(355px,84vw) !important;
  }

  /* Keep the four menu items easy to read without wrapping */
  .nav-inner a{
    font-size:12.2px !important;
    letter-spacing:0 !important;
    padding-inline:2px !important;
  }

  /* Pull the worldwide section closer to the featured covers */
  .section{
    padding-bottom:22px !important;
  }

  .availability{
    padding-top:20px !important;
  }

  /* Make retailer marks feel equal in visual weight */
  .retailer-row{
    gap:8px !important;
  }

  .retailer-card{
    min-height:84px !important;
    padding:10px 8px !important;
  }

  .brandword.amazon{
    font-size:23px !important;
    min-width:112px;
    text-align:center;
  }

  .brandword.bn{
    font-size:16px !important;
    min-width:122px;
    text-align:center;
  }

  .brandword.apple{
    font-size:15px !important;
    min-width:118px;
    justify-content:center;
  }

  .brandword.lulu{
    font-size:23px !important;
    min-width:100px;
    text-align:center;
  }

  .book-glyph{
    width:20px !important;
    height:17px !important;
  }

  /* Footer: keep it refined but comfortably readable */
  .site-footer{
    padding-top:24px !important;
    padding-bottom:28px !important;
  }

  .footer-name{
    font-size:15.5px !important;
    letter-spacing:.10em !important;
  }

  .footer-links a{
    font-size:13.5px !important;
  }

  .copyright{
    font-size:12.5px !important;
    line-height:1.6 !important;
  }
}

@media(max-width:380px){
  .actual-logo{
    width:min(338px,86vw) !important;
  }

  .nav-inner a{
    font-size:11.4px !important;
  }
}



/* Final small-phone nav readability refinement */
@media(max-width:620px){
  .nav-inner a{
    font-weight:600 !important;
    color:#f0e8dc !important;
    text-shadow:0 1px 0 rgba(0,0,0,.35);
  }

  .nav-inner a[aria-current="page"]{
    color:var(--gold) !important;
  }
}

@media(max-width:380px){
  .nav-inner a{
    font-size:11.6px !important;
    font-weight:650 !important;
  }
}


/* Clean Where to Buy page: names only */
.platform-name-only{
  min-height:92px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px 16px !important;
}
.platform-name-only .kind,
.platform-name-only small{
  display:none !important;
}
.platform-name-only strong{
  margin:0;
  font-size:24px;
  line-height:1.25;
}
@media(max-width:620px){
  .platform-name-only{
    min-height:84px !important;
    padding:16px 14px !important;
  }
  .platform-name-only strong{
    font-size:22px !important;
  }
}


/* Refined Where to Buy page */
.buy-group{
  margin-bottom:28px;
}
.buy-group:last-of-type{
  margin-bottom:18px;
}
.buy-group-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 0 14px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:17px;
  font-weight:400;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-align:center;
}
.buy-group-title::before,
.buy-group-title::after{
  content:"";
  width:54px;
  height:1px;
  background:var(--line-strong);
}
.platform-name-only{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:16px 14px;
}
.platform-name-only .kind,
.platform-name-only small{
  display:none !important;
}
.platform-name-only strong{
  display:block;
  margin:0;
  color:#f0e9df;
  font-family:var(--serif);
  font-size:22px;
  font-weight:400;
  line-height:1.2;
}
.featured-grid{
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.secondary-grid{
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.featured-platform{
  min-height:100px;
  border-color:var(--line-strong);
  background:
    radial-gradient(circle at 50% -30%, rgba(197,166,106,.08), transparent 58%),
    linear-gradient(145deg,#11110e,#080807);
}
.featured-platform strong{
  font-size:24px;
}

@media(min-width:901px){
  .secondary-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:620px){
  .buy-group{
    margin-bottom:24px;
  }
  .buy-group-title{
    font-size:14px;
    letter-spacing:.14em;
    gap:9px;
    margin-bottom:12px;
  }
  .buy-group-title::before,
  .buy-group-title::after{
    width:30px;
  }
  .platform-name-only{
    min-height:82px;
    padding:14px 10px;
  }
  .platform-name-only strong{
    font-size:19px !important;
    line-height:1.18;
  }
  .featured-platform{
    min-height:92px;
  }
  .featured-platform strong{
    font-size:20px !important;
  }
  .secondary-grid{
    gap:8px;
  }
}


/* Refined About page */
.about-refined{
  padding-top:34px;
}
.about-intro{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:34px;
  align-items:start;
  margin-bottom:30px;
}
.about-monogram{
  min-height:180px;
  border:1px solid var(--line-strong);
  background:
    radial-gradient(circle at 50% 32%, rgba(197,166,106,.11), transparent 42%),
    linear-gradient(145deg,#11110e,#070706);
  display:grid;
  place-items:center;
  color:var(--gold);
  font-family:var(--serif);
  font-size:92px;
  line-height:1;
  box-shadow:0 18px 44px rgba(0,0,0,.24);
}
.about-copy.compact p{
  margin:0 0 13px;
}
.refined-values{
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.refined-value{
  position:relative;
  min-height:190px;
  padding:24px 20px 22px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 0%, rgba(197,166,106,.09), transparent 36%),
    linear-gradient(150deg,#10100e,#080807);
}
.refined-value::after{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold-dim),transparent);
}
.value-number{
  display:block;
  margin-bottom:18px;
  color:rgba(197,166,106,.62);
  font-family:var(--serif);
  font-size:13px;
  letter-spacing:.15em;
}
.refined-value strong{
  font-size:21px;
  margin-bottom:10px;
}
.refined-value > span:last-child{
  display:block;
  color:#b9b2a7;
  font-size:14.5px;
  line-height:1.62;
}

@media(max-width:900px){
  .refined-values{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .about-refined{
    padding-top:26px !important;
  }
  .about-intro{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:22px;
  }
  .about-monogram{
    min-height:108px;
    max-width:108px;
    font-size:58px;
  }
  .about-lead{
    font-size:26px !important;
    line-height:1.38 !important;
  }
  .about-copy.compact p{
    margin-bottom:11px;
    font-size:15px !important;
    line-height:1.63 !important;
  }
  .refined-values{
    gap:10px;
  }
  .refined-value{
    min-height:0;
    padding:20px 18px 19px;
  }
  .value-number{
    margin-bottom:12px;
  }
  .refined-value strong{
    font-size:20px;
  }
  .refined-value > span:last-child{
    font-size:14.5px;
    line-height:1.58;
  }
}



/* Final About page polish */
.about-intro{
  margin-bottom:34px !important;
}

.about-monogram{
  min-height:205px !important;
  font-size:104px !important;
}

.refined-values{
  margin-top:6px;
}

.refined-value{
  border-color:rgba(197,166,106,.46) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(197,166,106,.13), transparent 38%),
    linear-gradient(150deg,#15130f,#090908) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

@media(max-width:620px){
  .about-intro{
    margin-bottom:28px !important;
    gap:20px !important;
  }

  .about-monogram{
    min-height:128px !important;
    max-width:128px !important;
    font-size:68px !important;
  }

  .about-copy.compact{
    margin-top:4px;
  }

  .about-copy.compact p{
    margin-bottom:13px !important;
  }

  .refined-values{
    margin-top:4px;
  }

  .refined-value{
    border-color:rgba(197,166,106,.5) !important;
  }
}


/* About cards without number labels */
.value-number{
  display:none !important;
}
.refined-value strong{
  margin-top:0 !important;
}



/* Final About-page mobile spacing */
@media(max-width:620px){
  .refined-values{
    gap:7px !important;
  }

  .refined-value{
    padding-top:18px !important;
    padding-bottom:18px !important;
  }
}


/* =========================================================
   Refined Contact page
   ========================================================= */
.contact-refined-section{
  padding-top:30px;
}
.contact-refined-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:24px;
  align-items:start;
}
.contact-refined-side{
  display:grid;
  gap:14px;
}
.contact-anchor-card{
  border:1px solid var(--line-strong);
  background:
    radial-gradient(circle at 90% 0%, rgba(197,166,106,.12), transparent 34%),
    linear-gradient(150deg,#12110e,#080807);
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  gap:18px;
  padding:18px;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.contact-monogram{
  min-height:132px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 30%, rgba(197,166,106,.10), transparent 46%),
    linear-gradient(150deg,#11100d,#070706);
  display:grid;
  place-items:center;
  color:var(--gold);
  font-family:var(--serif);
  font-size:66px;
  line-height:1;
}
.contact-anchor-copy p{
  margin:10px 0 0;
  color:#c9c2b7;
  font-size:15px;
  line-height:1.68;
}
.mini-label{
  color:var(--gold);
  font-family:var(--serif);
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.contact-email-link{
  display:inline-block;
  margin-top:8px;
  color:var(--ivory);
  font-family:var(--serif);
  font-size:24px;
  line-height:1.25;
  text-decoration:none;
  border-bottom:1px solid rgba(197,166,106,.45);
  padding-bottom:4px;
}
.contact-guidance-grid{
  display:grid;
  gap:10px;
}
.contact-guidance{
  border:1px solid var(--line);
  background:linear-gradient(150deg,#100f0d,#080807);
  padding:18px 18px 17px;
}
.contact-guidance strong{
  display:block;
  margin-bottom:6px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:19px;
  font-weight:400;
}
.contact-guidance span{
  display:block;
  color:#b7b0a5;
  font-size:14.5px;
  line-height:1.62;
}

.contact-form-panel{
  border:1px solid var(--line-strong);
  background:
    radial-gradient(circle at 0% 0%, rgba(197,166,106,.08), transparent 34%),
    linear-gradient(150deg,#0f0f0d,#080807);
  padding:22px;
  box-shadow:0 18px 36px rgba(0,0,0,.2);
}
.form-intro{
  margin-bottom:16px;
}
.form-intro h2{
  margin:8px 0 8px;
  color:var(--ivory);
  font-family:var(--serif);
  font-weight:400;
  font-size:33px;
  line-height:1.08;
}
.form-intro p{
  margin:0;
  color:#cbc4b9;
  font-size:15.5px;
  line-height:1.68;
}
.premium-form{
  border:none !important;
  background:transparent !important;
  padding:0 !important;
}
.premium-form label{
  margin-bottom:8px;
  color:#eee6dc;
  font-size:13.5px;
  letter-spacing:.03em;
}
.premium-form input,
.premium-form textarea{
  margin-bottom:16px;
  padding:14px 15px;
  background:rgba(5,5,5,.92);
  border:1px solid rgba(197,166,106,.42);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);
}
.premium-form textarea{
  min-height:168px;
}
.premium-form input:focus,
.premium-form textarea:focus{
  outline:2px solid rgba(197,166,106,.28);
  border-color:rgba(197,166,106,.75);
}
.premium-submit{
  width:100%;
  min-height:54px;
  margin-top:4px;
  background:linear-gradient(180deg, rgba(197,166,106,.18), rgba(197,166,106,.08));
  color:#f4ead8;
  font-size:13px;
  letter-spacing:.13em;
}
.premium-submit:hover,
.premium-submit:focus-visible{
  background:var(--gold);
  color:#090806;
}

@media(max-width:900px){
  .contact-refined-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .contact-refined-section{
    padding-top:24px !important;
  }
  .contact-refined-grid{
    gap:14px;
  }
  .contact-refined-side{
    gap:10px;
  }
  .contact-anchor-card{
    grid-template-columns:1fr;
    gap:14px;
    padding:16px;
  }
  .contact-monogram{
    min-height:108px;
    max-width:108px;
    font-size:58px;
  }
  .contact-email-link{
    font-size:21px;
    line-height:1.32;
    word-break:break-word;
  }
  .contact-guidance{
    padding:16px 16px 15px;
  }
  .contact-guidance strong{
    font-size:18px;
    margin-bottom:5px;
  }
  .contact-guidance span{
    font-size:14.5px;
    line-height:1.58;
  }
  .contact-form-panel{
    padding:18px;
  }
  .form-intro{
    margin-bottom:14px;
  }
  .form-intro h2{
    font-size:28px;
  }
  .form-intro p{
    font-size:15px;
    line-height:1.62;
  }
  .premium-form input,
  .premium-form textarea{
    padding:13px 14px;
    margin-bottom:14px;
  }
  .premium-form textarea{
    min-height:152px;
  }
  .premium-submit{
    margin-top:2px;
  }
}



/* Final Contact-page polish */
@media(max-width:620px){

  /* Keep direct email elegant, but secondary to the page title */
  .contact-email-link{
    font-size:18.5px !important;
    line-height:1.28 !important;
  }

  /* Tighten transition from contact guidance into the form */
  .contact-refined-grid{
    gap:10px !important;
  }

  .contact-form-panel{
    padding-top:16px !important;
  }

  .form-intro{
    margin-bottom:11px !important;
  }

  /* Shorter fields so the form is less vertically long on phones */
  .premium-form input{
    min-height:44px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    margin-bottom:12px !important;
  }

  .premium-form textarea{
    min-height:128px !important;
    padding-top:11px !important;
    padding-bottom:11px !important;
    margin-bottom:12px !important;
  }

  .premium-form label{
    margin-bottom:6px !important;
  }

  .premium-submit{
    min-height:50px !important;
  }
}


/* Authors page intentionally removed */
@media(max-width:620px){
  .hero{
    min-height:390px !important;
  }
  .hero-inner{
    min-height:390px !important;
    padding-bottom:30px !important;
  }
}


/* =========================================================
   Refined Authors experience
   ========================================================= */
.authors-refined-section{
  padding-top:30px;
}
.refined-author-grid{
  gap:14px;
}
.refined-author-card{
  position:relative;
  overflow:hidden;
  padding:22px 24px 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(197,166,106,.09), transparent 34%),
    linear-gradient(145deg,#0f0f0d,#070706);
  border-color:var(--line);
  box-shadow:0 15px 34px rgba(0,0,0,.16);
}
.refined-author-card::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:2px;
  background:linear-gradient(180deg,var(--gold),rgba(197,166,106,.08));
}
.author-card-top{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:16px;
  align-items:center;
}
.author-initial{
  width:64px;
  height:64px;
  border:1px solid var(--line-strong);
  display:grid;
  place-items:center;
  color:var(--gold);
  background:linear-gradient(145deg,#12110f,#080807);
  font-family:var(--serif);
  font-size:34px;
  line-height:1;
}
.refined-author-card h2{
  font-size:29px;
}
.refined-author-card .descriptor{
  margin:5px 0 0;
  font-size:15px;
}
.author-summary{
  margin:17px 0 18px !important;
  color:#c9c2b7 !important;
  font-size:15px !important;
  line-height:1.66 !important;
}
.author-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-bottom:4px;
  border-bottom:1px solid rgba(197,166,106,.46);
  color:var(--gold);
  font-family:var(--serif);
  font-size:14px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.author-link span{
  transition:transform .16s ease;
}
.author-link:hover span,
.author-link:focus-visible span{
  transform:translateX(3px);
}

/* Individual author pages */
.author-detail-hero{
  padding-bottom:31px;
}
.author-back{
  display:inline-block;
  margin-bottom:20px;
  color:#a89f92;
  font-size:13px;
  letter-spacing:.04em;
}
.author-back:hover,
.author-back:focus-visible{
  color:var(--gold);
}
.author-detail-descriptor{
  margin:11px 0 0;
  color:var(--gold);
  font-family:var(--serif);
  font-style:italic;
  font-size:19px;
}
.author-detail-wrap{
  max-width:900px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.author-detail-mark{
  min-height:190px;
  border:1px solid var(--line-strong);
  background:
    radial-gradient(circle at 50% 25%, rgba(197,166,106,.12), transparent 43%),
    linear-gradient(150deg,#11100e,#070706);
  display:grid;
  place-items:center;
  color:var(--gold);
  font-family:var(--serif);
  font-size:92px;
  line-height:1;
}
.author-full-bio{
  border-left:1px solid var(--line);
  padding-left:30px;
}
.author-full-bio h2{
  margin:8px 0 17px;
  color:var(--ivory);
  font-family:var(--serif);
  font-size:36px;
  line-height:1.08;
  font-weight:400;
}
.author-full-bio p{
  margin:0 0 15px;
  color:#cbc4b9;
  font-size:16px;
  line-height:1.76;
}
.author-detail-return{
  margin-top:8px;
}

@media(max-width:620px){
  .authors-refined-section{
    padding-top:22px !important;
  }
  .refined-author-grid{
    gap:10px !important;
  }
  .refined-author-card{
    padding:18px 18px 17px !important;
  }
  .author-card-top{
    grid-template-columns:52px minmax(0,1fr);
    gap:13px;
  }
  .author-initial{
    width:52px;
    height:52px;
    font-size:29px;
  }
  .refined-author-card h2{
    font-size:25px !important;
  }
  .refined-author-card .descriptor{
    font-size:14px !important;
    line-height:1.35;
  }
  .author-summary{
    margin:14px 0 15px !important;
    font-size:14.5px !important;
    line-height:1.58 !important;
  }
  .author-link{
    font-size:12.5px;
    letter-spacing:.055em;
  }

  .author-detail-hero{
    padding-bottom:24px !important;
  }
  .author-back{
    margin-bottom:16px;
  }
  .author-detail-descriptor{
    font-size:17px;
  }
  .author-detail-section{
    padding-top:22px !important;
  }
  .author-detail-wrap{
    grid-template-columns:1fr;
    gap:16px;
  }
  .author-detail-mark{
    min-height:105px;
    width:105px;
    font-size:57px;
  }
  .author-full-bio{
    border-left:none;
    border-top:1px solid var(--line);
    padding:17px 0 0;
  }
  .author-full-bio h2{
    margin:7px 0 14px;
    font-size:29px;
  }
  .author-full-bio p{
    margin-bottom:13px;
    font-size:15px;
    line-height:1.68;
  }
}



/* =========================================================
   Desktop homepage polish
   ========================================================= */
@media(min-width:901px){

  /* More restrained masthead on wide screens */
  .brand-row{
    min-height:150px;
    padding-top:16px;
    padding-bottom:12px;
  }
  .actual-logo{
    width:min(390px,34vw);
  }
  .menu-glyph{
    top:35px;
    right:8px;
    opacity:.58;
  }
  .nav-inner,
  .nav-inner a{
    min-height:62px;
  }

  /* Hero: remove the ghosted mockup text baked into the art */
  .hero{
    min-height:510px;
    position:relative;
    isolation:isolate;
  }
  .hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    background:
      radial-gradient(ellipse at center,
        rgba(0,0,0,.93) 0%,
        rgba(0,0,0,.88) 24%,
        rgba(0,0,0,.69) 45%,
        rgba(0,0,0,.18) 70%,
        rgba(0,0,0,0) 84%);
    pointer-events:none;
  }
  .hero::after{
    z-index:0;
    background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.13));
  }
  .hero-inner{
    min-height:510px;
    z-index:1;
    padding-top:46px;
    padding-bottom:43px;
  }
  .hero-copy{
    max-width:700px;
  }
  .hero h1{
    font-size:68px;
    line-height:1.02;
    letter-spacing:-.03em;
  }
  .hero-sub{
    max-width:590px;
    font-size:21px;
    line-height:1.5;
  }
  .hero .btn{
    min-width:230px;
    margin-top:24px;
  }

  /* Featured titles: slightly more editorial and less stretched */
  .section{
    padding-top:31px;
    padding-bottom:38px;
  }
  .section .shell{
    max-width:1040px;
  }
  .section-title{
    margin-bottom:24px;
  }
  .cover-grid{
    gap:18px;
  }
  .cover-frame{
    box-shadow:0 19px 42px rgba(0,0,0,.39);
  }

  /* Worldwide section: centered, compact, premium */
  .availability{
    padding-top:32px;
    padding-bottom:43px;
  }
  .availability > .shell{
    max-width:1000px;
  }
  .availability h2{
    font-size:21px;
  }
  .availability > .shell > p{
    margin-top:9px;
    margin-bottom:22px;
    font-size:17px;
  }
  .retailer-row{
    max-width:900px;
    gap:12px;
  }
  .retailer-card{
    min-height:94px;
    padding:13px 12px;
  }
  .buy-all{
    margin-top:20px;
  }

  /* Slightly calmer footer proportions */
  .site-footer{
    padding-top:24px;
    padding-bottom:25px;
  }
}


/* Final desktop hero cleanup */
@media(min-width:901px){
  .hero::before{
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.10) 0%,
        rgba(0,0,0,.38) 18%,
        rgba(0,0,0,.96) 31%,
        rgba(0,0,0,.995) 42%,
        rgba(0,0,0,.995) 58%,
        rgba(0,0,0,.96) 69%,
        rgba(0,0,0,.38) 82%,
        rgba(0,0,0,.10) 100%) !important;
  }
}


/* Desktop hero center — fully clean live-text zone */
@media(min-width:901px){
  .hero::before{
    background:
      linear-gradient(90deg,
        rgba(0,0,0,.12) 0%,
        rgba(0,0,0,.55) 18%,
        rgba(0,0,0,.995) 29%,
        #000 38%,
        #000 62%,
        rgba(0,0,0,.995) 71%,
        rgba(0,0,0,.55) 82%,
        rgba(0,0,0,.12) 100%) !important;
  }
}


/* Desktop header logo clip fix */
@media(min-width:901px){
  .site-header{
    overflow:visible;
  }
  .brand-row{
    min-height:172px !important;
    padding-top:28px !important;
    padding-bottom:18px !important;
    overflow:visible;
  }
  .actual-logo{
    width:min(405px,34vw) !important;
  }
  .actual-logo img{
    display:block;
    height:auto;
  }
  .menu-glyph{
    top:42px !important;
  }
}


/* Corrected full Whitmere logo asset */
@media(min-width:901px){
  .brand-row{
    padding-top:18px !important;
    padding-bottom:14px !important;
  }
  .actual-logo{
    width:min(430px,36vw) !important;
  }
}


/* Exact Whitmere logo replacement */
.actual-logo img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}

@media (max-width: 900px){
  .actual-logo{
    width:min(320px, 78vw) !important;
  }
}

@media (min-width: 901px){
  .actual-logo{
    width:min(430px, 34vw) !important;
  }
}


/* Where to Buy — global distribution reach */
.distribution-reach{
  margin:0 0 28px;
  padding:24px 26px;
  border:1px solid var(--line-strong);
  background:
    radial-gradient(circle at 100% 0%, rgba(197,166,106,.10), transparent 38%),
    linear-gradient(145deg,#10100e,#080807);
  text-align:center;
}
.distribution-reach-kicker{
  margin-bottom:8px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:13px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.distribution-reach p{
  max-width:850px;
  margin:0 auto;
  color:#e4ddd2;
  font-family:var(--serif);
  font-size:22px;
  line-height:1.5;
}
.distribution-reach strong{
  color:var(--ivory);
  font-weight:400;
}
.distribution-reach small{
  display:block;
  margin-top:10px;
  color:#9f988d;
  font-size:12.5px;
  line-height:1.5;
}

@media(max-width:620px){
  .distribution-reach{
    margin-bottom:20px;
    padding:19px 17px;
  }
  .distribution-reach-kicker{
    font-size:11.5px;
  }
  .distribution-reach p{
    font-size:18px;
    line-height:1.48;
  }
  .distribution-reach small{
    font-size:12px;
  }
}


/* =========================================================
   Final Where to Buy cleanup
   ========================================================= */

/* Old oversized callout no longer used */
.distribution-reach{display:none !important;}

.global-reach-clean{
  max-width:920px;
  margin:34px auto 8px;
  padding:30px 0 4px;
  border-top:1px solid rgba(197,166,106,.34);
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:34px;
  align-items:center;
}

.global-reach-number{
  color:var(--gold);
  font-family:var(--serif);
  font-size:58px;
  line-height:1;
  letter-spacing:-.035em;
  text-align:right;
  white-space:nowrap;
}

.global-reach-copy{
  border-left:1px solid rgba(197,166,106,.30);
  padding-left:30px;
}

.global-reach-label{
  margin-bottom:7px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.global-reach-copy p{
  margin:0;
  max-width:630px;
  color:#ddd6cb;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.6;
}

.global-reach-copy small{
  display:block;
  margin-top:8px;
  color:#8f897f;
  font-size:12px;
  line-height:1.5;
}

@media(max-width:620px){
  .global-reach-clean{
    margin-top:24px;
    padding-top:22px;
    grid-template-columns:1fr;
    gap:10px;
    text-align:left;
  }
  .global-reach-number{
    font-size:43px;
    text-align:left;
  }
  .global-reach-copy{
    border-left:none;
    padding-left:0;
  }
  .global-reach-copy p{
    font-size:16px;
    line-height:1.55;
  }
}


/* =========================================================
   Premium Where to Buy rebuild
   ========================================================= */
.buy-clean-section{
  padding-top:34px;
}
.buy-intro-clean{
  max-width:760px;
  margin:0 auto 26px;
  text-align:center;
}
.buy-intro-kicker{
  margin-bottom:10px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.buy-intro-clean p{
  margin:0 auto;
  max-width:650px;
  color:#ddd6cb;
  font-family:var(--serif);
  font-size:22px;
  line-height:1.55;
}

.premium-retailer-grid{
  max-width:980px;
  margin:0 auto;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:14px !important;
}

.premium-platform{
  min-height:118px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px 16px !important;
  border:1px solid rgba(197,166,106,.20) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(197,166,106,.06), transparent 52%),
    linear-gradient(145deg, #0f0f0d, #070706) !important;
  box-shadow:0 10px 26px rgba(0,0,0,.22);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.premium-platform:hover{
  transform:translateY(-2px);
  border-color:rgba(197,166,106,.34) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.28);
}
.premium-platform strong{
  color:#f2ebe1 !important;
  font-family:var(--serif);
  font-size:24px !important;
  font-weight:400;
  line-height:1.18;
}

.distribution-footnote{
  max-width:980px;
  margin:30px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(197,166,106,.20);
  text-align:center;
}
.distribution-footnote p{
  margin:0 auto;
  max-width:760px;
  color:#bcb5aa;
  font-size:15px;
  line-height:1.7;
}
.distribution-footnote strong{
  color:#e8e0d4;
  font-weight:500;
}
.distribution-footnote small{
  display:block;
  margin-top:8px;
  color:#8f897f;
  font-size:12px;
  line-height:1.5;
}

@media(max-width:900px){
  .premium-retailer-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    max-width:680px;
  }
}

@media(max-width:620px){
  .buy-clean-section{
    padding-top:26px;
  }
  .buy-intro-clean{
    margin-bottom:18px;
  }
  .buy-intro-kicker{
    font-size:11px;
  }
  .buy-intro-clean p{
    font-size:18px;
    line-height:1.5;
  }
  .premium-retailer-grid{
    gap:10px !important;
  }
  .premium-platform{
    min-height:92px !important;
    padding:14px 10px !important;
  }
  .premium-platform strong{
    font-size:19px !important;
    line-height:1.16;
  }
  .distribution-footnote{
    margin-top:22px;
    padding-top:16px;
  }
  .distribution-footnote p{
    font-size:13.5px;
    line-height:1.65;
  }
}

/* Hide previous where-to-buy layout fragments if any remain */
.buy-group,
.global-reach-clean,
.disclaimer{
  display:none !important;
}



/* =========================================================
   WHERE TO BUY — EDITORIAL / LUXURY MATRIX
   ========================================================= */

/* Remove the card/deck feeling and make the whole group read as one composition */
.premium-retailer-grid{
  max-width:1020px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:0 !important;
  border:1px solid rgba(197,166,106,.28);
  background:
    linear-gradient(180deg, rgba(197,166,106,.025), rgba(197,166,106,0)),
    #080807;
  box-shadow:
    0 22px 52px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.012);
}

/* Individual items become cells, not cards */
.premium-platform{
  position:relative;
  min-height:126px !important;
  border:0 !important;
  border-right:1px solid rgba(197,166,106,.18) !important;
  border-bottom:1px solid rgba(197,166,106,.18) !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:24px 18px !important;
  transition:background .18s ease, color .18s ease !important;
}

/* right edge of every row */
.premium-platform:nth-child(3n){
  border-right:0 !important;
}

/* last row */
.premium-platform:nth-last-child(-n+3){
  border-bottom:0 !important;
}

.premium-platform:hover{
  transform:none !important;
  background:rgba(197,166,106,.045) !important;
  box-shadow:none !important;
}

.premium-platform strong{
  color:#efe8de !important;
  font-size:23px !important;
  letter-spacing:.012em;
}

/* Intro feels more editorial and less generic */
.buy-intro-clean{
  max-width:800px !important;
  margin-bottom:30px !important;
}

.buy-intro-kicker{
  font-size:11.5px !important;
  letter-spacing:.21em !important;
  color:var(--gold) !important;
}

.buy-intro-clean p{
  max-width:720px !important;
  font-size:24px !important;
  line-height:1.48 !important;
  color:#e4ddd2 !important;
}

/* Distribution note becomes quiet, not a second feature block */
.distribution-footnote{
  max-width:900px !important;
  margin:26px auto 0 !important;
  padding:18px 0 0 !important;
  border-top:0 !important;
  text-align:center !important;
}

.distribution-footnote::before{
  content:"";
  display:block;
  width:52px;
  height:1px;
  margin:0 auto 16px;
  background:rgba(197,166,106,.38);
}

.distribution-footnote p{
  max-width:760px !important;
  font-size:14px !important;
  line-height:1.72 !important;
  color:#a9a298 !important;
}

.distribution-footnote strong{
  color:#d4cabe !important;
  font-weight:500 !important;
}

.distribution-footnote small{
  margin-top:6px !important;
  font-size:11.5px !important;
  color:#777168 !important;
}

/* Desktop spacing */
@media(min-width:901px){
  .buy-clean-section{
    padding-top:40px !important;
    padding-bottom:58px !important;
  }
}

/* Tablet stays 3 across so the matrix remains perfectly rectangular */
@media(max-width:900px){
  .premium-retailer-grid{
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    max-width:720px !important;
  }

  .premium-platform:nth-child(3n){
    border-right:0 !important;
  }

  .premium-platform:nth-last-child(-n+3){
    border-bottom:0 !important;
  }
}

/* Mobile: retain the same 3 × 5 geometry */
@media(max-width:620px){
  .buy-clean-section{
    padding-top:24px !important;
    padding-bottom:36px !important;
  }

  .buy-intro-clean{
    margin-bottom:18px !important;
  }

  .buy-intro-kicker{
    font-size:10px !important;
    letter-spacing:.17em !important;
  }

  .buy-intro-clean p{
    font-size:17px !important;
    line-height:1.48 !important;
    max-width:340px !important;
  }

  .premium-retailer-grid{
    width:100% !important;
    max-width:none !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  }

  .premium-platform{
    min-height:86px !important;
    padding:12px 7px !important;
  }

  .premium-platform strong{
    font-size:14px !important;
    line-height:1.16 !important;
    letter-spacing:0 !important;
    overflow-wrap:anywhere;
  }

  .distribution-footnote{
    margin-top:20px !important;
    padding-top:12px !important;
  }

  .distribution-footnote::before{
    margin-bottom:12px !important;
  }

  .distribution-footnote p{
    max-width:335px !important;
    font-size:12.5px !important;
    line-height:1.62 !important;
  }

  .distribution-footnote small{
    font-size:10.8px !important;
  }
}


/* =========================================================
   WHERE TO BUY — LOGO WALL
   ========================================================= */

.buy-title-only{
  padding:48px 0 42px !important;
  text-align:center;
}
.buy-title-only h1{
  margin:0 !important;
}

.buy-logo-section{
  padding:42px 0 58px !important;
}

.buy-logo-wall{
  max-width:1020px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid rgba(197,166,106,.24);
  background:#080807;
  box-shadow:0 24px 56px rgba(0,0,0,.24);
}

.buy-logo-cell{
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 20px;
  border-right:1px solid rgba(197,166,106,.16);
  border-bottom:1px solid rgba(197,166,106,.16);
  overflow:hidden;
}
.buy-logo-cell:nth-child(3n){
  border-right:0;
}
.buy-logo-cell:nth-last-child(-n+3){
  border-bottom:0;
}

.retail-logo{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#eee8df;
  max-width:100%;
  line-height:1;
  user-select:none;
}

/* Amazon */
.logo-amazon{
  font-family:Arial,Helvetica,sans-serif;
  font-size:34px;
  font-weight:700;
  text-transform:lowercase;
  letter-spacing:-1.5px;
  padding-bottom:12px;
}
.logo-amazon::after{
  content:"";
  position:absolute;
  left:18%;
  right:2%;
  bottom:2px;
  height:9px;
  border-bottom:3px solid var(--gold);
  border-radius:0 0 70% 60%;
  transform:rotate(-3deg);
}

/* Barnes & Noble */
.logo-bn{
  gap:7px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  letter-spacing:.04em;
}
.logo-bn b{
  color:var(--gold);
  font-size:31px;
  font-weight:400;
  font-style:italic;
}

/* Apple Books */
.logo-apple{
  gap:11px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:23px;
  font-weight:500;
}
.apple-book-mark{
  width:33px;
  height:28px;
  border:2px solid #eee8df;
  border-radius:5px;
  position:relative;
}
.apple-book-mark::before{
  content:"";
  position:absolute;
  left:50%;
  top:2px;
  bottom:2px;
  width:1px;
  background:#eee8df;
}
.apple-book-mark::after{
  content:"";
  position:absolute;
  inset:4px 5px;
  border-top:1px solid rgba(238,232,223,.55);
}

/* Lulu */
.logo-lulu{
  font-family:Arial,Helvetica,sans-serif;
  font-size:42px;
  font-weight:800;
  font-style:italic;
  letter-spacing:-4px;
}

/* Kobo */
.logo-kobo{
  flex-direction:column;
  gap:7px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:37px;
  font-weight:700;
  letter-spacing:-2px;
}
.kobo-mark{
  width:84px;
  height:12px;
  border-bottom:3px solid var(--gold);
  border-radius:0 0 55% 55%;
}

/* Everand */
.logo-everand{
  font-family:Arial,Helvetica,sans-serif;
  font-size:31px;
  font-weight:600;
  letter-spacing:-1.5px;
}

/* OverDrive */
.logo-overdrive{
  font-family:Arial,Helvetica,sans-serif;
  font-size:30px;
  font-weight:700;
  font-style:italic;
  letter-spacing:-1.8px;
}

/* Hoopla */
.logo-hoopla{
  font-family:Arial,Helvetica,sans-serif;
  font-size:36px;
  font-weight:600;
  letter-spacing:-2.5px;
}

/* cloudLibrary */
.logo-cloud{
  flex-direction:column;
  gap:4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  letter-spacing:-.5px;
}
.cloud-infinity{
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:56px;
  line-height:.55;
  font-style:normal;
}

/* BorrowBox */
.logo-borrow{
  gap:10px;
  font-family:Arial,Helvetica,sans-serif;
}
.borrow-mark{
  width:43px;
  height:38px;
  border:3px solid var(--gold);
  border-radius:8px 8px 8px 2px;
  position:relative;
}
.borrow-mark::after{
  content:"";
  position:absolute;
  left:6px;
  right:6px;
  top:10px;
  height:12px;
  border-top:2px solid var(--gold);
  border-bottom:2px solid var(--gold);
}
.logo-borrow b{
  font-size:24px;
  line-height:.85;
  font-weight:700;
}

/* Bookshop.org */
.logo-bookshop{
  gap:12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
}
.logo-bookshop i{
  color:var(--gold);
  font-family:Georgia,serif;
  font-size:48px;
  font-style:normal;
  line-height:.8;
}

/* Fable */
.logo-fable{
  gap:12px;
  font-family:Arial,Helvetica,sans-serif;
}
.logo-fable b{
  font-size:30px;
  font-weight:500;
}
.fable-mark{
  width:42px;
  height:30px;
  position:relative;
  display:block;
}
.fable-mark span{
  position:absolute;
  width:3px;
  height:26px;
  bottom:0;
  left:20px;
  background:var(--gold);
  transform-origin:bottom center;
}
.fable-mark span:nth-child(1){transform:rotate(-60deg)}
.fable-mark span:nth-child(2){transform:rotate(-30deg)}
.fable-mark span:nth-child(3){transform:rotate(0deg)}
.fable-mark span:nth-child(4){transform:rotate(30deg)}
.fable-mark span:nth-child(5){transform:rotate(60deg)}

@media(max-width:620px){
  .buy-title-only{
    padding:34px 0 29px !important;
  }
  .buy-logo-section{
    padding:24px 0 38px !important;
  }
  .buy-logo-wall{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .buy-logo-cell{
    min-height:94px;
    padding:12px 7px;
  }
  .logo-amazon{font-size:21px;padding-bottom:8px}
  .logo-amazon::after{border-bottom-width:2px;height:6px}
  .logo-bn{font-size:10.5px;gap:3px;letter-spacing:0}
  .logo-bn b{font-size:19px}
  .logo-apple{font-size:12px;gap:5px}
  .apple-book-mark{width:20px;height:18px;border-width:1.5px}
  .logo-lulu{font-size:26px;letter-spacing:-3px}
  .logo-kobo{font-size:23px;gap:4px}
  .kobo-mark{width:50px;height:7px;border-bottom-width:2px}
  .logo-everand{font-size:17px;letter-spacing:-1px}
  .logo-overdrive{font-size:15px;letter-spacing:-1px}
  .logo-hoopla{font-size:20px;letter-spacing:-1.5px}
  .logo-cloud{font-size:10px;gap:1px}
  .cloud-infinity{font-size:35px}
  .logo-borrow{gap:5px}
  .borrow-mark{width:26px;height:23px;border-width:2px}
  .borrow-mark::after{left:4px;right:4px;top:6px;height:8px;border-width:1px}
  .logo-borrow b{font-size:13px}
  .logo-bookshop{gap:5px;font-size:10.5px}
  .logo-bookshop i{font-size:30px}
  .logo-fable{gap:5px}
  .logo-fable b{font-size:17px}
  .fable-mark{width:26px;height:19px}
  .fable-mark span{left:12px;height:17px;width:2px}
}

/* Old Where to Buy copy/layout is intentionally not used */
.buy-intro-clean,
.distribution-footnote,
.premium-retailer-grid,
.global-reach-clean,
.buy-group,
.disclaimer{
  display:none !important;
}


/* Where to Buy — restrained supporting copy */
.buy-top-line{
  max-width:720px;
  margin:14px auto 0;
  color:#cfc8be;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.55;
  text-align:center;
}

.buy-bottom-note{
  max-width:900px;
  margin:24px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(197,166,106,.20);
  text-align:center;
}

.buy-bottom-note p{
  max-width:760px;
  margin:0 auto;
  color:#a9a298;
  font-size:14px;
  line-height:1.7;
}

.buy-bottom-note strong{
  color:#d7cec2;
  font-weight:500;
}

@media(max-width:620px){
  .buy-top-line{
    max-width:330px;
    margin-top:10px;
    font-size:15px;
    line-height:1.55;
  }

  .buy-bottom-note{
    margin-top:18px;
    padding-top:15px;
  }

  .buy-bottom-note p{
    max-width:330px;
    font-size:12.5px;
    line-height:1.62;
  }
}


/* Final Where to Buy refinements */
.no-buy-heading{
  padding-top:34px !important;
  padding-bottom:26px !important;
}

.no-buy-heading .buy-top-line{
  margin-top:0 !important;
  max-width:760px;
  font-size:20px;
  line-height:1.5;
  color:#d8d1c7;
}

.logo-many-more{
  flex-direction:column;
  gap:10px;
  text-align:center;
  max-width:92%;
}
.logo-many-more strong{
  display:block;
  color:#efe8de;
  font-family:var(--serif);
  font-size:26px;
  font-weight:500;
  line-height:1.05;
  letter-spacing:.01em;
}
.logo-many-more span{
  display:block;
  color:#b8afa3;
  font-size:12.5px;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:620px){
  .no-buy-heading{
    padding-top:24px !important;
    padding-bottom:18px !important;
  }

  .no-buy-heading .buy-top-line{
    max-width:330px;
    font-size:15px;
    line-height:1.55;
  }

  .logo-many-more{
    gap:6px;
    max-width:100%;
  }

  .logo-many-more strong{
    font-size:16px;
    line-height:1.1;
  }

  .logo-many-more span{
    font-size:8.5px;
    line-height:1.25;
    letter-spacing:.05em;
  }
}


/* Many More box cleanup */
.logo-many-more{
  flex-direction:column;
  gap:0 !important;
  text-align:center;
  max-width:92%;
}
.logo-many-more strong{
  display:block;
  color:#efe8de;
  font-family:var(--serif);
  font-size:28px;
  font-weight:500;
  line-height:1.05;
  letter-spacing:.01em;
}
.logo-many-more span{
  display:none !important;
}

@media(max-width:620px){
  .logo-many-more strong{
    font-size:17px;
    line-height:1.1;
  }
}


/* =========================================================
   WHERE TO BUY — FINAL TYPOGRAPHY POLISH
   ========================================================= */

.no-buy-heading{
  padding-top:38px !important;
  padding-bottom:30px !important;
}

.no-buy-heading .buy-top-line{
  position:relative;
  max-width:780px !important;
  margin:0 auto !important;
  padding:0 36px !important;
  color:#e8e1d7 !important;
  font-family:var(--serif) !important;
  font-size:21px !important;
  font-weight:400 !important;
  line-height:1.52 !important;
  letter-spacing:.012em !important;
  text-align:center !important;
}

.no-buy-heading .buy-top-line::before,
.no-buy-heading .buy-top-line::after{
  content:"";
  position:absolute;
  top:50%;
  width:42px;
  height:1px;
  background:rgba(197,166,106,.38);
}

.no-buy-heading .buy-top-line::before{
  left:-28px;
}

.no-buy-heading .buy-top-line::after{
  right:-28px;
}

.buy-bottom-note{
  max-width:860px !important;
  margin:28px auto 0 !important;
  padding:21px 24px 0 !important;
  border-top:1px solid rgba(197,166,106,.18) !important;
  text-align:center !important;
}

.buy-bottom-note p{
  max-width:760px !important;
  margin:0 auto !important;
  color:#a9a197 !important;
  font-family:var(--sans) !important;
  font-size:13.5px !important;
  font-weight:400 !important;
  line-height:1.72 !important;
  letter-spacing:.018em !important;
}

.buy-bottom-note strong{
  color:#d9d0c4 !important;
  font-family:var(--serif) !important;
  font-size:1.06em !important;
  font-weight:400 !important;
  letter-spacing:.01em !important;
}

/* Slightly more breathing room around the logo matrix */
.buy-logo-section{
  padding-top:30px !important;
  padding-bottom:52px !important;
}

@media(max-width:620px){
  .no-buy-heading{
    padding-top:27px !important;
    padding-bottom:21px !important;
  }

  .no-buy-heading .buy-top-line{
    max-width:342px !important;
    padding:0 12px !important;
    font-size:15.5px !important;
    line-height:1.56 !important;
    letter-spacing:.006em !important;
  }

  .no-buy-heading .buy-top-line::before,
  .no-buy-heading .buy-top-line::after{
    display:none !important;
  }

  .buy-logo-section{
    padding-top:20px !important;
    padding-bottom:38px !important;
  }

  .buy-bottom-note{
    max-width:340px !important;
    margin-top:20px !important;
    padding:16px 4px 0 !important;
  }

  .buy-bottom-note p{
    max-width:330px !important;
    font-size:12.2px !important;
    line-height:1.64 !important;
    letter-spacing:.008em !important;
  }

  .buy-bottom-note strong{
    font-size:1.02em !important;
  }
}


/* Current Apple Books icon */
.current-apple-books{
  gap:12px !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  letter-spacing:-.02em !important;
}
.current-apple-books img{
  width:42px;
  height:42px;
  display:block;
  object-fit:contain;
  border-radius:10px;
}
.apple-book-mark{
  display:none !important;
}

@media(max-width:620px){
  .current-apple-books{
    gap:6px !important;
    font-size:12px !important;
  }
  .current-apple-books img{
    width:24px;
    height:24px;
    border-radius:6px;
  }
}


/* =========================================================
   ABOUT — FINAL EDITORIAL POLISH
   ========================================================= */

.refined-values{
  gap:12px !important;
}

.refined-value{
  position:relative;
  padding:21px 22px 20px !important;
  border:0 !important;
  border-top:1px solid rgba(197,166,106,.26) !important;
  background:transparent !important;
  box-shadow:none !important;
}

.refined-value:last-child{
  border-bottom:1px solid rgba(197,166,106,.18) !important;
}

.refined-value strong{
  margin-bottom:7px !important;
  color:var(--gold) !important;
  font-family:var(--serif) !important;
  font-size:19px !important;
  font-weight:400 !important;
  letter-spacing:.035em !important;
}

.refined-value span{
  color:#bdb5aa !important;
  font-size:14.5px !important;
  line-height:1.66 !important;
}

.about-copy p{
  max-width:700px;
}

@media(max-width:620px){
  .refined-value{
    padding:17px 3px 16px !important;
  }

  .refined-value strong{
    font-size:18px !important;
  }

  .refined-value span{
    font-size:14px !important;
    line-height:1.62 !important;
  }

  .about-copy p{
    font-size:15px !important;
    line-height:1.67 !important;
  }
}


/* =========================================================
   FINAL UPLOAD-READY PATCHES
   ========================================================= */

/* No decorative hamburger: navigation links are always visible */
.menu-glyph{display:none !important;}

/* Exact supplied logo stays fully visible */
.actual-logo{
  overflow:visible !important;
}
.actual-logo img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}
@media(min-width:901px){
  .brand-row{
    min-height:172px !important;
    padding-top:20px !important;
    padding-bottom:16px !important;
  }
  .actual-logo{
    width:min(430px,34vw) !important;
  }
}
@media(max-width:620px){
  .brand-row{
    min-height:138px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
  .actual-logo{
    width:min(355px,84vw) !important;
  }
}

/* Current Apple Books art */
.current-apple-books{
  gap:12px !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  letter-spacing:-.02em !important;
}
.current-apple-books img{
  width:42px !important;
  height:42px !important;
  display:block;
  object-fit:contain;
  border-radius:10px;
}
.current-apple-books span{
  white-space:nowrap;
}

.home-apple-books{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#eee7dc;
  font-size:16px;
  font-weight:500;
  white-space:nowrap;
}
.home-apple-books img{
  width:30px;
  height:30px;
  object-fit:contain;
  border-radius:7px;
}

@media(max-width:620px){
  .current-apple-books{
    gap:6px !important;
    font-size:12px !important;
  }
  .current-apple-books img{
    width:24px !important;
    height:24px !important;
    border-radius:6px;
  }
  .home-apple-books{
    gap:6px;
    font-size:14px;
  }
  .home-apple-books img{
    width:25px;
    height:25px;
    border-radius:6px;
  }
}

/* Honeypot is invisible and cannot affect layout */
.form-honey{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
