:root{
  --ink:#16233a;
  --muted:#5c687c;
  --paper:#fffdf9;
  --white:#ffffff;
  --navy:#112a46;
  --purple:#7457e7;
  --violet:#9c65ef;
  --coral:#ff765f;
  --yellow:#f6c753;
  --mint:#54cbb2;
  --sky:#6bb7f0;
  --line:rgba(18,42,70,.11);
  --shadow:0 20px 55px rgba(25,38,61,.12);
  --radius:28px;
}
*{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;color:var(--ink);background:var(--paper);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 42px));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.48rem .78rem;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--purple);box-shadow:0 8px 28px rgba(38,49,74,.07)}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--coral),var(--yellow))}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.06;margin:0 0 1rem}
h1{font-size:clamp(3rem,7vw,6.7rem);letter-spacing:-.055em}
h2{font-size:clamp(2.25rem,4.4vw,4.25rem);letter-spacing:-.035em}
h3{font-size:1.55rem}
p{margin:0 0 1rem;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.95rem 1.3rem;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--ink);color:#fff;box-shadow:0 14px 32px rgba(18,35,58,.18)}
.btn-secondary{background:#fff;border-color:var(--line)}
.btn-purple{background:linear-gradient(135deg,var(--purple),var(--violet));color:#fff}
header{position:sticky;top:0;z-index:40;background:rgba(255,253,249,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(18,42,70,.08)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:flex;align-items:center;gap:.9rem;font-weight:900;letter-spacing:-.02em}
.brand-mark{width:42px;height:42px;border-radius:15px;background:conic-gradient(from 230deg,var(--purple),var(--sky),var(--mint),var(--yellow),var(--coral),var(--purple));position:relative;box-shadow:0 9px 24px rgba(116,87,231,.22)}
.brand-mark:after{content:"";position:absolute;inset:9px;border-radius:10px;background:var(--paper)}
.brand small{display:block;font-size:.68rem;color:var(--muted);font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.navlinks{display:flex;align-items:center;gap:.4rem}
.navlinks a{padding:.64rem .82rem;border-radius:999px;font-size:.92rem;font-weight:750;color:#35445c}
.navlinks a:hover,.navlinks a.active{background:#fff;box-shadow:0 5px 18px rgba(24,34,52,.07);color:var(--purple)}
.menu-btn{display:none;background:#fff;border:1px solid var(--line);width:44px;height:44px;border-radius:14px;font-size:1.3rem}
.hero{padding:70px 0 80px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:460px;height:460px;background:radial-gradient(circle,var(--yellow),transparent 65%);opacity:.22;right:-150px;top:-160px;filter:blur(10px)}
.hero:after{content:"";position:absolute;width:450px;height:450px;background:radial-gradient(circle,var(--sky),transparent 66%);opacity:.22;left:-170px;bottom:-260px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;position:relative;z-index:1}
.hero-copy p{font-size:1.12rem;max-width:700px}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.7rem}
.hero-collage{position:relative;min-height:590px}
.hero-photo{position:absolute;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:7px solid rgba(255,255,255,.78)}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-photo.one{width:68%;height:69%;right:0;top:20px;transform:rotate(3deg)}
.hero-photo.two{width:49%;height:46%;left:0;bottom:10px;transform:rotate(-5deg)}
.float-card{position:absolute;background:#fff;padding:1rem 1.1rem;border-radius:20px;box-shadow:var(--shadow);font-weight:850;z-index:4}
.float-card.a{left:8%;top:8%;color:var(--coral)}
.float-card.b{right:3%;bottom:6%;color:var(--mint)}
.section{padding:90px 0}
.section-soft{background:#f5f1ff}
.section-dark{background:var(--navy);color:#fff}
.section-dark p{color:#c6d3df}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:38px}
.section-head p{max-width:590px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 15px 40px rgba(24,36,57,.07)}
.card-body{padding:1.5rem}
.card-media{height:220px;overflow:hidden}
.card-media img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.card:hover .card-media img{transform:scale(1.04)}
.tag{display:inline-block;font-size:.75rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--purple);margin-bottom:.55rem}
.icon-card{padding:1.6rem;background:#fff;border:1px solid var(--line);border-radius:24px}
.icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;font-size:1.4rem;margin-bottom:1rem;background:linear-gradient(135deg,#fff2df,#f1e9ff)}
.quote-band{display:grid;grid-template-columns:.75fr 1.25fr;gap:42px;align-items:center;padding:52px;border-radius:38px;background:linear-gradient(135deg,#ffedd8,#ede8ff 48%,#ddf8f0);position:relative;overflow:hidden}
.quote-band blockquote{font-family:Georgia,serif;font-size:clamp(1.9rem,3.3vw,3.15rem);line-height:1.15;margin:0;color:var(--ink)}
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.kpi{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:1.35rem}
.kpi strong{display:block;font-size:2rem;color:#fff;font-family:Georgia,serif}
.kpi span{color:#c8d2dd;font-size:.88rem}
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.photo-panel{border-radius:34px;overflow:hidden;min-height:480px;box-shadow:var(--shadow)}
.photo-panel img{width:100%;height:100%;object-fit:cover}
.list-check{display:grid;gap:.8rem;margin:1.5rem 0}
.list-check div{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;border-radius:18px;background:#fff;border:1px solid var(--line)}
.list-check b{color:var(--mint)}
.newsletter{padding:50px;border-radius:38px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.newsletter p{color:#c7d1dd}
.newsletter-form{display:flex;gap:.6rem;background:#fff;padding:.5rem;border-radius:999px;min-width:min(100%,430px)}
.newsletter-form input{border:0;outline:0;background:transparent;padding:.75rem 1rem;flex:1;font:inherit}
.shop-hero{padding:86px 0 40px}
.shop-empty{min-height:430px;border:2px dashed rgba(116,87,231,.28);border-radius:36px;background:linear-gradient(135deg,#fff,#f7f3ff);display:grid;place-items:center;text-align:center;padding:2rem}
.shop-empty .icon{margin-inline:auto;width:72px;height:72px;font-size:2rem}
footer{padding:52px 0 28px;border-top:1px solid var(--line);background:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}
.footer-links{display:grid;gap:.55rem}
.footer-links a{color:var(--muted)}
.subfooter{margin-top:38px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#7b8494;font-size:.85rem}
.hero-mini{padding:82px 0 48px;text-align:center;position:relative;overflow:hidden}
.hero-mini p{font-size:1.1rem;max-width:760px;margin-inline:auto}
.topic-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:38px}
.topic-strip div{padding:1rem;border-radius:19px;background:#fff;border:1px solid var(--line);font-weight:800}
.timeline{display:grid;gap:18px;position:relative}
.timeline:before{content:"";position:absolute;left:25px;top:20px;bottom:20px;width:2px;background:linear-gradient(var(--purple),var(--mint))}
.timeline-item{display:grid;grid-template-columns:52px 1fr;gap:20px;position:relative}
.timeline-dot{width:52px;height:52px;border-radius:18px;background:#fff;border:2px solid #e8ddff;display:grid;place-items:center;z-index:1;font-weight:900;color:var(--purple)}
.timeline-copy{background:#fff;border-radius:24px;padding:1.35rem;border:1px solid var(--line)}
.article-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}
.feature-card{min-height:490px;border-radius:34px;overflow:hidden;position:relative;color:#fff}
.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(12,25,43,.86))}
.feature-card .content{position:absolute;left:0;right:0;bottom:0;padding:2rem;z-index:2}
.feature-card p{color:#e5edf5}
.side-stack{display:grid;gap:20px}
.side-story{display:grid;grid-template-columns:130px 1fr;gap:16px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:12px;align-items:center}
.side-story img{width:130px;height:120px;object-fit:cover;border-radius:18px}
.marquee{overflow:hidden;white-space:nowrap;padding:15px 0;background:linear-gradient(90deg,var(--purple),var(--coral));color:#fff;font-weight:900;letter-spacing:.03em}
.marquee span{display:inline-block;padding-left:100%;animation:scroll 22s linear infinite}
@keyframes scroll{to{transform:translateX(-100%)}}
@media(max-width:920px){
 .hero-grid,.split,.quote-band,.article-grid,.newsletter{grid-template-columns:1fr}
 .hero-collage{min-height:500px}
 .grid-4{grid-template-columns:repeat(2,1fr)}
 .grid-3{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr 1fr}
 .navlinks{position:fixed;top:78px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}
 .navlinks.open{display:flex}
 .menu-btn{display:block}
 .kpis{grid-template-columns:repeat(2,1fr)}
 .topic-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .container{width:min(100% - 28px,1160px)}
 .hero{padding-top:45px}
 h1{font-size:3.55rem}
 .hero-collage{min-height:390px}
 .hero-photo.one{width:72%;height:65%}.hero-photo.two{width:57%;height:43%}
 .grid-3,.grid-4,.footer-grid{grid-template-columns:1fr}
 .section{padding:65px 0}
 .section-head{align-items:start;flex-direction:column}
 .quote-band,.newsletter{padding:28px}
 .kpis,.topic-strip{grid-template-columns:1fr}
 .side-story{grid-template-columns:100px 1fr}.side-story img{width:100px;height:100px}
 .newsletter-form{min-width:0;flex-direction:column;border-radius:22px}.newsletter-form .btn{width:100%}
}
