/* ARAM NOTES — Creative Experience 2027
   Editorial luxury system for public pages.
   Motion itself lives in creative-experience.js; this file creates the visual stage. */
:root{
  --cx-bg:#f4efe7;
  --cx-paper:#fffdf8;
  --cx-ink:#211a15;
  --cx-muted:#786d63;
  --cx-gold:#aa8246;
  --cx-gold-soft:#d8c4a3;
  --cx-rose:#d9a89b;
  --cx-blue:#b9ced9;
  --cx-green:#c5d1bd;
  --cx-shadow:0 28px 80px rgba(41,31,23,.12);
  --cx-radius:30px;
  --cx-ease:cubic-bezier(.16,1,.3,1);
}

html.aram-creative-active{scroll-behavior:auto!important}
body.aram-creative{
  background:
    radial-gradient(circle at 15% 0%,rgba(202,180,145,.17),transparent 30rem),
    linear-gradient(180deg,#f7f3ec 0%,var(--cx-bg) 100%);
  color:var(--cx-ink);
  overflow-x:clip;
}
body.aram-creative main{isolation:isolate}
body.aram-creative ::selection{background:#2b2119;color:#fff}

/* ---------- HERO ---------- */
body.aram-creative .cx-hero{
  position:relative;
  padding:38px 0 82px;
  min-height:min(900px,calc(100svh - 70px));
  display:flex;
  align-items:center;
  overflow:clip;
}
body.aram-creative .cx-hero::before{
  content:"";position:absolute;inset:5% auto auto 58%;width:44vw;height:44vw;border-radius:50%;
  background:radial-gradient(circle,rgba(205,182,145,.34),rgba(205,182,145,0) 67%);pointer-events:none
}
body.aram-creative .cx-hero-shell{width:min(1320px,calc(100% - 44px));margin:auto;display:grid;grid-template-columns:minmax(0,.93fr) minmax(460px,1.07fr);gap:46px;align-items:center;position:relative;z-index:1}
body.aram-creative .cx-hero-copy{position:relative;z-index:4;padding:24px 0}
body.aram-creative .cx-eyebrow{display:flex;align-items:center;gap:11px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:#806846;margin-bottom:24px}
body.aram-creative .cx-eyebrow::before{content:"";width:34px;height:1px;background:#9b7a48}
body.aram-creative .cx-title{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(64px,7.2vw,116px);line-height:.85;letter-spacing:-.065em;margin:0;max-width:760px}
body.aram-creative .cx-title-line{display:block;overflow:hidden;padding:.04em 0 .08em}
body.aram-creative .cx-title-line>span{display:block;transform-origin:left bottom}
body.aram-creative .cx-title-em{font-style:italic;color:#9f7743;padding-left:.45em}
body.aram-creative .cx-hero-copy>p{max-width:590px;font-size:17px;line-height:1.72;color:#655b52;margin:25px 0 0}
body.aram-creative .cx-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}
body.aram-creative .cx-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:850;letter-spacing:.035em;transition:box-shadow .4s var(--cx-ease),background .4s var(--cx-ease),color .4s var(--cx-ease);will-change:transform}
body.aram-creative .cx-btn-primary{background:#241c16;color:#fff;box-shadow:0 10px 30px rgba(36,28,22,.18)}
body.aram-creative .cx-btn-secondary{border:1px solid #cdbb9e;background:rgba(255,255,255,.52);backdrop-filter:blur(12px);color:#342920}
body.aram-creative .cx-btn svg{width:15px;height:15px;transition:transform .35s var(--cx-ease)}
body.aram-creative .cx-btn:hover svg{transform:translateX(3px)}
body.aram-creative .cx-proof{display:flex;gap:28px;margin-top:34px;padding-top:23px;border-top:1px solid rgba(90,69,48,.16);max-width:610px}
body.aram-creative .cx-proof-item strong{display:block;font:500 27px/1 Georgia,'Times New Roman',serif;margin-bottom:4px}
body.aram-creative .cx-proof-item span{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#81766b}

body.aram-creative .cx-hero-stage{height:650px;position:relative;perspective:1100px;transform-style:preserve-3d}
body.aram-creative .cx-orbit{position:absolute;border:1px solid rgba(117,88,51,.16);border-radius:50%;pointer-events:none}
body.aram-creative .cx-orbit-a{width:530px;height:530px;right:0;top:38px}
body.aram-creative .cx-orbit-b{width:365px;height:365px;right:82px;top:120px;border-style:dashed;opacity:.55}
body.aram-creative .cx-product-card{position:absolute;border-radius:22px;background:#fff;padding:10px;box-shadow:0 25px 60px rgba(48,35,25,.16);border:1px solid rgba(76,56,38,.12);overflow:hidden;will-change:transform}
body.aram-creative .cx-product-card img{width:100%;height:100%;display:block;object-fit:cover;border-radius:15px}
body.aram-creative .cx-product-a{width:235px;height:325px;right:300px;top:90px;transform:rotate(-10deg);z-index:2}
body.aram-creative .cx-product-b{width:258px;height:356px;right:73px;top:73px;transform:rotate(8deg);z-index:4}
body.aram-creative .cx-product-c{width:210px;height:292px;right:205px;bottom:12px;transform:rotate(1.8deg);z-index:5}
body.aram-creative .cx-notebook{position:absolute;width:184px;height:244px;border-radius:16px;border:1px solid rgba(59,43,31,.18);box-shadow:0 22px 55px rgba(42,31,23,.15);overflow:hidden;will-change:transform}
body.aram-creative .cx-notebook::before{content:"";position:absolute;left:-7px;top:13px;bottom:13px;width:13px;background:repeating-linear-gradient(to bottom,transparent 0 8px,#2a211b 8px 10px,transparent 10px 17px)}
body.aram-creative .cx-notebook::after{content:"ARAM NOTES";position:absolute;left:18px;bottom:18px;font-size:10px;letter-spacing:.13em;font-weight:900;color:#30251e}
body.aram-creative .cx-notebook-a{left:2px;top:225px;background:linear-gradient(150deg,#dfd0e4,#c5b1cb);transform:rotate(-16deg);z-index:1}
body.aram-creative .cx-notebook-b{right:2px;bottom:92px;background:linear-gradient(150deg,#c8d8d6,#b5c7c5);transform:rotate(13deg);z-index:1}
body.aram-creative .cx-campaign{position:absolute;right:5px;top:2px;width:132px;height:132px;border-radius:50%;background:#241c16;color:#fff;display:grid;place-items:center;text-align:center;z-index:8;box-shadow:0 14px 40px rgba(36,28,22,.2);transform:rotate(7deg);will-change:transform}
body.aram-creative .cx-campaign strong{display:block;font:500 35px/1 Georgia,'Times New Roman',serif}
body.aram-creative .cx-campaign span{display:block;font-size:9px;line-height:1.4;text-transform:uppercase;letter-spacing:.09em;margin-top:4px}
body.aram-creative .cx-float-note{position:absolute;padding:9px 13px;border:1px solid rgba(89,65,40,.17);border-radius:999px;background:rgba(255,253,248,.78);backdrop-filter:blur(14px);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6d5b45;z-index:9;box-shadow:0 8px 25px rgba(54,39,27,.08)}
body.aram-creative .cx-note-a{left:60px;top:96px}.cx-note-b{right:142px;bottom:18px}

/* ---------- GLOBAL EDITORIAL SHELL ---------- */
body.aram-creative section:not(.cx-hero),
body.aram-creative main>article,
body.aram-creative main>.catalog,
body.aram-creative main>.pd-shell,
body.aram-creative main>.aram-legal-wrap{position:relative}
body.aram-creative section:not(.cx-hero){padding-top:clamp(72px,9vw,124px);padding-bottom:clamp(72px,9vw,124px)}
body.aram-creative .wrap{width:min(1240px,calc(100% - 44px))}
body.aram-creative .head{margin-bottom:40px}
body.aram-creative .head h2,
body.aram-creative .catalog h1,
body.aram-creative .pd-info h1,
body.aram-creative .aram-legal-card h1,
body.aram-creative main h1{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.045em;font-weight:500}
body.aram-creative .head h2{font-size:clamp(43px,5vw,68px)}
body.aram-creative .kicker,
body.aram-creative .cat,
body.aram-creative .productCategory{color:#987646!important;letter-spacing:.15em!important}

/* Homepage cards become calmer, more luxury editorial. */
body.aram-creative .shopGrid{gap:18px}
body.aram-creative .shopCard{border:1px solid rgba(66,48,33,.12)!important;border-radius:30px!important;background:rgba(255,253,248,.76)!important;box-shadow:0 16px 45px rgba(44,32,23,.06);min-height:450px!important;transition:box-shadow .6s var(--cx-ease),border-color .6s var(--cx-ease);overflow:hidden}
body.aram-creative .shopCard:hover{box-shadow:0 30px 80px rgba(44,32,23,.12);border-color:rgba(149,112,64,.28)!important}
body.aram-creative .builderShell{border-radius:36px!important;background:#211a15!important;box-shadow:0 35px 90px rgba(31,23,17,.18);border:1px solid rgba(255,255,255,.06)}
body.aram-creative .demo{border-radius:26px!important}
body.aram-creative .storyBig,body.aram-creative .storySmall,body.aram-creative .news{border:1px solid rgba(66,48,33,.11)!important;border-radius:32px!important;box-shadow:0 20px 55px rgba(45,32,23,.07)}

/* ---------- PRODUCTS ---------- */
body[data-aram-page="products"].aram-creative .catalog{width:min(1260px,calc(100% - 44px));padding:72px 0 110px}
body[data-aram-page="products"].aram-creative .catalog>.head{max-width:920px;margin-bottom:36px}
body[data-aram-page="products"].aram-creative .catalog h1{font-size:clamp(64px,8vw,108px);line-height:.88;margin:12px 0 20px}
body[data-aram-page="products"].aram-creative .head p{max-width:660px;font-size:17px}
body[data-aram-page="products"].aram-creative .filters{gap:9px;margin:34px 0 44px}
body[data-aram-page="products"].aram-creative .filter{border:1px solid #cdbda5!important;background:rgba(255,255,255,.5)!important;backdrop-filter:blur(10px);padding:11px 16px!important;transition:transform .35s var(--cx-ease),background .35s var(--cx-ease),color .35s var(--cx-ease)}
body[data-aram-page="products"].aram-creative .filter.active{background:#241c16!important;color:#fff!important}
body[data-aram-page="products"].aram-creative .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 22px}
body[data-aram-page="products"].aram-creative .card{border-top:1px solid rgba(82,59,39,.12);padding-top:16px;transform-origin:center center}
body[data-aram-page="products"].aram-creative .visual{height:390px;border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.64),rgba(237,229,216,.58));overflow:hidden!important}
body[data-aram-page="products"].aram-creative .visual img{mix-blend-mode:multiply}
body[data-aram-page="products"].aram-creative .meta{padding:18px 4px 8px}
body[data-aram-page="products"].aram-creative .name{font-size:26px;font-weight:500}
body[data-aram-page="products"].aram-creative .fav{background:rgba(255,253,248,.78)!important;backdrop-filter:blur(10px);border-color:rgba(91,67,45,.16)!important}

/* ---------- PRODUCT DETAIL ---------- */
body[data-aram-page="product"].aram-creative .pd-shell{width:min(1260px,calc(100% - 44px));margin:0 auto;padding-top:64px;padding-bottom:100px;gap:58px}
body[data-aram-page="product"].aram-creative .pd-main-img-wrap,
body[data-aram-page="product"].aram-creative .pd-main{border-radius:30px!important;background:rgba(255,255,255,.58)!important;box-shadow:0 25px 75px rgba(43,31,22,.08);border:1px solid rgba(72,53,38,.1)!important}
body[data-aram-page="product"].aram-creative .pd-info h1{font-size:clamp(45px,5vw,70px)!important;line-height:.98!important}

/* ---------- CONFIGURATOR ---------- */
body[data-aram-page="configure"].aram-creative main{padding-top:42px}
body[data-aram-page="configure"].aram-creative .an-shell,
body[data-aram-page="configure"].aram-creative .configuratorShell{border-radius:34px!important;box-shadow:0 35px 90px rgba(42,30,20,.1)}

/* ---------- STORY / CONTACT / LEGAL / ACCOUNT ---------- */
body.aram-creative[data-aram-page="legal"] .aram-legal-card,
body.aram-creative[data-aram-page="page"] main>*,
body.aram-creative[data-aram-page="account"] main>*,
body.aram-creative[data-aram-page="favorites"] main>*{border-radius:28px}
body.aram-creative[data-aram-page="legal"] .aram-legal-card{background:rgba(255,253,248,.7)!important;border:1px solid rgba(73,53,36,.11)!important;box-shadow:0 28px 80px rgba(45,33,23,.07)!important}

/* Motion helper surfaces */
body.aram-creative [data-cx-reveal]{will-change:transform,opacity}
body.aram-creative .cx-clip{overflow:hidden}
body.aram-creative .cx-parallax{will-change:transform}

@media(max-width:1000px){
  body.aram-creative .cx-hero{padding-top:18px;min-height:auto}
  body.aram-creative .cx-hero-shell{grid-template-columns:1fr;gap:6px}
  body.aram-creative .cx-hero-copy{padding-top:28px}
  body.aram-creative .cx-hero-stage{height:590px;max-width:720px;width:100%;margin:0 auto}
  body.aram-creative .cx-product-a{right:55%;top:105px}.cx-product-b{right:10%!important}.cx-product-c{right:34%!important}
  body.aram-creative .cx-notebook-a{left:4%}.cx-notebook-b{right:3%!important}
}
@media(max-width:650px){
  body.aram-creative .cx-hero{padding:8px 0 54px}
  body.aram-creative .cx-hero-shell{width:min(100% - 24px,1320px)}
  body.aram-creative .cx-title{font-size:clamp(54px,18vw,78px)}
  body.aram-creative .cx-title-em{padding-left:.16em}
  body.aram-creative .cx-hero-copy>p{font-size:15px}
  body.aram-creative .cx-proof{gap:16px;justify-content:space-between}
  body.aram-creative .cx-proof-item strong{font-size:23px}
  body.aram-creative .cx-hero-stage{height:470px;margin-top:5px}
  body.aram-creative .cx-orbit-a{width:390px;height:390px;right:-60px;top:28px}
  body.aram-creative .cx-orbit-b{width:270px;height:270px;right:0;top:85px}
  body.aram-creative .cx-product-card{padding:7px;border-radius:17px}
  body.aram-creative .cx-product-a{width:145px;height:204px;right:54%;top:83px}
  body.aram-creative .cx-product-b{width:158px;height:220px;right:3%!important;top:72px}
  body.aram-creative .cx-product-c{width:138px;height:192px;right:31%!important;bottom:17px}
  body.aram-creative .cx-notebook{width:112px;height:150px}
  body.aram-creative .cx-notebook-a{left:0;top:232px}.cx-notebook-b{right:0!important;bottom:34px}
  body.aram-creative .cx-campaign{width:92px;height:92px;right:1px}.cx-campaign strong{font-size:27px!important}
  body.aram-creative .cx-float-note{display:none}
  body[data-aram-page="products"].aram-creative .grid{grid-template-columns:1fr;gap:30px}
  body[data-aram-page="products"].aram-creative .visual{height:340px}
}
@media(prefers-reduced-motion:reduce){body.aram-creative [data-cx-reveal]{will-change:auto}}
