@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Jost:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;1,400&family=Cinzel:wght@400;600&family=Dancing+Script:wght@600&family=Jost:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Jost:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Jost:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Jost:wght@300;400;500&display=swap";:root{--rb-cream:#f5f0e8;--rb-gold:#8b6914;--rb-text-dark:#2c1f0a;--rb-border:#8b691426}.rb-navbar{border-bottom:1px solid var(--rb-border);z-index:100;background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 36px;display:grid;position:sticky;top:0}.rb-nav__list{align-items:center;gap:36px;margin:0;padding:0;list-style:none;display:flex}.rb-nav__link{letter-spacing:.12em;text-transform:uppercase;color:var(--rb-text-dark);font-family:Jost,sans-serif;font-size:11px;font-weight:500;text-decoration:none;transition:color .2s}.rb-nav__link:hover,.rb-nav__link[aria-current=page]{color:var(--rb-gold)}.rb-logo{filter:invert();justify-content:center;justify-self:center;align-items:center;text-decoration:none;display:flex}.rb-logo__img{object-fit:contain;width:auto;height:52px;transition:opacity .2s;display:block}.rb-logo:hover .rb-logo__img{opacity:.75}.rb-nav-icons{justify-self:end;align-items:center;gap:20px;display:flex}.rb-icon-btn{cursor:pointer;color:var(--rb-text-dark);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;line-height:0;text-decoration:none;transition:color .2s,transform .15s;display:flex}.rb-icon-btn:hover{color:var(--rb-gold);transform:translateY(-1px)}.rb-icon-btn svg{width:20px;height:20px}@media (width<=900px){.rb-navbar{grid-template-columns:auto 1fr auto;padding:0 20px}.rb-nav{display:none}.rb-logo{grid-column:2;justify-self:center}.rb-nav-icons{grid-column:3;gap:14px}}@media (width<=480px){.rb-logo__img{height:40px}.rb-navbar{height:64px}}.phone-dropdown-container{display:inline-block;position:relative}.phone-dropdown-menu{border:1px solid var(--rb-border);z-index:101;background:#fff;border-radius:4px;flex-direction:column;min-width:140px;margin-top:10px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #0000000d}.phone-dropdown-item{color:var(--rb-text-dark);white-space:nowrap;padding:12px 16px;font-family:Jost,sans-serif;font-size:13px;text-decoration:none;transition:background-color .2s,color .2s}.phone-dropdown-item:hover{background-color:var(--rb-cream);color:var(--rb-gold)}.phone-dropdown-item:not(:last-child){border-bottom:1px solid var(--rb-border)}:root{--cream:#f5f0e8;--cream-dark:#ede6d6;--gold:#8b6914;--gold-mid:#a07820;--gold-light:#c4972a;--gold-btn:#7a5c10;--text-dark:#2c1f0a;--text-mid:#5a4020;--white:#fff;--font-display:"Cinzel", serif;--font-serif:"Cormorant Garamond", serif;--font-script:"Dancing Script", cursive;--font-body:"Jost", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--text-dark);background:#fff}img{object-fit:cover;width:100%;height:100%;display:block}.navbar{background:var(--cream);z-index:100;border-bottom:1px solid #8b691426;justify-content:space-between;align-items:center;height:76px;padding:0 36px;display:flex;position:sticky;top:0}.nav-links{gap:36px;list-style:none;display:flex}.nav-links a{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dark);font-size:11px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--gold)}.logo{align-items:center;gap:12px;text-decoration:none;display:flex}.logo-emblem{border:1.5px solid var(--gold);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex;position:relative}.logo-emblem:before,.logo-emblem:after{content:"";border:1px solid var(--gold-light);border-radius:50%;position:absolute}.logo-emblem:before{inset:3px}.logo-emblem:after{inset:7px}.logo-letter{font-family:var(--font-display);color:var(--gold);z-index:1;font-size:22px;position:relative}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-name{font-family:var(--font-display);letter-spacing:.18em;color:var(--text-dark);font-size:18px;font-weight:600}.logo-sub{font-family:var(--font-body);letter-spacing:.3em;color:var(--gold);text-transform:uppercase;margin-top:3px;font-size:9px}.nav-icons{align-items:center;gap:20px;display:flex}.nav-icon{cursor:pointer;color:var(--text-dark);background:0 0;border:none;padding:4px;transition:color .2s}.nav-icon:hover{color:var(--gold)}.nav-icon svg{width:20px;height:20px}.hero{grid-template-columns:1fr 340px 1fr;height:calc(100vh - 76px);min-height:620px;max-height:800px;display:grid}.hero-left{overflow:hidden}.hero-left img{object-position:center top;height:100%}.hero-center{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:10px 28px 60px;display:flex;position:relative}.ornament{color:var(--gold);opacity:.7;margin-bottom:12px;font-size:24px}.ornament svg{width:40px;height:20px}.hero-eyebrow{font-family:var(--font-serif);letter-spacing:.08em;color:var(--text-mid);margin-bottom:6px;font-size:14px;font-weight:400}.hero-title{font-family:var(--font-display);letter-spacing:.05em;color:var(--gold-mid);text-transform:uppercase;margin-bottom:0;font-size:clamp(38px,4vw,52px);font-weight:600;line-height:1}.hero-script{font-family:var(--font-script);color:var(--gold-mid);margin-bottom:10px;font-size:clamp(28px,3vw,40px);line-height:1.3}.hero-sub{font-family:var(--font-serif);color:var(--text-mid);margin-bottom:28px;font-size:15px;line-height:1.7}.btn-whatsapp{background:var(--gold-btn);color:var(--white);font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 28px;font-size:10.5px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-whatsapp:hover{background:var(--gold-mid);transform:translateY(-1px)}.btn-whatsapp svg{flex-shrink:0;width:16px;height:16px}.btn-view{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-dark);align-items:center;gap:6px;margin-top:14px;font-size:11px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.btn-view:hover{color:var(--gold)}.btn-view svg{width:14px;height:14px;transition:transform .2s}.btn-view:hover svg{transform:translate(3px)}.hero-right{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;display:grid;overflow:hidden}.hero-right-main{grid-area:1/1/auto/4;overflow:hidden}.hero-right-main img{object-position:center 20%}.hero-right-thumb{border-top:2px solid var(--cream);border-right:2px solid var(--cream);overflow:hidden}.hero-right-thumb:last-child{border-right:none}.feature-bar{background:var(--cream-dark);border-top:1px solid #8b691426;align-items:stretch;display:flex}.feature-item{border-right:1px solid #8b691426;flex:1;align-items:center;gap:16px;padding:22px 32px;display:flex}.feature-item:last-child{border-right:none}.feature-icon{color:var(--gold);flex-shrink:0}.feature-icon svg{width:36px;height:36px}.feature-text strong{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--text-dark);margin-bottom:2px;font-size:11px;font-weight:500;display:block}.feature-text span{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--text-mid);font-size:10px}@media (width<=900px){.hero{grid-template-rows:1fr auto;grid-template-columns:1fr 1fr;height:calc(100dvh - 76px);max-height:none}.hero-left{grid-area:1/1/2/2;height:100%}.hero-right{grid-area:1/2/2/3;grid-template-rows:1fr;grid-template-columns:1fr;height:100%}.hero-right-main{grid-area:1/1/auto/2}.hero-right-thumb{display:none}.hero-center{grid-area:2/1/3/3;padding:36px 24px 48px}.feature-bar{flex-wrap:wrap}.feature-item{border-bottom:1px solid #8b691426;flex:50%}.feature-item:nth-child(2n){border-right:none}.nav-links{display:none}}@media (width<=640px){.hero-center{padding:24px 20px 32px}.hero-title{font-size:34px}.hero-script{margin-bottom:6px;font-size:28px}.hero-sub{margin-bottom:20px;font-size:14px}.feature-item{border-right:none;flex:100%}}.spotlight{background:0 0;align-items:center;min-height:80vh;padding:80px 0;display:flex;position:relative;overflow:hidden}.spotlight:before{display:none}.spotlight-grid{grid-template-columns:1.8fr 1fr 1.8fr;align-items:center;gap:30px;width:100%;display:grid}.spotlight-image-item{aspect-ratio:3/4.2;background-color:#0000;height:auto;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000008}.spotlight-image-item img{object-fit:cover;object-position:center 0%;width:100%;height:100%;transition:transform .8s cubic-bezier(.19,1,.22,1)}.spotlight-image-item:hover img{transform:scale(1.05)}.spotlight-image-item.left{grid-column:1/2;margin-top:4rem}.spotlight-image-item.right{grid-column:3/4;margin-top:-4rem}.spotlight-content{text-align:center;z-index:2;grid-column:2/3;padding:0 2rem}.section-subtitle{font-family:var(--font-serif,"Cormorant Garamond", serif);letter-spacing:.08em;color:var(--text-mid,#5a4020);text-transform:none;margin-bottom:6px;font-size:14px;font-weight:400;display:block}.spotlight-title{font-family:var(--font-display,"Cinzel", serif);letter-spacing:.03em;color:var(--text-dark,#2c1f0a);text-transform:uppercase;margin-bottom:0;font-size:clamp(38px,4.5vw,56px);font-weight:600;line-height:1.1}.spotlight-subtitle-cursive{font-family:var(--font-script,"Dancing Script", cursive);color:var(--gold,#8b6914);text-shadow:2px 4px 12px #8b691426;margin-top:-8px;margin-bottom:16px;font-size:clamp(46px,5.5vw,72px);line-height:1;display:inline-block;transform:rotate(-2deg)}.divider{justify-content:center;align-items:center;gap:8px;width:100%;margin:10px 0 16px;display:flex}.divider-line{background:var(--gold-light);width:48px;height:1px}.divider-diamond{background:var(--gold-light);width:6px;height:6px;transform:rotate(45deg)}.spotlight-content p{font-family:var(--font-serif,"Cormorant Garamond", serif);color:var(--text-mid,#5a4020);max-width:400px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.7}.inspiration-sources{justify-content:center;align-items:flex-start;gap:24px;width:100%;margin-bottom:40px;display:flex}.source-item{text-align:center;flex-direction:column;flex:1;align-items:center;gap:12px;display:flex}.source-icon-container{color:#a98033;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.source-item span{font-family:var(--font-body,sans-serif);letter-spacing:.1em;color:#444;text-transform:uppercase;font-size:10px;font-weight:600;line-height:1.5}.source-divider{background-color:#ddd;width:1px;height:40px;margin-top:10px}.spotlight-cta{width:100%;max-width:320px;margin:0 auto 20px}.btn-whatsapp-subtle{background:var(--gold-btn,#7a5c10);color:var(--white,#fff);font-family:var(--font-body,"Jost", sans-serif);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 28px;font-size:10.5px;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-whatsapp-subtle:hover{background:var(--gold-mid,#a07820);transform:translateY(-1px)}.wa-icon-subtle{flex-shrink:0;width:16px;height:16px}.spotlight-footer{font-family:var(--font-serif,serif);color:#555;justify-content:center;align-items:center;gap:8px;margin-top:20px;font-size:13px;display:flex}.spotlight-footer .lock-icon{color:#555;width:12px;height:12px}.spotlight-footer .dot{color:#a98033;margin:0 4px}.image-caption{color:var(--white);font-family:var(--font-serif);z-index:2;opacity:0;font-size:1.2rem;transition:opacity .5s;position:absolute;bottom:20px;left:20px}.spotlight-image-item:hover .image-caption{opacity:1}.image-overlay{z-index:1;opacity:0;background:linear-gradient(#0000 0%,#00000080 100%);width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.spotlight-image-item:hover .image-overlay{opacity:1}@media (width<=1024px){.spotlight-grid{grid-template-columns:1fr 1.5fr;gap:2rem}.spotlight-image-item.right{display:none}.spotlight-content{text-align:left;grid-column:2/3}}@media (width<=768px){.spotlight{min-height:auto;padding:40px 0}.spotlight-grid{grid-template-columns:1fr;gap:0}.spotlight-image-item{aspect-ratio:4/5;width:100%;max-width:100%;height:auto;margin:0 auto}.spotlight-image-item.left{order:1;grid-column:1/2;margin-top:0}.spotlight-image-item.right{order:3;grid-column:1/2;margin-top:1rem;display:block}.spotlight-content{text-align:center;order:2;grid-column:1/2;padding:3rem 1rem 1rem}.spotlight-title{margin-bottom:.25rem;font-size:30px}.spotlight-subtitle-cursive{margin-bottom:12px;font-size:36px}.spotlight-content p{margin-bottom:24px;font-size:14px}.inspiration-sources{flex-wrap:wrap;gap:16px;margin-bottom:30px}.source-divider{display:none}.source-item{flex:40%;margin-bottom:12px}.source-icon-container{width:36px;height:36px}.source-icon-container svg{width:16px;height:16px}}:root{--fd-white:#fff;--fd-cream:#fdfaf6;--fd-gold:#8b6914;--fd-gold-mid:#a07820;--fd-gold-light:#c4972a;--fd-gold-btn:#6b5010;--fd-text-dark:#1a1008;--fd-text-mid:#4a3418;--fd-text-muted:#9a8565;--fd-border:#8b69142e;--fd-ease:cubic-bezier(.19, 1, .22, 1);--fd-serif:"Cormorant Garamond", serif;--fd-body:"Jost", sans-serif}.fd-section{background:var(--fd-white);padding:88px 0 96px;position:relative}.fd-container{max-width:1320px;margin:0 auto;padding:0 40px}.fd-header{text-align:center;margin-bottom:56px}.fd-eyebrow{justify-content:center;align-items:center;gap:12px;margin-bottom:18px;display:flex}.fd-eyebrow-line{background:var(--fd-gold-light);width:32px;height:1px}.fd-eyebrow-text{font-family:var(--fd-body);letter-spacing:.28em;text-transform:uppercase;color:var(--fd-gold-mid);font-size:10px;font-weight:500}.fd-title{font-family:var(--fd-serif);color:var(--fd-text-dark);letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(2.6rem,4vw,4.2rem);font-weight:600;line-height:1.08}.fd-subtitle{font-family:var(--fd-serif);color:var(--fd-text-muted);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.75}.fd-grid{grid-template-columns:repeat(6,1fr);gap:20px 16px;margin-bottom:52px;margin-left:0;margin-right:0;padding:0;list-style:none;display:grid}.fd-row-header{text-align:center;font-family:var(--fd-serif);color:var(--fd-text-dark);border-bottom:1px solid var(--fd-gold-light);grid-column:span 3;align-self:end;margin-top:32px;margin-bottom:8px;padding-bottom:8px;font-size:1.8rem}.fd-card{flex-direction:column;display:flex}.fd-card__link{color:inherit;outline-offset:4px;flex-direction:column;text-decoration:none;display:flex}.fd-card__img-wrap{aspect-ratio:3/4.1;background:#f0ebe1;margin-bottom:12px;position:relative;overflow:hidden}.fd-card__img-wrap img{object-fit:cover;object-position:center 8%;width:100%;height:100%;transition:transform .85s var(--fd-ease);display:block}.fd-card__link:hover .fd-card__img-wrap img{transform:scale(1.055)}.fd-card__overlay{opacity:0;z-index:1;background:linear-gradient(#0000 45%,#1a100873 100%);transition:opacity .45s;position:absolute;inset:0}.fd-card__link:hover .fd-card__overlay{opacity:1}.fd-card__name{font-family:var(--fd-serif);color:var(--fd-text-dark);margin:0 0 6px;font-size:.97rem;font-weight:600;line-height:1.25;transition:color .2s}.fd-card__link:hover .fd-card__name{color:var(--fd-gold-mid)}.fd-card__wa{font-family:var(--fd-body);color:#0a300a;letter-spacing:.02em;align-items:center;gap:6px;font-size:10.5px;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.fd-card__wa:hover{color:#0a300a}.fd-card__wa-icon{color:#0a300a;flex-shrink:0;width:14px;height:14px}.fd-card__wa-arrow{font-size:11px;transition:transform .2s}.fd-card__wa:hover .fd-card__wa-arrow{transform:translate(3px)}.fd-footer{justify-content:center;display:flex}.fd-btn-view{color:var(--fd-text-dark);border:1px solid var(--fd-gold-light);font-family:var(--fd-body);letter-spacing:.26em;text-transform:uppercase;background:0 0;align-items:center;gap:14px;padding:14px 48px;font-size:10.5px;font-weight:500;text-decoration:none;transition:color .35s,border-color .35s,box-shadow .35s;display:inline-flex;position:relative;overflow:hidden}.fd-btn-view:before{content:"";background:var(--fd-gold-btn);transform-origin:0;transition:transform .42s var(--fd-ease);z-index:0;position:absolute;inset:0;transform:scaleX(0)}.fd-btn-view:hover:before{transform:scaleX(1)}.fd-btn-view:hover{color:#fff;border-color:var(--fd-gold-btn);box-shadow:0 10px 30px #6b501038}.fd-btn-view span,.fd-btn-view svg{z-index:1;position:relative}.fd-btn-view svg{width:16px;height:16px;transition:transform .3s}.fd-btn-view:hover svg{transform:translate(4px)}@media (width<=1200px){.fd-grid{grid-template-columns:repeat(4,1fr)}.fd-row-header{grid-column:span 4}}@media (width<=900px){.fd-grid{grid-template-columns:repeat(3,1fr);gap:16px 12px}.fd-row-header{grid-column:1/-1}.fd-title{font-size:2.6rem}.fd-item-main{order:1}.fd-hdr-blouse{order:2}.fd-item-blouse{order:3}.fd-hdr-kids{order:4}.fd-item-kids{order:5}}@media (width<=640px){.fd-section{padding:60px 0 68px}.fd-container{padding:0 18px}.fd-grid{grid-template-columns:repeat(2,1fr);gap:14px 10px}.fd-row-header{grid-column:1/-1;margin-top:24px;font-size:1.6rem}.fd-title{font-size:2rem}.fd-subtitle{font-size:.95rem;line-height:1.5}.fd-header{margin-bottom:36px}}@media (width<=480px){.fd-grid{gap:12px 8px}.fd-title{font-size:1.7rem}.fd-subtitle,.fd-card__name{font-size:.85rem}.fd-card__wa{letter-spacing:0;font-size:9px}.fd-btn-view{padding:12px 24px;font-size:9.5px}}@media (prefers-reduced-motion:reduce){.fd-card__img-wrap img,.fd-card__overlay,.fd-btn-view:before{transition:none}}.rb-card{--ink:#221d17;--muted:#6b6358;--gold:#c2893a;--line:#e8e3d8;--bg:#fff;background:var(--bg);width:100%;max-width:1180px;color:var(--ink);box-sizing:border-box;margin:0 auto;padding:96px 64px;font-family:Inter,Helvetica Neue,Arial,sans-serif}.rb-card *{box-sizing:border-box}.rb-grid{grid-template-columns:.92fr 1.18fr;align-items:stretch;gap:64px;display:grid}.rb-image-wrap{border-radius:4px;align-self:stretch;overflow:hidden}.rb-image{object-fit:cover;width:100%;height:100%;min-height:540px;display:block}.rb-content{flex-direction:column;padding-top:4px;display:flex}.rb-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin:0 0 14px;font-size:12.5px;font-weight:600}.rb-title{letter-spacing:.04em;color:var(--ink);margin:0 0 18px;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:64px;font-weight:500;line-height:1}.rb-subtitle{color:#2c2820;max-width:480px;margin:0 0 36px;font-size:16px;line-height:1.55}.rb-features{grid-template-columns:1fr 1fr;gap:28px 40px;margin-bottom:36px;display:grid}.rb-feature{align-items:flex-start;gap:14px;display:flex}.rb-feature-icon{width:26px;height:26px;color:var(--ink);flex:none;margin-top:2px}.rb-feature-icon svg{width:100%;height:100%}.rb-feature-body{min-width:0}.rb-feature-title{letter-spacing:.03em;text-transform:uppercase;color:var(--ink);margin:0 0 8px;font-size:13.5px;font-weight:700}.rb-feature-rule{background:var(--gold);width:22px;height:2px;margin-bottom:9px;display:block}.rb-feature-text{color:var(--muted);max-width:30ch;margin:0;font-size:13.5px;line-height:1.55}.rb-cta{width:fit-content;color:var(--ink);align-items:center;gap:14px;padding:4px 0;text-decoration:none;transition:opacity .15s;display:inline-flex}.rb-cta:hover{opacity:.72}.rb-cta-icon{width:20px;height:20px;color:var(--gold);flex:none}.rb-cta-icon svg{width:100%;height:100%}.rb-cta-label{letter-spacing:.05em;text-transform:uppercase;font-size:14px;font-weight:700}.rb-cta-arrow{width:44px;height:14px;color:var(--gold)}.rb-cta-arrow svg{width:100%;height:100%}.rb-footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-top:52px;padding:22px 0 34px;display:flex}.rb-badge{border-right:1px solid var(--line);align-items:center;gap:10px;padding:0 28px;display:flex}.rb-badge:last-child{border-right:none}.rb-badge-icon{width:18px;height:18px;color:var(--ink);flex:none}.rb-badge-icon svg{width:100%;height:100%}.rb-badge-label{letter-spacing:.03em;text-transform:uppercase;color:var(--ink);white-space:nowrap;font-size:12.5px;font-weight:600}@media (width<=900px){.rb-card{padding:48px 24px 24px}.rb-grid{grid-template-columns:1fr;gap:32px}.rb-image{height:400px;min-height:360px}.rb-title{font-size:48px}.rb-features{grid-template-columns:1fr 1fr;gap:24px}.rb-feature-text{max-width:none}.rb-badge{border-right:none;padding:8px 18px}.rb-footer{justify-content:flex-start}}@media (width<=640px){.rb-card{padding:40px 16px 16px}.rb-image{height:320px;min-height:280px}.rb-title{font-size:38px}.rb-subtitle{margin-bottom:28px;font-size:15px}.rb-features{grid-template-columns:1fr;row-gap:24px}.rb-cta-label{font-size:12px}.rb-cta-arrow{width:32px}}@media (prefers-reduced-motion:reduce){.rb-cta{transition:none}}.hiw{--cream:#faf8f4;--cream-deep:#f3efe7;--ink:#2b2722;--ink-soft:#564f47;--rule:#b08d63;--line:#e6e0d6;--circle-bg:#f6f3ec;background:var(--cream);color:var(--ink);padding:40px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hiw__inner{max-width:1280px;margin:0 auto;padding:64px 48px 56px}.hiw__header{text-align:center;margin-bottom:52px}.hiw__eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--ink-soft);margin:0;font-size:10px;font-weight:600}.hiw__rule{background:var(--rule);width:36px;height:1.5px;margin:14px auto 22px}.hiw__title{color:var(--ink);margin:0 0 18px;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(32px,3.3vw,50px);font-weight:500;line-height:1.15}.hiw__subtitle{color:var(--ink-soft);margin:0;font-size:15px;font-weight:400}.hiw__steps{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:0;display:grid}.hiw__step{text-align:center;flex-direction:column;align-items:center;padding:0 14px;display:flex}.hiw__image-wrap{aspect-ratio:1;width:100%;margin-bottom:28px;position:relative}.hiw__image{object-fit:cover;width:100%;height:100%;display:block}.hiw__number{background:var(--circle-bg);width:40px;height:40px;color:var(--ink);border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:500;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #0000000f}.hiw__icon{width:26px;height:26px;color:var(--ink);margin-bottom:16px}.hiw__icon svg{width:100%;height:100%}.hiw__step-title{color:var(--ink);margin:0 0 10px;font-family:Playfair Display,Georgia,serif;font-size:21px;font-weight:500}.hiw__step-rule{background:var(--line);width:26px;height:1px;margin-bottom:14px}.hiw__step-desc{color:var(--ink-soft);max-width:240px;margin:0;font-size:14.5px;line-height:1.65}.hiw__arrow{width:22px;height:22px;color:var(--ink);align-self:center;margin-top:90px}.hiw__arrow svg{width:100%;height:100%}.hiw__cta{background:var(--cream-deep);border-top:1px solid var(--line)}.hiw__cta-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;max-width:1280px;margin:0 auto;padding:26px 48px;display:flex}.hiw__cta-icon{width:20px;height:20px;color:var(--ink);flex-shrink:0}.hiw__cta-text{color:var(--ink);margin:0;font-size:15px}.hiw__cta-divider{background:var(--line);width:1px;height:22px}.hiw__cta-button{color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#18181a;border:none;padding:13px 26px;font-family:inherit;font-size:12.5px;font-weight:600;transition:background .2s}.hiw__cta-button:hover{background:#2d2d30}.hiw__cta-button:focus-visible,.hiw__cta-icon:focus-visible{outline:2px solid var(--rule);outline-offset:2px}@media (width<=900px){.hiw__steps{grid-template-columns:1fr 1fr;gap:56px 24px}.hiw__arrow{display:none}.hiw__inner{padding:48px 24px 40px}}@media (width<=540px){.hiw__steps{grid-template-columns:1fr}.hiw__cta-inner{text-align:center;flex-direction:column;gap:12px}.hiw__cta-divider{display:none}}@media (prefers-reduced-motion:reduce){.hiw__cta-button{transition:none}}:root{--cl-cream:#f5f0e8;--cl-white:#fff;--cl-gold:#8b6914;--cl-gold-mid:#a07820;--cl-gold-light:#c4972a;--cl-text-dark:#1a1008;--cl-text-mid:#4a3418;--cl-text-muted:#9a8565;--cl-border:#8b691421;--cl-wa-in:#f0f0f0;--cl-wa-out:#d9f1c0;--cl-wa-time:#9a9a9a;--cl-card-bg:#fff;--cl-serif:"Cormorant Garamond", serif;--cl-body:"Jost", sans-serif;--cl-ease:cubic-bezier(.19, 1, .22, 1)}.cl-section{padding:80px 0 56px}.cl-container{max-width:1200px;margin:0 auto;padding:0 40px}.cl-header{text-align:center;margin-bottom:22px}.cl-eyebrow{font-family:var(--cl-body);letter-spacing:.3em;text-transform:uppercase;color:var(--cl-gold-mid);margin-bottom:6px;font-size:8px;font-weight:500;display:block}.cl-ornament{color:var(--cl-gold);justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}.cl-ornament-line{background:var(--cl-gold-light);width:28px;height:1px}.cl-ornament svg{width:14px;height:14px}.cl-title{font-family:var(--cl-serif);color:var(--cl-text-dark);margin:0 0 12px;font-size:clamp(2.4rem,3.5vw,4rem);font-weight:600;line-height:1.06}.cl-subtitle{font-family:var(--cl-serif);color:var(--cl-text-muted);font-size:1rem}.cl-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:20px;margin-left:0;margin-right:0;padding:0;list-style:none;display:grid}.cl-card{background:var(--cl-card-bg);transition:transform .35s var(--cl-ease), box-shadow .35s ease;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 24px #5a402012}.cl-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #5a402021}.cl-phone{background:var(--cl-white);border-bottom:1px solid #0000000f}.cl-phone-bar{border-bottom:1px solid #0000000d;align-items:center;gap:10px;padding:12px 14px 10px;display:flex}.cl-phone-back{color:#555;margin-right:2px;font-size:16px;font-weight:300;line-height:1}.cl-phone-avatar{background:#d0c8be;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.cl-phone-avatar svg{color:#9a9080;width:22px;height:22px}.cl-phone-info{flex:1;line-height:1}.cl-phone-name{font-family:var(--cl-body);color:#111;margin-bottom:2px;font-size:13px;font-weight:500;display:block}.cl-phone-status{font-family:var(--cl-body);color:#4caf50;font-size:10.5px;font-weight:400}.cl-phone-icons{color:#555;align-items:center;gap:16px;display:flex}.cl-phone-icons svg{width:18px;height:18px}.cl-chat{background:var(--cl-white);flex-direction:column;gap:8px;min-height:200px;padding:14px 14px 16px;display:flex}.cl-bubble{border-radius:10px;align-self:flex-start;max-width:78%;padding:8px 12px 6px;position:relative}.cl-bubble.in{background:var(--cl-wa-in);border-radius:0 10px 10px}.cl-bubble.out{background:var(--cl-wa-out);border-radius:10px 0 10px 10px;align-self:flex-end}.cl-bubble-text{font-family:var(--cl-body);color:#1a1a1a;margin:0;font-size:12.5px;font-weight:300;line-height:1.5}.cl-bubble-meta{justify-content:flex-end;align-items:center;gap:3px;margin-top:3px;display:flex}.cl-bubble-time{font-family:var(--cl-body);color:var(--cl-wa-time);font-size:9.5px}.cl-tick{color:var(--cl-wa-time);font-size:10px;line-height:1}.cl-tick.read{color:#53bdeb}.cl-quote-block{text-align:center;border-top:1px solid #0000000d;flex-direction:column;flex:1;align-items:center;gap:10px;padding:20px 20px 22px;display:flex}.cl-quote-mark{color:var(--cl-gold-light);margin-bottom:-4px;font-family:Georgia,serif;font-size:28px;line-height:1}.cl-quote-text{font-family:var(--cl-serif);color:var(--cl-text-mid);margin:0;font-size:.97rem;line-height:1.55}.cl-quote-divider{background:var(--cl-gold-light);width:28px;height:1px}.cl-quote-city{font-family:var(--cl-body);letter-spacing:.22em;text-transform:uppercase;color:var(--cl-gold-mid);font-size:9.5px;font-weight:500}@media (width<=900px){.cl-grid{grid-template-columns:1fr 1fr}.cl-grid li:last-child{display:none}}@media (width<=768px){.cl-section{padding:56px 0 40px}.cl-container{padding:0 18px}.cl-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:24px;display:flex;overflow-x:auto}.cl-grid::-webkit-scrollbar{display:none}.cl-grid li:last-child{display:flex}.cl-card{scroll-snap-align:center;flex:0 0 85%}.cl-title{font-size:2.2rem}}@media (prefers-reduced-motion:reduce){.cl-card{transition:none}}.contact{background-color:var(--bg-pure);border-top:1px solid #00000008;padding:80px 0}.contact-minimal-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:60px;display:grid}.contact-heading{font-size:clamp(2.2rem,5vw,3.2rem);font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:3.5rem;font-weight:300}.info-item{margin-bottom:35px}.info-item h4{text-transform:uppercase;letter-spacing:.25em;color:var(--accent-gold);font-size:.7rem;font-family:var(--font-sans);margin-bottom:12px;font-weight:500}.info-item p{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.01em;margin:0;font-size:1.15rem;font-weight:300;line-height:1.5}.contact-map-simple{border:1px solid #0000000d;border-radius:2px;width:100%;height:400px;overflow:hidden}@media (width<=768px){.contact{padding:60px 0 40px}.contact-minimal-grid{grid-template-columns:1fr;gap:40px}.contact-heading{margin-bottom:2.5rem;font-size:2.2rem}.contact-map-simple{height:320px}}@media (width<=480px){.contact{padding:50px 0 30px}.contact-minimal-grid{gap:30px}.contact-heading{margin-bottom:2rem;font-size:2rem}.info-item{margin-bottom:24px}.info-item p{font-size:1.05rem}.contact-map-simple{height:260px}}.footer-section{background-color:var(--bg-dark);color:var(--text-light);padding:var(--space-xl) 0 var(--space-md);border-top:1px solid #ffffff0d}.footer-main{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:1.5fr .8fr .8fr 1fr;display:grid}.footer-logo{font-family:var(--font-serif);margin-bottom:var(--space-sm);color:#fff;font-size:2.2rem}.footer-tagline{opacity:.7;max-width:320px;margin-bottom:var(--space-md);font-size:.95rem;line-height:1.6}.footer-socials{align-items:center;gap:15px;display:flex}.social-icon-btn.wa:hover{background:#25d366;transform:translateY(-3px)}.footer-dot{background-color:#fff3;border-radius:50%;width:3px;height:3px}.footer-heading{font-family:var(--font-serif);margin-bottom:var(--space-md);color:#fff;font-size:1.2rem;font-weight:300}.footer-list{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-list a{opacity:.6;font-size:.9rem;transition:all .3s}.footer-list a:hover{opacity:1;color:var(--accent-gold);padding-left:5px}.footer-contact-text,.footer-newsletter-text{opacity:.6;margin-bottom:8px;font-size:.9rem;line-height:1.6}.footer-email{color:var(--accent-gold);margin-top:10px;font-size:.9rem;display:inline-block}.footer-social-connect{gap:15px;margin-top:15px;display:flex}.social-icon-btn{color:#fff;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon-btn svg{fill:currentColor;width:18px;height:18px}.social-icon-btn.yt:hover{background:red;transform:translateY(-3px)}.social-icon-btn.ig:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);transform:translateY(-3px)}.footer-bottom{padding-top:var(--space-md);text-transform:uppercase;letter-spacing:1px;opacity:.4;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.footer-separator{opacity:.5;margin:0 10px}@media (width<=1024px){.footer-main{gap:var(--space-lg);grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-section{padding:60px 0 30px}.footer-main{grid-template-columns:1fr;gap:40px}.footer-tagline{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}.footer-bottom-left{flex-direction:column;gap:8px;display:flex}.footer-separator{display:none}}.preloader{z-index:9999;color:#fff;background-color:#0f0f0f;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.preloader-content{text-align:center;flex-direction:column;align-items:center;display:flex}.preloader-logo-container{margin-bottom:30px}.preloader-logo{filter:brightness();width:auto;height:80px}.preloader-brand{font-family:var(--font-serif);letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;font-size:2rem}.preloader-line{background:var(--accent-gold);width:150px;height:1px;margin-bottom:20px;position:relative;overflow:hidden}.preloader-line:after{content:"";background:#fff;width:100%;height:100%;animation:2s cubic-bezier(.19,1,.22,1) infinite loading-line;position:absolute;top:0;left:-100%}@keyframes loading-line{0%{left:-100%}50%{left:0%}to{left:100%}}.preloader-status{text-transform:uppercase;letter-spacing:.3em;color:#fff6;font-size:.7rem}.floating-wa-btn{color:#fff;z-index:9999;opacity:0;visibility:hidden;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:opacity .4s,transform .4s,visibility .4s,box-shadow .3s;display:flex;position:fixed;bottom:20px;right:20px;transform:translateY(20px);box-shadow:0 4px 10px #00000026}.floating-wa-btn.visible{opacity:1;visibility:visible;transform:translateY(0)}.floating-wa-btn:hover{color:#fff;transform:translateY(0)scale(1.08);box-shadow:0 6px 14px #00000040}.floating-wa-icon{width:32px;height:32px}@media (width<=768px){.floating-wa-btn{width:56px;height:56px;bottom:20px;right:20px}.floating-wa-icon{width:28px;height:28px}}:root{--cr-white:#fff;--cr-cream:#fdfaf6;--cr-gold:#b88a44;--cr-gold-mid:#a07820;--cr-gold-light:#c4972a;--cr-text-dark:#2a1a0c;--cr-text-mid:#4a3418;--cr-text-muted:#8b7558;--cr-border:#b88a4426;--cr-ease:cubic-bezier(.19, 1, .22, 1);--cr-serif:"Cormorant Garamond", serif;--cr-body:"Jost", sans-serif}.cr-section{background:var(--cr-cream);padding:88px 0 96px;position:relative}.cr-container{max-width:1320px;margin:0 auto;padding:0 40px}.cr-header{text-align:center;margin-bottom:56px}.cr-eyebrow{justify-content:center;align-items:center;gap:12px;margin-bottom:18px;display:flex}.cr-eyebrow-line{background:var(--cr-gold-light);width:32px;height:1px}.cr-eyebrow-text{font-family:var(--cr-body);letter-spacing:.28em;text-transform:uppercase;color:var(--cr-gold-mid);font-size:10px;font-weight:500}.cr-title{font-family:var(--cr-serif);color:var(--cr-text-dark);letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(2.6rem,4vw,4.2rem);font-weight:600;line-height:1.08}.cr-subtitle{font-family:var(--cr-serif);color:var(--cr-text-muted);max-width:580px;margin:0 auto;font-size:1.05rem;line-height:1.75}.cr-grid{grid-template-columns:repeat(4,1fr);gap:40px 24px;margin-bottom:52px;margin-left:0;margin-right:0;padding:0;list-style:none;display:grid}.cr-card{background:var(--cr-white);transition:transform .4s var(--cr-ease), box-shadow .4s var(--cr-ease);border:1px solid var(--cr-border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 16px #2a1a0c0a}.cr-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #2a1a0c1a}.cr-card__content{background:0 0;flex-direction:column;height:100%;padding:0;display:flex}.cr-card__link{color:inherit;outline-offset:4px;flex-direction:column;flex-grow:1;text-decoration:none;display:flex}.cr-card__img-wrap{aspect-ratio:2/3;background:#f4f1ed;margin-bottom:0;position:relative;overflow:hidden}.cr-card__img-wrap img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .6s var(--cr-ease);display:block}.cr-card:hover .cr-card__img-wrap img{transform:scale(1.06)}.cr-card__badge{background:var(--cr-gold);color:var(--cr-white);font-family:var(--cr-body);letter-spacing:.12em;text-transform:uppercase;z-index:2;border-radius:4px;padding:6px 12px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #b88a4466}.cr-card__body{text-align:center;flex-direction:column;flex-grow:1;align-items:center;padding:24px 20px;display:flex}.cr-card__name{font-family:var(--cr-serif);letter-spacing:.02em;color:var(--cr-text-dark);margin:0 0 8px;font-size:1.3rem;font-weight:600;line-height:1.3;transition:color .3s}.cr-card:hover .cr-card__name{color:var(--cr-gold-mid)}.cr-card__desc{font-family:var(--cr-body);color:var(--cr-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 16px;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.cr-card__price-row{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:auto;display:flex}.cr-card__price-label{display:none}.cr-card__original-price{font-family:var(--cr-body);color:#999;font-size:.95rem;text-decoration:line-through}.cr-card__price{font-family:var(--cr-body);color:#d17575;font-size:1.15rem;font-weight:600}.cr-card__view{border:1px solid var(--cr-gold);color:var(--cr-gold-mid);font-family:var(--cr-body);letter-spacing:.08em;text-transform:uppercase;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:8px;margin:0 20px 24px;padding:12px 24px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.cr-card__view svg{width:16px;height:16px;transition:transform .3s}.cr-card:hover .cr-card__view{background:var(--cr-gold);color:var(--cr-white)}.cr-card:hover .cr-card__view svg{transform:translate(4px)}@media (width<=1200px){.cr-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.cr-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.cr-title{font-size:2.6rem}}@media (width<=640px){.cr-section{padding:60px 0 68px}.cr-container{padding:0 16px}.cr-grid{grid-template-columns:repeat(1,1fr);gap:24px}.cr-title{font-size:2rem}.cr-header{margin-bottom:36px}.cr-card__body{padding:20px 16px}.cr-card__name{font-size:1.2rem}.cr-card__price{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){.cr-card,.cr-card__img-wrap img,.cr-card__name,.cr-card__view{transition:none}}.product-page{color:#111;background:#fff;min-height:100vh;font-family:Outfit,sans-serif}.pp-container{max-width:1200px;margin:0 auto;padding:0 5%}.pp-nav-row{margin-top:2rem;margin-bottom:.5rem}.pp-breadcrumb{color:#888;gap:.5rem;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.pp-breadcrumb li{align-items:center;display:flex}.pp-breadcrumb li:not(:last-child):after{content:">";color:#ccc;margin-left:.5rem}.pp-breadcrumb a{color:#888;text-decoration:none}.pp-breadcrumb a:hover{color:#111}.pp-back-row{margin-bottom:2rem}.pp-back{color:#111;font-size:.9rem;font-weight:500;text-decoration:none}.pp-back:hover{text-decoration:underline}.pp-main{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}@media (width<=900px){.pp-main{grid-template-columns:1fr;gap:2rem}}.pp-gallery{gap:1.5rem;height:600px;display:flex}.pp-thumbs{flex-direction:column;gap:1rem;width:90px;display:flex}.pp-thumb{cursor:pointer;background:0 0;border:1px solid #0000;width:90px;height:120px;padding:0;position:relative;overflow:hidden}.pp-thumb.active{border-color:#111}.pp-thumb img{object-fit:cover;width:100%;height:100%}.pp-main-img{background:#f8f8f8;flex:1;height:100%}.pp-main-img img{object-fit:cover;width:100%;height:100%}.pp-info{flex-direction:column;display:flex}.pp-badge{color:#d17575;letter-spacing:1px;background:#fff0f0;border-radius:4px;align-self:flex-start;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.pp-title{color:#111;margin:0 0 .5rem;font-size:2.5rem;font-weight:400}.pp-subtitle{color:#444;margin:0 0 1.5rem;font-size:1rem;font-weight:600}.pp-description{color:#555;margin:0 0 2rem;font-size:1rem;line-height:1.6}.pp-stock{color:#27ae60;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:flex}.pp-stock-dot{background-color:#27ae60;border-radius:50%;width:8px;height:8px;display:inline-block}.pp-sku{color:#888;margin-bottom:1rem;font-family:monospace;font-size:.85rem}.pp-mini-features{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.pp-mf-item{align-items:flex-start;gap:.75rem;display:flex}.pp-mf-item svg{color:#111;margin-top:.2rem}.pp-mf-item strong{color:#111;margin-bottom:.2rem;font-size:.9rem;font-weight:600;display:block}.pp-mf-item span{color:#777;font-size:.85rem;display:block}.pp-action-row{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:2rem;display:grid}@media (width<=900px){.pp-action-row{grid-template-columns:1fr;gap:2rem}.pp-gallery{flex-direction:column-reverse;gap:1rem;height:auto}.pp-thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;width:100%;padding-bottom:.5rem;overflow-x:auto}.pp-thumbs::-webkit-scrollbar{display:none}.pp-thumb{flex-shrink:0;width:70px;height:90px}.pp-main-img{aspect-ratio:3/4;height:auto}.pp-title{font-size:2rem}.pp-mini-features{grid-template-columns:1fr;gap:1rem}}.pp-actions{flex-direction:column;gap:.75rem;display:flex}.pp-btn-recreate,.pp-btn-customize{letter-spacing:1px;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.pp-btn-recreate{color:#fff;background:#1c1c1c;border:1px solid #1c1c1c}.pp-btn-recreate:hover{background:#333}.pp-btn-customize{color:#1c1c1c;background:#fff;border:1px solid #ddd}.pp-btn-customize:hover{background:#f8f8f8}.pp-love-box{background:#faf8f5;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.pp-love-box strong{letter-spacing:.5px;color:#111;margin-bottom:.5rem;font-size:.9rem;display:block}.pp-love-box p{color:#666;margin:0;font-size:.85rem;line-height:1.5}.pp-love-box svg{color:#555;min-width:24px}.pp-divider{border:none;border-top:1px solid #eaeaea;margin:4rem 0}.pp-details-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem;display:grid}@media (width<=900px){.pp-details-grid{grid-template-columns:1fr;gap:2.5rem}}.pp-col{flex-direction:column;height:100%;display:flex}.pp-col>.pp-quote-box,.pp-col>.pp-btn-discuss{margin-top:auto}.pp-col h3{letter-spacing:1px;color:#111;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.pp-col p{color:#555;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.pp-quote-box{background:#faf8f5;border-radius:8px;margin-top:2rem;padding:2rem 1.5rem 1.5rem;position:relative}.pp-quote-mark{color:#e0d5c1;font-family:serif;font-size:3rem;line-height:1;position:absolute;top:.5rem;left:1.5rem}.pp-quote-box p{color:#111;z-index:1;margin-bottom:1rem;font-size:.95rem;font-weight:500;position:relative}.pp-quote-box span{color:#888;font-size:.85rem}.pp-quote-heart{color:#aaa;position:absolute;bottom:1.5rem;right:1.5rem}.pp-spec-table{border-collapse:collapse;width:100%}.pp-spec-table td{border-bottom:1px solid #f0f0f0;padding:.8rem 0;font-size:.95rem}.pp-spec-table tr td:first-child{color:#777;width:40%}.pp-spec-table tr td:last-child{color:#111;font-weight:500}.pp-customize-options{grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.pp-customize-options li{color:#333;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.pp-customize-options li svg{color:#888}.pp-btn-discuss{text-align:center;color:#111;letter-spacing:1px;background:#f4f4f4;border-radius:4px;width:100%;margin-top:1rem;padding:1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.pp-btn-discuss:hover{background:#e9e9e9}.pp-faq-section h3{letter-spacing:1px;color:#111;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.pp-faq-list{margin:0;padding:0;list-style:none}.pp-faq-item{border-bottom:1px solid #eaeaea}.pp-faq-q{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 0;font-size:1rem;font-weight:500;display:flex}.pp-faq-icon{color:#888;font-size:1.5rem;font-weight:300}.pp-faq-a{color:#555;padding-bottom:1.2rem;font-size:.95rem;line-height:1.6}.pp-related-section{margin:4rem 0 6rem}.pp-related-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.pp-related-header h3{letter-spacing:1px;color:#111;margin:0;font-size:.95rem;font-weight:600}.pp-view-all{color:#111;font-size:.9rem;font-weight:500;text-decoration:none}.pp-view-all:hover{text-decoration:underline}.pp-related-track-wrap{align-items:center;display:flex;position:relative;overflow:hidden}.pp-related-track{gap:1.5rem;width:100%;transition:transform .4s;display:flex}.pp-rel-card{color:inherit;flex:0 0 calc(20% - 1.2rem);text-decoration:none;display:block}@media (width<=1024px){.pp-rel-card{flex:0 0 calc(25% - 1.125rem)}}@media (width<=768px){.pp-rel-card{flex:0 0 calc(33.333% - 1rem)}}@media (width<=480px){.pp-rel-card{flex:0 0 calc(50% - .75rem)}}.pp-rel-img-wrapper{aspect-ratio:2/3;border-radius:4px;width:100%;position:relative;overflow:hidden}.pp-rel-img-wrapper img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .5s;display:block}.pp-rel-card:hover .pp-rel-img-wrapper img{transform:scale(1.05)}.pp-rel-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.pp-rel-card:hover .pp-rel-overlay{opacity:1}.pp-rel-overlay span{color:#fff;letter-spacing:.1em;text-transform:uppercase;border:1px solid #fff;border-radius:2px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:500}.pp-rel-arrow{cursor:pointer;z-index:10;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:40%;transform:translateY(-50%);box-shadow:0 2px 10px #0000000d}.pp-rel-arrow:hover{background:#f8f8f8}.pp-rel-arrow-left{left:-20px}.pp-rel-arrow-right{right:-20px}.product-page-v2{color:#111;background:#fff;min-height:100vh;font-family:Outfit,sans-serif}.ppv2-container{max-width:1200px;margin:0 auto;padding:0 5%}.ppv2-nav-row{margin-top:2rem;margin-bottom:.5rem}.ppv2-breadcrumb{color:#888;gap:.5rem;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.ppv2-breadcrumb li{align-items:center;display:flex}.ppv2-breadcrumb li:not(:last-child):after{content:">";color:#ccc;margin-left:.5rem}.ppv2-breadcrumb a{color:#888;text-decoration:none}.ppv2-breadcrumb a:hover{color:#111}.ppv2-back-row{margin-bottom:2rem}.ppv2-back{color:#111;font-size:.9rem;font-weight:500;text-decoration:none}.ppv2-back:hover{text-decoration:underline}.ppv2-main{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;display:grid}@media (width<=900px){.ppv2-main{grid-template-columns:1fr;gap:2rem}}.ppv2-gallery{gap:1.5rem;height:600px;display:flex}.ppv2-thumbs{flex-direction:column;gap:1rem;width:90px;display:flex}.ppv2-thumb{cursor:pointer;background:0 0;border:1px solid #0000;width:90px;height:120px;padding:0;position:relative;overflow:hidden}.ppv2-thumb.active{border-color:#111}.ppv2-thumb img{object-fit:cover;width:100%;height:100%}.ppv2-main-img{background:#f8f8f8;flex:1;height:100%}.ppv2-main-img img{object-fit:cover;width:100%;height:100%}.ppv2-info{flex-direction:column;display:flex}.ppv2-badge{color:#d17575;letter-spacing:1px;background:#fff0f0;border-radius:4px;align-self:flex-start;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.ppv2-title{color:#111;margin:0 0 .5rem;font-size:2.5rem;font-weight:400}.ppv2-subtitle{color:#444;margin:0 0 1.5rem;font-size:1rem;font-weight:600}.ppv2-description{color:#555;margin:0 0 2rem;font-size:1rem;line-height:1.6}.ppv2-mini-features{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.ppv2-mf-item{align-items:flex-start;gap:.75rem;display:flex}.ppv2-mf-item svg{color:#111;margin-top:.2rem}.ppv2-mf-item strong{color:#111;margin-bottom:.2rem;font-size:.9rem;font-weight:600;display:block}.ppv2-mf-item span{color:#777;font-size:.85rem;display:block}.ppv2-action-row{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:2rem;display:grid}@media (width<=900px){.ppv2-action-row{grid-template-columns:1fr;gap:2rem}.ppv2-gallery{flex-direction:column-reverse;gap:1rem;height:auto}.ppv2-thumbs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;width:100%;padding-bottom:.5rem;overflow-x:auto}.ppv2-thumbs::-webkit-scrollbar{display:none}.ppv2-thumb{flex-shrink:0;width:70px;height:90px}.ppv2-main-img{aspect-ratio:3/4;height:auto}.ppv2-title{font-size:2rem}.ppv2-mini-features{grid-template-columns:1fr;gap:1rem}}.ppv2-actions{flex-direction:column;gap:.75rem;display:flex}.ppv2-btn-recreate,.ppv2-btn-customize{letter-spacing:1px;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.ppv2-btn-recreate{color:#fff;background:#1c1c1c;border:1px solid #1c1c1c}.ppv2-btn-recreate:hover{background:#333}.ppv2-btn-customize{color:#1c1c1c;background:#fff;border:1px solid #ddd}.ppv2-btn-customize:hover{background:#f8f8f8}.ppv2-love-box{background:#faf8f5;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.ppv2-love-box strong{letter-spacing:.5px;color:#111;margin-bottom:.5rem;font-size:.9rem;display:block}.ppv2-love-box p{color:#666;margin:0;font-size:.85rem;line-height:1.5}.ppv2-love-box svg{color:#555;min-width:24px}.ppv2-divider{border:none;border-top:1px solid #eaeaea;margin:4rem 0}.ppv2-details-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem;display:grid}@media (width<=900px){.ppv2-details-grid{grid-template-columns:1fr;gap:2.5rem}}.ppv2-col{flex-direction:column;height:100%;display:flex}.ppv2-col>.ppv2-quote-box,.ppv2-col>.ppv2-btn-discuss{margin-top:auto}.ppv2-col h3{letter-spacing:1px;color:#111;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.ppv2-col p{color:#555;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.ppv2-quote-box{background:#faf8f5;border-radius:8px;margin-top:2rem;padding:2rem 1.5rem 1.5rem;position:relative}.ppv2-quote-mark{color:#e0d5c1;font-family:serif;font-size:3rem;line-height:1;position:absolute;top:.5rem;left:1.5rem}.ppv2-quote-box p{color:#111;z-index:1;margin-bottom:1rem;font-size:.95rem;font-weight:500;position:relative}.ppv2-quote-box span{color:#888;font-size:.85rem}.ppv2-quote-heart{color:#aaa;position:absolute;bottom:1.5rem;right:1.5rem}.ppv2-spec-table{border-collapse:collapse;width:100%}.ppv2-spec-table td{border-bottom:1px solid #f0f0f0;padding:.8rem 0;font-size:.95rem}.ppv2-spec-table tr td:first-child{color:#777;width:40%}.ppv2-spec-table tr td:last-child{color:#111;font-weight:500}.ppv2-customize-options{grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.ppv2-customize-options li{color:#333;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.ppv2-customize-options li svg{color:#888}.ppv2-btn-discuss{text-align:center;color:#111;letter-spacing:1px;background:#f4f4f4;border-radius:4px;width:100%;margin-top:1rem;padding:1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.ppv2-btn-discuss:hover{background:#e9e9e9}.ppv2-faq-section h3{letter-spacing:1px;color:#111;margin-bottom:1.5rem;font-size:.95rem;font-weight:600}.ppv2-faq-list{margin:0;padding:0;list-style:none}.ppv2-faq-item{border-bottom:1px solid #eaeaea}.ppv2-faq-q{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 0;font-size:1rem;font-weight:500;display:flex}.ppv2-faq-icon{color:#888;font-size:1.5rem;font-weight:300}.ppv2-faq-a{color:#555;padding-bottom:1.2rem;font-size:.95rem;line-height:1.6}.ppv2-related-section{margin:4rem 0 6rem}.ppv2-related-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.ppv2-related-header h3{letter-spacing:1px;color:#111;margin:0;font-size:.95rem;font-weight:600}.ppv2-view-all{color:#111;font-size:.9rem;font-weight:500;text-decoration:none}.ppv2-view-all:hover{text-decoration:underline}.ppv2-related-track-wrap{align-items:center;display:flex;position:relative;overflow:hidden}.ppv2-related-track{gap:1.5rem;width:100%;transition:transform .4s;display:flex}.ppv2-rel-card{color:inherit;flex:0 0 calc(20% - 1.2rem);text-decoration:none}@media (width<=1024px){.ppv2-rel-card{flex:0 0 calc(25% - 1.125rem)}}@media (width<=768px){.ppv2-rel-card{flex:0 0 calc(33.333% - 1rem)}}@media (width<=480px){.ppv2-rel-card{flex:0 0 calc(50% - .75rem)}}.ppv2-rel-card img{aspect-ratio:3/4;object-fit:cover;border-radius:4px;width:100%;margin-bottom:1rem}.ppv2-rel-card-info h4{color:#111;margin:0 0 .25rem;font-size:1rem;font-weight:500}.ppv2-rel-card-info p{color:#888;margin:0;font-size:.85rem}.ppv2-rel-arrow{cursor:pointer;z-index:10;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:40%;transform:translateY(-50%);box-shadow:0 2px 10px #0000000d}.ppv2-rel-arrow:hover{background:#f8f8f8}.ppv2-rel-arrow-left{left:-20px}.ppv2-rel-arrow-right{right:-20px}:root{--bg-primary:#fdfcfb;--bg-secondary:#f5f2f0;--bg-warm:#fbf7f4;--bg-pure:#fff;--bg-dark:#0f0f0f;--text-primary:#1a1a1a;--text-muted:#707070;--text-light:#fdfcfb;--accent-gold:#c5a059;--font-serif:"Cormorant Garamond", serif;--font-sans:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--container-max:1440px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:-.02em;font-weight:400}p{color:var(--text-muted);font-size:1rem;font-weight:300}a{color:inherit;text-decoration:none;transition:opacity .3s}a:hover{opacity:.7}.container{max-width:var(--container-max);padding:0 var(--space-md);margin:0 auto}.section{padding:var(--space-xl) 0}.asymmetric-grid{gap:var(--space-md);grid-template-columns:repeat(12,1fr);display:grid}.btn{text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--text-primary);cursor:pointer;background:0 0;padding:1rem 2.5rem;font-size:.8rem;transition:all .4s cubic-bezier(.19,1,.22,1);display:inline-block;position:relative;overflow:hidden}.btn:hover{background:var(--text-primary);color:var(--bg-primary)}.btn-dark{background:var(--bg-dark);color:var(--text-light)}.btn-light{border-color:var(--bg-primary);color:var(--bg-primary)}.btn-light:hover{background:var(--bg-primary);color:var(--text-primary)}.reveal-text{opacity:0;transform:translateY(30px)}
