.ih-home{--ih-black:#000;--ih-white:#fff;--ih-gold:#bc8b39;--ih-gold-soft:#d6a958;--ih-slate:#3d3d3d;--ih-stone:#e8e5e0;--ih-stone-soft:#f4f2ee;--ih-ember:#a35c2d;--ih-charcoal:#1a1a1a;--ih-mute:#6b675f;--ih-line:rgba(255,255,255,.12);--ih-line-dark:rgba(0,0,0,.1);--space-1:8px;--space-2:12px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:48px;--space-7:64px;--space-8:80px;--space-9:120px;--space-10:140px;--space-11:160px;--page-margin:20px;--page-max:1280px;--type-display:clamp(40px,8vw,88px);--type-h1:clamp(32px,5vw,56px);--type-h2:clamp(26px,3.6vw,44px);--type-h3:clamp(20px,2vw,28px);--ease:cubic-bezier(.2,.7,.2,1);font-family:Outfit,system-ui,-apple-system,sans-serif;color:var(--ih-charcoal)}@media(min-width:768px){.ih-home{--page-margin:48px}}@media(min-width:1024px){.ih-home{--page-margin:80px}}@media(min-width:1440px){.ih-home{--page-margin:120px}}.ih-home *,.ih-home *:before,.ih-home *:after{box-sizing:border-box}.ih-home img{max-width:100%;display:block}.ih-home h1,.ih-home h2{font-weight:400;letter-spacing:-.015em;line-height:1.05;text-wrap:balance;margin:0}.ih-home h3{font-weight:400;line-height:1.15;letter-spacing:-.005em;margin:0}.ih-home h1 em,.ih-home h2 em,.ih-home h3 em{font-style:normal;font-weight:900;color:inherit}.ih-home p{margin:0}.ih-home .container{width:100%;max-width:var(--page-max);margin-inline:auto;padding-inline:var(--page-margin)}.ih-home .eyebrow,.ih-home .section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ih-gold)}.ih-home .section-eyebrow{display:inline-flex;align-items:center;gap:8px}.ih-home .section-eyebrow:before{content:"";width:24px;height:1px;background:var(--ih-gold);display:inline-block}.ih-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;min-height:48px;border-radius:4px;border:1px solid transparent;font-weight:700;font-size:15px;transition:all .25s var(--ease);white-space:nowrap;text-decoration:none;cursor:pointer}.ih-home .btn-primary{background:var(--ih-black);color:var(--ih-white)}.ih-home .btn-primary:hover{background:var(--ih-charcoal);transform:translateY(-1px)}.ih-home .btn-primary.on-dark{background:var(--ih-white);color:var(--ih-black)}.ih-home .btn-primary.on-dark:hover{background:var(--ih-stone)}.ih-home .btn-ghost{background:transparent;color:var(--ih-white);border-color:#ffffff80}.ih-home .btn-ghost:hover{background:#ffffff14;border-color:var(--ih-white)}.ih-home .btn-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--ih-charcoal);padding:6px 0;border-bottom:1px solid currentColor;text-decoration:none;transition:gap .2s var(--ease)}.ih-home .btn-link.on-dark{color:var(--ih-white)}.ih-home .btn-link.gold{color:var(--ih-gold)}.ih-home .btn-link:hover{gap:14px}.ih-home .arrow{display:inline-block;transition:transform .25s var(--ease)}.ih-home .btn:hover .arrow,.ih-home .btn-link:hover .arrow{transform:translate(3px)}.ih-home .reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.ih-home .reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.ih-home .reveal{opacity:1;transform:none;transition:none}}.ih-home .sec{padding:var(--space-8) 0}@media(min-width:1024px){.ih-home .sec{padding:var(--space-9) 0}}.ih-home .sec--white{background:var(--ih-white);color:var(--ih-charcoal)}.ih-home .sec--stone{background:var(--ih-stone-soft);color:var(--ih-charcoal)}.ih-home .sec--charcoal{background:var(--ih-charcoal);color:var(--ih-white)}.ih-home .sec--black{background:var(--ih-black);color:var(--ih-white)}.ih-home .sec--charcoal h1,.ih-home .sec--charcoal h2,.ih-home .sec--charcoal h3,.ih-home .sec--black h1,.ih-home .sec--black h2,.ih-home .sec--black h3{color:var(--ih-white)}.ih-home .sechead{max-width:720px;margin-bottom:var(--space-6)}.ih-home .sechead h2{font-size:var(--type-h1);margin-top:var(--space-3)}.ih-home .sechead p{margin-top:var(--space-3);max-width:56ch;line-height:1.55;color:var(--ih-mute)}.ih-home .sec--charcoal .sechead p,.ih-home .sec--black .sechead p{color:#ffffffb3}.ih-home .hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--ih-black);color:var(--ih-white)}@media(min-width:1024px){.ih-home .hero{min-height:92vh}}.ih-home .hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.ih-home .hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 60%}.ih-home .hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#000000b3,#0000004d 22%,#0000 45% 55%,#000c),linear-gradient(90deg,#00000073,#0000 55%)}.ih-home .hero__content{position:relative;z-index:3;width:100%;padding:var(--space-8) 0 calc(var(--space-7) + 96px)}@media(min-width:1024px){.ih-home .hero__content{padding:var(--space-11) 0 calc(var(--space-9) + 96px)}}.ih-home .hero__eyebrow{color:var(--ih-gold-soft);margin-bottom:var(--space-3)}.ih-home .hero__title{font-size:var(--type-display);max-width:14ch;margin-bottom:var(--space-4);font-weight:400}.ih-home .hero__sub{max-width:46ch;font-size:clamp(16px,1.4vw,19px);color:#ffffffe0;margin-bottom:var(--space-5);line-height:1.45}.ih-home .hero__cta{display:flex;gap:var(--space-3);flex-wrap:wrap;align-items:center}.ih-home .hero__stats{position:absolute;left:0;right:0;bottom:0;z-index:4;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.1);display:none}@media(min-width:768px){.ih-home .hero__stats{display:block}}.ih-home .hero__stats-inner{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--page-margin);max-width:var(--page-max);margin-inline:auto}.ih-home .hero__stat{color:var(--ih-white);text-align:center;flex:1}.ih-home .hero__stat+.ih-home .hero__stat,.ih-home .hero__stat+.hero__stat{border-left:1px solid rgba(255,255,255,.12)}.ih-home .hero__stat-num{font-weight:900;font-size:22px;letter-spacing:-.02em;display:block;line-height:1.1}.ih-home .hero__stat-num small{font-size:12px;font-weight:500;opacity:.7}.ih-home .hero__stat-label{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#fff9;display:block;margin-top:3px}.ih-home .logos{text-align:center}.ih-home .logos__label{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ih-mute);margin-bottom:clamp(18px,2.5vw,30px)}.ih-home .sec--charcoal .logos__label,.ih-home .sec--black .logos__label{color:#fff9}.ih-home .logos__row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(24px,5vw,64px)}.ih-home .logos__item{display:inline-flex;align-items:center;opacity:1;transition:opacity .2s var(--ease);color:inherit;text-decoration:none}.ih-home .logos__item:hover{opacity:1}.ih-home .logos__item img{height:min(var(--logo-h,40px),30vw);width:auto;object-fit:contain}.ih-home .logos__item--text{font-weight:700;font-size:min(calc(var(--logo-h,40px) * .55),14vw);letter-spacing:.01em;white-space:nowrap}.ih-home .cardhead{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6)}@media(min-width:768px){.ih-home .cardhead--split{flex-direction:row;justify-content:space-between;align-items:flex-end}}.ih-home .cardhead h2{font-size:var(--type-h1)}.ih-home .cardhead p{max-width:50ch;color:var(--ih-mute)}.ih-home .sec--charcoal .cardhead p,.ih-home .sec--black .cardhead p{color:#ffffffb3}.ih-home .cards{display:grid;grid-template-columns:1fr;gap:var(--space-3)}@media(min-width:640px){.ih-home .cards{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}}@media(min-width:1024px){.ih-home .cards--3{grid-template-columns:repeat(3,1fr)}.ih-home .cards--4{grid-template-columns:repeat(4,1fr)}}.ih-home .ihc{display:flex;flex-direction:column;border:1px solid var(--ih-line-dark);border-radius:4px;overflow:hidden;background:var(--ih-white);transition:transform .3s var(--ease),border-color .3s var(--ease);text-decoration:none;color:inherit}.ih-home .sec--charcoal .ihc,.ih-home .sec--black .ihc{background:var(--ih-black);border-color:#ffffff14}.ih-home .ihc:hover{transform:translateY(-4px);border-color:var(--ih-gold)}.ih-home .ihc__media{aspect-ratio:4/3;overflow:hidden;background:var(--ih-stone);display:flex;align-items:center;justify-content:center}.ih-home .sec--charcoal .ihc__media,.ih-home .sec--black .ihc__media{background:var(--ih-slate)}.ih-home .ihc__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.ih-home .ihc:hover .ihc__media img{transform:scale(1.04)}.ih-home .ihc__ph{font-size:11px;font-family:ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--ih-mute);text-align:center;padding:16px}.ih-home .ihc__body{padding:var(--space-4);flex:1;display:flex;flex-direction:column;gap:var(--space-2)}.ih-home .ihc__title{font-weight:700;font-size:17px}.ih-home .ihc__desc{font-size:14px;color:var(--ih-mute);line-height:1.45}.ih-home .sec--charcoal .ihc__desc,.ih-home .sec--black .ihc__desc{color:#ffffffa6}.ih-home .ihc__price{font-size:13px;color:var(--ih-mute)}.ih-home .ihc__price strong{color:inherit;font-size:18px;font-weight:700}.ih-home .ihc__cta{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:var(--space-3);font-size:14px;font-weight:700;color:var(--ih-gold);align-self:flex-start;transition:gap .2s var(--ease)}.ih-home .ihc:hover .ihc__cta{gap:14px}.ih-home .pillars{display:grid;grid-template-columns:1fr;gap:var(--space-7)}@media(min-width:768px){.ih-home .pillars{grid-template-columns:repeat(3,1fr);gap:var(--space-6)}}.ih-home .pillar{border-top:1px solid var(--ih-line-dark);padding-top:var(--space-4)}.ih-home .sec--charcoal .pillar,.ih-home .sec--black .pillar{border-top-color:#ffffff1f}.ih-home .pillar__num{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ih-gold);margin-bottom:var(--space-3)}.ih-home .pillar h3{font-size:var(--type-h3);margin-bottom:var(--space-2)}.ih-home .pillar p{color:var(--ih-slate);max-width:36ch;line-height:1.55}.ih-home .sec--charcoal .pillar p,.ih-home .sec--black .pillar p{color:#ffffffb3}.ih-home .pillar p strong{color:inherit;font-weight:700}.ih-home .pillar__label{margin-top:var(--space-3);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ih-gold);display:block}.ih-home .pillar{display:flex;flex-direction:column}.ih-home .pillar__icon{width:40px;height:40px;color:var(--ih-gold);margin-bottom:var(--space-3)}.ih-home .pillar__foot{margin-top:auto;padding-top:var(--space-4);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ih-gold)}.ih-home .pillars--cards{gap:var(--space-4)}@media(min-width:768px){.ih-home .pillars--cards{gap:var(--space-5)}}.ih-home .pillars--cards .pillar{border-top:none;border:1px solid var(--ih-line-dark);border-radius:4px;padding:var(--space-5);gap:var(--space-3);transition:border-color .3s var(--ease)}.ih-home .sec--charcoal .pillars--cards .pillar,.ih-home .sec--black .pillars--cards .pillar{border-color:#ffffff1a}.ih-home .pillars--cards .pillar:hover{border-color:var(--ih-gold)}.ih-home .pillars--cards .pillar p{max-width:none}.ih-home .pillars--cards .pillar h3{font-size:20px}.ih-home .star-bg{position:relative}.ih-home .star-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.55) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.35) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.45) 1px,transparent 1px),radial-gradient(circle,rgba(255,255,255,.25) 1px,transparent 1px);background-size:340px 240px,280px 200px,420px 300px,200px 160px;background-position:12% 18%,67% 44%,38% 72%,85% 25%;opacity:.6}.ih-home .star-bg>*{position:relative;z-index:1}.ih-home .statnum{text-align:center;max-width:920px;margin:0 auto}.ih-home .statnum__num{font-size:clamp(80px,16vw,200px);font-weight:900;letter-spacing:-.04em;line-height:.9;margin:var(--space-3) 0}.ih-home .statnum__num small{font-size:.3em;font-weight:700;letter-spacing:.04em;vertical-align:super;color:var(--ih-gold)}.ih-home .statnum__caption{font-size:clamp(18px,2vw,22px);color:var(--ih-slate);max-width:36ch;margin:0 auto;font-weight:500}.ih-home .sec--charcoal .statnum__caption,.ih-home .sec--black .statnum__caption{color:#ffffffb3}.ih-home .statnum__caption strong{color:inherit;font-weight:700}.ih-home .statnum__foot{display:flex;justify-content:center;gap:var(--space-5);flex-wrap:wrap;margin-top:var(--space-6);font-size:13px;color:var(--ih-slate)}.ih-home .sec--charcoal .statnum__foot,.ih-home .sec--black .statnum__foot{color:#ffffff80}.ih-home .statnum__foot span{display:inline-flex;align-items:center;gap:8px}.ih-home .statnum__foot span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ih-gold)}.ih-home .celestial{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--ih-black)}@media(min-width:1024px){.ih-home .celestial{min-height:88vh}}.ih-home .celestial__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.ih-home .celestial__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.ih-home .celestial__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#00000080,#00000040 40%,#0000004d 60%,#000000a6)}.ih-home .celestial__content{position:relative;z-index:3;text-align:center;padding:var(--space-8) var(--page-margin);max-width:860px}.ih-home .celestial__top{font-size:clamp(11px,1.1vw,13px);font-style:normal;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#ffffffeb;display:block;margin-bottom:clamp(16px,3vw,36px)}.ih-home .celestial__hero{font-size:clamp(38px,7vw,88px);font-weight:900;letter-spacing:-.02em;line-height:.95;color:var(--ih-white);display:block;text-transform:uppercase;margin-bottom:clamp(16px,3vw,36px)}.ih-home .celestial__bottom{font-size:clamp(11px,1.1vw,13px);font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;display:block}.ih-home .quote__inner{display:grid;grid-template-columns:1fr;gap:var(--space-6);align-items:center}@media(min-width:768px){.ih-home .quote__inner{grid-template-columns:300px 1fr;gap:var(--space-8)}}.ih-home .quote__portrait{aspect-ratio:4/5;background:linear-gradient(135deg,var(--ih-stone),#cac7c1);border-radius:4px;overflow:hidden}.ih-home .quote__portrait img{width:100%;height:100%;object-fit:cover}.ih-home .quote__q{font-size:clamp(22px,2.6vw,32px);font-weight:500;line-height:1.3}.ih-home .quote__q:before{content:"\201c";color:var(--ih-gold)}.ih-home .quote__q:after{content:"\201d";color:var(--ih-gold)}.ih-home .quote__attr{margin-top:var(--space-4);font-size:14px;color:var(--ih-slate);font-weight:500}.ih-home .sec--charcoal .quote__attr,.ih-home .sec--black .quote__attr{color:#fff9}.ih-home .quote__attr strong{color:inherit;font-weight:700}.ih-home .news{text-align:center;max-width:880px;margin-inline:auto}.ih-home .news h2{font-size:var(--type-h2);margin-top:var(--space-3)}.ih-home .news p{margin-top:var(--space-3);color:#ffffffb8;max-width:54ch;margin-inline:auto;line-height:1.55}.ih-home .news__form{margin-top:var(--space-6);display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ih-home .news__form input{flex:1;min-width:240px;max-width:380px;padding:15px 18px;border-radius:6px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:#fff;font:inherit}.ih-home .news__form input::placeholder{color:#ffffff80}.ih-home .news__micro{margin-top:var(--space-4);font-size:12.5px;color:#ffffff80}.ih-home .news__thanks{margin-top:var(--space-6);font-size:18px;color:var(--ih-gold-soft);font-weight:600}.ih-home .cmp__head{max-width:680px;margin:0 auto var(--space-7);text-align:center}.ih-home .cmp__head .section-eyebrow{justify-content:center}.ih-home .cmp__head h2{font-size:var(--type-h2);margin-top:var(--space-3)}.ih-home .cmp__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;box-shadow:0 24px 60px #00000012}.ih-home .cmp__table{width:100%;min-width:640px;border-collapse:collapse;background:var(--ih-white)}.ih-home .cmp__table th,.ih-home .cmp__table td{padding:clamp(14px,1.6vw,20px) clamp(14px,1.8vw,24px);text-align:left;border-bottom:1px solid var(--ih-line-dark)}.ih-home .cmp__table th:first-child,.ih-home .cmp__table td:first-child{padding-left:clamp(24px,2.8vw,40px)}.ih-home .cmp__table tr:last-child th,.ih-home .cmp__table tr:last-child td{border-bottom:none}.ih-home .cmp__table thead th{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--ih-mute)}.ih-home .cmp__table thead th.col-ind{color:var(--ih-gold);font-size:14px}.ih-home .cmp__table tbody th{font-weight:600;color:var(--ih-charcoal);font-size:15px}.ih-home .cmp__table tbody td{color:var(--ih-mute);font-size:15px}.ih-home .cmp__table .col-ind{background:#bc8b3912}.ih-home .cmp__table td.col-ind{color:var(--ih-charcoal);font-weight:600}.ih-home .cmp__table td.col-ind strong{color:var(--ih-gold)}.ih-home .cmp__note{margin-top:var(--space-4);text-align:center;font-size:13px;color:var(--ih-mute)}.ih-home .hood__stage{position:relative;display:grid;grid-template-columns:1fr;gap:var(--space-5);align-items:center}@media(min-width:1024px){.ih-home .hood__stage{grid-template-columns:5fr 4fr;gap:var(--space-8)}}.ih-home .hood__media{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:4px;background:#111}.ih-home .hood__media img{width:100%;height:100%;object-fit:cover;transition:filter .5s var(--ease)}.ih-home .db{padding:var(--space-5);border:1px solid var(--ih-line-dark);border-radius:6px;background:#00000006}.ih-home .sec--charcoal .db,.ih-home .sec--black .db{border-color:var(--ih-line);background:#ffffff05}.ih-home .db__label{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ih-gold);margin-bottom:var(--space-3)}.ih-home .db__readout{display:flex;align-items:baseline;gap:8px;margin-bottom:var(--space-3)}.ih-home .db__num{font-size:64px;font-weight:900;letter-spacing:-.03em;line-height:1}.ih-home .db__unit{font-size:18px;font-weight:500;color:var(--ih-slate)}.ih-home .sec--charcoal .db__unit,.ih-home .sec--black .db__unit{color:#fff9}.ih-home .db__desc{margin-bottom:var(--space-3);font-size:15px;min-height:3em;color:#000000c7}.ih-home .sec--charcoal .db__desc,.ih-home .sec--black .db__desc{color:#ffffffd9}.ih-home .db__desc strong{color:var(--ih-gold)}.ih-home .db__slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:#0000001f;border-radius:2px;outline:none;margin:var(--space-3) 0}.ih-home .sec--charcoal .db__slider,.ih-home .sec--black .db__slider{background:#ffffff26}.ih-home .db__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--ih-gold);cursor:pointer;box-shadow:0 0 0 6px #bc8b392e}.ih-home .db__slider::-moz-range-thumb{width:22px;height:22px;border:none;border-radius:50%;background:var(--ih-gold);cursor:pointer}.ih-home .db__scale{display:flex;justify-content:space-between;font-size:11px;color:var(--ih-slate);font-weight:500}.ih-home .sec--charcoal .db__scale,.ih-home .sec--black .db__scale{color:#ffffff80}.ih-home .db__compare{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--ih-line-dark);display:flex;justify-content:space-between}.ih-home .sec--charcoal .db__compare,.ih-home .sec--black .db__compare{border-top-color:var(--ih-line)}.ih-home .db__compare-row{font-size:13px;color:var(--ih-slate)}.ih-home .db__compare-row:last-child{text-align:right}.ih-home .sec--charcoal .db__compare-row,.ih-home .sec--black .db__compare-row{color:#ffffffb3}.ih-home .db__compare-row strong{display:block;font-size:18px;font-weight:700;color:var(--ih-charcoal)}.ih-home .sec--charcoal .db__compare-row strong,.ih-home .sec--black .db__compare-row strong{color:var(--ih-white)}.ih-home .tl__stage{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,56px);align-items:center}@media(min-width:900px){.ih-home .tl__stage{grid-template-columns:1.08fr 1fr}}.ih-home .tl__media{position:relative;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:var(--ih-charcoal);box-shadow:0 34px 80px #0000002e}.ih-home .tl__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s var(--ease)}.ih-home .tl__media img.is-on{opacity:1}.ih-home .tl__kicker{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ih-gold)}.ih-home .tl__title{font-size:clamp(28px,3.4vw,46px);font-weight:400;letter-spacing:-.02em;line-height:1.04;margin-top:var(--space-3)}.ih-home .tl__desc{margin-top:var(--space-4);color:var(--ih-mute);font-size:clamp(16px,1.4vw,18px);line-height:1.62;max-width:46ch}.ih-home .tl__tabs{margin-top:clamp(28px,4vw,56px);display:flex;gap:clamp(16px,3vw,44px);overflow-x:auto;border-top:1px solid var(--ih-line-dark);padding-top:var(--space-4);scrollbar-width:none}.ih-home .tl__tabs::-webkit-scrollbar{display:none}.ih-home .tl__tab{flex:0 0 auto;background:none;border:none;padding:6px 0;cursor:pointer;font:inherit;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ih-mute);position:relative;white-space:nowrap;transition:color .2s var(--ease)}.ih-home .tl__tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ih-gold);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.ih-home .tl__tab.active{color:var(--ih-charcoal)}.ih-home .tl__tab.active:after{transform:scaleX(1)}.ih-home .sec--charcoal .tl__tab.active,.ih-home .sec--black .tl__tab.active{color:var(--ih-white)}.ih-home .tl__stage.tl--nomedia{grid-template-columns:1fr}.ih-home .tl__stage.tl--nomedia .tl__panel{max-width:62ch}
/*# sourceMappingURL=/cdn/shop/t/10/assets/ih-home.css.map */
