:root{
  --bg:#f6efe8;
  --bg-soft:#fbf7f3;
  --sand:#efe2d4;
  --taupe:#c9b39a;
  --rose:#d7b1b2;
  --rose-deep:#ba8f90;
  --gold:#c7a16a;
  --text:#2f2623;
  --muted:#7a6a63;
  --white:#ffffff;
  --radius-xl:34px;
  --radius-lg:26px;
  --radius-md:20px;
  --shadow:0 20px 50px rgba(86,58,44,.10);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Manrope',sans-serif;color:var(--text);background:#e7dfd8}
a{text-decoration:none;color:inherit}

.kiosk-body{display:flex;justify-content:center;align-items:flex-start;padding:20px}
.kiosk-body--fullscreen{padding:0;background:#111}

.screen-shell{
  width:1080px;
  min-height:1920px;
  background:
    radial-gradient(circle at top right, rgba(215,177,178,.35), transparent 24%),
    radial-gradient(circle at bottom left, rgba(199,161,106,.18), transparent 18%),
    linear-gradient(180deg, #fbf7f4 0%, #f7efe7 100%);
  border-radius:36px;
  box-shadow:0 30px 80px rgba(0,0,0,.16);
  position:relative;
  overflow:hidden;
}

.screen-shell::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.5), rgba(255,255,255,0));
  pointer-events:none;
}

.screen-shell__inner{position:relative;z-index:2;padding:34px 34px 28px;display:flex;flex-direction:column;gap:24px;min-height:1920px}
.screen-content{display:flex;flex-direction:column;gap:24px;flex:1}

