:root{
 --bg:#F0EDE8;--bg2:#E8E4DE;--bg3:#DDD9D2;--panel:#ECEAE4;--white:#FAF8F5;
 --text:#2A2724;--secondary:#5A5450;--subtle:#8A8278;
 --accent:#78746A;--accent-l:#9A9589;--accent-d:#56524A;--char:#1A1714;
 --border:rgba(120,116,106,.20);--border2:rgba(120,116,106,.35)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Jost,Arial,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}img{display:block;width:100%}a{color:inherit;text-decoration:none}
.announcement{height:34px;background:var(--accent-d);color:var(--bg2);display:flex;align-items:center;justify-content:center;font-size:8px;letter-spacing:.30em;text-transform:uppercase}
.site-header{height:68px;display:grid;grid-template-columns:190px 1fr 230px;align-items:center;padding:0 4.2vw;background:rgba(240,237,232,.96);border-bottom:.5px solid var(--border);position:sticky;top:0;z-index:50;backdrop-filter:blur(18px)}
.brand{width:150px;height:52px;overflow:hidden;display:flex;align-items:center}.brand img{width:150px;height:auto;transform:none;mix-blend-mode:normal}.site-header nav{display:flex;justify-content:center;gap:44px}.site-header nav a,.header-cta{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--subtle)}.header-cta{justify-self:end;border:.5px solid var(--accent);padding:11px 20px;color:var(--accent-d);transition:.25s}.header-cta:hover{background:var(--accent);color:var(--white)}
.hero{height:calc(100vh - 102px);min-height:680px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.hero-media{position:absolute;inset:0}.hero-media img{height:100%;object-fit:cover;filter:brightness(.54) saturate(.72);transform:scale(1.01)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(106deg,rgba(26,23,20,.91) 0%,rgba(26,23,20,.55) 48%,rgba(26,23,20,.08) 100%)}.hero-copy{position:relative;z-index:2;padding:0 6vw 7vw;max-width:720px}.eyebrow,.product-kicker{font-size:9px;font-weight:400;letter-spacing:.32em;text-transform:uppercase;color:var(--accent);margin:0 0 16px;display:flex;align-items:center;gap:12px}.eyebrow:after{content:'';width:32px;height:.5px;background:currentColor}.eyebrow.light{color:var(--accent-l)}
.hero h1,.intro h2,.section-heading h2,.design h2,.editorial h2,.origin h2,.closing h2{font-family:'Bodoni Moda','Times New Roman',serif;font-weight:400;line-height:.98;margin:0;color:var(--text);letter-spacing:-.025em}.hero h1{font-family:'Snell Roundhand','Apple Chancery','URW Chancery L',cursive;font-size:clamp(56px,5.8vw,90px);font-weight:400;color:var(--white);letter-spacing:.005em;line-height:1.02;text-transform:none;text-shadow:none}.hero h1 em{font-family:'Snell Roundhand','Apple Chancery','URW Chancery L',cursive;font-weight:400;font-style:normal;color:#d8cec3;letter-spacing:.005em}.intro h2 em,.section-heading h2 em,.design h2 em,.editorial h2 em,.origin h2 em{font-style:italic;color:var(--accent)}.hero-sub{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:300;font-style:italic;color:rgba(240,237,232,.52);letter-spacing:.04em;margin:15px 0 24px}.lede{font-size:14px;line-height:1.95;color:rgba(240,237,232,.68);max-width:480px;margin:0 0 38px}.hero-actions{display:flex;align-items:center;gap:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:0 28px;border:.5px solid var(--accent);font-size:9px;font-weight:400;letter-spacing:.20em;text-transform:uppercase;transition:.25s}.button.primary{background:var(--accent);color:var(--white)}.button.primary:hover,.button.paypal:hover{background:var(--accent-l);border-color:var(--accent-l)}.text-link{font-size:9px;letter-spacing:.18em;text-transform:uppercase;border-bottom:.5px solid rgba(240,237,232,.3);padding-bottom:3px}.light-link{color:rgba(240,237,232,.52)}
.marquee{height:44px;background:var(--accent-d);overflow:hidden;display:flex;align-items:center}.marquee-track{display:flex;align-items:center;gap:30px;white-space:nowrap;min-width:max-content;animation:move 32s linear infinite;color:var(--bg2);font-size:8px;letter-spacing:.28em}.marquee-track span{padding-left:30px}.marquee-track i{font-style:normal;color:var(--accent-l)}@keyframes move{to{transform:translateX(-50%)}}
.intro{display:grid;grid-template-columns:1fr 1fr;border-bottom:.5px solid var(--border)}.intro-copy{padding:95px 6vw;background:var(--white);border-right:.5px solid var(--border)}.intro-body{padding:95px 7vw;background:var(--panel);display:flex;flex-direction:column;justify-content:center}.intro h2{font-size:clamp(48px,5.3vw,76px)}.lead-quote{font-family:'Cormorant Garamond',serif;font-size:27px;line-height:1.35;font-style:italic;color:var(--accent-d);margin:0 0 28px}.intro-body>p:last-child{font-size:13px;line-height:1.95;color:var(--subtle);max-width:580px;margin:0}
.collection{padding:105px 5vw;background:var(--bg)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:55px}.section-heading h2{font-size:clamp(46px,5vw,72px)}.section-heading>p:last-child{font-size:12px;letter-spacing:.04em;color:var(--subtle);max-width:260px;line-height:1.75;margin:0 0 8px;text-align:right}
.product.featured{display:grid;grid-template-columns:1.18fr .82fr;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);background:var(--white)}.product-image{overflow:hidden}.product-image img{height:760px;object-fit:cover;filter:brightness(.97) saturate(.86);transition:transform .8s}.product.featured:hover .product-image img{transform:scale(1.02)}.product-copy{padding:7vw 6vw;display:flex;flex-direction:column;justify-content:center}.product-kicker{display:block;margin-bottom:14px}.product-copy h3,.product-card h3{font-family:'Cormorant Garamond',serif;font-size:38px;font-weight:400;line-height:1.05;margin:0 0 20px}.product-desc,.product-card p{font-size:12px;line-height:1.85;color:var(--subtle);margin:0}.micro-line{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);padding:24px 0;border-bottom:.5px solid var(--border);margin-bottom:4px}.price{display:flex;align-items:baseline;gap:12px;margin:26px 0}.price .compare{text-decoration:line-through;color:var(--accent-l);font-size:12px}.price strong{font-family:'Cormorant Garamond',serif;font-size:31px;font-weight:400}.price small{font-size:7px;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.button.paypal{background:var(--accent);color:var(--white);width:max-content}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:.5px solid var(--border)}.product-card{background:var(--white);border-right:.5px solid var(--border)}.product-card:last-child{border-right:0}.card-image{overflow:hidden;aspect-ratio:3/4}.card-image img{height:100%;object-fit:cover;filter:brightness(.97) saturate(.86);transition:transform .7s}.product-card:hover .card-image img{transform:scale(1.035)}.card-copy{padding:28px 28px 34px;border-top:.5px solid var(--border)}.product-card h3{font-size:28px;margin-bottom:10px}.product-card .price{margin:22px 0}
.design{display:grid;grid-template-columns:.75fr 1.25fr;background:var(--bg2);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.design-copy{padding:100px 6vw;display:flex;flex-direction:column;justify-content:center}.design h2{font-size:clamp(48px,5vw,70px);margin-bottom:28px}.design-copy>p:not(.eyebrow):not(.design-note){font-size:13px;line-height:1.95;color:var(--subtle);max-width:430px}.design-note{font-family:'Cormorant Garamond',serif;font-size:22px;font-style:italic;color:var(--accent-d);border-left:.5px solid var(--accent);padding-left:18px;margin-top:30px}.explosion{padding:65px;background:var(--panel)}.explosion img{box-shadow:0 25px 70px rgba(26,23,20,.05)}
.editorial{padding:95px 5vw;display:grid;grid-template-columns:1.08fr .92fr;gap:0;background:var(--white)}.editorial-large{grid-row:1/3;overflow:hidden}.editorial-large img{height:900px;object-fit:cover;filter:saturate(.82) brightness(.94)}.editorial-copy{padding:85px 6vw;background:var(--bg)}.editorial h2{font-size:clamp(48px,5vw,70px);margin-bottom:28px}.editorial-copy>p:last-child{font-size:13px;line-height:2;color:var(--subtle)}.editorial-small{overflow:hidden}.editorial-small img{height:430px;object-fit:cover;filter:saturate(.82) brightness(.95)}
.origin{display:grid;grid-template-columns:1fr 1fr;min-height:690px;background:var(--accent-d)}.origin-image{overflow:hidden}.origin-image img{height:100%;object-fit:cover;filter:brightness(.58) saturate(.72) sepia(5%)}.origin-copy{padding:90px 7vw;display:flex;flex-direction:column;justify-content:center}.origin h2{font-size:clamp(48px,5vw,72px);color:var(--bg);margin-bottom:28px}.origin h2 em{color:var(--bg2)}.origin-copy>p:not(.eyebrow){font-size:13px;line-height:1.95;color:rgba(240,237,232,.68);margin:0 0 18px}
.ritual-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--bg3);border-bottom:.5px solid var(--border)}.ritual-strip>div{padding:58px 5vw;border-right:.5px solid var(--border)}.ritual-strip>div:last-child{border-right:0}.ritual-strip span{font-family:'Cormorant Garamond',serif;font-size:11px;color:var(--accent);letter-spacing:.18em}.ritual-strip h3{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:300;margin:13px 0 5px}.ritual-strip p{font-size:11px;color:var(--subtle);margin:0}
.closing{position:relative;height:80vh;min-height:650px;overflow:hidden}.closing>img{height:100%;object-fit:cover;filter:brightness(.72) saturate(.72)}.closing:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,23,20,.58),rgba(26,23,20,.08))}.closing-card{position:absolute;z-index:2;left:6vw;top:50%;transform:translateY(-50%);background:rgba(240,237,232,.94);padding:55px;width:min(510px,44vw);border:.5px solid var(--border)}.closing h2{font-size:68px;margin-bottom:14px}.closing-card>p:not(.eyebrow){font-size:12px;color:var(--subtle);line-height:1.8;margin-bottom:28px}.dark-text{color:var(--white)!important}
footer{background:var(--accent-d);padding:65px 5vw 35px;color:var(--bg)}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:70px;padding-bottom:55px;border-bottom:.5px solid rgba(240,237,232,.12)}.footer-brand img{width:185px;height:auto;filter:none;opacity:.96;margin-bottom:18px;transform:none}.footer-brand p{font-size:11px;line-height:1.8;color:rgba(240,237,232,.45)}.footer-title{font-size:8px;letter-spacing:.28em;text-transform:uppercase;color:var(--accent-l);margin:0 0 18px}.footer-top>div:not(.footer-brand){display:flex;flex-direction:column;gap:11px}.footer-top a{font-size:11px;color:rgba(240,237,232,.48)}.footer-top a:hover{color:var(--bg)}.footer-bottom{padding-top:26px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.12em;color:rgba(240,237,232,.28)}.hebrew{font-family:'Cormorant Garamond',serif;font-size:16px;letter-spacing:.1em}
@media(max-width:920px){.site-header{grid-template-columns:1fr auto;padding:0 20px}.site-header nav{display:none}.brand{width:100px}.header-cta{font-size:7px;padding:9px 12px}.hero-copy{padding:0 24px 60px}.hero h1{font-size:62px}.hero-sub{font-size:15px}.hero-actions{flex-direction:column;align-items:flex-start}.intro,.origin{grid-template-columns:1fr}.intro-copy,.intro-body,.origin-copy{padding:65px 24px}.section-heading{display:block}.section-heading>p:last-child{text-align:left;margin-top:18px}.collection{padding:75px 20px}.product.featured{grid-template-columns:1fr}.product-image img{height:60vh}.product-copy{padding:45px 24px}.product-grid{grid-template-columns:1fr}.product-card{border-right:0;border-bottom:.5px solid var(--border)}.design{grid-template-columns:1fr}.design-copy{padding:70px 24px}.explosion{padding:20px}.editorial{grid-template-columns:1fr;padding:70px 20px}.editorial-large{grid-row:auto}.editorial-large img{height:65vh}.editorial-copy{padding:55px 24px}.origin-image{min-height:480px}.ritual-strip{grid-template-columns:1fr}.ritual-strip>div{border-right:0;border-bottom:.5px solid var(--border);padding:42px 24px}.closing-card{left:20px;right:20px;width:auto;padding:32px}.closing h2{font-size:52px}.footer-top{grid-template-columns:1fr;gap:38px}.announcement{font-size:7px}.marquee{height:38px}.marquee-track{font-size:7px}}
.brand-stats{display:grid;gap:18px;margin-top:30px}.brand-stats div{border-left:1px solid var(--line);padding-left:18px}.brand-stats strong{display:block;font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:300}.brand-stats span{display:block;font-size:9px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}
.caveat-note{font-size:11px!important;line-height:1.65!important;font-style:italic;color:#8a8077!important;border-left:2px solid #b8afa6;padding:8px 12px;background:#eee9e3;margin-top:14px}
.origin-copy blockquote{font-family:'Cormorant Garamond',serif;font-size:21px;font-style:italic;line-height:1.55;border-left:1px solid rgba(255,255,255,.35);padding-left:20px;margin:24px 0;color:rgba(255,255,255,.8)}.origin-copy .founder{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);background:#ddd9d2;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pillars>div{padding:50px 30px;border-right:1px solid var(--line)}.pillars>div:last-child{border-right:0}.pillars span{font-family:'Cormorant Garamond',serif;color:#7b7168}.pillars h3{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:400;margin:18px 0 8px}.pillars p{font-size:12px;line-height:1.75;color:#7b7168}
.contact-strip{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:80px 6vw;background:#eceae4;border-top:1px solid var(--line)}.contact-strip h2{font-family:'Bodoni Moda','Times New Roman',serif;font-size:clamp(40px,4vw,58px);font-weight:300;line-height:1.05;margin:12px 0 20px}.contact-strip>div>p:not(.eyebrow):not(.confirm){font-size:14px;line-height:1.9;color:#7b7168}.email-row{display:flex;max-width:460px;margin-top:26px}.email-row input{flex:1;padding:15px 18px;border:1px solid var(--line);background:#faf8f5;font-family:Jost,sans-serif}.email-row button{padding:15px 24px;border:0;background:#78746a;color:white;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.confirm{display:none;margin-top:12px;font-size:12px;color:#78746a}.contact-stats{display:grid;gap:2px}.contact-stats div{padding:28px;background:#faf8f5;border:1px solid var(--line)}.contact-stats strong{display:block;font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:300}.contact-stats span{display:block;font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-top:5px}.contact-stats small{display:block;font-size:11px;color:#8a8278;margin-top:5px}.site-caveat{padding:24px 6vw;text-align:center;font-size:11px;line-height:1.8;font-style:italic;background:#ddd9d2;color:#7b7168}.site-caveat strong{font-style:normal;color:#56524a}
@media(max-width:900px){.pillars{grid-template-columns:1fr 1fr}.contact-strip{grid-template-columns:1fr;padding:60px 22px}.brand-stats{grid-template-columns:1fr}.email-row{flex-direction:column}.email-row button{margin-top:8px}}

.contact-email{
  margin:22px 0 0;
  font-size:12px!important;
  line-height:1.8!important;
  color:#7b7168!important;
}
.contact-email a{
  color:#56524a;
  text-decoration:none;
  border-bottom:.5px solid rgba(86,82,74,.35);
  padding-bottom:2px;
}
.contact-email a:hover{border-color:#56524a}

.paypal-cart-wrap{
  margin-top:22px;
}
.header-cart{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-right:16px;
}
@media(max-width:920px){
  .header-cart{margin-right:8px}
}

.purchase-policy-notice{
  padding:22px 6vw;
  background:#f5f1eb;
  border-top:.5px solid rgba(120,116,106,.18);
  border-bottom:.5px solid rgba(120,116,106,.18);
  text-align:center;
  font-size:10px;
  line-height:1.8;
  color:#766f68;
}
.purchase-policy-notice strong{color:#56524a;font-weight:400;letter-spacing:.05em}
.purchase-policy-notice a{border-bottom:.5px solid rgba(86,82,74,.35);padding-bottom:1px}

.founder-shipping-note{
  padding:18px 6vw;
  background:#ece7e1;
  border-top:.5px solid rgba(120,116,106,.18);
  text-align:center;
  font-size:10px;
  line-height:1.8;
  color:#6f6861;
}
.founder-shipping-note strong{
  color:#56524a;
  font-weight:400;
  letter-spacing:.05em;
}

/* Founder editorial section — updated Sept 9, 2026 */
.founder-editorial{
  display:grid;
  grid-template-columns:minmax(330px, .78fr) minmax(0, 1.62fr);
  background:#fbfaf7;
  border-top:.5px solid rgba(120,116,106,.18);
  border-bottom:.5px solid rgba(120,116,106,.18);
  min-height:760px;
}
.founder-editorial-photo{min-height:760px;overflow:hidden;background:#e8e1d9}
.founder-editorial-photo img{
  width:100%;height:100%;object-fit:cover;object-position:center 37%;
  filter:none;
}
.founder-editorial-copy{
  padding:34px 6.5vw 48px 5.4vw;
  display:flex;flex-direction:column;justify-content:center;
  background:#fbfaf7;color:#5c5661;
}
.founder-overline{
  margin:0 0 34px;font-size:12px;font-weight:400;letter-spacing:.34em;
  color:#655f69;text-transform:uppercase;
}
.founder-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(245px,.78fr);align-items:stretch}
.founder-main{padding-right:5.2vw}
.founder-main h2{
  margin:0;font-family:'Bodoni Moda','Times New Roman',serif;font-size:clamp(66px,7.2vw,108px);
  font-weight:400;line-height:.95;letter-spacing:-.045em;color:#5a5360;
}
.founder-rule{display:block;width:60px;height:1px;background:#c8c0b8;margin:38px 0 44px}
.founder-main h3{
  margin:0 0 38px;font-family:'Cormorant Garamond','Times New Roman',serif;font-size:clamp(23px,2.15vw,34px);
  line-height:1.55;font-weight:400;letter-spacing:.21em;color:#5d5662;
}
.founder-main>p{
  max-width:760px;margin:0;font-family:Jost,Arial,sans-serif;font-size:clamp(16px,1.35vw,21px);
  line-height:1.9;font-weight:300;color:#6c6870;
}
.founder-signoff{margin-top:48px;display:flex;flex-direction:column;align-items:flex-start}
.with-love,.signature{
  font-family:'Allura','Pinyon Script','Snell Roundhand',cursive;color:#5d5662;font-weight:400;
}
.with-love{font-size:50px;line-height:.85;transform:rotate(-3deg);transform-origin:left center}
.signature{font-size:52px;line-height:.8;margin:12px 0 30px 78px;transform:rotate(-5deg);transform-origin:left center}
.founder-title{font-size:12px;font-weight:400;letter-spacing:.31em;color:#6b6570;text-transform:uppercase}
.founder-quote{
  border-left:1px solid #c5bdb5;padding:85px 0 40px 5.5vw;display:flex;flex-direction:column;justify-content:flex-start;
}
.quote-mark{font-family:Georgia,'Times New Roman',serif;font-size:94px;line-height:.75;color:#aaa39c;margin:0 0 42px}
.founder-quote blockquote{
  margin:0;font-family:'Cormorant Garamond','Times New Roman',serif;font-size:clamp(34px,3.3vw,55px);
  font-style:italic;font-weight:300;line-height:1.35;letter-spacing:-.015em;color:#6a626d;
}
.quote-rule{display:block;width:70px;height:1px;background:#c8c0b8;margin-top:48px}

@media(max-width:1100px){
  .founder-editorial{grid-template-columns:40% 60%}
  .founder-editorial-copy{padding:42px 38px}
  .founder-grid{grid-template-columns:1fr}
  .founder-main{padding-right:0}
  .founder-quote{border-left:0;border-top:1px solid #c5bdb5;margin-top:52px;padding:38px 0 0}
  .quote-mark{font-size:70px;margin-bottom:18px}
  .founder-quote blockquote{font-size:38px}
}
@media(max-width:760px){
  .founder-editorial{display:block;min-height:0}
  .founder-editorial-photo{min-height:0;aspect-ratio:4/5}
  .founder-editorial-photo img{object-position:center 35%}
  .founder-editorial-copy{padding:42px 24px 50px}
  .founder-overline{font-size:10px;margin-bottom:26px}
  .founder-main h2{font-size:60px}
  .founder-rule{margin:28px 0 30px}
  .founder-main h3{font-size:22px;letter-spacing:.17em;margin-bottom:28px}
  .founder-main>p{font-size:15px;line-height:1.85}
  .with-love{font-size:44px}.signature{font-size:46px;margin-left:62px}
  .founder-title{font-size:10px}
  .founder-quote blockquote{font-size:34px}
}

/* Founder section — matched to supplied editorial reference */
.founder-editorial{
  grid-template-columns:minmax(360px, .86fr) minmax(0, 1.58fr);
  background:#F9F7F3;
  border-top:1px solid #DDD8D1;
  border-bottom:1px solid #DDD8D1;
  min-height:820px;
}
.founder-editorial-photo{
  min-height:820px;
  background:#E9E3DC;
}
.founder-editorial-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
}
.founder-editorial-copy{
  padding:28px 4.9vw 38px 5vw;
  background:#F9F7F3;
  color:#5A505D;
  justify-content:center;
}
.founder-overline{
  margin:0 0 40px;
  font-family:Jost,Arial,sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:400;
  letter-spacing:.36em;
  color:#5F5662;
}
.founder-grid{
  grid-template-columns:minmax(0,1.58fr) minmax(250px,.76fr);
  align-items:stretch;
}
.founder-main{
  padding-right:4.8vw;
}
.founder-main h2{
  margin:0;
  font-family:'Bodoni Moda','Didot','Times New Roman',serif;
  font-size:clamp(68px,6.8vw,104px);
  line-height:.94;
  font-weight:400;
  letter-spacing:-.045em;
  color:#5B515E;
}
.founder-rule{
  width:58px;
  height:1px;
  background:#CEC7BE;
  margin:38px 0 46px;
}
.founder-main h3{
  margin:0 0 42px;
  font-family:'Cormorant Garamond','Times New Roman',serif;
  font-size:clamp(22px,2.02vw,32px);
  line-height:1.62;
  font-weight:400;
  letter-spacing:.23em;
  color:#5B515E;
}
.founder-main>p{
  max-width:760px;
  margin:0;
  font-family:Jost,Arial,sans-serif;
  font-size:clamp(15px,1.18vw,20px);
  line-height:1.86;
  font-weight:300;
  letter-spacing:.002em;
  color:#706A74;
}
.founder-signoff{
  margin-top:48px;
}
.with-love,.signature{
  font-family:'Allura','Pinyon Script','Snell Roundhand','Apple Chancery',cursive;
  color:#5D5360;
  font-weight:400;
}
.with-love{
  font-size:52px;
  line-height:.88;
  transform:rotate(-4deg);
}
.signature{
  font-size:54px;
  line-height:.82;
  margin:10px 0 30px 82px;
  transform:rotate(-6deg);
}
.founder-title{
  font-family:Jost,Arial,sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:400;
  letter-spacing:.33em;
  color:#625965;
}
.founder-quote{
  border-left:1px solid #C8C1B9;
  padding:86px 0 40px 5.2vw;
}
.quote-mark{
  font-family:Georgia,'Times New Roman',serif;
  font-size:92px;
  line-height:.72;
  color:#AAA39C;
  margin:0 0 44px;
}
.founder-quote blockquote{
  margin:0;
  font-family:'Cormorant Garamond','Times New Roman',serif;
  font-size:clamp(34px,3.05vw,52px);
  line-height:1.43;
  font-style:italic;
  font-weight:300;
  letter-spacing:-.018em;
  color:#655B68;
}
.quote-rule{
  width:66px;
  height:1px;
  background:#C9C2BA;
  margin-top:52px;
}

@media(max-width:1100px){
  .founder-editorial{grid-template-columns:40% 60%;min-height:0}
  .founder-editorial-photo{min-height:760px}
  .founder-editorial-copy{padding:42px 38px}
  .founder-grid{grid-template-columns:1fr}
  .founder-main{padding-right:0}
  .founder-quote{border-left:0;border-top:1px solid #C8C1B9;margin-top:52px;padding:38px 0 0}
}
@media(max-width:760px){
  .founder-editorial{display:block}
  .founder-editorial-photo{min-height:0;aspect-ratio:4/5}
  .founder-editorial-copy{padding:42px 24px 50px}
  .founder-overline{font-size:10px;margin-bottom:28px}
  .founder-main h2{font-size:58px}
  .founder-rule{margin:28px 0 31px}
  .founder-main h3{font-size:21px;letter-spacing:.18em;line-height:1.55;margin-bottom:28px}
  .founder-main>p{font-size:15px;line-height:1.82}
  .with-love{font-size:44px}.signature{font-size:47px;margin-left:62px}
  .founder-title{font-size:10px}
  .founder-quote blockquote{font-size:35px}
}

/* Pixel-exact Founder section — uses supplied founder artwork directly */
.founder-editorial.founder-exact{
  display:grid;
  grid-template-columns:37.5% 62.5%;
  width:100%;
  min-height:0;
  background:#fbfaf7;
  border-top:1px solid #ded9d2;
  border-bottom:1px solid #ded9d2;
  overflow:hidden;
}
.founder-exact .founder-editorial-photo{
  min-height:0;
  height:auto;
  overflow:hidden;
  background:#e9e3dc;
}
.founder-exact .founder-editorial-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:none;
}
.founder-reference-panel{
  background:#fbfaf7;
  overflow:hidden;
  display:flex;
  align-items:stretch;
}
.founder-reference-panel img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
}
@media(max-width:900px){
  .founder-editorial.founder-exact{display:block}
  .founder-exact .founder-editorial-photo{aspect-ratio:2/2.65}
  .founder-exact .founder-editorial-photo img{object-position:center 35%}
  .founder-reference-panel img{width:100%;height:auto}
}

/* =========================================================
   MOBILE / RESPONSIVE HARDENING — Sept 9, 2026
   Prevents logo clipping and horizontal overflow on phones.
   ========================================================= */

html,body{max-width:100%;overflow-x:hidden}

/* Logo must size to its container instead of staying 150px wide. */
.brand{overflow:visible}
.brand img{display:block;width:100%;max-width:150px;height:auto;object-fit:contain}

/* Embedded PayPal controls should never force the layout wider than viewport. */
.header-cart,.paypal-cart-wrap,paypal-cart-button,paypal-add-to-cart-button{max-width:100%}

@media(max-width:920px){
  .site-header{
    height:64px;
    grid-template-columns:minmax(88px,112px) 1fr auto;
    gap:10px;
    padding:0 14px;
  }
  .site-header nav{display:none}
  .brand{
    width:100%;
    max-width:112px;
    height:auto;
    min-width:0;
    overflow:visible;
  }
  .brand img{
    width:100%;
    max-width:112px;
    height:auto;
    object-fit:contain;
  }
  .header-cart{
    justify-self:end;
    margin:0;
    min-width:0;
  }
  .header-cta{
    justify-self:end;
    white-space:nowrap;
    font-size:6.5px;
    letter-spacing:.14em;
    padding:9px 9px;
  }
  .announcement{
    height:auto;
    min-height:30px;
    padding:7px 12px;
    line-height:1.35;
    text-align:center;
    letter-spacing:.22em;
  }
  .hero{
    height:auto;
    min-height:calc(100svh - 94px);
  }
  .hero-copy{padding:0 22px 46px;max-width:100%}
  .hero h1{font-size:clamp(46px,14vw,62px);line-height:1.02}
  .hero-sub{font-size:15px;line-height:1.4}
  .lede{font-size:13px;line-height:1.75;margin-bottom:28px}
  .hero-actions{gap:16px}
  .button{max-width:100%;text-align:center}
  .intro h2,.section-heading h2,.design h2,.editorial h2,.origin h2{font-size:clamp(42px,13vw,58px)}
  .section-heading{margin-bottom:36px}
  .product-image img{height:auto;max-height:none;aspect-ratio:4/5;object-fit:cover}
  .card-image{aspect-ratio:4/5}
  .product-copy{padding:40px 22px}
  .card-copy{padding:26px 22px 32px}
  .product-copy h3,.product-card h3{font-size:30px}
  .price{flex-wrap:wrap;row-gap:6px}
  .explosion img{width:100%;height:auto;object-fit:contain}
  .editorial-large img,.editorial-small img{height:auto;aspect-ratio:4/5;object-fit:cover}
  .origin-image{min-height:0}
  .origin-image img{height:auto;aspect-ratio:4/5}
  .closing{height:auto;min-height:620px}
  .closing-card{max-width:calc(100% - 40px)}
  .closing h2{font-size:clamp(44px,13vw,54px)}
  .footer-brand img{width:min(185px,65vw);height:auto}
}

@media(max-width:600px){
  .site-header{
    grid-template-columns:minmax(82px,100px) 1fr;
    gap:8px;
  }
  .brand{max-width:100px}
  .brand img{max-width:100px}
  .header-cart{grid-column:2;grid-row:1;justify-self:end}
  .header-cta{display:none}
  .hero h1{font-size:clamp(43px,14vw,56px)}
  .hero-copy{padding-left:18px;padding-right:18px}
  .collection{padding-left:16px;padding-right:16px}
  .intro-copy,.intro-body,.origin-copy,.design-copy{padding-left:20px;padding-right:20px}
  .founder-exact .founder-editorial-photo{aspect-ratio:4/5}
  .founder-reference-panel{width:100%;overflow:visible}
  .founder-reference-panel img{width:100%;height:auto;object-fit:contain}
  .pillars{grid-template-columns:1fr}
  .pillars>div{border-right:0;border-bottom:1px solid var(--line);padding:38px 22px}
  .contact-strip{padding:52px 20px}
  .email-row input,.email-row button{width:100%;min-width:0}
  .purchase-policy-notice,.founder-shipping-note,.site-caveat{padding-left:20px;padding-right:20px}
  .footer-bottom{flex-direction:column;gap:14px;line-height:1.6}
}

@media(max-width:380px){
  .site-header{padding-left:10px;padding-right:10px}
  .brand,.brand img{max-width:92px}
  .announcement{font-size:6.5px;letter-spacing:.16em}
  .hero h1{font-size:42px}
  .hero-sub{font-size:14px}
  .button{padding-left:20px;padding-right:20px}
}

/* Sept 10, 2026 — clearer Founding Rate pre-order messaging */
.announcement{
  min-height:34px;
  height:auto;
  padding:9px 18px;
  line-height:1.45;
  text-align:center;
}
@media(max-width:640px){
  .announcement{
    font-size:6.5px;
    letter-spacing:.16em;
    padding:8px 12px;
  }
}


/* Founder reference preservation — keep original approved artwork, patch only requested bio wording */
.founder-reference-panel{position:relative;container-type:inline-size}
.founder-reference-panel .founder-bio-patch{
  position:absolute;
  left:6.75%;
  top:41.4%;
  width:56.8%;
  height:32.5%;
  z-index:2;
  background:#fbfaf7;
  color:#706a74;
  font-family:Jost,Arial,sans-serif;
  font-size:2.18cqw;
  line-height:1.52;
  font-weight:300;
  letter-spacing:.002em;
  display:block;
  padding-top:.7%;
}
@supports not (font-size: 1cqw){
  .founder-reference-panel .founder-bio-patch{font-size:clamp(8px,1.33vw,42px)}
}
