:root {
  --ink:#1c1412;
  --paper:#fbf6ef;
  --cream:#f1e6db;
  --plum:#7a2454;
  --plum2:#9a3564;
  --coral:#ef7450;
  --orange:#f49a3f;
  --gold:#e7bc50;
  --teal:#2b7880;
  --navy:#173f58;
  --muted:#746962;
  --line:rgba(28,20,18,.13);
  --white:#fffdf9;
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
section[id]{scroll-margin-top:76px}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;line-height:1.55;
}
a{color:inherit}
img{display:block;max-width:100%;height:auto}

.skip{
  position:fixed;left:10px;top:-50px;z-index:99;
  background:#111;color:white;padding:10px 14px;border-radius:999px;
  font-size:11px;text-decoration:none
}
.skip:focus{top:10px}

.site-header{
  position:sticky;top:0;z-index:30;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:24px;padding:14px clamp(18px,4vw,58px);
  background:rgba(251,246,239,.9);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;
  font-family:Georgia,"Times New Roman",serif;font-size:22px}
.brand img{width:34px;height:34px;object-fit:contain}
.nav{display:flex;gap:26px}
.nav a,.smallcaps,.cta,.eyebrow,.tag,.text-link{
  font-size:10px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none
}
.cta{justify-self:end;background:#171110;color:white;padding:10px 15px;border-radius:999px;font-weight:700;letter-spacing:.08em}

h1,h2,h3,blockquote{font-family:Georgia,"Times New Roman",serif;font-weight:400;margin-top:0}
h1{font-size:clamp(54px,7.3vw,100px);line-height:.88;letter-spacing:-.045em;margin-bottom:24px}
h2{font-size:clamp(38px,4.6vw,64px);line-height:.98;letter-spacing:-.03em}
h3{font-size:clamp(24px,2.4vw,34px);line-height:1.04}
.eyebrow{font-weight:800;margin:0 0 13px}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 20px;border-radius:999px;text-decoration:none;
  font-size:11px;font-weight:700;letter-spacing:.07em
}
.button-primary{background:var(--plum);color:#fff;box-shadow:0 14px 28px rgba(122,36,84,.18)}
.button-light{background:white;color:var(--ink)}
.text-link{border-bottom:1px solid currentColor;padding-bottom:4px}

.hero{
  min-height:calc(100vh - 63px);
  display:grid;grid-template-columns:minmax(330px,.76fr) minmax(560px,1.24fr);
  gap:clamp(24px,4vw,56px);align-items:center;
  padding:clamp(44px,6vw,86px) clamp(20px,4.5vw,72px) clamp(52px,7vw,96px)
}
.hero-copy{max-width:620px}
.hero h1 em{color:var(--plum);font-style:italic}
.hero-copy .lede{max-width:480px;color:var(--muted);font-size:15px;margin-bottom:28px}
.actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}