.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:18px}
.brand-mark{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,var(--rose),#edd9d5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;letter-spacing:.08em;box-shadow:var(--shadow)}
.brand-title{margin:0;font-family:'Cormorant Garamond',serif;font-size:3rem;line-height:.85;letter-spacing:.06em;font-weight:700}
.brand-sub{margin-top:4px;color:var(--muted);font-size:1rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.top-nav{display:flex;gap:10px;align-items:center}
.top-nav__link{padding:14px 20px;border-radius:999px;background:rgba(255,255,255,.55);font-weight:700;color:var(--muted);border:1px solid rgba(47,38,35,.06)}
.top-nav__link.is-active{background:#fff;color:var(--text);box-shadow:var(--shadow)}
.top-actions{display:flex;gap:14px}
.touch-btn,.touch-btn-light{min-height:72px;padding:0 28px;border:none;border-radius:999px;font-weight:800;font-size:1.05rem;letter-spacing:.01em;box-shadow:var(--shadow);display:inline-flex;align-items:center;justify-content:center}
.touch-btn{background:linear-gradient(135deg,#24201f,#4a3b37);color:#fff}
.touch-btn-light{background:rgba(255,255,255,.72);color:var(--text);border:1px solid rgba(47,38,35,.08)}

.eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--rose-deep);text-transform:uppercase;letter-spacing:.18em;font-size:.88rem;margin-bottom:18px}
.eyebrow::before{content:"";width:48px;height:1px;background:var(--rose-deep);opacity:.6}
h1,h2,h3,.serif{font-family:'Cormorant Garamond',serif}

.hero-home{background:linear-gradient(135deg, rgba(255,255,255,.92), rgba(253,247,241,.88));border-radius:var(--radius-xl);min-height:590px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:1.1fr .9fr;border:1px solid rgba(47,38,35,.06)}
.hero-home__text{padding:52px 44px;display:flex;flex-direction:column;justify-content:center}
.hero-home h1{margin:0 0 18px;font-size:5rem;line-height:.92;font-weight:700}
.hero-home p,.universe-hero p,.section-head p,.discover-item__text,.product-card p,.catalog-card p,.product-lead,.benefit-card span,.footer-copy,.summary-line span{font-size:1.05rem;line-height:1.65;color:var(--muted)}
.hero-home__cta{display:flex;gap:16px;margin-top:34px;flex-wrap:wrap}
.hero-home__cta--stacked{flex-direction:column;align-items:stretch}
.hero-home__visual{position:relative;background:radial-gradient(circle at 70% 20%, rgba(215,177,178,.42), transparent 22%), linear-gradient(180deg, #f1e6dc 0%, #ead8cb 100%);display:flex;align-items:center;justify-content:center;padding:36px}
.hero-card{width:100%;height:100%;border-radius:30px;background-position:center;background-size:cover;position:relative;overflow:hidden;box-shadow:0 18px 50px rgba(89,60,48,.16)}
.hero-card::after{content:"";position:absolute;inset:auto 0 0 0;height:42%;background:linear-gradient(180deg, rgba(27,19,16,0), rgba(27,19,16,.55))}
.hero-badge{position:absolute;left:24px;bottom:24px;z-index:2;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border-radius:22px;padding:16px 18px;max-width:270px;border:1px solid rgba(255,255,255,.7)}
.hero-badge__title{font-weight:800;font-size:1rem;margin-bottom:4px}.hero-badge__text{color:var(--muted);font-size:.92rem;line-height:1.5}

.section-block{display:flex;flex-direction:column;gap:16px}
.section-block--compact{gap:14px}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:8px;gap:20px}
.section-head h1,.section-head h2,.universe-hero h1,.product-details h1{margin:0;font-size:3.3rem;line-height:1;font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{border-radius:28px;min-height:240px;overflow:hidden;position:relative;box-shadow:var(--shadow);display:flex;align-items:flex-end;padding:22px;color:#fff;border:1px solid rgba(255,255,255,.35);touch-action:manipulation;background-position:center;background-size:cover}
.category-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.52))}
.category-card>*{position:relative;z-index:2}
.category-card__kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.16em;opacity:.9;margin-bottom:8px;font-weight:700}
.category-card__name{font-size:2rem;line-height:.95;font-family:'Cormorant Garamond',serif;font-weight:700;margin-bottom:10px}
.category-card__desc{font-size:.96rem;line-height:1.45;color:rgba(255,255,255,.88);max-width:180px}

.bottom-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;flex:1;min-height:0}
.panel{background:rgba(255,255,255,.78);border:1px solid rgba(47,38,35,.06);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px;overflow:hidden}
.product-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.product-card,.catalog-card{background:linear-gradient(180deg,#fff,#faf5f0);border-radius:24px;padding:16px;border:1px solid rgba(47,38,35,.06);min-height:260px;display:flex;flex-direction:column;justify-content:space-between}
.product-image{height:138px;border-radius:18px;background:#f1e4d7 center/cover no-repeat;margin-bottom:14px}
.tag{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#f7ede6;color:var(--rose-deep);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.product-card h3,.catalog-card h3,.cart-item h3{margin:0 0 8px;font-size:1.08rem;line-height:1.35;font-weight:800;font-family:'Manrope',sans-serif}
.product-price{margin-top:14px;font-weight:800;font-size:1.25rem}
.product-price--large{font-size:2rem;margin-top:0;margin-bottom:18px}
.discover-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}
.discover-item{display:flex;align-items:center;gap:16px;padding:14px;background:linear-gradient(180deg,#fff,#fbf7f2);border-radius:22px;border:1px solid rgba(47,38,35,.06);min-height:108px}
.discover-thumb{width:86px;height:86px;border-radius:18px;flex:0 0 auto;background:center/cover no-repeat}
.discover-item__title{font-weight:800;font-size:1.05rem;margin-bottom:4px}

.universe-hero{border-radius:var(--radius-xl);padding:48px 40px;min-height:360px;background-position:center;background-size:cover;box-shadow:var(--shadow);border:1px solid rgba(47,38,35,.06);display:flex;flex-direction:column;justify-content:center}
.chips-row{display:flex;gap:12px;flex-wrap:wrap}
.chip{min-height:56px;padding:0 22px;border-radius:999px;background:#fff;border:1px solid rgba(47,38,35,.08);display:inline-flex;align-items:center;font-weight:800;color:var(--muted)}
.chip--active{background:linear-gradient(135deg, rgba(215,177,178,.28), rgba(199,161,106,.22));color:var(--text)}
.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.catalog-card{padding:0;overflow:hidden}
.catalog-card__image{height:260px;background:center/cover no-repeat}
.catalog-card__body{padding:18px}
.catalog-card__bottom{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:20px}.catalog-card__price{font-weight:800;font-size:1.28rem}.catalog-card__cta{font-weight:800;color:var(--rose-deep)}

.product-layout{display:grid;grid-template-columns:1fr .92fr;gap:20px;align-items:stretch;flex:1}
.product-visual{background:linear-gradient(180deg,#efe4d8,#ead8cb);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:28px;border:1px solid rgba(47,38,35,.06)}
.product-visual__frame{height:100%;min-height:900px;border-radius:28px;background:center/cover no-repeat;box-shadow:0 18px 50px rgba(89,60,48,.16)}
.product-details{display:flex;flex-direction:column;justify-content:flex-start}
.product-lead{margin-bottom:22px}
.product-benefits{display:grid;gap:14px;margin-bottom:24px}.benefit-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,#fff,#fbf7f2);border:1px solid rgba(47,38,35,.06);display:flex;flex-direction:column;gap:8px}.benefit-card strong{font-size:1.05rem}
.qty-box{margin-bottom:24px}.form-select{min-height:72px;border-radius:18px;border:1px solid rgba(47,38,35,.12);font-weight:700}

.cart-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;flex:1}.cart-list{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:170px 1fr 90px 140px;gap:18px;align-items:center;padding:16px;border-radius:24px;background:linear-gradient(180deg,#fff,#fbf7f2);border:1px solid rgba(47,38,35,.06)}
.cart-item__image{height:150px;border-radius:20px;background:center/cover no-repeat}.cart-item__qty,.cart-item__price{font-weight:800;font-size:1.2rem}.cart-summary h2{font-size:2.4rem;margin-bottom:18px}.summary-line{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(47,38,35,.08)}.summary-line strong{font-size:1.15rem}.summary-line--total strong{font-size:1.45rem}

.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,.78);border:1px solid rgba(47,38,35,.06);border-radius:999px;padding:16px 18px 16px 24px;box-shadow:var(--shadow)}
.footer-actions{display:flex;gap:12px}.footer-pill{min-height:62px;padding:0 22px;border-radius:999px;display:flex;align-items:center;font-weight:800;font-size:1rem;background:#fff;border:1px solid rgba(47,38,35,.08)}

.screensaver{width:1080px;height:1920px;position:relative;overflow:hidden;background:#111}.screensaver__slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transition:opacity .7s ease}.screensaver__slide.is-active{opacity:1}.screensaver__content{position:absolute;left:70px;right:70px;bottom:90px;color:#fff}.screensaver__logo{font-family:'Cormorant Garamond',serif;font-size:4rem;letter-spacing:.1em;margin-bottom:16px}.screensaver__content h1{font-size:5rem;line-height:.95;margin:0 0 18px}.screensaver__content p{font-size:1.35rem;color:rgba(255,255,255,.88);margin:0}

@media (max-width:1120px){
  .screen-shell,.screensaver{width:100vw;min-height:100vh;height:auto;border-radius:0}
  .screen-shell__inner{min-height:100vh}
  .category-grid,.product-strip,.catalog-grid,.bottom-grid,.product-layout,.cart-layout{grid-template-columns:1fr}
  .topbar,.footer-bar{flex-direction:column;align-items:flex-start}
  .top-nav{flex-wrap:wrap}
  .cart-item{grid-template-columns:1fr}
}
