:root{--emerald: #1B4332;--emerald-dark: #10281D;--emerald-light: #E7EEE9;--oxblood: #6B2733;--oxblood-light: #F5E9E7;--champagne: #C9A768;--champagne-light: #F4EBD8;--ivory: #F7F3EC;--white: #FFFFFF;--charcoal: #2B2924;--charcoal-soft: #55524A;--stone: #E1D9C9;--stone-mid: #B9AF9C;--stone-light: #F1EBDF;--muted: #8B8474;--radius: 6px;--radius-sm: 3px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--charcoal);background:var(--ivory);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2{font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.1;letter-spacing:-.01em;color:var(--emerald)}h1{font-size:clamp(2.5rem,4.5vw,3.75rem)}h2{font-size:clamp(1.875rem,3.25vw,2.75rem)}h3{font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:600;color:var(--charcoal);line-height:1.35}p{font-size:1.0625rem;line-height:1.8;color:var(--charcoal-soft)}p+p{margin-top:1.25rem}.label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.champagne-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--champagne)}.container{max-width:1180px;margin:0 auto;padding:0 3rem}.section{padding:6.5rem 0}.section--sm{padding:4rem 0}.section--ivory{background:var(--ivory)}.section--white{background:var(--white)}.section--emerald{background:var(--emerald)}.section--emerald h1,.section--emerald h2,.section--emerald h3{color:var(--ivory)}.section--emerald p{color:#f7f3ecb8}.section--emerald .label{color:#f7f3ec66}.section--stone{background:var(--stone-light)}.divider{height:1px;background:var(--stone)}.placeholder-img{position:relative;width:100%;background:var(--stone-light);border:1px dashed var(--stone-mid);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden}.placeholder-img:before{content:attr(data-label);font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.06em;color:var(--stone-mid);text-align:center;padding:1.5rem;max-width:80%}.placeholder-img--tall{aspect-ratio:4 / 5}.placeholder-img--square{aspect-ratio:1 / 1}.placeholder-img--wide{aspect-ratio:5 / 4}.placeholder-img--panorama{aspect-ratio:16 / 9}.placeholder-img--circle{aspect-ratio:1 / 1;border-radius:50%}.media-box{position:relative;width:100%;border-radius:var(--radius);overflow:hidden;background:var(--stone-light)}.media-box img{width:100%;height:100%;object-fit:cover;display:block}.media-box--tall{aspect-ratio:4 / 5}.media-box--square{aspect-ratio:1 / 1}.media-box--wide{aspect-ratio:5 / 4}.media-box--panorama{aspect-ratio:16 / 9}.media-box--circle{aspect-ratio:1 / 1;border-radius:50%}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#f7f3ecf7;border-bottom:1px solid var(--stone);backdrop-filter:blur(12px)}.nav__inner{display:flex;align-items:center;justify-content:space-between;min-height:88px;max-width:1180px;margin:0 auto;padding:0 3rem}.nav__brand{display:flex;align-items:center;gap:14px;color:var(--emerald);transition:opacity .2s}.nav__brand:hover{opacity:.75}.nav__brand-mark{width:46px;height:46px;object-fit:contain;flex-shrink:0}.nav__brand-text{display:flex;flex-direction:column;gap:3px}.nav__brand-name{font-family:Cormorant Garamond,serif;font-weight:600;font-size:1.1875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--emerald);line-height:1}.nav__brand-sub{font-family:Inter,sans-serif;font-size:.6rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--champagne)}.nav__links{display:flex;gap:2.5rem;list-style:none}.nav__links a{font-size:.8125rem;font-weight:500;letter-spacing:.04em;color:var(--muted);transition:color .2s}.nav__links a:hover,.nav__links a.active{color:var(--emerald)}.nav__cta{display:inline-flex;align-items:center;padding:.6rem 1.5rem;background:var(--emerald);border:1px solid var(--emerald);color:var(--ivory);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);transition:all .2s;cursor:pointer}.nav__cta:hover{background:var(--emerald-dark);border-color:var(--emerald-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.25rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);transition:all .2s;cursor:pointer;border:1px solid transparent}.btn--emerald{background:var(--emerald);color:var(--ivory);border-color:var(--emerald)}.btn--emerald:hover{background:var(--emerald-dark);border-color:var(--emerald-dark)}.btn--outline{background:transparent;color:var(--emerald);border-color:var(--emerald)}.btn--outline:hover{background:var(--emerald);color:var(--ivory)}.btn--outline-ivory{background:transparent;color:var(--ivory);border-color:#f7f3ec66}.btn--outline-ivory:hover{border-color:var(--ivory)}.btn--icon{width:52px;height:52px;flex-shrink:0;border-radius:50%;border:1px solid var(--stone-mid);background:transparent;color:var(--emerald);display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.btn--icon:hover{border-color:var(--emerald);background:var(--emerald-light)}.text-link{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--emerald);display:inline-flex;align-items:center;gap:.75rem;position:relative;padding-bottom:4px;transition:color .2s}.text-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--champagne);transition:width .3s ease}.text-link:hover:after{width:100%}.text-link:hover{color:var(--emerald-dark)}.section-header{margin-bottom:3.5rem}.section-header .label{margin-bottom:1rem}.section-header h2{max-width:640px}.section-header p{margin-top:1.25rem;max-width:520px}.section-header--center{text-align:center}.section-header--center h2,.section-header--center p{margin-left:auto;margin-right:auto}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.two-col--narrow{grid-template-columns:5fr 7fr}.product-hero{padding:7.5rem 0 5rem}.product-hero__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:start}.product-hero__eyebrow{margin-bottom:1.5rem}.product-hero__title{margin-bottom:1.25rem}.product-hero__desc{max-width:460px;margin-bottom:2rem}.product-hero__divider{height:1px;background:var(--stone);margin:1.75rem 0}.product-hero__price-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.product-hero__price-label{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.product-hero__price{font-family:Cormorant Garamond,serif;font-size:2.25rem;font-weight:500;color:var(--emerald)}.product-hero__price-note{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.product-hero__finishes-label{margin-bottom:.875rem}.finish-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.25rem}.finish-pill{display:inline-flex;align-items:center;padding:.625rem 1.375rem;border:1px solid var(--stone-mid);border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--charcoal-soft);cursor:pointer;transition:all .2s}.finish-pill:hover{border-color:var(--emerald)}.finish-pill input{position:absolute;opacity:0;pointer-events:none}.finish-pill:has(input:checked){background:var(--emerald);border-color:var(--emerald);color:var(--ivory)}.product-hero__actions{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.product-hero__actions .btn{flex:1}.product-specs{border-top:1px solid var(--stone)}.product-specs__row{display:flex;align-items:baseline;justify-content:space-between;padding:.9375rem 0;border-bottom:1px solid var(--stone)}.product-specs__label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.product-specs__value{font-family:Cormorant Garamond,serif;font-size:1.0625rem;color:var(--charcoal)}.gallery-row{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:1.5rem;align-items:stretch}.story-block__top{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3.5rem;align-items:center}.story-block__top h2,.story-block__intro-mark{margin-bottom:1.5rem}.story-block__cta{margin-top:1.75rem}.pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.pillar{padding:2.25rem 2rem;border:1px solid var(--stone);margin:-1px 0 0 -1px;background:var(--white);transition:background .2s}.pillar:hover{background:var(--ivory)}.pillar__icon{color:var(--emerald);margin-bottom:1.25rem}.pillar h3{margin-bottom:.75rem;color:var(--emerald);font-size:.9375rem}.pillar p{font-size:.875rem}.founder-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4.5rem;align-items:center}.founder__name{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--emerald);margin-top:1.5rem}.founder__role{margin-top:.375rem}.founder__quote{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,2vw,1.5rem);font-style:italic;font-weight:400;color:var(--emerald);line-height:1.5;border-left:2px solid var(--champagne);padding-left:1.75rem;margin:2rem 0}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--stone);border-bottom:1px solid var(--stone)}.trust-item{display:flex;align-items:flex-start;gap:.875rem;padding:2rem 1.75rem;border-left:1px solid var(--stone)}.trust-item:first-child{border-left:none}.trust-item__icon{color:var(--emerald);flex-shrink:0;margin-top:.15rem}.trust-item__title{font-size:.8125rem;font-weight:600;color:var(--charcoal);margin-bottom:.25rem}.trust-item__sub{font-size:.8125rem;color:var(--muted);line-height:1.5}.newsletter-form{display:flex;margin-top:1rem}.newsletter-form input{flex:1;padding:.75rem 1rem;border:1px solid rgba(247,243,236,.25);background:#f7f3ec0f;color:var(--ivory);font-family:Inter,sans-serif;font-size:.875rem;border-radius:var(--radius) 0 0 var(--radius);outline:none}.newsletter-form input::placeholder{color:#f7f3ec66}.newsletter-form button{padding:.75rem 1.125rem;background:var(--champagne);border:1px solid var(--champagne);color:var(--emerald-dark);border-radius:0 var(--radius) var(--radius) 0;cursor:pointer;font-weight:600}.footer{background:var(--emerald-dark);color:var(--ivory);padding:5rem 0 2.5rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(247,243,236,.08)}.footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer__brand-mark{width:76px;height:76px;object-fit:contain}.footer__brand-name{font-family:Cormorant Garamond,serif;font-size:1.125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ivory);line-height:1.3}.footer__tagline{font-size:.8125rem;color:#f7f3ec66;margin-top:.75rem;line-height:1.7;max-width:220px}.footer__col h4{font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#f7f3ec47;margin-bottom:1.25rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__col a{font-size:.875rem;color:#f7f3ec8c;transition:color .15s}.footer__col a:hover{color:var(--ivory)}.footer__bottom{display:flex;justify-content:space-between;align-items:center}.footer__copy{font-size:.8125rem;color:#f7f3ec3d}.footer__social{display:flex;gap:1.25rem}.footer__social a{font-size:.8125rem;color:#f7f3ec66}.footer__social a:hover{color:var(--ivory)}.page-header{padding:9rem 0 5rem;background:var(--ivory);border-bottom:1px solid var(--stone)}.page-header .label{margin-bottom:1.25rem}.page-header h1{font-family:Cormorant Garamond,serif;font-weight:400;font-size:clamp(2.5rem,4.5vw,3.5rem);color:var(--emerald);max-width:700px;line-height:1.1;margin-bottom:1.5rem}.page-header p{max-width:560px}.legal-body{max-width:720px}.legal-body h2{font-size:1.375rem;margin:2.5rem 0 1rem}.legal-body h2:first-child{margin-top:0}.buy-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:1.5rem;background:#10281d8c;backdrop-filter:blur(3px)}.buy-modal.is-open{display:flex}.buy-modal__panel{position:relative;max-width:440px;width:100%;background:var(--ivory);border:1px solid var(--stone);border-radius:var(--radius);padding:3rem 2.5rem 2.5rem;text-align:center}.buy-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:1.25rem}.buy-modal__close:hover{color:var(--emerald)}.buy-modal__label{margin-bottom:1rem}.buy-modal__heading{font-family:Cormorant Garamond,serif;font-size:1.625rem;color:var(--emerald);margin-bottom:.875rem}.buy-modal__body{font-size:.9375rem;margin-bottom:1.75rem}.buy-modal__body+.buy-modal__body{margin-top:-1.25rem}.buy-modal__form{text-align:left}.buy-modal__optional{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0}.buy-modal__status{min-height:1.25rem;margin-top:.875rem;font-size:.8125rem;text-align:center}.buy-modal__status--success{color:var(--emerald)}.buy-modal__status--error{color:var(--oxblood)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.form-group input{padding:.75rem .875rem;border:1px solid var(--stone-mid);background:var(--white);font-family:Inter,sans-serif;font-size:.9375rem;color:var(--charcoal);border-radius:var(--radius);outline:none;transition:border-color .2s}.form-group input:focus{border-color:var(--emerald)}.pt-nav{padding-top:88px}.champagne{color:var(--champagne)}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-6{margin-top:3rem}.mt-8{margin-top:4rem}.mb-2{margin-bottom:1rem}.mb-4{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.nav__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px 4px;flex-shrink:0}.nav__hamburger span{display:block;width:22px;height:1.5px;background:var(--emerald);transition:transform .25s ease,opacity .2s ease;transform-origin:center}.nav--open .nav__hamburger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav--open .nav__hamburger span:nth-child(2){opacity:0;transform:scaleX(0)}.nav--open .nav__hamburger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav__mobile-menu{display:none;flex-direction:column;background:#f7f3ecfc;border-bottom:1px solid var(--stone);padding:.5rem 1.25rem 1.75rem}.nav--open .nav__mobile-menu{display:flex}.nav__mobile-menu a{display:block;padding:.9375rem 0;font-size:1rem;font-weight:500;color:var(--charcoal-soft);border-bottom:1px solid var(--stone);letter-spacing:.01em}.nav__mobile-menu a:last-of-type{border-bottom:none}.nav__mobile-menu a.active{color:var(--emerald)}.nav__mobile-cta{margin-top:1.25rem;display:block!important;text-align:center;padding:.875rem 1rem!important;background:var(--emerald)!important;color:var(--ivory)!important;font-size:.8rem!important;font-weight:600!important;letter-spacing:.06em!important;text-transform:uppercase;border-radius:var(--radius);border-bottom:none!important;cursor:pointer}@media (max-width: 768px){.nav__inner{min-height:68px;padding:0 1.25rem}.nav__links,.nav__cta,.nav__hamburger{display:none}.pt-nav{padding-top:68px}.container{padding:0 1.25rem}.section{padding:3.5rem 0}.section--sm{padding:2.5rem 0}.page-header,.product-hero{padding:5.5rem 0 3rem}.product-hero__grid{grid-template-columns:1fr;gap:2.5rem}.product-hero__actions{flex-wrap:wrap}.gallery-row{grid-template-columns:1fr;gap:1rem}.two-col,.two-col--narrow{grid-template-columns:1fr;gap:2.5rem}.story-block__top{grid-template-columns:1fr;gap:2rem}.pillars{grid-template-columns:1fr}.pillar{padding:1.75rem 1.5rem}.founder-grid{grid-template-columns:1fr;gap:2rem}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item{border-left:none;border-top:1px solid var(--stone);padding:1.5rem 1rem}.trust-item:first-child,.trust-item:nth-child(2){border-top:none}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;padding-bottom:2rem}.footer__bottom{flex-direction:column;gap:.875rem;align-items:flex-start}.section-header{margin-bottom:2.25rem}}
