:root{--bg:#14161a;--bg-2:#1b1e23;--bg-3:#22262c;--ink:#f2f3f5;--dim:#9aa1ab;--faint:#9fa6b2;--line:rgba(255,255,255,0.1);--line-2:rgba(255,255,255,0.18);--gold:#d9a441;--gold-bright:#efbe63;--gold-dim:#8a6a2b;--sans:"Helvetica Neue",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--mono:ui-monospace,"SF Mono",Menlo,monospace;--pad:clamp(1.25rem,5vw,4rem);--maxw:78rem;--rhythm:1.5rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 .45em;line-height:1.06;letter-spacing:-.025em;font-weight:600}h1{font-size:clamp(2.5rem,6.5vw,5rem)}h2{font-size:clamp(1.6rem,3.2vw,2.5rem)}h3{font-size:1.1rem}a{color:inherit;text-underline-offset:.2em}a:hover{color:var(--gold)}:focus-visible{outline:3px solid var(--gold-bright);outline-offset:3px}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:absolute;left:-9999px}.skip:focus{position:static;display:inline-block;padding:.5rem 1rem;background:var(--gold);color:var(--bg)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}header{position:sticky;top:0;z-index:20;background:rgba(20,22,26,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.bar{display:flex;gap:clamp(1.25rem,3vw,2.5rem);padding-block:.7rem;flex-wrap:wrap}.bar,.brand{align-items:center}.brand{display:inline-flex;line-height:0;flex:0 0 auto}.brand img{display:block;height:clamp(44px,5vw,60px);width:auto;transition:transform .35s cubic-bezier(.22,.61,.36,1)}.brand:hover img{transform:scale(1.04)}.mainnav{display:flex;gap:clamp(1rem,2.2vw,1.9rem);flex-wrap:wrap;font-size:.94rem;color:var(--dim)}.mainnav a{text-decoration:none;position:relative}.mainnav a:after{content:"";position:absolute;left:0;bottom:.15rem;height:1px;width:100%;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(.22,.61,.36,1)}.mainnav a:focus-visible:after,.mainnav a:hover:after{transform:scaleX(1)}.bar-right{display:flex;align-items:center;gap:clamp(.75rem,1.6vw,1.25rem);margin-inline-start:auto}.langs{list-style:none;margin:0;padding:0;display:flex;gap:.35rem}.langs a{text-decoration:none;font-size:.78rem;letter-spacing:.08em;color:var(--faint)}.langs a[aria-current=true]{color:var(--ink);font-weight:700}.call{display:inline-block;padding:.9rem 1.6rem;background:var(--gold);color:var(--bg);text-decoration:none;font-weight:700}.call:hover{background:var(--gold-bright);color:var(--bg)}.call-sm{padding:.55rem 1.15rem;font-size:.92rem;background:transparent;color:var(--gold);border:1px solid var(--gold)}.call-sm:hover{background:var(--gold);color:var(--bg)}.btn-ghost{display:inline-block;padding:.9rem 1.6rem;border:1px solid var(--line-2);color:var(--ink);text-decoration:none;font-weight:600}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.hero{position:relative;min-height:76vh;display:grid;align-items:end;overflow:hidden}.hero-img{width:100%;height:100%;object-fit:cover;opacity:.45}.hero-img,.hero:after{position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(180deg,rgba(20,22,26,.55) 0,rgba(20,22,26,.25) 40%,var(--bg) 100%)}.hero>.wrap{position:relative;z-index:2;padding-block:clamp(3rem,8vw,6rem)}.kicker{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;font-size:.76rem;font-weight:700;margin-bottom:1.1rem}.lede{color:var(--dim);font-size:clamp(1.02rem,1.6vw,1.28rem);max-width:36rem;margin:.9rem 0 2rem}.actions{display:flex;gap:.8rem;flex-wrap:wrap;align-items:center}.where{color:var(--faint);font-size:.92rem;margin-top:1.4rem}.status{color:var(--dim);font-size:.95rem;margin:0 0 1.2rem}.status strong{color:var(--gold)}section{padding-block:clamp(3rem,7vw,5.5rem)}.eyebrow{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:.74rem;font-weight:700;margin-bottom:.7rem}.tariff-scroll{overflow-x:auto}.tariff{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:1.4rem}.tariff caption{text-align:left;color:var(--faint);padding-bottom:.6rem}.tariff td,.tariff th{padding:1.05rem .6rem;border-bottom:1px solid var(--line);text-align:left}.tariff thead th{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);font-weight:700}.tariff td,.tariff thead th:not(:first-child){text-align:right}.tariff tbody th{font-weight:500}.tariff td{font-weight:700;white-space:nowrap;font-size:1.05rem}.tariff tbody tr:hover{background:var(--bg-2)}.tariff .name{display:block}.tariff .desc{display:block;font-size:.84rem;color:var(--faint);margin-top:.15rem}.offers{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.offers li{background:var(--bg-2);border:1px solid var(--line);padding:1.6rem;display:grid;grid-template-rows:auto 1fr auto auto;gap:.3rem}.offers h3{margin:0}.offers .desc{color:var(--faint);font-size:.87rem;margin:.3rem 0 1rem}.offers .price{margin:0;font-size:2.1rem;font-weight:700;color:var(--gold);letter-spacing:-.03em;align-self:end}.offers .price s{font-size:.85rem;color:var(--faint);font-weight:400;margin-left:.55rem;letter-spacing:0}.offers .until{margin:.45rem 0 0;font-size:.76rem;color:var(--faint)}.shot{margin:0}.shot img{display:block;width:100%;height:auto}.gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));margin-top:1.6rem}.gallery img{width:100%;height:16rem;object-fit:cover;display:block;border:1px solid var(--line)}ul.plain{list-style:none;margin:1.2rem 0 0;padding:0;column-count:2;column-gap:2.5rem}ul.plain li{padding:.35rem 0;page-break-inside:avoid;break-inside:avoid;color:var(--dim)}ul.plain.one-col{column-count:1}@media (max-width:34rem){ul.plain{column-count:1}}.split{display:grid;gap:clamp(1.25rem,3vw,2.5rem);align-items:start}@media (min-width:46rem){.split{grid-template-columns:1fr 1fr}}@media (min-width:47.01rem) and (max-width:52rem){.bar{gap:1.25rem}}.prose{max-width:44rem}.prose h2{margin-top:2.2rem}.prose p,footer{color:var(--dim)}footer{border-top:1px solid var(--line);font-size:.93rem}footer .wrap{padding-block:clamp(2.5rem,6vw,3.5rem)}footer address{font-style:normal;margin-bottom:var(--rhythm)}footer nav{display:inline-flex;gap:.5rem}.tagline{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:.72rem;font-weight:700;margin-bottom:1rem}.hero,section[id]{scroll-margin-top:6.5rem}@media (max-width:47rem){.bar{gap:.6rem 1rem;padding-block:.6rem}.brand img{height:44px}.mainnav{order:3;width:100%;gap:.35rem 1rem;font-size:.9rem}.langs{gap:.5rem}.call-sm{padding:.45rem .85rem;font-size:.86rem}.hero,section[id]{scroll-margin-top:5.5rem}}@media (max-width:40rem){.tariff-scroll{overflow-x:visible}.tariff thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.tariff,.tariff tbody,.tariff td,.tariff th,.tariff tr{display:block;width:auto}.tariff tr{padding:1.1rem 0;border-bottom:1px solid var(--line)}.tariff tbody tr:hover{background:none}.tariff tbody th{border:0;padding:0 0 .75rem}.tariff .name{font-size:1.05rem;font-weight:600}.tariff .desc{margin-top:.25rem}.tariff tbody tr{display:grid;grid-template-columns:1fr}.tariff tbody th{grid-column:1}.tariff td{display:inline-flex;flex-direction:column;gap:.15rem;border:0;padding:0;text-align:left}.tariff td:before{content:attr(data-label);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);font-weight:700}.tariff tbody tr{grid-template-areas:"nm nm nm" "a  b  c";grid-template-columns:repeat(3,1fr);gap:.5rem .75rem}.tariff tbody th{grid-area:nm}.tariff td:first-of-type{grid-area:a}.tariff td:nth-of-type(2){grid-area:b}.tariff td:nth-of-type(3){grid-area:c}}@media (max-height:34rem){.hero{min-height:auto}}.langs a,footer a,header nav a{display:inline-flex;align-items:center;min-height:24px;padding-block:.35rem}.langs a{min-width:24px;justify-content:center;padding-inline:.3rem}.skip:focus,footer address a,footer nav a{min-height:24px}@media (pointer:coarse){.langs a,footer a,header nav a{min-height:44px}.langs a{min-width:44px}}.btn-ghost,.call,.call-sm{transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s cubic-bezier(.22,.61,.36,1)}.btn-ghost:hover,.call-sm:hover,.call:hover{transform:translateY(-2px)}.btn-ghost:active,.call-sm:active,.call:active{transform:translateY(0)}.langs a{transition:color .2s ease,background-color .2s ease}.gallery,.shot{overflow:hidden}.gallery img,.shot img{transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}.gallery img:hover,.shot:hover img{transform:scale(1.035)}.offers li{transition:transform .3s cubic-bezier(.22,.61,.36,1),border-color .3s ease,background-color .3s ease}.offers li:hover{transform:translateY(-4px);border-color:var(--gold-dim);background:var(--bg-3)}.tariff tbody tr{transition:background-color .2s ease}@keyframes izo-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes izo-fade{0%{opacity:0}to{opacity:1}}.hero>.wrap>*{animation:izo-rise .7s cubic-bezier(.22,.61,.36,1) backwards}.hero>.wrap>:first-child{animation-delay:.05s}.hero>.wrap>:nth-child(2){animation-delay:.12s}.hero>.wrap>:nth-child(3){animation-delay:.19s}.hero>.wrap>:nth-child(4){animation-delay:.26s}.hero>.wrap>:nth-child(5){animation-delay:.33s}.hero>.wrap>:nth-child(6){animation-delay:.4s}.hero-img{animation:izo-fade 1.1s ease backwards}@supports (animation-timeline:view()){section .gallery img,section .offers li,section .split>*,section.wrap>:not(.offers):not(.gallery):not(.tariff-scroll):not(.split),section>.wrap>:not(.offers):not(.gallery):not(.tariff-scroll):not(.split){animation:izo-rise linear both;animation-timeline:view();animation-range:entry 10% cover 28%}.gallery img:nth-child(2),.offers li:nth-child(2){animation-range:entry 14% cover 32%}.gallery img:nth-child(3),.offers li:nth-child(3){animation-range:entry 18% cover 36%}.tariff-scroll{animation:izo-rise linear both;animation-timeline:view();animation-range:entry 8% cover 22%}.tariff tbody tr{animation:none}}@supports (animation-timeline:scroll()){header{animation:izo-header linear both;animation-timeline:scroll();animation-range:0 8rem}@keyframes izo-header{0%{background-color:rgba(20,22,26,.55);border-bottom-color:rgba(255,255,255,.04)}to{background-color:rgba(20,22,26,.94);border-bottom-color:rgba(255,255,255,.12)}}}@keyframes izo-navcollapse{0%{max-height:7rem;opacity:1}to{max-height:0;opacity:0}}@media (max-width:47rem){@supports (animation-timeline:scroll()){.mainnav{overflow:hidden;animation:izo-navcollapse linear both;animation-timeline:scroll(root block);animation-range:40px 160px}}}