
:root { --ivory:#f7f5f0; --white:#fffefb; --beige:#e9e2d6; --taupe:#c8beaa; --gold:#b88c1a; --soft-gold:#d4af37; --charcoal:#282828; --line:rgba(40,40,40,.15); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--ivory); color:var(--charcoal); font-family:Arial, Helvetica, sans-serif; font-size:15px; }
button, input { font:inherit; }
button, a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; height:100%; object-fit:cover; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.announcement { height:31px; display:flex; align-items:center; justify-content:center; gap:14px; padding:0 16px; background:var(--charcoal); color:#f6f0e4; font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.announcement span { color:var(--soft-gold); }
.site-header { height:92px; padding:0 clamp(22px,5vw,76px); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; background:rgba(247,245,240,.94); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:30; backdrop-filter:blur(14px); }
.logo { width:max-content; display:flex; flex-direction:column; align-items:center; line-height:1; }
.logo span { font-family:"Snell Roundhand","Segoe Script",cursive; font-size:38px; color:#a47714; font-weight:500; letter-spacing:-.08em; transform:skew(-5deg); }
.logo small { margin-top:8px; font-size:7px; letter-spacing:.42em; color:#795f24; }
nav { display:flex; gap:38px; font-size:10px; letter-spacing:.17em; text-transform:uppercase; }
nav a { position:relative; }
nav a:after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:1px; background:var(--gold); transition:.25s; }
nav a:hover:after { right:0; }
.header-actions { justify-self:end; display:flex; align-items:center; gap:20px; }
.header-actions button { border:0; background:none; padding:7px; cursor:pointer; color:var(--charcoal); text-transform:uppercase; font-size:10px; letter-spacing:.12em; }
.header-actions button:first-child { font-size:23px; font-weight:200; transform:rotate(-15deg); }
.header-actions b { min-width:17px; height:17px; border-radius:50%; background:var(--gold); color:white; display:inline-grid; place-items:center; font-size:9px; margin-left:5px; }
.mobile-toggle { display:none; }
.hero { min-height:calc(100vh - 123px); display:grid; grid-template-columns:44% 56%; position:relative; overflow:hidden; }
.hero-copy { padding:clamp(70px,9vw,140px) 6vw 90px clamp(24px,7vw,110px); display:flex; flex-direction:column; justify-content:center; background:radial-gradient(circle at 10% 20%,#fff 0,transparent 34%),var(--ivory); position:relative; }
.hero-copy:before { content:"A"; position:absolute; left:-20px; bottom:-140px; font-family:Georgia,serif; font-size:470px; color:rgba(184,140,26,.035); font-style:italic; pointer-events:none; }
.eyebrow { margin:0 0 23px; color:#967014; font-size:9px; letter-spacing:.28em; font-weight:bold; }
h1,h2,h3 { font-family:Didot,"Bodoni MT",Georgia,serif; font-weight:400; }
h1 { margin:0; font-size:clamp(48px,5.2vw,82px); line-height:1.02; letter-spacing:-.035em; }
h1 em,h2 em { color:#a77d19; font-weight:400; }
.lead { max-width:535px; margin:31px 0; color:#6f6a62; font-family:Georgia,serif; font-size:16px; line-height:1.75; }
.hero-buttons { display:flex; align-items:center; gap:29px; }
.button { min-height:48px; padding:0 23px; display:inline-flex; align-items:center; justify-content:center; gap:23px; text-transform:uppercase; letter-spacing:.17em; font-size:9px; transition:.25s; }
.button.gold { background:var(--gold); color:white; box-shadow:0 10px 30px rgba(154,108,5,.18); }
.button.gold:hover,.button.charcoal:hover { transform:translateY(-2px); box-shadow:0 15px 35px rgba(40,40,40,.2); }
.text-link { display:inline-flex; gap:9px; align-items:center; text-transform:uppercase; letter-spacing:.16em; font-size:9px; border-bottom:1px solid #b9ad96; padding-bottom:6px; width:max-content; }
.hero-proof { margin-top:54px; padding-top:20px; border-top:1px solid var(--line); display:flex; gap:13px; color:#7e786e; font-size:8px; letter-spacing:.12em; text-transform:uppercase; }
.hero-proof span { color:var(--gold); }
.hero-visual { position:relative; min-height:620px; background:#d9d0c1; }
.hero-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(247,245,240,.08),transparent 50%); pointer-events:none; }
.art-label { position:absolute; left:34px; bottom:30px; z-index:2; background:rgba(247,245,240,.92); backdrop-filter:blur(10px); width:200px; padding:16px 19px; display:grid; gap:5px; border-left:2px solid var(--gold); }
.art-label small { font-size:7px; letter-spacing:.2em; color:#9b781d; }
.art-label strong { font-family:Georgia,serif; font-size:16px; font-weight:400; }
.art-label span { font-size:9px; color:#777; }
.scroll-note { position:absolute; right:-50px; top:50%; transform:rotate(90deg); z-index:3; color:white; font-size:7px; letter-spacing:.28em; text-shadow:0 1px 4px #333; }
.scroll-note span { margin-left:25px; }
.benefits { display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid var(--line); background:#fbfaf7; padding:29px 6vw; }
.benefits > div { display:flex; align-items:center; justify-content:center; gap:13px; border-right:1px solid var(--line); }
.benefits > div:last-child { border:0; }
.benefits i { color:#b48b28; font-size:24px; font-style:normal; }
.benefits span { display:grid; gap:4px; }
.benefits strong { font-family:Georgia,serif; font-size:12px; font-weight:400; }
.benefits small { color:#898277; font-size:8px; }
.section { padding:clamp(85px,9vw,140px) clamp(24px,6vw,94px); }
.section-heading.split { display:grid; grid-template-columns:1fr 370px; align-items:end; gap:70px; margin-bottom:55px; }
.section-heading h2,.story-copy h2,.personal-copy h2,.newsletter h2 { margin:0; font-size:clamp(39px,4.5vw,65px); line-height:1.05; letter-spacing:-.025em; }
.section-heading.split > p { color:#777066; line-height:1.8; font-family:Georgia,serif; margin:0; }
.collection-grid { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:260px; gap:14px; }
.collection-card { grid-column:span 4; position:relative; overflow:hidden; background:#d8cfc1; color:white; }
.collection-card.tall { grid-row:span 2; }
.collection-card.wide { grid-column:span 8; }
.collection-card:after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent,rgba(30,24,18,.75)); }
.collection-card img { transition:transform .6s ease; }
.collection-card:hover img { transform:scale(1.04); }
.collection-card .number { position:absolute; top:17px; left:18px; font-size:8px; letter-spacing:.2em; z-index:2; }
.collection-card div { position:absolute; left:22px; bottom:20px; z-index:2; }
.collection-card h3 { font-size:22px; margin:0 0 5px; }
.collection-card p { margin:0; font-size:8px; letter-spacing:.08em; color:#eee9df; }
.collection-card > span:last-child { position:absolute; z-index:2; right:20px; bottom:25px; font-size:18px; }
.brand-crop img { object-fit:cover; transform:scale(1.55); }
.brand-crop:hover img { transform:scale(1.61); }
.brand-crop.sacred img { object-position:87% 75%; }
.brand-crop.kids img { object-position:80% 84%; }
.brand-crop.wear img { object-position:35% 80%; }
.products-section { background:#eee9e0; }
.section-heading.centered { text-align:center; }
.filters { display:flex; justify-content:center; gap:7px; margin:31px 0 38px; }
.filters button { border:1px solid #cfc6b7; background:transparent; padding:9px 17px; font-size:8px; letter-spacing:.16em; text-transform:uppercase; cursor:pointer; }
.filters button.active { background:var(--charcoal); color:white; border-color:var(--charcoal); }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:1200px; margin:auto; }
.product-image { height:480px; position:relative; overflow:hidden; background:#d9d0c2; }
.product-image img { transition:transform .6s; }
.product-card:hover img { transform:scale(1.025); }
.product-tag { position:absolute; top:13px; left:13px; background:#f8f5ef; padding:7px 9px; font-size:7px; letter-spacing:.15em; }
.product-image > button:first-of-type { position:absolute; right:13px; top:13px; border:0; background:rgba(248,245,239,.9); width:31px; height:31px; border-radius:50%; font-size:19px; cursor:pointer; }
.product-image > button.liked { background:var(--charcoal); color:#d9b74f; }
.quick-add { position:absolute; bottom:0; left:0; right:0; border:0; background:rgba(40,40,40,.92); color:white; padding:14px; text-transform:uppercase; letter-spacing:.17em; font-size:8px; cursor:pointer; transform:translateY(100%); transition:.3s; }
.product-card:hover .quick-add,.quick-add:focus { transform:translateY(0); }
.product-card > p { margin:17px 0 6px; color:#9b781d; text-transform:uppercase; font-size:7px; letter-spacing:.17em; }
.product-card h3 { font-size:21px; margin:0 0 7px; }
.product-card > strong { font-size:10px; font-weight:400; color:#736d63; }
.story-section { display:grid; grid-template-columns:50% 50%; background:var(--charcoal); color:#f5f0e7; min-height:650px; }
.story-art { min-height:650px; position:relative; padding:8%; background:#191919; }
.story-art img { object-fit:cover; box-shadow:0 35px 75px rgba(0,0,0,.38); }
.story-art span { position:absolute; bottom:28px; left:8%; font-size:7px; letter-spacing:.28em; color:#beaa7a; }
.story-copy { padding:9vw 9vw 8vw 8vw; display:flex; flex-direction:column; justify-content:center; }
.story-copy > p:not(.eyebrow) { font-family:Georgia,serif; color:#c7c0b4; line-height:1.9; max-width:500px; }
.story-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; border-top:1px solid #57534d; border-bottom:1px solid #57534d; margin:28px 0; padding:23px 0; }
.story-stats span { color:#aaa399; font-size:7px; text-transform:uppercase; letter-spacing:.11em; }
.story-stats strong { display:block; color:#d2b159; font-family:Georgia,serif; font-size:22px; font-weight:400; text-transform:none; letter-spacing:0; margin-bottom:4px; }
.personal-section { display:grid; grid-template-columns:43% 57%; align-items:center; gap:8vw; background:#f5f1e9; }
.personal-copy > p:not(.eyebrow) { max-width:510px; color:#766e62; font-family:Georgia,serif; line-height:1.85; margin:28px 0; }
.button.charcoal { background:var(--charcoal); color:white; }
.personal-visual { height:570px; position:relative; }
.personal-visual .seal { position:absolute; left:-47px; bottom:45px; width:105px; height:105px; border-radius:50%; background:#b3881f; color:white; display:grid; place-items:center; align-content:center; box-shadow:0 14px 35px rgba(60,40,5,.22); }
.seal span { font-family:"Snell Roundhand",cursive; font-size:36px; line-height:.8; }
.seal small { font-size:5px; text-align:center; letter-spacing:.16em; line-height:1.6; }
.newsletter { text-align:center; padding:95px 24px; background:#e5ddd0; }
.newsletter > p:not(.eyebrow) { color:#786f63; font-family:Georgia,serif; }
.newsletter form { max-width:580px; margin:35px auto 0; display:flex; border-bottom:1px solid #8f877a; }
.newsletter input { flex:1; background:transparent; border:0; padding:15px 5px; outline:0; color:#333; }
.newsletter button { background:transparent; border:0; text-transform:uppercase; letter-spacing:.16em; font-size:8px; cursor:pointer; }
footer { background:#252525; color:#d9d3c9; display:grid; grid-template-columns:2fr repeat(3,1fr); gap:50px; padding:70px 6vw 25px; }
.footer-logo { align-items:flex-start; }
.footer-logo span { color:#c49a2d; font-size:50px; }
.footer-logo small { color:#ac9c77; }
footer h4 { color:#d3b45d; font-size:8px; letter-spacing:.2em; text-transform:uppercase; margin:0 0 20px; }
footer a,footer p { display:block; margin:0 0 11px; color:#aaa49b; font-size:10px; }
.footer-bottom { grid-column:1/-1; display:flex; justify-content:space-between; margin-top:35px; padding-top:20px; border-top:1px solid #454545; font-size:7px; letter-spacing:.14em; color:#777; }
.cart-drawer { position:fixed; inset:0; z-index:100; pointer-events:none; }
.cart-drawer.open { pointer-events:auto; }
.cart-backdrop { position:absolute; inset:0; background:rgba(20,18,15,.45); border:0; opacity:0; transition:.3s; }
.cart-drawer.open .cart-backdrop { opacity:1; }
.cart-drawer aside { position:absolute; right:0; top:0; bottom:0; width:min(450px,92vw); background:#f7f5f0; padding:29px; transform:translateX(100%); transition:.35s ease; }
.cart-drawer.open aside { transform:translateX(0); }
.cart-head { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid var(--line); padding-bottom:20px; }
.cart-head h2 { margin:0; font-size:31px; }
.cart-head button,.cart-items button { border:0; background:none; font-size:25px; cursor:pointer; }
.empty-cart { height:70%; display:grid; place-items:center; align-content:center; gap:15px; color:#777; }
.empty-cart span { font-size:45px; color:#b88c1a; }
.empty-cart button { border:0; border-bottom:1px solid #555; background:none; padding:8px; cursor:pointer; }
.cart-items { display:grid; gap:17px; margin-top:24px; }
.cart-items > div { display:grid; grid-template-columns:65px 1fr auto; gap:13px; align-items:center; border-bottom:1px solid var(--line); padding-bottom:15px; }
.cart-items img { height:75px; }
.cart-items span { display:grid; gap:6px; }
.cart-items strong { font-family:Georgia,serif; font-weight:400; }
.cart-items small { color:#888; font-size:8px; }
.cart-total { display:flex; justify-content:space-between; padding:25px 0; }
.checkout { width:100%; border:0; background:var(--charcoal); color:white; padding:16px; text-transform:uppercase; letter-spacing:.17em; font-size:9px; cursor:pointer; }
@media (max-width:900px) {
  .site-header { height:76px; grid-template-columns:auto 1fr auto; padding:0 20px; }
  .logo span { font-size:31px; }.logo small { font-size:5px; }
  .mobile-toggle { display:grid; gap:5px; border:0; background:none; margin-right:14px; padding:10px 4px; }
  .mobile-toggle i { width:20px; height:1px; background:#333; display:block; }
  nav { display:none; position:absolute; top:76px; left:0; right:0; padding:30px; background:#f7f5f0; border-bottom:1px solid var(--line); flex-direction:column; gap:25px; }
  nav.open { display:flex; }
  .header-actions button:first-child { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { padding:80px 24px 55px; order:2; }
  .hero-visual { min-height:62vh; order:1; }
  .scroll-note { display:none; }
  .hero-proof { flex-wrap:wrap; }
  .benefits { grid-template-columns:1fr 1fr; gap:24px 0; }
  .benefits > div:nth-child(2) { border:0; }
  .section-heading.split { grid-template-columns:1fr; gap:20px; }
  .collection-grid { grid-auto-rows:240px; }
  .collection-card { grid-column:span 6; }.collection-card.wide { grid-column:span 6; }.collection-card.tall { grid-row:span 1; }
  .product-image { height:400px; }
  .story-section { grid-template-columns:1fr; }.story-art { min-height:560px; }.story-copy { padding:85px 8vw; }
  .personal-section { grid-template-columns:1fr; }.personal-visual { height:480px; }
  footer { grid-template-columns:1fr 1fr; }.footer-logo { grid-column:1/-1; }
}
@media (max-width:600px) {
  .announcement { font-size:7px; letter-spacing:.1em; }
  .header-actions { gap:0; }.header-actions button { font-size:8px; }
  h1 { font-size:47px; }.lead { font-size:14px; }
  .hero-visual { min-height:450px; }.hero-visual img { object-position:61% center; }
  .hero-buttons { align-items:flex-start; flex-direction:column; }
  .benefits { grid-template-columns:1fr; padding:30px 25px; }.benefits > div { justify-content:flex-start; border:0; border-bottom:1px solid var(--line); padding-bottom:17px; }.benefits > div:last-child { border:0; }
  .section { padding:78px 20px; }.section-heading h2,.story-copy h2,.personal-copy h2,.newsletter h2 { font-size:39px; }
  .collection-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:10px; }.collection-card { min-width:82vw; height:430px; scroll-snap-align:start; }
  .product-grid { grid-template-columns:1fr; }.product-image { height:470px; }.quick-add { transform:none; }
  .story-art { min-height:450px; padding:25px; }.story-art span { left:25px; }.story-copy { padding:70px 24px; }
  .story-stats { grid-template-columns:1fr; }
  .personal-section { gap:45px; }.personal-visual { height:420px; }.personal-visual .seal { left:-8px; bottom:-25px; width:90px; height:90px; }
  .newsletter form { flex-direction:column; border:0; gap:12px; }.newsletter input { border-bottom:1px solid #8f877a; }.newsletter button { background:var(--charcoal); color:white; padding:15px; }
  footer { grid-template-columns:1fr 1fr; gap:35px 22px; padding:60px 22px 25px; }.footer-bottom { flex-direction:column; gap:12px; }
}
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } }

/* Interior static pages */
.inner-page { min-height:100vh; }
.inner-header { position:relative; top:auto; }
.inner-hero { min-height:440px; padding:100px clamp(24px,8vw,125px); display:flex; align-items:end; position:relative; overflow:hidden; background:#302e2a; color:#f7f3eb; }
.inner-hero:before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(22,20,17,.88),rgba(22,20,17,.22)),var(--hero-image, none) center/cover; }
.inner-hero-copy { position:relative; z-index:1; max-width:760px; }
.inner-hero h1 { font-size:clamp(52px,7vw,96px); }
.inner-hero p:last-child { max-width:620px; color:#ded7cc; font:17px/1.75 Georgia,serif; }
.intro-block { max-width:780px; margin:0 auto 70px; text-align:center; }
.intro-block p:last-child { color:#736d64; font:16px/1.8 Georgia,serif; }
.placeholder-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; }
.placeholder-card { background:#fffdf8; border:1px solid var(--line); }
.placeholder-image { aspect-ratio:4/5; display:grid; place-items:center; position:relative; overflow:hidden; background:linear-gradient(135deg,#ded7cb,#f2eee6); color:#8d8375; }
.placeholder-image.landscape { aspect-ratio:16/10; }
.placeholder-image span { width:60px; height:60px; display:grid; place-items:center; border:1px solid #a99f90; border-radius:50%; font:italic 25px Georgia,serif; }
.placeholder-image small { position:absolute; bottom:18px; font-size:7px; letter-spacing:.22em; }
.placeholder-copy { padding:24px; }
.placeholder-copy .eyebrow { margin-bottom:12px; }
.placeholder-copy h2,.placeholder-copy h3 { margin:0 0 12px; font-size:27px; }
.placeholder-copy p { color:#777066; font:14px/1.7 Georgia,serif; }
.page-note { margin-top:55px; padding:32px; border:1px solid #cabfae; text-align:center; color:#746d63; font:14px/1.7 Georgia,serif; }
.story-layout { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:center; }
.story-layout + .story-layout { margin-top:100px; }
.story-layout:nth-child(even) .placeholder-image { order:2; }
.story-layout .placeholder-copy { padding:0; }
.story-layout .placeholder-copy h2 { font-size:clamp(38px,5vw,62px); }
.journal-grid .placeholder-image { aspect-ratio:16/11; }
.journal-grid .placeholder-card:first-child { grid-column:span 2; }
.journal-grid .placeholder-card:first-child .placeholder-image { aspect-ratio:2/1; }
.simple-footer { margin-top:0; }
@media (max-width:900px) { .placeholder-grid { grid-template-columns:1fr 1fr; }.story-layout { gap:45px; }.journal-grid .placeholder-card:first-child { grid-column:span 2; } }
@media (max-width:600px) { .inner-hero { min-height:380px; padding:70px 22px; }.placeholder-grid { grid-template-columns:1fr; }.story-layout { grid-template-columns:1fr; }.story-layout:nth-child(even) .placeholder-image { order:0; }.journal-grid .placeholder-card:first-child { grid-column:auto; }.journal-grid .placeholder-card:first-child .placeholder-image { aspect-ratio:16/11; } }
