:root{--bg: #f6f7fb;--bg-2: #ffffff;--text: #111318;--muted: #4f5562;--brand: #ff725e;--brand-2: #ffe0d1;--card: #ffffff;--border: #e6e8ef;--maxw: 1200px;--radius: 18px;--shadow: 0 10px 30px rgba(17,19,24,.1)}*{box-sizing:border-box}:host{display:block;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}section{padding:80px 20px;transition:background-color .35s ease,color .35s ease}.section--light{background:var(--bg);color:var(--text)}.section--dark{background:#0b0b0c;color:#eef1f6}.section--dark .section-head p,.section--dark .muted,.section--dark .subtle{color:#cbd0d8}.container{max-width:var(--maxw);margin:0 auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}.section-head h2{font-size:clamp(26px,4vw,40px);margin:0;letter-spacing:-.01em}.hero{position:relative;display:grid;place-items:center;padding:120px 20px 80px;overflow:clip;width:100vw;margin-left:calc(50% - 50vw)}.hero--video{color:#fff;text-align:center}.video-bg{position:absolute;inset:-1px;z-index:-2;overflow:hidden;pointer-events:none}.video-bg iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100vw;min-height:100vh;width:177.78vh;height:100vh;border:0;filter:saturate(1.05) brightness(.8)}.hero--video:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(90vw 60vh at 50% 40%,#00000040,#0000008c)}.hero-inner{width:100%;max-width:1000px;padding-inline:8px}.eyebrow{display:inline-block;font-weight:800;letter-spacing:.18em;text-transform:uppercase;padding:10px 14px;border-radius:999px}.eyebrow--light{color:#111;background:var(--brand-2);border:1px solid #f2c9b8}.hero--video h1{margin:18px auto 14px;font-size:clamp(40px,6vw,64px);line-height:1.05;font-weight:900;letter-spacing:-.02em;color:#fff}.hero--video p{margin:0 auto 26px;max-width:760px;font-size:clamp(16px,2.4vw,20px);color:#e8ecf3}.hero .actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:1fr;gap:18px}@media (min-width: 720px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){.grid{grid-template-columns:repeat(4,1fr)}}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.card .media{aspect-ratio:16/10;background:#eef1f6}.card .media img{width:100%;height:100%;object-fit:cover}.card .body{padding:16px;display:flex;flex-direction:column;gap:8px}.card h3{margin:0;font-size:18px;color:#0f1117}.card p{margin:0;color:var(--muted);font-size:14px}.section--dark .card--dark{background:linear-gradient(180deg,#151518,#101014);border-color:#262630}.section--dark .card--dark h3{color:#fff}.section--dark .card--dark p{color:#cbd0d8}.section--dark .grid--dark .media{background:#0f0f13}.split{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}@media (min-width: 960px){.split{grid-template-columns:1.1fr .9fr;gap:40px}}.panel{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.panel .media{position:relative;aspect-ratio:16/9;background:#eef1f6}.panel .media img{width:100%;height:100%;object-fit:cover}.panel .content{padding:22px}.video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);background:#000}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.newsletter{background:#f1f3f8;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.newsletter .box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px;display:grid;gap:16px;box-shadow:var(--shadow)}@media (min-width: 900px){.newsletter .box{grid-template-columns:1.2fr .8fr;align-items:center}}.input-row{display:flex;gap:10px}.input-row input{flex:1;padding:14px 16px;background:#fff;border:1px solid #d3d7e3;border-radius:12px;color:#0f1117;outline:none}.footer{padding:40px 20px 80px;background:#fff;border-top:1px solid var(--border);color:var(--muted)}.footer .top{max-width:var(--maxw);margin:0 auto 16px;display:grid;gap:26px;grid-template-columns:1fr}@media (min-width: 900px){.footer .top{grid-template-columns:1.2fr .8fr}}.social{display:flex;gap:10px}.social a{width:40px;height:40px;border-radius:999px;background:#f3f5fa;border:1px solid var(--border);display:grid;place-items:center}.subtle{color:var(--muted);font-size:14px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:12px;background:#fff1ec;border:1px solid #ffd6c9;color:#7a2e22}.muted{color:var(--muted)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