.hero-art{
  min-height:0;aspect-ratio:1.2/1;position:relative;border-radius:34px;overflow:hidden;
  background:linear-gradient(135deg,#35112b 0%,#711c4b 30%,#d84b3e 57%,#ef8f31 78%,#f0c14f 100%);
  box-shadow:0 28px 70px rgba(59,35,27,.15);
  isolation:isolate;
}
.hero-art::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 78% 16%,rgba(255,255,255,.38),transparent 17%),
    linear-gradient(120deg,rgba(255,255,255,.15),transparent 24%,transparent 70%,rgba(255,255,255,.12));
  mix-blend-mode:screen;pointer-events:none
}
.blob{
  position:absolute;box-shadow:
    inset 8px 8px 18px rgba(255,255,255,.34),
    inset -18px -20px 32px rgba(0,0,0,.16),
    0 25px 44px rgba(30,10,16,.18);
  transition:transform .16s ease-out
}
.b1{width:31%;aspect-ratio:1/1.3;left:5%;bottom:7%;border-radius:48% 52% 44% 56%/63% 42% 58% 37%;background:linear-gradient(135deg,#e7b438,#6f8b42);transform:translate(var(--x1,0),var(--y1,0)) rotate(-10deg)}
.b2{width:28%;aspect-ratio:.8/1;right:10%;top:8%;border-radius:48% 52% 56% 44%/39% 61% 39% 61%;background:linear-gradient(145deg,#f7bd36,#ef5b3c 60%,#a11d52);transform:translate(var(--x2,0),var(--y2,0)) rotate(10deg)}
.b3{width:26%;aspect-ratio:1;right:3%;bottom:6%;border-radius:50%;background:radial-gradient(circle at 35% 24%,#baf3ed,#40c8bd 37%,#1f8191 72%,#163f56);transform:translate(var(--x3,0),var(--y3,0))}
.b4{width:14%;aspect-ratio:.58/1;left:44%;top:7%;border-radius:999px;background:linear-gradient(#5f285f,#2c5a7c 45%,#394f2f);transform:translate(var(--x4,0),var(--y4,0))}

.hero-card{
  position:absolute;z-index:5;left:36%;bottom:12%;width:38%;
  padding:20px 22px;border-radius:18px;background:rgba(255,250,244,.9);
  backdrop-filter:blur(16px);box-shadow:0 16px 40px rgba(45,17,25,.14);
  opacity:.96;
  transform:translateY(0);
  animation:heroCardFade 1.2s ease 2.8s forwards;
  transition:opacity .25s ease, transform .25s ease, background .25s ease;
}
.hero-card:hover{
  opacity:.96 !important;
  transform:translateY(-3px);
  background:rgba(255,250,244,.94);
}
.hero-card img{width:44px;height:44px;object-fit:contain;margin-bottom:14px}
.hero-card .eyebrow{margin-bottom:8px}
.hero-card strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(19px,1.7vw,28px);line-height:1.05;font-weight:400}
@keyframes heroCardFade{
  to{
    opacity:.25;
    transform:translateY(5px);
  }
}

.section{padding:clamp(84px,9vw,138px) clamp(20px,5vw,80px)}
.approach{max-width:1030px;margin:auto;text-align:center;border-top:1px solid var(--line)}
.approach h2 em{color:var(--plum);font-style:italic}
.approach p:last-child{max-width:720px;margin:16px auto 0;color:var(--muted);font-size:15px}

.featured{background:#1b1210;color:white}
.feature-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}
.feature-head h2{max-width:760px;margin-bottom:0}
.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(30px,5vw,68px);align-items:center}
.product-main{border-radius:24px;overflow:hidden;background:#e9e0d6;box-shadow:0 25px 48px rgba(0,0,0,.2)}
.product-main img{width:100%;aspect-ratio:1.12/1;object-fit:cover}
.product-copy h3{font-size:clamp(36px,4vw,56px)}
.product-copy p{color:rgba(255,255,255,.7)}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:10px}
.thumbs img{width:100%;aspect-ratio:1.12/1;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.13)}
.tag{display:inline-block;background:rgba(255,255,255,.1);padding:8px 10px;border-radius:999px;color:rgba(255,255,255,.7)}

.worlds-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}
.worlds-head p{max-width:460px;color:var(--muted);font-size:14px}
.world-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}
.world{
  overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--white)
}
.world-visual{height:clamp(280px,24vw,380px);overflow:hidden;position:relative}
.world-visual img{width:100%;height:100%;object-fit:cover}
.world-visual.gradient1{background:
  linear-gradient(105deg,transparent 48%,rgba(255,255,255,.55) 49%,transparent 50%),
  radial-gradient(circle at 31% 29%,#eeb644 0 12%,transparent 13%),
  radial-gradient(circle at 67% 63%,#ef724f 0 18%,transparent 19%),
  linear-gradient(135deg,#5d2446,#d4553d)
}
.world-body{padding:20px}
.world-body h3{margin:7px 0 8px}
.world-body p{font-size:14px;color:var(--muted);margin-bottom:0}
.world-body .tag{margin-top:12px;background:var(--cream);color:var(--ink);font-size:9px}

.about-split{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-pane{padding:clamp(70px,8vw,116px) clamp(24px,6vw,88px)}
.about-pane.light{background:var(--cream)}
.about-pane.dark{background:linear-gradient(145deg,#501c3b,#7b2454 58%,#aa4a3c);color:white}
.about-pane p{max-width:520px;color:var(--muted)}
.about-pane.dark p{color:rgba(255,255,255,.72)}
.about-pane blockquote{font-size:clamp(35px,4.1vw,60px);line-height:1.01;margin:18px 0 20px}

.discover{
  padding:clamp(84px,9vw,130px) clamp(20px,5vw,80px);
  display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(28px,6vw,80px);align-items:center
}
.discover-mark{
  height:clamp(280px,25vw,420px);border-radius:28px;display:grid;place-items:center;
  background:
    radial-gradient(circle at 28% 28%,rgba(240,186,75,.9),transparent 20%),
    radial-gradient(circle at 72% 68%,rgba(239,110,76,.78),transparent 20%),
    linear-gradient(145deg,#21495e,#3f7154 50%,#682349);
  box-shadow:0 24px 50px rgba(48,34,26,.10)
}
.discover-mark img{width:110px;height:110px;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.15))}
.discover-copy p{color:var(--muted);max-width:630px}
.discover-copy .text-link{display:inline-block;margin-top:8px}

.contact{text-align:center;max-width:760px;margin:auto}
.contact p{max-width:560px;margin:14px auto 24px;color:var(--muted)}

.footer{
  background:#15100f;color:white;padding:42px clamp(20px,5vw,80px);
  display:grid;grid-template-columns:1fr auto 1.1fr;gap:32px
}
.footer p,.footer small{color:rgba(255,255,255,.58);font-size:12px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{text-decoration:none;font-size:12px}
.footer-right{text-align:right}
.footer-right p{max-width:420px;margin-left:auto}

@media(min-width:1600px){
  .site-header,
  .hero,
  .section,
  .discover,
  .footer{
    padding-left:calc((100vw - 1440px)/2);
    padding-right:calc((100vw - 1440px)/2);
  }
}

@media(max-width:980px){
  .site-header{grid-template-columns:1fr auto}
  .nav{display:none}
  .hero,.feature-grid,.about-split,.discover{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-art{min-height:0;aspect-ratio:1.35/1}
  .world-grid{grid-template-columns:1fr}
  .world-visual{height:clamp(250px,45vw,360px)}
  .footer{grid-template-columns:1fr 1fr}
  .footer-right{grid-column:1/-1;text-align:left}
  .footer-right p{margin-left:0}
}
@media(max-width:640px){
  .cta{display:none}
  h1{font-size:52px}
  .hero{padding-top:38px}
  .hero-art{min-height:0;aspect-ratio:4/5;border-radius:24px}
  .hero-card{
    left:auto;right:14px;width:58%;bottom:14px;padding:16px 17px;
    animation:heroCardFade 1.2s ease 2.8s forwards;
  }
  .hero-card img{width:38px;height:38px;margin-bottom:10px}
  .hero-card strong{font-size:19px}
  .feature-head,.worlds-head{align-items:flex-start;flex-direction:column}
  .thumbs{grid-template-columns:repeat(2,1fr)}
  .footer{grid-template-columns:1fr}
  .footer-right{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .blob{transition:none!important;transform:none!important}
  .hero-card{animation:none!important;opacity:.7}
}