:root{--cream:#F4F1DE;--gold:#B4934C;--gold-dark:#8a6e34;--gold-light:#d4b47a;--white:#FAF9F6;--black:#000000;--text:#1a1a1a;--muted:#6b6460;--border:#e4ddd0;--surface:#faf7f2;--font-h:"Playfair Display",Georgia,serif;--font-b:"Open Sans",sans-serif;--ease:.25s ease;--max-w:1280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-b);font-size:15px;line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-h);font-weight:400;line-height:1.2;color:var(--black)}h1{font-size:clamp(2rem,4vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}.eyebrow{font-family:var(--font-b);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.page-width{max-width:var(--max-w);margin:0 auto;padding:0 2rem}@media(max-width:768px){.page-width{padding:0 1.25rem}}.section{padding:3.5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .eyebrow,.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--muted);max-width:500px;margin:0 auto}.divider{width:40px;height:1.5px;background:var(--gold);margin:.75rem auto 1.5rem}.divider--left{margin-left:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:var(--font-b);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:var(--ease);white-space:nowrap}.btn-primary{background:var(--gold);color:var(--white);border:1.5px solid var(--gold)}.btn-primary:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-secondary{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn-secondary:hover{background:var(--black);color:var(--white)}.btn-ghost{background:transparent;color:var(--gold);border:none;padding:0;letter-spacing:.08em;font-size:.8rem}.btn-ghost:hover{color:var(--gold-dark)}.badge{display:inline-block;padding:3px 10px;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.badge-gold{background:var(--gold);color:var(--white)}.badge-sold{background:var(--muted);color:var(--white)}.badge-new{background:var(--black);color:var(--white)}.announcement-bar{background:var(--black);color:var(--white);text-align:center;padding:10px 1.25rem;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.announcement-bar a{color:var(--gold-light);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:1.25rem}.header-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-logo img{height:48px;width:auto}.logo-text-name{font-family:var(--font-h);font-size:1.3rem;font-weight:500;color:var(--black);letter-spacing:.05em;display:block}.logo-text-sub{font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav>a,.nav-item>a{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text);transition:color var(--ease);position:relative;padding-bottom:2px}.header-nav>a:hover,.nav-item>a:hover,.header-nav>a.active{color:var(--gold)}.header-nav>a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--ease)}.header-nav>a:hover:after{width:100%}.nav-item{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%);background:var(--white);border:1px solid var(--border);border-top:2px solid var(--gold);min-width:200px;padding:.5rem 0;opacity:0;pointer-events:none;transition:opacity var(--ease);box-shadow:0 8px 24px #00000014}.nav-item:hover .nav-dropdown{opacity:1;pointer-events:auto}.nav-dropdown a{display:block;padding:10px 1.25rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.nav-dropdown a:hover{background:var(--cream);color:var(--gold)}.header-actions{display:flex;align-items:center;gap:1.25rem}.header-actions a{font-size:1.1rem;color:var(--text);transition:color var(--ease)}.header-actions a:hover{color:var(--gold)}.menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.menu-toggle span{display:block;width:22px;height:1.5px;background:var(--black);transition:var(--ease)}@media(max-width:900px){.header-nav{display:none}.menu-toggle{display:flex}.site-header.nav-open .header-nav{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:2rem;border-bottom:1px solid var(--border);gap:1.25rem;z-index:99}.site-header.nav-open .header-nav a{font-size:1rem}.nav-dropdown{position:static;transform:none;border:none;border-left:2px solid var(--gold);margin-top:.5rem;margin-left:1.25rem;box-shadow:none;opacity:1;pointer-events:auto;padding:0}.nav-dropdown a{padding:8px 1rem}}.site-footer{background:var(--black);color:#fffc;padding:3.5rem 0 1.5rem;margin-top:5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3.5rem;margin-bottom:3.5rem}.footer-brand-name{font-family:var(--font-h);font-size:1.5rem;color:var(--white);margin-bottom:.25rem}.footer-brand-tag{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.footer-brand p{font-size:.85rem;line-height:1.8;color:#fff9}.footer-col h4{font-family:var(--font-b);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul a{font-size:.85rem;color:#ffffffb3;transition:color var(--ease)}.footer-col ul a:hover{color:var(--gold-light)}.footer-contact a{display:block;font-size:.85rem;color:#ffffffb3;margin-bottom:8px;transition:color var(--ease)}.footer-contact a:hover{color:var(--gold-light)}.footer-hours dt{font-size:.8rem;color:#fff6;margin-top:6px}.footer-hours dd{font-size:.85rem;color:#fffc}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:#fff6}@media(max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.hero{position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center;background:var(--cream)}.hero-full{min-height:80vh}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-content{position:relative;z-index:1;max-width:560px}.hero-content .eyebrow{margin-bottom:.75rem}.hero-content h1{margin-bottom:1.25rem}.hero-subtitle{font-size:1.05rem;opacity:.85;margin-bottom:2rem;max-width:440px}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:640px){.hero{min-height:50vh}.hero-full{min-height:70vh}.hero-content{max-width:100%}}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.coll-card{position:relative;overflow:hidden;background:var(--cream);aspect-ratio:3/4;display:block}.coll-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.coll-card:hover .coll-card-img{transform:scale(1.04)}.coll-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.25rem;color:var(--white)}.coll-card-ph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--cream);color:var(--border);font-size:3rem}.coll-card-title{font-family:var(--font-h);font-size:1.3rem;font-weight:400;margin-bottom:4px}.coll-card-count{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;opacity:.7}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}@media(max-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.prod-card{display:flex;flex-direction:column}.prod-card-media{position:relative;overflow:hidden;background:var(--cream);aspect-ratio:3/4;margin-bottom:.75rem}.prod-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.prod-card:hover .prod-card-img{transform:scale(1.03)}.prod-card-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--border);font-size:3rem}.prod-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:4px}.prod-card-sku{position:absolute;bottom:.75rem;right:.75rem;font-size:.6rem;color:#ffffffb3;background:#0006;padding:2px 6px;letter-spacing:.05em}.prod-card-title{font-family:var(--font-h);font-size:.95rem;font-weight:400;color:var(--black);margin-bottom:4px;line-height:1.3}.prod-card-price{font-size:.85rem;font-weight:500;color:var(--gold)}.prod-card-sold{color:var(--muted);text-decoration:line-through}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}@media(max-width:900px){.product-layout{grid-template-columns:1fr}}.product-media{position:sticky;top:90px;background:var(--cream);aspect-ratio:3/4;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover}.product-media-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;color:var(--border);font-size:5rem}.product-info .eyebrow,.product-info h1{margin-bottom:.75rem}.product-price{font-size:1.5rem;font-weight:500;color:var(--gold);margin-bottom:2rem}.product-notice{background:var(--cream);border-left:3px solid var(--gold);padding:1.25rem;margin-bottom:2rem;font-size:.875rem}.product-notice strong{display:block;margin-bottom:4px;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}.product-meta{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border)}.product-meta dl{display:grid;grid-template-columns:1fr 1fr;gap:8px 1.25rem;font-size:.8rem}.product-meta dt{color:var(--muted)}.product-meta dd{font-weight:500}.product-ctas{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.coll-header{background:var(--cream);padding:3.5rem 0;margin-bottom:3.5rem;text-align:center}.coll-header .eyebrow{margin-bottom:.25rem}.coll-header p{color:var(--muted);max-width:560px;margin:1rem auto 0}.coll-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);font-size:.8rem}.coll-count{color:var(--muted)}.terrasse-hero{background:var(--black);color:var(--white);padding:5rem 0;text-align:center}.terrasse-hero .eyebrow{color:var(--gold-light);margin-bottom:.75rem}.terrasse-hero h1{color:var(--white);margin-bottom:1.25rem}.terrasse-hero p{color:#ffffffb3;max-width:560px;margin:0 auto 2rem}.terrasse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-top:3.5rem}.terrasse-offer{border:1px solid var(--border);padding:2rem 1.25rem;text-align:center;transition:border-color var(--ease),transform var(--ease)}.terrasse-offer:hover{border-color:var(--gold);transform:translateY(-4px)}.t-offer-dur{font-family:var(--font-h);font-size:2rem;color:var(--gold);margin-bottom:.25rem}.t-offer-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem}.t-offer-price{font-family:var(--font-h);font-size:1.2rem;margin-bottom:1rem}.t-offer-cta{font-size:.75rem;color:var(--gold);letter-spacing:.08em;text-transform:uppercase}.booking-widget{background:var(--cream);padding:2rem;margin-top:2rem;text-align:center;border:1px dashed var(--gold)}.booking-widget p{color:var(--muted);margin-bottom:1.25rem}.rte h1,.rte h2,.rte h3{margin-bottom:.75rem}.rte p{margin-bottom:1.25rem;color:var(--muted)}.rte strong{color:var(--black)}.rte a{color:var(--gold);text-decoration:underline}.rte ul{padding-left:1.25rem;margin-bottom:1.25rem}.rte li{margin-bottom:.375rem}.img-text{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.img-text-rev{direction:rtl}.img-text-rev>*{direction:ltr}.img-text-media{aspect-ratio:4/5;overflow:hidden;background:var(--cream)}.img-text-media img{width:100%;height:100%;object-fit:cover}.img-text-content .eyebrow{margin-bottom:.75rem}.img-text-content h2{margin-bottom:1.25rem}.img-text-content p{color:var(--muted);margin-bottom:2rem}@media(max-width:768px){.img-text{grid-template-columns:1fr}.img-text-rev{direction:ltr}}.search-form{max-width:600px;margin:3.5rem auto;display:flex;border:1px solid var(--border);overflow:hidden}.search-form input{flex:1;padding:14px 1.25rem;border:none;background:var(--white);font-family:var(--font-b);font-size:.95rem;outline:none;color:var(--text)}.search-form button{background:var(--gold);color:var(--white);padding:14px 1.25rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;transition:background var(--ease)}.search-form button:hover{background:var(--gold-dark)}.empty-state{text-align:center;padding:5rem 1rem;color:var(--muted)}.empty-state-icon{font-size:3rem;margin-bottom:1.25rem;opacity:.3}.empty-state h3{margin-bottom:.75rem;color:var(--text)}.page-content{max-width:800px;margin:5rem auto;padding:0 2rem}.page-content h1{margin-bottom:2rem}.page-content h2{margin-top:3.5rem;margin-bottom:1.25rem}.page-content p{margin-bottom:1.25rem;color:var(--muted)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
