:root{
  --ink:#1a1114;
  --wine:#2a0812;
  --wine-2:#4b0b1d;
  --wine-3:#6d1530;
  --gold:#d7aa51;
  --gold-light:#f4dda0;
  --cream:#fbf7f0;
  --paper:#fffdf9;
  --muted:#746a6d;
  --line:rgba(83,50,59,.13);
  --shadow:0 24px 65px rgba(45,12,23,.13);
  --radius:24px;
  --container:min(1240px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#fff;color:#111;padding:12px 16px;border-radius:10px}.skip-link:focus{top:16px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#a16d28;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}.eyebrow:before,.eyebrow:after{content:"";width:30px;height:1px;background:currentColor;opacity:.45}.eyebrow.left:before{display:none}
.section{padding:96px 0;position:relative}
.section-title{margin:10px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.035em;font-weight:500}
.section-title em{font-weight:400;color:#a56f27}
.section-lead{max-width:680px;color:var(--muted);font-size:17px;line-height:1.75;margin:0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.section-head .section-title{font-size:clamp(34px,4vw,52px)}
.text-link{display:inline-flex;gap:10px;align-items:center;color:#704117;font-weight:800;font-size:14px;white-space:nowrap}.text-link:after{content:"→";transition:transform .25s ease}.text-link:hover:after{transform:translateX(5px)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 23px;border-radius:999px;border:1px solid transparent;font-weight:800;font-size:14px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;color:#fff}.button:hover{transform:translateY(-2px)}
.button-gold{background:linear-gradient(135deg,#f1cf7a,#b87725);color:#2b1301;box-shadow:0 14px 30px rgba(188,124,34,.28)}.button-gold:hover{box-shadow:0 18px 36px rgba(188,124,34,.37)}
.button-dark{background:#210913;border-color:#210913}.button-dark:hover{background:#3b0b1c}
.button-outline{border-color:rgba(70,22,36,.22);color:#3a1821;background:transparent}.button-outline:hover{border-color:#a66c28;background:#fff}
.button-light{background:#fff;color:#3b1420;box-shadow:0 12px 32px rgba(0,0,0,.16)}
.button-small{min-height:42px;padding:0 16px;font-size:12px}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:linear-gradient(180deg,rgba(17,4,9,.97),rgba(28,5,13,.91));border-bottom:1px solid rgba(233,190,104,.17);backdrop-filter:blur(18px);transition:box-shadow .3s ease,background .3s ease}
.site-header.scrolled{box-shadow:0 16px 38px rgba(15,2,7,.2);background:rgba(22,4,10,.97)}
.header-shell{height:82px;width:min(1380px,calc(100% - 40px));margin:auto;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:248px;height:auto}
.main-nav{display:flex;align-items:center;justify-content:center;gap:26px;margin-left:auto}.main-nav a{position:relative;color:#f6ecdc;font-family:Georgia,"Times New Roman",serif;font-size:15px;white-space:nowrap}.main-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:-10px;height:1px;background:var(--gold);transition:left .25s ease,right .25s ease}.main-nav a:hover:after{left:0;right:0}
.header-cta{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(226,181,89,.65);color:#f4d386;padding:12px 17px;border-radius:999px;font-weight:800;font-size:12px;white-space:nowrap;transition:.25s}.header-cta:hover{background:#d4a84e;color:#2c1006}.icon-whatsapp{font-size:18px}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:27px;height:2px;background:#f1d28b;margin:6px;border-radius:2px;transition:.25s}

/* Hero */
.hero{position:relative;min-height:800px;padding-top:82px;color:#fff;background:radial-gradient(circle at 78% 32%,rgba(170,32,70,.26),transparent 32%),radial-gradient(circle at 10% 20%,rgba(206,155,60,.08),transparent 30%),linear-gradient(118deg,#100307 0%,#2a0712 48%,#0e0308 100%);overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 55%,rgba(255,255,255,.08) 0 1px,transparent 1.5px),radial-gradient(circle at 80% 28%,rgba(223,177,82,.28) 0 1px,transparent 1.5px);background-size:120px 120px,170px 170px;opacity:.5}
.hero:after{content:"";position:absolute;left:-7%;bottom:-260px;width:650px;height:650px;border:1px solid rgba(225,179,82,.12);border-radius:50%;box-shadow:0 0 0 50px rgba(225,179,82,.025),0 0 0 100px rgba(225,179,82,.018)}
.hero-shell{position:relative;z-index:2;width:min(1320px,calc(100% - 48px));margin:auto;min-height:718px;display:grid;grid-template-columns:.88fr 1.12fr;gap:30px;align-items:center}
.hero-copy{padding:72px 0 74px;max-width:640px}
.hero-kicker{display:inline-flex;align-items:center;gap:10px;color:#e1b960;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:900}.hero-kicker span{width:32px;height:1px;background:#e1b960}
.hero h1{margin:22px 0 21px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(57px,6.6vw,91px);font-weight:400;letter-spacing:-.055em;line-height:.92}.hero h1 em{display:block;color:#e4b959;font-weight:400}
.hero-description{max-width:580px;color:#e9dfe1;font-size:18px;line-height:1.7;margin:0}
.hero-buttons{display:flex;flex-wrap:wrap;gap:13px;margin:32px 0 32px}
.hero-features{display:flex;gap:28px;flex-wrap:wrap}.hero-feature{display:grid;grid-template-columns:38px auto;align-items:center;gap:10px}.hero-feature-icon{width:38px;height:38px;border:1px solid rgba(221,174,75,.42);border-radius:50%;display:grid;place-items:center;color:#e5bc62}.hero-feature b,.hero-feature small{display:block}.hero-feature b{font-family:Georgia,"Times New Roman",serif;font-size:13px}.hero-feature small{font-size:11px;color:#c9bcc0;margin-top:3px}
.hero-showcase{position:relative;min-height:630px;display:flex;align-items:center;justify-content:center;perspective:1300px}
.hero-glow{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(206,52,91,.2),transparent 63%);filter:blur(10px)}
.hero-card{position:absolute;width:205px;border-radius:21px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.18);transform-origin:center bottom;transition:transform .5s ease;animation:heroFloat 6s ease-in-out infinite}.hero-card img{width:100%;height:auto}.hero-card:nth-child(2){transform:translate(-285px,30px) rotateY(13deg) rotateZ(-3deg) scale(.83);z-index:1;animation-delay:-1s}.hero-card:nth-child(3){transform:translate(-155px,5px) rotateY(8deg) rotateZ(-1.5deg) scale(.91);z-index:2;animation-delay:-2s}.hero-card:nth-child(4){transform:translate(0,-12px) scale(1.03);z-index:5;animation-delay:-3s}.hero-card:nth-child(5){transform:translate(155px,4px) rotateY(-8deg) rotateZ(1.5deg) scale(.91);z-index:3;animation-delay:-4s}.hero-card:nth-child(6){transform:translate(285px,30px) rotateY(-13deg) rotateZ(3deg) scale(.83);z-index:1;animation-delay:-5s}
@keyframes heroFloat{0%,100%{margin-top:0}50%{margin-top:-12px}}
.hero-scroll{position:absolute;z-index:5;left:50%;bottom:22px;transform:translateX(-50%);color:#d5c4c8;font-size:11px;letter-spacing:.14em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.hero-scroll:before{content:"";width:28px;height:1px;background:#d9aa50}

/* Category ribbon */
.category-ribbon{position:relative;z-index:8;margin-top:-1px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 40px rgba(44,14,23,.08)}
.category-scroll{width:min(1380px,calc(100% - 30px));margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:17px 0}
.category-chip{min-width:0;display:grid;grid-template-columns:56px auto;align-items:center;gap:12px;padding:9px 13px;border:1px solid rgba(86,51,58,.1);border-radius:15px;background:linear-gradient(135deg,#fff,#fbf6ee);transition:.25s}.category-chip:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(39,12,19,.1);border-color:rgba(191,130,41,.34)}.category-icon{width:56px;height:52px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#f6e6cf,#ead1a9);font-size:27px}.category-chip:nth-child(2) .category-icon{background:linear-gradient(145deg,#ead8ef,#c8a0d8)}.category-chip:nth-child(3) .category-icon{background:linear-gradient(145deg,#d9f1ff,#ffdadf)}.category-chip:nth-child(4) .category-icon{background:linear-gradient(145deg,#f3eee5,#d7eaf4)}.category-chip:nth-child(5) .category-icon{background:linear-gradient(145deg,#f5e9cb,#dfbf72)}.category-chip:nth-child(6) .category-icon{background:linear-gradient(145deg,#d5e8f4,#7593ad)}.category-chip b,.category-chip small{display:block}.category-chip b{font-family:Georgia,"Times New Roman",serif;font-size:15px}.category-chip small{color:#9b6c31;font-size:11px;margin-top:4px}

/* Models */
.models-section{background:linear-gradient(180deg,#fbf7f0,#fffdf9)}
.models-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.model-card{position:relative;background:#fff;border-radius:22px;overflow:hidden;border:1px solid rgba(78,47,56,.1);box-shadow:0 16px 45px rgba(50,16,25,.08);transition:transform .35s ease,box-shadow .35s ease}.model-card:hover{transform:translateY(-9px);box-shadow:0 28px 65px rgba(50,16,25,.16)}
.model-cover{position:relative;display:block;aspect-ratio:5/7;overflow:hidden;background:#eee}.model-cover img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.model-card:hover .model-cover img{transform:scale(1.035)}
.preview-play{position:absolute;right:14px;bottom:14px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(25,6,12,.78);color:#fff;border:1px solid rgba(255,255,255,.6);font-size:14px;backdrop-filter:blur(9px);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.featured-tag{position:absolute;left:13px;top:13px;padding:7px 10px;border-radius:999px;background:rgba(28,6,13,.86);color:#f3d889;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;backdrop-filter:blur(8px)}
.model-content{padding:18px 18px 20px}.model-meta{display:flex;justify-content:space-between;gap:10px;color:#a06b29;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.model-content h3{margin:9px 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500}.model-content h3 a:hover{color:#8d5020}.model-content p{margin:0;color:#7f7275;font-size:13px}.model-actions{display:flex;gap:9px;margin-top:16px}.model-actions .button{flex:1}
.models-more{text-align:center;margin-top:38px}

/* Showcase split */
.experience{background:#1b060d;color:#fff;overflow:hidden}.experience:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 15%,rgba(183,47,81,.22),transparent 28%),linear-gradient(135deg,transparent 35%,rgba(225,178,80,.04));pointer-events:none}.experience-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.experience-copy .section-title{color:#fff}.experience-copy .section-lead{color:#cfc0c4}.experience-list{display:grid;gap:15px;margin:30px 0}.experience-item{display:grid;grid-template-columns:48px auto;gap:14px;align-items:center}.experience-item span{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(220,174,80,.38);border-radius:50%;color:#e6bd69}.experience-item b{display:block;font-family:Georgia,"Times New Roman",serif;font-size:17px}.experience-item small{display:block;color:#bcaeb2;margin-top:3px;line-height:1.5}
.phone-stage{position:relative;min-height:660px;display:grid;place-items:center}.phone-stage:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(194,52,89,.3),transparent 62%)}.phone{position:relative;width:315px;height:640px;border-radius:48px;padding:12px;background:linear-gradient(145deg,#2d2d2d,#070707);box-shadow:0 45px 90px rgba(0,0,0,.45);z-index:2;transform:rotate(-4deg)}.phone:before{content:"";position:absolute;top:18px;left:50%;transform:translateX(-50%);width:102px;height:23px;border-radius:20px;background:#070707;z-index:4}.phone-screen{height:100%;border-radius:38px;overflow:hidden;background:#fff}.phone-screen img{width:100%;height:100%;object-fit:cover}.phone-badge{position:absolute;z-index:4;padding:15px 18px;border-radius:17px;background:rgba(255,255,255,.93);color:#35111d;box-shadow:0 18px 35px rgba(0,0,0,.2);backdrop-filter:blur(12px);font-size:12px}.phone-badge b{display:block;font-family:Georgia,"Times New Roman",serif;font-size:16px;margin-bottom:3px}.phone-badge.one{left:10px;top:145px}.phone-badge.two{right:-8px;bottom:100px}

/* How it works */
.process{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px}.process-card{position:relative;padding:32px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#fff,#fbf6ed);min-height:225px}.process-number{position:absolute;top:24px;right:26px;font-family:Georgia,serif;font-size:70px;line-height:1;color:rgba(151,94,29,.12)}.process-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(174,111,35,.3);color:#a46825;font-size:24px;margin-bottom:25px}.process-card h3{font-family:Georgia,"Times New Roman",serif;font-size:25px;margin:0 0 10px}.process-card p{color:var(--muted);font-size:14px;line-height:1.7;margin:0}

/* Pricing */
.pricing{background:linear-gradient(180deg,#fbf4e8,#f7efe4)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px;align-items:stretch}.price-card{position:relative;padding:34px;border-radius:25px;background:#fff;border:1px solid rgba(78,47,56,.11);box-shadow:0 18px 50px rgba(52,19,28,.08)}.price-card.featured{background:linear-gradient(145deg,#260813,#4c0d20);color:#fff;transform:translateY(-12px);border-color:rgba(226,180,87,.45);box-shadow:0 30px 65px rgba(46,8,20,.24)}.price-tag{display:inline-block;padding:7px 10px;border-radius:999px;background:#f4ead9;color:#80501f;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.featured .price-tag{background:rgba(231,186,94,.14);color:#edca7c}.price-card h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:18px 0 5px}.price-card>p{color:var(--muted);font-size:13px;min-height:38px}.featured>p{color:#cbbcc0}.price{display:flex;align-items:flex-end;gap:7px;margin:24px 0}.price strong{font-family:Georgia,"Times New Roman",serif;font-size:52px;line-height:1}.price span{color:#8d7b7f;font-size:12px;margin-bottom:7px}.featured .price span{color:#c8b9bd}.price-features{display:grid;gap:12px;margin:0 0 28px;padding:0;list-style:none}.price-features li{position:relative;padding-left:25px;color:#6f6265;font-size:13px;line-height:1.5}.featured .price-features li{color:#efe6e8}.price-features li:before{content:"✓";position:absolute;left:0;color:#b47b2e;font-weight:900}

/* Testimonials */
.testimonials{background:#fff}.testimonial-shell{display:grid;grid-template-columns:.7fr 1.3fr;gap:65px;align-items:center}.testimonial-intro .section-title{font-size:48px}.rating-big{display:flex;gap:3px;color:#d19e3f;font-size:22px;margin-top:24px}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.testimonial{padding:25px;border:1px solid var(--line);border-radius:20px;background:#fffaf3}.testimonial-top{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#6c1730,#d9aa55);color:#fff;font-weight:800}.testimonial b{font-family:Georgia,"Times New Roman",serif}.testimonial-stars{color:#c99031;font-size:11px;margin-top:2px}.testimonial p{color:#6f6265;font-size:13px;line-height:1.7;margin:16px 0 0}

/* FAQ */
.faq{background:#fbf7f0}.faq-shell{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;text-align:left;border:0;background:transparent;padding:19px 20px;color:#2b171d;font-weight:800}.faq-question span:last-child{color:#aa712b;font-size:22px;transition:transform .25s}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer>div{overflow:hidden}.faq-answer p{padding:0 20px 20px;margin:0;color:#716568;font-size:14px;line-height:1.7}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}

/* CTA */
.final-cta{padding:90px 0;background:#250813;color:#fff;overflow:hidden}.cta-box{position:relative;text-align:center;border:1px solid rgba(224,179,85,.35);border-radius:32px;padding:70px 25px;background:radial-gradient(circle at 50% 0,rgba(216,52,94,.22),transparent 42%),linear-gradient(145deg,#3f0a1a,#19050b);box-shadow:0 35px 80px rgba(31,4,12,.28)}.cta-box:before,.cta-box:after{content:"✦";position:absolute;color:#dcb45d;font-size:40px;opacity:.5}.cta-box:before{left:7%;top:20%}.cta-box:after{right:7%;bottom:18%}.cta-box h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,68px);font-weight:400;letter-spacing:-.04em;margin:0 0 15px}.cta-box p{color:#d7c8cc;max-width:650px;margin:0 auto 28px;line-height:1.7}

/* Footer */
.site-footer{background:#16050b;color:#d9cdd0}.benefit-bar{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:22px max(30px,calc((100% - 1240px)/2));border-top:1px solid rgba(230,185,96,.26);border-bottom:1px solid rgba(230,185,96,.2);background:linear-gradient(90deg,#240711,#16050b,#240711)}.benefit-bar>div{display:grid;grid-template-columns:30px auto;column-gap:8px;align-items:center}.benefit-bar span{grid-row:1/3;color:#e2b960;font-size:22px}.benefit-bar b,.benefit-bar small{display:block}.benefit-bar b{font-size:11px;color:#f4e7d8}.benefit-bar small{font-size:10px;color:#a99a9e;margin-top:2px}
.footer-main{display:grid;grid-template-columns:1.45fr .7fr .85fr 1.25fr;gap:55px;padding-top:58px;padding-bottom:45px}.footer-brand img{width:260px}.footer-brand p{max-width:310px;color:#ad9da1;line-height:1.7;font-size:13px}.social-row{display:flex;gap:9px;margin-top:20px}.social-row a{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(222,177,88,.3);color:#efce83;font-weight:800;font-size:12px;transition:.25s}.social-row a:hover{background:#d6a84e;color:#230812}.footer-col h3,.footer-contact h3{font-family:Georgia,"Times New Roman",serif;color:#f5e7d3;font-size:18px;margin:7px 0 18px}.footer-col a{display:block;color:#aa9ba0;font-size:12px;margin:11px 0}.footer-col a:hover{color:#e5bd66}.footer-contact p{font-size:13px;color:#aa9ba0;line-height:1.7}.footer-contact .button{margin-top:10px}.footer-email{display:block;color:#e1bd73;font-size:12px;margin-top:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:28px;border-top:1px solid rgba(255,255,255,.08);font-size:10px;color:#877a7e}
.whatsapp-float{position:fixed;right:22px;bottom:20px;z-index:70;display:flex;align-items:center;gap:10px;padding:8px 16px 8px 8px;background:#1d9b52;color:#fff;border-radius:999px;box-shadow:0 16px 42px rgba(8,83,42,.32);font-size:12px;font-weight:800;transition:.25s}.whatsapp-float:hover{transform:translateY(-3px)}.whatsapp-float span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#16934c;font-weight:900}.toast{position:fixed;left:50%;bottom:-100px;transform:translateX(-50%);z-index:999;background:#1d0910;color:#fff;padding:13px 18px;border-radius:999px;box-shadow:0 15px 45px rgba(0,0,0,.25);font-size:13px;transition:bottom .35s ease}.toast.show{bottom:28px}

/* Catalog */
.page-hero{padding:170px 0 75px;background:radial-gradient(circle at 78% 25%,rgba(174,42,78,.25),transparent 28%),linear-gradient(135deg,#16050b,#3a0b19);color:#fff;text-align:center}.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,7vw,78px);font-weight:400;letter-spacing:-.045em;margin:12px 0}.page-hero p{max-width:670px;margin:auto;color:#d2c3c7;line-height:1.75}.catalog-tools{position:sticky;top:82px;z-index:30;background:rgba(251,247,240,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.catalog-tools-inner{display:flex;gap:14px;align-items:center;padding:18px 0}.search-box{flex:1;position:relative}.search-box input{width:100%;height:50px;border:1px solid rgba(75,45,54,.14);border-radius:999px;background:#fff;padding:0 48px 0 18px;outline:none}.search-box input:focus{border-color:#b1762c;box-shadow:0 0 0 4px rgba(177,118,44,.1)}.search-box span{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#9c6c30}.filter-select{height:50px;border:1px solid rgba(75,45,54,.14);border-radius:999px;background:#fff;padding:0 40px 0 18px;color:#4a333a;outline:none}.catalog-count{font-size:12px;color:#7c6e72;white-space:nowrap}.catalog-section{padding:55px 0 100px}.catalog-empty{display:none;text-align:center;padding:80px 20px;color:#74696c}.catalog-empty strong{display:block;font-family:Georgia,serif;font-size:30px;margin-bottom:10px}

/* Model detail */
.model-detail{padding:145px 0 90px;background:linear-gradient(180deg,#f6ede3,#fff)}.model-detail-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:75px;align-items:center}.model-visual{position:relative;min-height:700px;display:grid;place-items:center}.model-visual:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(122,25,53,.18),transparent 63%)}.model-visual-card{position:relative;width:min(390px,82%);border-radius:30px;overflow:hidden;box-shadow:0 38px 85px rgba(48,13,24,.25);transform:rotate(-2deg);z-index:2}.model-visual-card img{width:100%}.model-float-label{position:absolute;z-index:4;background:rgba(255,255,255,.95);border:1px solid rgba(77,44,53,.1);box-shadow:0 18px 42px rgba(49,15,24,.15);border-radius:17px;padding:14px 17px}.model-float-label b{display:block;font-family:Georgia,serif;font-size:17px}.model-float-label small{display:block;color:#86777b;margin-top:3px}.model-float-label.one{left:0;top:21%}.model-float-label.two{right:0;bottom:18%}.model-info .eyebrow{margin-bottom:10px}.model-info h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,75px);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:8px 0 15px}.model-info .subtitle{font-family:Georgia,serif;color:#9a6222;font-size:21px}.model-info .description{font-size:16px;color:#6f6366;line-height:1.8;max-width:620px}.model-price-box{display:flex;align-items:end;gap:13px;margin:26px 0}.model-price-box strong{font-family:Georgia,serif;font-size:53px;line-height:1;color:#4f1426}.model-price-box del{color:#9a8d90;margin-bottom:7px}.model-bullets{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin:28px 0}.model-bullet{display:flex;gap:10px;align-items:center;padding:13px 14px;border-radius:13px;background:#fff;border:1px solid var(--line);font-size:12px}.model-bullet span{color:#a96d25}.model-detail-actions{display:flex;gap:12px;flex-wrap:wrap}.related{padding:80px 0;background:#fff}.related .models-grid{grid-template-columns:repeat(4,1fr)}

/* Contact/legal */
.simple-page{padding:150px 0 90px;background:#fff}.simple-page article{max-width:880px;margin:auto}.simple-page h1{font-family:Georgia,serif;font-size:55px;font-weight:400}.simple-page h2{font-family:Georgia,serif;margin-top:38px}.simple-page p,.simple-page li{color:#675d60;line-height:1.8}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:35px;border:1px solid var(--line);border-radius:25px;background:#fffaf3}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid rgba(79,45,54,.16);border-radius:13px;background:#fff;padding:14px;outline:none}.contact-form textarea{min-height:140px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#a96c25;box-shadow:0 0 0 4px rgba(169,108,37,.1)}

/* Reveal */
.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.js .reveal.visible{opacity:1;transform:none}

@media(max-width:1180px){
  .main-nav{gap:16px}.main-nav a{font-size:13px}.header-cta{display:none}
  .hero-shell{grid-template-columns:.9fr 1.1fr}.hero-card{width:175px}.hero-card:nth-child(2){transform:translate(-230px,30px) rotateY(13deg) rotateZ(-3deg) scale(.83)}.hero-card:nth-child(3){transform:translate(-120px,5px) rotateY(8deg) rotateZ(-1.5deg) scale(.91)}.hero-card:nth-child(5){transform:translate(120px,4px) rotateY(-8deg) rotateZ(1.5deg) scale(.91)}.hero-card:nth-child(6){transform:translate(230px,30px) rotateY(-13deg) rotateZ(3deg) scale(.83)}
  .models-grid{grid-template-columns:repeat(3,1fr)}.benefit-bar{grid-template-columns:repeat(3,1fr);row-gap:18px}.footer-main{grid-template-columns:1.2fr .7fr .8fr 1fr;gap:30px}
}
@media(max-width:920px){
  .site-header{position:fixed}.header-shell{height:74px}.brand img{width:214px}.menu-toggle{display:block;margin-left:auto}.main-nav{position:fixed;inset:74px 0 auto;background:rgba(25,5,12,.98);display:flex;flex-direction:column;align-items:flex-start;padding:28px 24px 35px;gap:22px;transform:translateY(-120%);opacity:0;pointer-events:none;transition:.3s;border-top:1px solid rgba(224,179,86,.17);box-shadow:0 25px 40px rgba(0,0,0,.28)}.main-nav.open{transform:none;opacity:1;pointer-events:auto}.main-nav a{font-size:18px;width:100%;padding-bottom:11px;border-bottom:1px solid rgba(255,255,255,.08)}.menu-open .menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
  .hero{min-height:auto;padding-top:74px}.hero-shell{grid-template-columns:1fr;min-height:auto;padding-top:20px}.hero-copy{text-align:center;max-width:780px;margin:auto;padding:70px 0 20px}.hero-kicker{justify-content:center}.hero-description{margin:auto}.hero-buttons,.hero-features{justify-content:center}.hero-showcase{min-height:560px}.hero-card{width:175px}.hero-scroll{display:none}
  .category-scroll{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-inline:2px}.category-chip{min-width:220px;scroll-snap-align:start}
  .section{padding:75px 0}.models-grid{grid-template-columns:repeat(2,1fr)}.experience-grid,.testimonial-shell,.faq-shell,.model-detail-grid{grid-template-columns:1fr}.experience-copy{text-align:center}.experience-list{max-width:590px;margin:30px auto}.experience-item{text-align:left}.phone-stage{min-height:620px}.process-grid,.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.testimonial-intro{text-align:center}.testimonial-intro .section-lead{margin:auto}.rating-big{justify-content:center}.footer-main{grid-template-columns:1.2fr 1fr 1fr}.footer-contact{grid-column:1/-1;padding-top:15px}.model-detail{padding-top:115px}.model-info{text-align:center}.model-info .description{margin-inline:auto}.model-bullets{max-width:650px;margin:28px auto}.model-detail-actions,.model-price-box{justify-content:center}.model-visual{order:2}.related .models-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  :root{--container:min(100% - 28px,1240px);--radius:20px}.header-shell{width:calc(100% - 24px)}.brand img{width:190px}.section{padding:62px 0}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:25px}.section-title{font-size:41px}.section-lead{font-size:15px}.button{min-height:50px;padding:0 19px}
  .hero-shell{width:calc(100% - 26px)}.hero-copy{padding:55px 0 5px}.hero h1{font-size:54px;letter-spacing:-.05em}.hero-description{font-size:15px}.hero-buttons{display:grid;grid-template-columns:1fr 1fr}.hero-features{gap:15px}.hero-feature{grid-template-columns:34px auto}.hero-feature-icon{width:34px;height:34px}.hero-showcase{min-height:465px;transform:scale(.88);margin-inline:-35px;margin-top:-15px}.hero-card{width:154px}.hero-card:nth-child(2){transform:translate(-185px,30px) rotateY(13deg) rotateZ(-3deg) scale(.77)}.hero-card:nth-child(3){transform:translate(-92px,5px) rotateY(8deg) rotateZ(-1.5deg) scale(.88)}.hero-card:nth-child(5){transform:translate(92px,4px) rotateY(-8deg) rotateZ(1.5deg) scale(.88)}.hero-card:nth-child(6){transform:translate(185px,30px) rotateY(-13deg) rotateZ(3deg) scale(.77)}
  .category-scroll{width:calc(100% - 20px)}.models-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.model-card{border-radius:15px}.model-content{padding:13px}.model-content h3{font-size:18px}.model-meta{display:block;line-height:1.7}.model-meta span{display:block}.model-actions{display:grid}.model-actions .button{min-height:38px;padding:0 9px;font-size:10px}.preview-play{width:37px;height:37px}.featured-tag{font-size:8px}.models-more{margin-top:28px}
  .experience-grid{gap:30px}.phone-stage{min-height:560px;transform:scale(.9);margin:-30px 0}.process-grid{gap:14px}.process-card{padding:25px;min-height:auto}.testimonial-grid{grid-template-columns:1fr}.testimonial-intro .section-title{font-size:40px}.faq-shell{gap:30px}.pricing-grid{gap:14px}.price-card{padding:27px}.price{margin:18px 0}.price strong{font-size:46px}
  .benefit-bar{grid-template-columns:repeat(2,1fr);padding:20px 16px}.footer-main{grid-template-columns:1fr 1fr;gap:30px;padding-top:45px}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{display:grid;text-align:center;justify-content:center}.whatsapp-float{right:13px;bottom:13px;padding:7px}.whatsapp-float b{display:none}
  .page-hero{padding:125px 0 55px}.page-hero h1{font-size:48px}.catalog-tools{top:74px}.catalog-tools-inner{display:grid;grid-template-columns:1fr auto;gap:9px}.search-box{grid-column:1/-1}.filter-select{max-width:180px}.catalog-section{padding-top:35px}
  .model-detail{padding:110px 0 60px}.model-detail-grid{gap:20px}.model-info h1{font-size:52px}.model-bullets{grid-template-columns:1fr}.model-visual{min-height:560px}.model-float-label{font-size:10px}.model-float-label.one{left:3px}.model-float-label.two{right:3px}.related .models-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card{grid-template-columns:1fr;padding:24px}.simple-page{padding:120px 0 60px}.simple-page h1{font-size:44px}
}
@media(max-width:380px){.hero h1{font-size:48px}.brand img{width:170px}.models-grid,.related .models-grid{grid-template-columns:1fr}.hero-buttons{grid-template-columns:1fr}.phone{width:290px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}}
