@font-face{font-family:Archivo Black;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/archivo-black-latin-400-normal-BTVu2TQR.woff2) format("woff2"),url(/assets/archivo-black-latin-400-normal-HW9MwEcM.woff) format("woff")}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/barlow-latin-400-normal-qiz4-Cze.woff2) format("woff2"),url(/assets/barlow-latin-400-normal-fsAxiSwU.woff) format("woff")}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/barlow-latin-500-normal-BPAOfeC8.woff2) format("woff2"),url(/assets/barlow-latin-500-normal-C1h8hMer.woff) format("woff")}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/barlow-latin-600-normal-DILqtrty.woff2) format("woff2"),url(/assets/barlow-latin-600-normal-CNwfPWQD.woff) format("woff")}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/barlow-latin-700-normal-A9pxMQ4z.woff2) format("woff2"),url(/assets/barlow-latin-700-normal-__SGTsZ1.woff) format("woff")}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/barlow-condensed-latin-600-normal-DepVgxBB.woff2) format("woff2"),url(/assets/barlow-condensed-latin-600-normal-BFJEwTuo.woff) format("woff")}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/barlow-condensed-latin-700-normal-v1xN8_Wq.woff2) format("woff2"),url(/assets/barlow-condensed-latin-700-normal-Dmwat-ge.woff) format("woff")}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/barlow-condensed-latin-800-normal-BKzMuPgK.woff2) format("woff2"),url(/assets/barlow-condensed-latin-800-normal-e9GbPXiK.woff) format("woff")}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:900;src:url(/assets/barlow-condensed-latin-900-normal-SFh9ViAc.woff2) format("woff2"),url(/assets/barlow-condensed-latin-900-normal-Bz1RFETY.woff) format("woff")}:root{color:#f5e8d1;background:#100b08;font-family:Barlow,sans-serif;font-synthesis:none;--ink: #100b08;--cream: #f5e8d1;--lime: #a6bf34;--rust: #b83a20;--line: rgba(245, 232, 209, .35)}*{box-sizing:border-box}html{overflow-x:clip;background:var(--ink)}body{margin:0;min-width:320px;overflow-x:clip;background:var(--ink);color:var(--cream)}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:var(--lime);color:var(--ink)}.preloader{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:var(--ink)}.preloader img{width:132px;height:132px;border-radius:50%;object-fit:cover;filter:contrast(1.08)}.preloader-line{position:absolute;left:10vw;right:10vw;bottom:10vh;height:2px;background:#f5e8d126;overflow:hidden}.preloader-line span{display:block;width:100%;height:100%;background:var(--cream);transform-origin:left;animation:load 1s cubic-bezier(.76,0,.24,1) both}@keyframes load{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.site-header{position:fixed;inset:0 0 auto;z-index:30;height:78px;display:grid;grid-template-columns:170px 1fr auto;align-items:center;padding:8px 18px;border-bottom:1px solid rgba(245,232,209,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:height .5s cubic-bezier(.16,1,.3,1),border-color .35s,backdrop-filter .35s}.brand{position:absolute;top:10px;left:22px;width:116px;height:116px;transition:width .5s cubic-bezier(.16,1,.3,1),height .5s cubic-bezier(.16,1,.3,1),top .5s cubic-bezier(.16,1,.3,1),left .5s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),filter .35s}.brand:hover{transform:rotate(-4deg) scale(1.04)}.brand img{width:100%;height:100%;object-fit:cover;border-radius:50%;mix-blend-mode:screen}.desktop-nav{grid-column:2;justify-self:center;display:flex;gap:44px;font-family:Barlow Condensed,sans-serif;font-size:17px;font-weight:800;text-transform:uppercase}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--lime);transition:right .3s}.desktop-nav a:hover:after{right:0}.header-actions{grid-column:3;display:flex;align-items:center;gap:8px;transition:top .5s cubic-bezier(.16,1,.3,1),right .5s cubic-bezier(.16,1,.3,1),padding .35s,background .35s,border-color .35s,box-shadow .35s}.order-button,.menu-button{min-height:54px;border:1px solid var(--cream);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-family:Barlow Condensed,sans-serif;font-weight:900;text-transform:uppercase;transition:transform .2s,background .2s,color .2s}.order-button{padding:0 26px;background:var(--cream);color:var(--ink)}.order-button:hover{background:var(--lime)}.order-button:active,.menu-button:active,.hero-arrow:active{transform:scale(.96)}.menu-button{width:58px;background:transparent;cursor:pointer}.menu-button svg{width:25px;height:25px}.order-label-short{display:none}.site-header.is-compact{height:0;padding:0;border-color:transparent;background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.site-header.is-compact .brand{top:12px;left:16px;width:72px;height:72px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.34));pointer-events:auto}.site-header.is-compact .header-actions{position:fixed;top:10px;right:14px;padding:4px;gap:4px;border:1px solid rgba(245,232,209,.58);border-radius:15px;background:#100b08eb;box-shadow:0 12px 34px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:auto}.site-header.is-compact .order-button{min-height:52px;padding-inline:22px}.site-header.is-compact .menu-button{min-height:52px;width:54px}.site-header.is-compact .order-label-full{display:none}.site-header.is-compact .order-label-short{display:inline}.site-header.is-compact .menu-drawer{pointer-events:auto}.menu-drawer{position:fixed;top:0;right:0;width:min(480px,100vw);height:100dvh;background:var(--lime);color:var(--ink);padding:30px;display:flex;flex-direction:column;z-index:50}.menu-drawer button{align-self:flex-end;width:54px;height:54px;display:grid;place-items:center;border:2px solid var(--ink);border-radius:50%;background:transparent;cursor:pointer}.menu-drawer a{font:900 clamp(44px,7vw,82px)/.95 "Barlow Condensed",sans-serif;text-transform:uppercase;border-bottom:2px solid var(--ink);padding:20px 0;display:flex;justify-content:space-between}.menu-drawer a:last-child{margin-top:auto;font-size:28px}.hero{position:relative;min-height:100dvh;overflow:hidden;display:grid;place-items:start center;padding-top:94px;background:radial-gradient(circle at 50% 65%,#21140d 0,var(--ink) 48%)}.hero h1{position:relative;z-index:3;width:min(1120px,88vw);margin:0;text-align:center;font:400 clamp(62px,7.7vw,110px)/.82 "Barlow Condensed",sans-serif;letter-spacing:-.045em;text-transform:uppercase}.hero h1 strong{font-family:Archivo Black,sans-serif;font-size:.82em;letter-spacing:-.055em}.hero-line{display:block;overflow:hidden;padding:.04em 0;margin:-.04em 0}.hero-line>span,.hero-line>strong{display:block;transform-origin:50% 100%}.hero-meta{position:absolute;top:59%;left:3vw;right:3vw;z-index:1;display:flex;justify-content:space-between;padding-top:9px;border-top:1px dashed var(--line);font:800 14px Barlow Condensed,sans-serif;text-transform:uppercase}.meta-window{min-height:1.15em;display:inline-flex;align-items:center;overflow:hidden}.meta-window b{display:block;font:inherit}.product-name-window{min-width:220px;justify-content:flex-end;text-align:right}.hero-product-wrap{position:absolute;z-index:2;left:50%;bottom:-4vh;width:clamp(330px,39vw,560px);height:clamp(390px,55vh,600px);transform:translate(-50%);display:grid;place-items:center}.hero-product-wrap img{position:absolute;inset:0;z-index:2;width:96%;height:100%;margin:auto;object-fit:contain;filter:drop-shadow(0 34px 26px rgba(0,0,0,.46));will-change:transform,opacity}.hero-orbit{position:absolute;width:82%;aspect-ratio:1;border-radius:50%;opacity:.92;top:18%;will-change:transform,opacity}.hero-arrow{position:absolute;z-index:5;bottom:28px;width:82px;height:82px;border:0;border-radius:50%;background:var(--cream);color:var(--ink);font-size:28px;cursor:pointer;transition:transform .2s,background .2s}.hero-arrow:hover{background:var(--lime)}.hero-arrow.left{left:7vw}.hero-arrow.right{right:7vw}.hero-cta{position:absolute;z-index:5;bottom:34px;left:50%;transform:translate(-50%);min-width:250px;height:68px;padding:0 26px;border:2px solid var(--cream);border-radius:12px;background:var(--ink);display:flex;align-items:center;justify-content:space-between;font:900 18px Barlow Condensed,sans-serif;text-transform:uppercase}.hero-cta:hover{background:var(--cream);color:var(--ink)}.bite-section{position:relative;min-height:120dvh;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);overflow:clip}.bite-photo-shell{position:relative;min-height:100%;overflow:hidden}.bite-photo{position:absolute;inset:-10% 0;background:linear-gradient(90deg,transparent 65%,var(--ink)),url(/images/islero-lifestyle.webp) 60% center / cover;will-change:transform}.bite-panel{align-self:center;padding:110px 6vw 110px 4vw}.bite-panel h2,footer h2{margin:0 0 46px;font:900 clamp(64px,7.5vw,120px)/.82 "Barlow Condensed",sans-serif;letter-spacing:-.045em}.bite-panel h2 .reveal-line{display:block;overflow:hidden;padding:.03em 0;margin:-.03em 0}.bite-panel h2 .reveal-line>span{display:block}.quality-list{border-top:1px solid var(--cream)}.quality{width:100%;display:grid;grid-template-columns:1fr auto;border:0;border-bottom:1px solid var(--cream);padding:20px 6px;background:transparent;text-align:left;cursor:pointer}.quality>span{font:900 clamp(24px,3vw,40px)/1 "Barlow Condensed",sans-serif;text-transform:uppercase}.quality-icon{width:28px;height:28px;display:grid;place-items:center}.quality svg{width:28px;height:28px}.quality p{grid-column:1 / -1;overflow:hidden;margin:0;max-width:46ch;color:#d5c8b3;font-size:17px;line-height:1.45}.quality.active{background:var(--cream);color:var(--ink);padding-inline:18px}.quality.active p{color:#3d3025;padding-top:14px}.eyebrow{margin:0 0 12px;font:900 15px Barlow Condensed,sans-serif;text-transform:uppercase;letter-spacing:.12em}.product-rail-shell{position:relative;height:320dvh;border-top:1px solid var(--line);background:var(--ink)}.product-rail-sticky{position:sticky;top:0;height:100dvh;overflow:hidden;padding-top:82px}.rail-heading{position:relative;z-index:1;padding:0 3vw}.rail-heading h2{width:max-content;margin:0;color:transparent;-webkit-text-stroke:1px var(--cream);font:900 clamp(96px,11.2vw,190px)/.72 "Barlow Condensed",sans-serif;letter-spacing:-.055em;white-space:nowrap}.product-track{position:absolute;left:0;right:auto;bottom:34px;display:flex;gap:12px;width:max-content;padding:0;will-change:transform}.product-card{position:relative;isolation:isolate;width:48vw;height:clamp(390px,60dvh,650px);overflow:hidden;border:1px solid rgba(245,232,209,.7);border-radius:14px;padding:20px 24px 18px;color:var(--cream);display:grid;grid-template-rows:auto auto 1fr auto;transform-origin:center bottom;box-shadow:inset 0 1px #ffffff29,0 22px 70px #0000002e}.product-card:before{content:"";position:absolute;inset:1px;z-index:-1;border:1px dashed rgba(245,232,209,.28);border-radius:12px;pointer-events:none}.product-card:after{content:"ISLERO";position:absolute;z-index:-1;right:-2%;bottom:-11%;color:#100b081a;font:900 12vw/.75 Archivo Black,sans-serif;letter-spacing:-.08em;transform:rotate(-8deg);pointer-events:none}.product-card-1{background:#a73822}.product-card-2{background:#d24b2e}.product-card-3{background:var(--lime);color:var(--ink);border-color:#100b089e}.product-card-3:before{border-color:#100b0842}.card-topline{display:flex;justify-content:space-between;align-items:center;font:800 14px Barlow Condensed,sans-serif;letter-spacing:.08em}.product-card h3{width:66%;margin:12px 0 0;font:900 clamp(42px,4.7vw,78px)/.78 "Barlow Condensed",sans-serif;letter-spacing:-.035em;text-transform:uppercase}.card-product{position:relative;min-height:0;display:grid;place-items:center}.card-product img{position:relative;z-index:2;width:78%;height:36dvh;max-height:390px;min-height:230px;object-fit:contain;filter:drop-shadow(0 24px 20px rgba(30,10,4,.35))}.card-orbit{position:absolute;width:min(27vw,360px);aspect-ratio:1;border:1px solid currentColor;border-radius:50%;opacity:.28}.card-orbit:before,.card-orbit:after{content:"";position:absolute;inset:12%;border:1px solid currentColor;border-radius:50%}.card-orbit:after{inset:26%}.card-footer{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:end;gap:24px;padding-top:12px;border-top:1px solid currentColor}.card-footer p{max-width:34ch;margin:0;font-size:16px;line-height:1.35}.card-footer a{width:54px;height:54px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;transition:background .2s,color .2s,transform .2s}.card-footer a:hover{background:var(--cream);color:var(--ink);transform:rotate(-25deg)}.product-card-3 .card-footer a:hover{background:var(--ink);color:var(--cream)}.rail-progress{position:absolute;left:3vw;right:3vw;bottom:15px;height:2px;background:#f5e8d129}.rail-progress span{display:block;width:100%;height:100%;background:var(--lime);transform-origin:left}.story{padding:150px 4vw 120px;text-align:center;overflow:hidden}.story-title{width:110%;margin-left:-5%;font:900 clamp(76px,13vw,210px)/.75 "Barlow Condensed",sans-serif;letter-spacing:-.055em;transform:rotate(-4deg)}.story>p{max-width:630px;margin:90px auto 110px;font-size:clamp(24px,2.6vw,40px);line-height:1.18;color:#d3c5af}.story-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr;gap:12px;text-align:left}.story-grid article{min-height:340px;border:1px solid var(--line);border-radius:14px;padding:30px;display:flex;flex-direction:column;background:#17100c}.story-grid article:nth-child(2){margin-top:90px;background:var(--lime);color:var(--ink)}.story-grid article:nth-child(3){margin-top:32px;background:#25160f}.story-grid span{font:800 18px Barlow Condensed,sans-serif}.story-grid h3{margin:auto 0 10px;font:900 clamp(32px,4vw,54px)/.9 "Barlow Condensed",sans-serif;text-transform:uppercase}.story-grid p{max-width:30ch;margin:0;font-size:17px;line-height:1.4}.cinematic{position:relative;height:190dvh;background:var(--ink)}.cinematic-sticky{position:sticky;top:0;height:100dvh;overflow:hidden}.cinematic-media{position:absolute;inset:0;overflow:hidden;will-change:clip-path}.cinematic-media img{position:absolute;inset:-8% 0;width:100%;height:116%;object-fit:cover;will-change:transform}.cinematic-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#100b0814,#100b082e 46%,#100b08c7)}.cinematic-title{position:absolute;z-index:2;inset:18% 0 auto;display:flex;flex-direction:column;align-items:center;overflow:hidden;font:900 clamp(82px,12vw,190px)/.72 "Barlow Condensed",sans-serif;letter-spacing:-.055em;text-align:center;white-space:nowrap}.cinematic-title span{display:block;text-shadow:0 4px 35px rgba(16,11,8,.4)}.cinematic-title .outline{color:transparent;-webkit-text-stroke:2px var(--cream)}.cinematic-detail{position:absolute;z-index:3;left:5vw;right:5vw;bottom:5vh;display:grid;grid-template-columns:1fr minmax(270px,420px);gap:60px;align-items:end;padding-top:18px;border-top:1px solid rgba(245,232,209,.75)}.cinematic-detail span{font:900 clamp(32px,4vw,58px)/.9 "Barlow Condensed",sans-serif;text-transform:uppercase}.cinematic-detail p{margin:0;color:#eadbc4;font-size:18px;line-height:1.45}.reviews{overflow:hidden;border-block:1px solid var(--line);padding:28px 0;background:var(--lime);color:var(--ink)}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.marquee-track span{white-space:nowrap;padding:0 38px;font:900 clamp(32px,4vw,58px) "Barlow Condensed",sans-serif;text-transform:uppercase}.marquee-track b{color:transparent;-webkit-text-stroke:1px var(--ink)}@keyframes marquee{to{transform:translate(-50%)}}footer{padding:110px 5vw 28px;background:#160e0a}.footer-brand{display:grid;grid-template-columns:180px 1fr;gap:6vw;align-items:center}.footer-brand img{width:180px;height:180px;border-radius:50%;object-fit:cover;mix-blend-mode:screen}.footer-brand h2{font-size:clamp(72px,10vw,150px);margin:0}.footer-contact{width:min(620px,100%);margin:90px 0 90px auto}.footer-contact>p{max-width:500px;margin:0;color:#d7c9b5;font-size:22px;line-height:1.35}.instagram-contact{margin-top:30px;min-height:90px;border:1px solid var(--cream);border-radius:14px;padding:16px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;background:var(--cream);color:var(--ink);transition:background .28s,color .28s,border-color .28s}.instagram-contact:hover{background:var(--lime);border-color:var(--lime)}.instagram-contact>svg:first-child{width:34px;height:34px}.instagram-contact>svg:last-child{width:25px;height:25px}.instagram-contact span{display:flex;flex-direction:column;gap:3px}.instagram-contact small{font:700 13px Barlow,sans-serif;letter-spacing:.08em;text-transform:uppercase}.instagram-contact strong{font:900 clamp(25px,3vw,38px)/1 "Barlow Condensed",sans-serif;text-transform:uppercase}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;color:#b7aa97}.site-credit{justify-self:end;color:#938674;font-size:14px;transition:color .25s}.site-credit:hover{color:var(--lime)}@media(max-width:900px){.site-header{grid-template-columns:100px 1fr;height:68px;padding-inline:12px}.brand{width:82px;height:82px;left:10px}.desktop-nav,.order-button{display:none}.header-actions{grid-column:2;justify-self:end}.menu-button{width:52px;min-height:50px}.site-header.is-compact{height:0;padding:0}.site-header.is-compact .brand{top:8px;left:8px;width:60px;height:60px}.site-header.is-compact .header-actions{top:8px;right:8px}.site-header.is-compact .order-button{display:inline-flex;min-height:48px;padding-inline:16px}.site-header.is-compact .menu-button{width:50px;min-height:48px}.hero{padding-top:100px}.hero h1{width:94vw;font-size:clamp(52px,14vw,88px)}.hero-meta{top:45%}.hero-product-wrap{width:min(85vw,430px);height:52vh;bottom:8vh}.hero-product-wrap img{width:100%}.hero-arrow{width:58px;height:58px;bottom:22px}.hero-arrow.left{left:18px}.hero-arrow.right{right:18px}.hero-cta{bottom:22px;height:58px;min-width:210px}.bite-section{grid-template-columns:1fr;min-height:auto}.bite-photo-shell{min-height:58vh}.bite-photo{inset:-8% 0;background-image:linear-gradient(0deg,var(--ink),transparent 55%),url(/images/islero-lifestyle.webp)}.bite-panel{padding:40px 18px 90px}.product-rail-shell{height:auto;padding:90px 0 80px}.product-rail-sticky{position:relative;top:auto;height:auto;min-height:0;overflow:visible;padding-top:0}.rail-heading{padding:0 18px 36px;overflow:hidden}.rail-heading h2{width:150%;font-size:clamp(74px,20vw,126px);white-space:normal;transform:none!important;opacity:1!important}.product-track{position:relative;inset:auto;width:100%;overflow-x:auto;padding:0 18px 22px;gap:10px;scroll-snap-type:x mandatory;scrollbar-width:none;transform:none!important}.product-track::-webkit-scrollbar{display:none}.product-card{flex:0 0 84vw;width:84vw;height:650px;min-height:650px;scroll-snap-align:center}.product-card h3{width:90%;font-size:clamp(48px,12vw,72px)}.card-product img{width:90%;height:420px}.card-orbit{width:62vw}.rail-progress{display:none}.story{padding:100px 18px 80px}.story>p{margin:65px auto}.story-grid{grid-template-columns:1fr}.story-grid article,.story-grid article:nth-child(2),.story-grid article:nth-child(3){margin-top:0;min-height:260px}.cinematic{height:160dvh}.cinematic-sticky{min-height:640px}.cinematic-title{top:22%;font-size:clamp(66px,18vw,110px);white-space:normal;padding:0 12px}.cinematic-detail{left:18px;right:18px;grid-template-columns:1fr;gap:14px}.cinematic-detail p{max-width:34ch;font-size:16px}.footer-brand{grid-template-columns:1fr}.footer-brand img{width:120px;height:120px}.footer-bottom{grid-template-columns:1fr auto}.site-credit{grid-column:1 / -1;justify-self:end}}@media(max-width:560px){.site-header.is-compact .order-button{gap:9px;padding-inline:13px}.site-header.is-compact .order-button svg{width:17px;height:17px}.hero h1{font-size:clamp(45px,14.8vw,66px);line-height:.86}.hero-meta{top:34%;font-size:12px}.hero-product-wrap{height:50vh;bottom:10vh}.hero-product-wrap img{width:100%;height:100%}.hero-cta{font-size:15px;min-width:190px;padding-inline:18px}.hero-arrow{width:48px;height:48px}.bite-panel h2{font-size:58px}.product-card{flex-basis:88vw;width:88vw;height:610px;min-height:610px;padding:18px}.product-card h3{font-size:51px}.card-product img{width:100%;height:380px}.card-footer p{font-size:14px}.card-footer a{width:48px;height:48px}.story-title{font-size:70px}.cinematic-title{font-size:64px;line-height:.78}.footer-brand h2{font-size:61px}.footer-contact{margin-top:55px}.footer-bottom{grid-template-columns:1fr;gap:14px}.site-credit{grid-column:auto;justify-self:start}.instagram-contact{min-height:82px;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding-inline:14px}.instagram-contact>svg:first-child{width:28px;height:28px}.instagram-contact>svg:last-child{width:20px;height:20px}.instagram-contact small{font-size:10px}.instagram-contact strong{min-width:0;font-size:20px;letter-spacing:-.015em}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.preloader{display:none}}
