:root{--ink: #231b17;--muted: #76695f;--paper: #fffaf4;--cream: #f5eadc;--sand: #d9b98f;--gold: #b6823b;--terracotta: #9d5b3e;--white: #ffffff;--shadow: 0 20px 60px rgba(62, 39, 24, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:fixed;z-index:10;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);background:#fffaf4e0;border-bottom:1px solid rgba(182,130,59,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;color:var(--ink);line-height:1}.brand-text{display:grid;gap:5px;position:relative;padding:3px 0 0}.brand-text:after{content:"";width:96px;height:1px;background:linear-gradient(90deg,var(--gold),rgba(182,130,59,0))}.brand-name{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(32px,4vw,46px);font-weight:800;letter-spacing:.16em;text-transform:uppercase}.brand-name sup{position:relative;top:-.7em;margin-left:4px;color:var(--gold);font-family:Inter,system-ui,sans-serif;font-size:.28em;font-weight:900;letter-spacing:.06em}.brand-tagline{color:var(--terracotta);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.brand-accessories{display:flex;flex-wrap:wrap;gap:6px;align-items:center;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.brand-accessories span{display:inline-flex;align-items:center;gap:5px}.brand-accessories span:before{content:"";width:6px;height:6px;border:1px solid var(--gold);transform:rotate(45deg)}.nav{display:flex;gap:clamp(16px,3vw,34px);color:var(--muted);font-size:14px;font-weight:700;text-transform:uppercase}.nav a,.footer a{transition:color .18s ease}.nav a:hover,.footer a:hover{color:var(--terracotta)}.header-cta,.button,.contact-form button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer}.header-cta{padding:0 20px;color:var(--white);background:var(--ink)}.hero{position:relative;min-height:100vh;display:grid;align-items:center;overflow:hidden}.hero img,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero img{object-fit:cover;object-position:64% 50%}.hero-overlay{background:linear-gradient(90deg,#fffaf4f5,#fffaf4d1 36%,#fffaf41a 76%),linear-gradient(0deg,#231b171f,#231b1700)}.hero-content{position:relative;z-index:1;width:min(680px,calc(100% - 40px));margin-left:clamp(20px,7vw,96px);padding-top:78px}.eyebrow,.tag{margin:0 0 12px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{margin:0;font-family:Cormorant Garamond,Georgia,serif;line-height:.98}h1{max-width:620px;font-size:clamp(54px,8vw,102px)}h2{font-size:clamp(38px,5vw,64px)}h3{font-size:32px}.hero-content p:not(.eyebrow){max-width:580px;margin:24px 0 0;color:#4e4038;font-size:clamp(17px,2vw,21px)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.button{padding:0 24px}.button.primary{color:var(--white);background:var(--terracotta)}.button.ghost{border-color:#231b1747;background:#fffaf4bd}.section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(72px,10vw,120px) 0}.intro{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(280px,1.2fr);gap:clamp(28px,7vw,96px);align-items:start}.intro p:last-child,.craft-text p,.contact-copy p,.product-body p{color:var(--muted)}.intro p:last-child{margin:8px 0 0;font-size:clamp(18px,2vw,22px)}.section-heading{margin-bottom:34px}.products{border-top:1px solid rgba(182,130,59,.18)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;background:var(--white);border:1px solid rgba(182,130,59,.18);border-radius:8px;box-shadow:0 12px 36px #3e271814}.product-photo{width:100%;height:280px;object-fit:cover;background:var(--cream)}.product-photo-placeholder{display:grid;place-items:center;color:var(--gold);font-family:Cormorant Garamond,Georgia,serif;font-size:38px;font-weight:700}.product-empty{grid-column:1 / -1;max-width:520px}.product-body{display:grid;gap:14px;padding:24px}.product-body p{margin:0}.product-body span{color:var(--terracotta);font-weight:800}.product-purchase{display:flex;align-items:center;justify-content:flex-start;gap:14px;padding-top:8px;border-top:1px solid rgba(35,27,23,.1)}.product-price{display:block;color:var(--terracotta);font-family:Cormorant Garamond,Georgia,serif;font-size:32px;font-weight:800;line-height:1}.product-purchase small{display:block;margin-top:4px;color:var(--muted);font-weight:700}.product-order{display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:fit-content;padding:0 18px;color:var(--white);background:var(--ink);border-radius:999px;font-weight:800}.product-page{display:grid;grid-template-columns:minmax(280px,1.1fr) minmax(300px,.9fr);gap:clamp(32px,7vw,90px);align-items:start}.product-main-image{width:100%;max-height:680px;object-fit:cover;border-radius:8px;background:var(--cream)}.product-details{position:sticky;top:150px}.product-details h1{margin-bottom:16px}.product-page-price{color:var(--terracotta);font-family:Cormorant Garamond,Georgia,serif;font-size:38px;font-weight:800}.product-description{margin:24px 0;color:var(--muted)}.product-form{display:grid;gap:12px;margin-top:28px}.product-form select,.product-form input{min-height:48px;padding:10px 14px;border:1px solid rgba(35,27,23,.24);border-radius:6px;background:var(--white)}.product-form button{min-height:50px;margin-top:8px;color:var(--white);background:var(--ink);border:0;border-radius:999px;font-weight:800;cursor:pointer}.product-form button:disabled{opacity:.5;cursor:not-allowed}.cart-page h1{margin-bottom:34px}.cart-form{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:150px minmax(220px,1fr) 120px auto;gap:22px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(35,27,23,.14)}.cart-item img{width:150px;height:150px;object-fit:cover;border-radius:8px}.cart-item h2{font-size:28px}.cart-item input{width:90px;min-height:44px;margin-top:6px;padding:8px}.cart-price{color:var(--terracotta);font-weight:800}.cart-summary{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end;margin-top:20px}.cart-summary p{width:100%;text-align:right;font-size:24px}.cart-summary button{min-height:48px;padding:0 20px;color:var(--white);background:var(--ink);border:0;border-radius:999px;font-weight:800}.cart-empty{display:grid;gap:18px;justify-items:start}.platforms{border-top:1px solid rgba(182,130,59,.18)}.platform-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px}.platform-grid div{min-height:150px;padding:22px;background:var(--white);border:1px solid rgba(182,130,59,.2);border-radius:8px;box-shadow:0 12px 30px #3e271812}.platform-grid strong,.platform-grid span{display:block}.platform-grid strong{color:var(--terracotta);font-family:Cormorant Garamond,Georgia,serif;font-size:28px}.platform-grid span{margin-top:8px;color:var(--muted);font-size:14px}.craft{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,.9fr);gap:clamp(28px,7vw,90px);align-items:center}.craft-points{display:grid;gap:14px}.craft-points div{padding:22px;background:var(--cream);border-left:4px solid var(--gold);border-radius:8px}.craft-points strong,.craft-points span{display:block}.craft-points span{margin-top:6px;color:var(--muted)}.contact{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(300px,1fr);gap:clamp(28px,7vw,88px);align-items:start;border-top:1px solid rgba(182,130,59,.18)}.contact-card{display:grid;gap:14px;padding:clamp(22px,4vw,34px);background:var(--white);border:1px solid rgba(182,130,59,.2);border-radius:8px;box-shadow:var(--shadow)}.contact-card a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 18px;color:var(--white);background:var(--ink);border-radius:999px;font-weight:800}.contact-card a:after{content:"\2192";color:var(--gold)}.contact-grid{grid-template-columns:1fr}.contact-grid .message-box{min-height:170px;border:2px solid rgba(182,130,59,.34);background:#fffaf4;box-shadow:inset 0 0 0 1px #ffffffb3}.contact-grid button,.contact-grid .form-status{grid-column:1 / -1}.contact-copy ul{margin:28px 0 0;padding:0;list-style:none;color:var(--muted)}.contact-copy li+li{margin-top:10px}.contact-form{display:grid;gap:16px;padding:clamp(22px,4vw,34px);background:var(--white);border:1px solid rgba(182,130,59,.2);border-radius:8px;box-shadow:var(--shadow)}.contact-form label{display:grid;gap:8px;color:var(--ink);font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(35,27,23,.16);border-radius:8px;padding:14px 15px;color:var(--ink);background:#fffdf9;font:inherit}.contact-form select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--terracotta) 50%),linear-gradient(135deg,var(--terracotta) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.contact-form textarea{resize:vertical}.contact-form button{width:fit-content;padding:0 24px;color:var(--white);background:var(--ink)}.form-status{min-height:22px;margin:0;color:var(--terracotta);font-weight:800}.footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:28px clamp(20px,5vw,72px);color:var(--muted);background:var(--cream)}.footer p{margin:0}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px;font-size:14px;font-weight:700}.legal-main{width:min(980px,calc(100% - 40px));margin:0 auto;padding:140px 0 90px}.legal-main h1{font-size:clamp(46px,7vw,76px)}.legal-main h2{margin-top:44px;font-size:clamp(30px,4vw,44px)}.legal-main p,.legal-main li{color:var(--muted)}.legal-main a{color:var(--terracotta);font-weight:800}.legal-box{margin:30px 0;padding:24px;background:var(--white);border:1px solid rgba(182,130,59,.22);border-radius:8px;box-shadow:0 12px 36px #3e271812}.legal-box strong{color:var(--ink)}.placeholder{color:var(--terracotta);font-weight:800}.legal-list{padding-left:22px}@media(max-width:860px){.site-header{position:sticky;align-items:flex-start;flex-wrap:wrap;gap:12px;padding:14px 18px}.nav{order:3;width:100%;gap:18px;overflow-x:auto;padding-bottom:3px;white-space:nowrap;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.header-cta{min-height:40px;padding:0 16px}.hero{min-height:680px}.hero-overlay{background:linear-gradient(180deg,#fffaf4fa,#fffaf4d1 48%,#fffaf41f)}.hero-content{width:min(640px,calc(100% - 32px));margin:0 auto;align-self:start;padding-top:72px}.intro,.product-grid,.product-page,.platform-grid,.craft,.contact-grid,.contact{grid-template-columns:1fr}.product-media{min-height:220px}.product-details{position:static}.cart-item{grid-template-columns:90px minmax(0,1fr)}.cart-item img{width:90px;height:90px}.platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{display:grid;align-items:start}.footer-links{justify-content:flex-start}}@media(max-width:560px){.site-header{padding:12px 14px}.brand{max-width:calc(100% - 82px)}.brand-name{font-size:24px;letter-spacing:.08em}.brand-tagline,.brand-accessories{display:none}.nav{gap:14px;font-size:11px}.header-cta{display:none}h1{font-size:42px;line-height:1}h2{font-size:34px}.hero{min-height:620px}.hero-content{padding-top:46px}.hero-actions,.product-order,.contact-form button{width:100%}.button{width:100%;min-height:48px}.section{width:min(100% - 28px,1180px);padding:58px 0}.product-photo{height:230px}.product-body{padding:20px}.platform-grid{grid-template-columns:1fr}.platform-grid div{min-height:auto}.legal-main{width:min(100% - 28px,980px);padding:62px 0 72px}.legal-main h1{font-size:42px}.footer{padding:24px 14px}}@media(max-width:380px){.brand-name{font-size:21px}.nav{font-size:10px}h1,.legal-main h1{font-size:38px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/styles.css.map */
