
:root{--ivory:#f8f2e8;--cream:#fffaf3;--gold:#b98933;--gold2:#d7b56d;--ink:#141414;--muted:#6f675e;--silver:#d7d7d7;--black:#050505}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink)}
a{text-decoration:none;color:inherit}.page-width{max-width:1440px;margin:auto;padding:0 28px}
.announcement{background:#050505;color:#f6e9cf;text-align:center;padding:9px 14px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.site-header{background:#fffaf5;border-bottom:1px solid rgba(185,137,51,.25);position:sticky;top:0;z-index:20}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:80px;gap:28px}
.brand{font-family:Georgia,serif;color:var(--gold);font-size:32px;font-style:italic;letter-spacing:.02em}.brand small{display:block;font-family:Arial,sans-serif;font-style:normal;font-size:9px;letter-spacing:.48em;text-align:center;margin-top:2px}
.nav{display:flex;gap:28px;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.nav a:hover{color:var(--gold)}
.header-icons{display:flex;gap:16px;font-size:18px}
.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:610px;background:#111}
.hero-pane{position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:52px}
.hero-pane:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.52),rgba(0,0,0,.06))}
.hero-pane.sun{background:linear-gradient(135deg,#f6ead7,#c79545)}.hero-pane.laur{background:#050505}
.hero-products{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:10px;padding:48px 24px 120px}
.hero-products img{max-height:330px;max-width:19%;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(0,0,0,.24))}
.hero-content{position:relative;z-index:2;max-width:540px;color:white}.hero-content h1{font-family:Georgia,serif;font-weight:400;font-size:56px;margin:0 0 8px}.hero-content p{font-size:15px;line-height:1.7;max-width:480px}
.hero-pane.sun .hero-content{color:#3b2a15}.btn{display:inline-block;padding:13px 22px;border:1px solid currentColor;text-transform:uppercase;font-size:12px;letter-spacing:.16em;margin-top:12px}.btn.gold{background:var(--gold);color:white;border-color:var(--gold)}
.section{padding:76px 0}.section-title{text-align:center;margin-bottom:36px}.section-title h2{font-family:Georgia,serif;font-size:42px;font-weight:400;margin:0 0 10px}.section-title p{color:var(--muted);max-width:760px;margin:auto;line-height:1.7}
.brand-block{padding:68px 0}.brand-block.sunkyssd{background:linear-gradient(180deg,#fffaf4,#f4eadc)}.brand-block.laurdon{background:#060606;color:white}
.brand-intro{display:grid;grid-template-columns:1fr 1.35fr;gap:46px;align-items:center;margin-bottom:40px}.brand-intro h2{font-family:Georgia,serif;font-weight:400;font-size:48px;margin:0 0 12px}.brand-intro p{line-height:1.7}.brand-intro img{width:100%;border-radius:4px;max-height:430px;object-fit:cover}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:white;border:1px solid rgba(185,137,51,.22);overflow:hidden;display:flex;flex-direction:column}.laurdon .product-card{background:#0c0c0c;border-color:#343434}
.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eee}
.product-card__body{padding:20px}.product-card h3{font-family:Georgia,serif;font-weight:400;font-size:21px;margin:0 0 9px}.product-card p{margin:0 0 12px;color:var(--muted);line-height:1.5;font-size:14px}.laurdon .product-card p{color:#bdbdbd}
.price{font-weight:700;margin-bottom:12px}.card-btn{margin-top:auto;padding:12px 16px;border:1px solid var(--gold);text-align:center;text-transform:uppercase;font-size:11px;letter-spacing:.14em}
.laurdon .card-btn{border-color:#aaa}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d8c7a7;border-top:1px solid #d8c7a7;border-bottom:1px solid #d8c7a7}.value{background:#fffaf4;text-align:center;padding:28px 14px}.value strong{display:block;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.value span{font-size:12px;color:#777}
.collection-hero{min-height:420px;display:flex;align-items:center;position:relative;overflow:hidden}.collection-hero.sunkyssd{background:linear-gradient(135deg,#f4e3ca,#fff7ed)}.collection-hero.laurdon{background:#050505;color:white}
.collection-hero .copy{position:relative;z-index:2;width:45%;padding:70px}.collection-hero h1{font-family:Georgia,serif;font-size:54px;font-weight:400;margin:0 0 12px}.collection-hero p{line-height:1.7}.collection-hero .art{position:absolute;right:0;bottom:0;width:56%;height:100%;display:flex;align-items:flex-end;justify-content:center;gap:10px;padding:30px}
.collection-hero .art img{max-height:330px;max-width:20%;object-fit:contain}
.shopify-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.shopify-card{border:1px solid #e6ded2;background:white}.shopify-card__media{aspect-ratio:1/1;overflow:hidden;background:#f6f3ee}.shopify-card__media img{width:100%;height:100%;object-fit:cover}.shopify-card__body{padding:18px}.shopify-card h3{font-size:16px;margin:0 0 8px}.shopify-card .money{font-weight:700}
.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;padding:70px 0}.product-page img{width:100%}.product-info h1{font-family:Georgia,serif;font-size:44px;font-weight:400}.product-info .price{font-size:22px}.product-info .desc{line-height:1.8;color:#5f5a54}.qtyrow{display:flex;gap:12px;margin-top:20px}.qtyrow input{width:70px;padding:12px}.addcart{background:#111;color:white;border:0;padding:14px 24px;text-transform:uppercase;letter-spacing:.12em}
.footer{background:#050505;color:#ddd;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer h4{color:white}.footer a{display:block;margin:8px 0;color:#bbb;font-size:14px}.copyright{border-top:1px solid #252525;margin-top:36px;padding-top:20px;font-size:12px;color:#777}
@media(max-width:980px){.hero-split{grid-template-columns:1fr}.hero-pane{min-height:560px}.brand-intro{grid-template-columns:1fr}.product-grid,.shopify-grid{grid-template-columns:repeat(2,1fr)}.collection-hero .copy{width:100%;padding:48px 24px}.collection-hero .art{opacity:.28;width:100%}.product-page{grid-template-columns:1fr}.nav{display:none}}
@media(max-width:620px){.page-width{padding:0 16px}.site-header__inner{min-height:64px}.brand{font-size:26px}.hero-pane{padding:26px;min-height:500px}.hero-content h1{font-size:40px}.hero-products{padding:30px 8px 140px;gap:4px}.hero-products img{max-height:240px}.section{padding:52px 0}.section-title h2,.brand-intro h2{font-size:34px}.product-grid,.shopify-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card__body,.shopify-card__body{padding:12px}.values{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}
