
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;background:var(--bg);color:var(--text);overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.shell{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{font-size:12px;letter-spacing:.04em;background:var(--top);color:var(--toptext)}.topbar-inner{height:32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--header) 94%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-row{height:74px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;min-width:190px}.brand img{width:48px;height:48px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-family:Georgia,serif;font-size:18px;letter-spacing:.06em;text-transform:uppercase}.brand-copy small{font-size:9px;letter-spacing:.18em;text-transform:uppercase;opacity:.75}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:20px;flex:1;font-size:13px}.desktop-nav a{position:relative;padding:8px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--accent);transition:.25s}.desktop-nav a:hover:after{right:0}.menu-btn{display:none;width:42px;height:42px;border:1px solid var(--line);background:var(--panel);border-radius:12px;align-items:center;justify-content:center}.menu-btn svg{width:22px}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:12px 17px;font-weight:700;line-height:1.1;cursor:pointer;transition:transform .22s,box-shadow .22s,background .22s,color .22s}.header-cta{background:var(--accent);color:var(--accentText);white-space:nowrap}.header-cta svg,.btn svg,.floating-wa svg{width:20px;height:20px;fill:currentColor}.header-cta:hover,.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--accent);color:var(--accentText);box-shadow:0 10px 30px color-mix(in srgb,var(--accent) 25%,transparent)}.btn.secondary{border:1px solid var(--lineStrong);background:var(--panel);color:var(--text)}.btn.glass{border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.09);color:white;backdrop-filter:blur(14px)}.mobile-nav{display:none;position:fixed;z-index:49;top:106px;left:12px;right:12px;padding:14px;background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.18)}.mobile-nav.open{display:grid}.mobile-nav a{padding:12px;border-bottom:1px solid var(--line)}.mobile-nav a:last-child{border:0}.eyebrow{display:inline-block;font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05}h1{font-size:clamp(46px,6vw,82px);letter-spacing:-.035em;margin:18px 0 22px}h2{font-size:clamp(34px,4.4vw,58px);letter-spacing:-.025em;margin:12px 0 16px}h3{font-size:22px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.section{padding:92px 0}.section-title{display:grid;grid-template-columns:180px 1fr auto;align-items:end;gap:24px;margin-bottom:34px}.section-title>span{font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--accent)}.section-title h2{margin:0}.section-title p{margin:0;max-width:620px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{display:block;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadowHover)}.service-photo{aspect-ratio:4/3;overflow:hidden;background:#ddd}.service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.service-card:hover img{transform:scale(1.055)}.service-body{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;padding:18px}.service-body h3{margin:5px 0 0;font-size:21px}.service-body small{font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.65}.price{white-space:nowrap;color:var(--accent)}.mini-prices{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mini-prices a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:var(--panel);transition:.22s}.mini-prices a:hover{border-color:var(--accent);transform:translateX(3px)}.mini-prices span{font-weight:650}.mini-prices strong{color:var(--accent)}.fineprint{font-size:12px;opacity:.68;margin-top:16px}.split-story,.image-led-grid,.booking-grid,.detail-grid,.inner-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}.photo-stack img{border-radius:var(--radius);width:100%;height:420px;object-fit:cover}.photo-stack img:first-child{transform:translateY(-24px)}.image-led-grid>img{width:100%;height:540px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.booking-section{background:var(--bookingBg);color:var(--bookingText)}.booking-form{background:var(--panel);color:var(--text);padding:26px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;letter-spacing:.02em}.field input,.field select,.field textarea{width:100%;border:1px solid var(--lineStrong);background:var(--input);color:var(--text);border-radius:12px;padding:13px 14px;outline:none}.field textarea{min-height:92px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 15%,transparent)}.pay-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pay-choice label{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid var(--lineStrong);border-radius:12px;cursor:pointer}.pay-choice svg{width:22px}.pay-choice input{width:auto}.form-help,.form-msg{font-size:12px;margin:4px 0 0;opacity:.72}.site-footer{background:var(--footer);color:var(--footerText);padding:56px 0 20px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:36px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:64px;height:64px;object-fit:contain}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-family:Georgia,serif;font-size:22px}.footer-brand small{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.small{font-size:13px;opacity:.8;line-height:1.85}.socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.socials a{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--footerText) 22%,transparent);border-radius:999px;font-size:12px}.socials svg{width:18px;height:18px;fill:currentColor}.license-note{font-size:11px;opacity:.65;margin-top:14px}.credit{border-top:1px solid color-mix(in srgb,var(--footerText) 16%,transparent);padding-top:18px;margin-top:34px;display:flex;justify-content:space-between;gap:18px;font-size:12px;opacity:.78}.floating-wa{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:13px 16px;border-radius:999px;font-weight:800;box-shadow:0 15px 40px rgba(0,0,0,.25)}.inner-hero{padding:54px 0 34px}.inner-grid{min-height:420px}.inner-grid>img{width:100%;height:420px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.all-services{grid-template-columns:repeat(3,1fr)}.fact-list{display:grid;gap:10px;margin-top:22px}.fact-list>div,.detail-facts>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.fact-list span,.detail-facts span{opacity:.65}.license-card{padding:38px;border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow)}.license-section{padding-top:0}.contact-lines{display:grid;gap:12px;margin:22px 0}.contact-lines a,.contact-lines div{display:flex;align-items:center;gap:10px}.contact-lines svg{width:22px;height:22px;fill:currentColor}.detail-photo img{width:100%;height:560px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.detail-facts{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;margin:22px 0}.faq-list{max-width:820px;margin:auto}.faq{border-bottom:1px solid var(--line)}.faq button{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:20px 0;border:0;background:none;font-weight:800}.faq p{display:none;padding:0 0 18px;margin:0;opacity:.75}.faq.open p{display:block}.faq.open button b{transform:rotate(45deg)}[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s,transform .7s}[data-reveal].in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:1000px){.desktop-nav{display:none}.menu-btn{display:flex;margin-left:auto}.header-row{gap:10px}.brand{min-width:0}.brand-copy{display:none}.header-cta{padding:10px 12px}.header-cta span{font-size:12px}.service-grid,.all-services{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.section-title{grid-template-columns:1fr}.section-title>a{justify-self:start}.split-story,.image-led-grid,.booking-grid,.detail-grid,.inner-grid{gap:30px}.section{padding:72px 0}}
@media(max-width:700px){.shell{width:min(100% - 24px,1180px)}.topbar-inner span:last-child{display:none}.site-header{top:0}.header-row{height:66px}.brand img{width:42px;height:42px}.menu-btn{width:38px;height:38px;margin-left:0}.header-cta{margin-left:auto}.mobile-nav{top:103px}.section{padding:56px 0}h1{font-size:clamp(38px,13vw,56px)}h2{font-size:clamp(31px,9vw,42px)}.service-grid,.all-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-body{padding:12px;display:block}.service-body h3{font-size:17px}.service-body .price{display:block;margin-top:8px;font-size:13px}.service-photo{aspect-ratio:1/1}.split-story,.image-led-grid,.booking-grid,.detail-grid,.inner-grid{grid-template-columns:1fr}.photo-stack img{height:280px}.image-led-grid>img{height:360px}.mini-prices{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.pay-choice{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.credit{display:grid}.floating-wa{right:12px;bottom:12px;padding:13px}.floating-wa span{display:none}.inner-grid>img{height:330px}.detail-photo img{height:390px}.detail-facts{grid-template-columns:1fr}.topbar{font-size:10px}.hero-actions{gap:8px}.btn{padding:11px 14px;font-size:13px}}
@media(max-width:390px){.header-row{gap:7px}.header-cta{padding:9px 10px}.header-cta svg{width:17px}.menu-btn{width:36px;height:36px}.service-body h3{font-size:15px}.footer-grid{gap:16px}.small{font-size:12px}}

:root{--bg:#120b16;--text:#f8eef9;--panel:#1d1223;--input:#160d1b;--top:#09060b;--toptext:#ead8ef;--header:#120b16;--line:#35243d;--lineStrong:#594261;--accent:#d38bd7;--accentText:#1a0b1d;--radius:22px;--shadow:0 20px 70px rgba(0,0,0,.24);--shadowHover:0 30px 80px rgba(0,0,0,.36);--bookingBg:#eadfec;--bookingText:#1b1020;--footer:#09060b;--footerText:#f7edf8}.site-header{background:rgba(18,11,22,.9)}.header-cta{background:linear-gradient(135deg,#e0a4e4,#ad6ab5);color:#1a0b1d}.hero-v2{position:relative;min-height:760px;display:grid;align-items:end;overflow:hidden}.hero-bg,.hero-shade{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;animation:slowzoom2 16s ease-in-out infinite alternate}.hero-shade{background:linear-gradient(90deg,rgba(9,5,12,.95) 0%,rgba(17,8,23,.72) 45%,rgba(17,8,23,.12) 75%),linear-gradient(0deg,rgba(9,5,12,.78),transparent 55%)}.hero-v2-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:72px}.hero-v2 .hero-copy{max-width:690px}.hero-v2 .eyebrow{color:#efb9ef}.hero-v2 h1{font-size:clamp(58px,7.3vw,108px)}.hero-v2 p{max-width:650px;font-size:18px;color:#e9ddea}.hero-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-stats div{min-width:130px;padding:13px 15px;border:1px solid rgba(255,255,255,.18);background:rgba(18,11,22,.5);backdrop-filter:blur(12px);border-radius:14px;display:grid}.hero-stats span{font-size:11px;opacity:.72}.selected-mark{position:absolute;right:0;bottom:32px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(18,11,22,.6)}.category-ribbon{position:relative;z-index:5;margin-top:-1px;background:#f8f1f9;color:#2b1730;padding:34px 0}.category-ribbon .shell{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-tile{position:relative;aspect-ratio:.82;overflow:hidden;border-radius:18px;background:#fff}.category-tile img{width:100%;height:100%;object-fit:cover;transition:.6s}.category-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,8,24,.88),transparent 66%)}.category-tile div{position:absolute;z-index:2;left:14px;right:14px;bottom:14px;color:#fff}.category-tile h3{margin:4px 0;font-size:22px}.category-tile span,.category-tile b{font-size:10px}.category-tile:hover img{transform:scale(1.06)}.center-heading{text-align:center;max-width:760px;margin:0 auto 38px}.center-heading p{opacity:.72}.v2-services{background:#120b16}.service-card.premium{background:#1d1223}.cinematic{background:#211027;position:relative;overflow:hidden}.cinematic:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:#7d2d84;filter:blur(130px);opacity:.2;right:-120px;top:-100px}.cinematic-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:center}.cinematic-copy{position:relative;z-index:2}.cinematic-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cinematic-mosaic img{width:100%;height:260px;object-fit:cover;border-radius:18px}.cinematic-mosaic img:first-child{grid-row:span 2;height:532px}.price-stage{background:#f8f1f9;color:#29162e}.price-stage{--panel:#fff;--line:#e3d6e6;--accent:#7e347f;--text:#29162e}.experience{padding-top:30px}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.experience-card{padding:28px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#1e1224,#160e1b)}.experience-card>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--lineStrong);border-radius:50%;color:var(--accent)}.booking-section{--panel:#fff;--text:#231328;--input:#fff;--line:#e2d2e5;--lineStrong:#c6afcc;--accent:#7c2f7f;--accentText:#fff}.booking-visual{position:relative}.booking-visual img{width:100%;height:730px;object-fit:cover;border-radius:24px}.booking-visual-copy{position:absolute;left:18px;right:18px;bottom:18px;padding:16px;border-radius:16px;background:rgba(20,8,24,.75);backdrop-filter:blur(14px);color:#fff;display:flex;justify-content:space-between}.faq-section{background:#160d1b}@keyframes slowzoom2{from{transform:scale(1.02) translateX(0)}to{transform:scale(1.08) translateX(-1%)}}@media(max-width:950px){.category-ribbon .shell{grid-template-columns:repeat(3,1fr)}.cinematic-grid{grid-template-columns:1fr}.hero-v2{min-height:680px}.selected-mark{display:none}}@media(max-width:700px){.hero-v2{min-height:610px}.hero-v2-inner{padding-bottom:40px}.hero-v2 h1{font-size:54px}.hero-v2 p{font-size:15px}.hero-shade{background:linear-gradient(0deg,rgba(9,5,12,.95),rgba(17,8,23,.38))}.category-ribbon .shell{grid-template-columns:repeat(2,1fr)}.category-tile:last-child{grid-column:1/-1;aspect-ratio:1.8}.cinematic-mosaic img{height:170px}.cinematic-mosaic img:first-child{height:352px}.experience-grid{grid-template-columns:1fr}.booking-visual img{height:420px}}

/* 2026 selected V2 visual refresh */
.service-photo{overflow:hidden;position:relative}.service-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 38%,rgba(255,255,255,.13) 50%,transparent 62%);transform:translateX(-130%);transition:transform .85s ease;pointer-events:none}.service-card:hover .service-photo:after{transform:translateX(130%)}
.service-card img,.category-tile img,.cinematic-mosaic img,.booking-visual img,.inner-grid>img,.detail-photo img{will-change:transform;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s ease}.service-card:hover img,.category-tile:hover img{transform:scale(1.055)}.cinematic-mosaic img:hover{transform:translateY(-5px) scale(1.015)}
.experience-card,.service-card,.category-tile{transition:transform .38s ease,border-color .38s ease,box-shadow .38s ease}.experience-card:hover{transform:translateY(-6px);border-color:#6b4a74;box-shadow:0 22px 54px rgba(0,0,0,.22)}
[data-reveal]{transition-duration:.8s}.service-grid [data-reveal]:nth-child(2n){transition-delay:.08s}.service-grid [data-reveal]:nth-child(3n){transition-delay:.14s}.category-ribbon [data-reveal]:nth-child(2){transition-delay:.06s}.category-ribbon [data-reveal]:nth-child(3){transition-delay:.12s}.category-ribbon [data-reveal]:nth-child(4){transition-delay:.18s}.category-ribbon [data-reveal]:nth-child(5){transition-delay:.24s}
.hero-v2 .hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 24%,rgba(211,139,215,.16),transparent 32%);animation:ambientPulse 7s ease-in-out infinite alternate;pointer-events:none}@keyframes ambientPulse{from{opacity:.35;transform:scale(1)}to{opacity:.8;transform:scale(1.05)}}
@media(max-width:700px){.category-tile{min-height:210px}.service-photo{aspect-ratio:1/1}.booking-visual img{height:360px}.hero-v2{min-height:640px}.hero-v2 .hero-bg img{object-position:57% center}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:390px){.hero-v2 h1{font-size:48px}.category-tile{min-height:185px}.footer-grid{grid-template-columns:1fr 1fr}.socials a span{display:none}}
@media(prefers-reduced-motion:reduce){.hero-v2 .hero-bg:after{animation:none}.service-card:hover img,.category-tile:hover img,.cinematic-mosaic img:hover,.experience-card:hover{transform:none}.service-photo:after{display:none}}

/* VERSION 1 — Editorial Burgundy */
:root{--bg:#fbf5f0;--text:#381722;--panel:#fffaf7;--input:#fff;--top:#6d1737;--toptext:#fff5f8;--header:#fffaf7;--line:#ead9de;--lineStrong:#cba7b5;--accent:#8c2148;--accentText:#fff;--radius:18px;--shadow:0 18px 55px rgba(75,21,42,.13);--shadowHover:0 26px 66px rgba(75,21,42,.2);--bookingBg:#f6e8eb;--bookingText:#35131f;--footer:#4b1029;--footerText:#fff7f9}
body{background:var(--bg);color:var(--text)}.topbar{background:#6d1737;color:#fff}.site-header{background:rgba(255,250,247,.96);border-bottom-color:#ead9de}.brand-copy strong,.desktop-nav a,.menu-btn{color:#3a1723}.brand-copy small{color:#8c2148}.header-cta{background:#8c2148;color:#fff}.desktop-nav a:after{background:#8c2148}.mobile-nav{background:#fffaf7;color:#381722;border-color:#ead9de}.mobile-nav a{border-color:#ead9de}
.hero-v2{min-height:700px;background:#fff7f3;align-items:stretch}.hero-v2 .hero-bg{left:49%;width:51%;overflow:hidden}.hero-v2 .hero-bg img{object-position:center;animation:slowzoomV1 18s ease-in-out infinite alternate}.hero-v2 .hero-shade{background:linear-gradient(90deg,#fff7f3 0 46%,rgba(255,247,243,.94) 52%,rgba(255,247,243,.08) 75%)}.hero-v2-inner{align-items:center;padding-bottom:0}.hero-v2 .hero-copy{max-width:520px;color:#381722}.hero-v2 .eyebrow{color:#8c2148}.hero-v2 h1{font-family:Georgia,serif;font-size:clamp(54px,6vw,92px);line-height:.95}.hero-v2 p{color:#694654}.hero-stats div{background:#fff;border:1px solid #ead9de;color:#381722;box-shadow:0 10px 32px rgba(75,21,42,.08)}.btn.glass{border-color:#b98296;color:#5d1b35;background:rgba(255,255,255,.72)}
.category-ribbon{background:#701737;color:#fff;padding:22px 0}.category-ribbon .shell{grid-template-columns:repeat(5,1fr)}.category-tile{aspect-ratio:1.04;border-radius:14px;box-shadow:none}.category-tile:after{background:linear-gradient(0deg,rgba(54,7,26,.88),transparent 72%)}
.v2-services{background:#fbf5f0;color:#381722}.service-card.premium{background:#fff;border:1px solid #ead9de}.service-card.premium .service-body{color:#381722}.service-card.premium .price{color:#8c2148}.cinematic{background:#4b1029;color:#fff}.cinematic:before{background:#c5698c}.price-stage{background:#fff9f5;color:#381722;--panel:#fff;--text:#381722;--line:#ead9de;--accent:#8c2148;--accentText:#fff}.experience{background:#fbf5f0}.experience-card{background:#fff;border-color:#ead9de;color:#381722}.booking-section{background:#f6e8eb;color:#381722}.faq-section{background:#fffaf7;color:#381722}.site-footer{background:#4b1029;color:#fff}.floating-wa{background:#8c2148;color:#fff}
@keyframes slowzoomV1{from{transform:scale(1.01)}to{transform:scale(1.07)}}
@media(max-width:950px){.hero-v2 .hero-bg{left:0;width:100%}.hero-v2 .hero-shade{background:linear-gradient(0deg,rgba(53,15,29,.9),rgba(53,15,29,.18))}.hero-v2 .hero-copy{color:#fff}.hero-v2 .eyebrow,.hero-v2 p{color:#fff}.hero-stats div{background:rgba(255,255,255,.9);color:#381722}.btn.glass{color:#fff;border-color:rgba(255,255,255,.65);background:rgba(63,12,31,.38)}}
@media(max-width:700px){.hero-v2{min-height:610px}.category-ribbon .shell{grid-template-columns:repeat(2,1fr)}.category-tile:last-child{grid-column:1/-1}}
