@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap");

:root {
  --brand-primary: #2563eb;
  --brand-secondary: #1e293b;
  --page-background: #ffffff;
  --page-text: #111827;
  --soft-border: rgba(21, 29, 43, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page-background); color: var(--page-text); font-family: "DM Sans", sans-serif; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.site-shell { width: min(1280px, calc(100% - 64px)); margin: 0 auto; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--soft-border); }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-mark, .brand-logo { width: 46px; height: 46px; border-radius: 15px; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; background: var(--brand-primary); color: white; font: 700 16px "Outfit", sans-serif; letter-spacing: -.04em; }
.brand-logo { object-fit: contain; }
.brand-name { font: 700 23px "Outfit", sans-serif; letter-spacing: -.045em; white-space: nowrap; }
.nav-link { font-size: 14px; font-weight: 700; }
.nav-link span { color: var(--brand-primary); margin-left: 7px; }
.hero { position: relative; margin-top: 34px; min-height: 440px; border-radius: 30px; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--brand-secondary); color: white; }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -80px; top: -180px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding: 66px 0 66px 76px; max-width: 620px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.74); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #f9c97d; box-shadow: 0 0 0 4px rgba(249,201,125,.15); }
.hero h1 { margin: 30px 0 18px; font: 700 clamp(42px, 4.2vw, 66px)/1.05 "Outfit", sans-serif; letter-spacing: -.06em; }
.hero p { max-width: 470px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.75); }
.hero-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 18px; padding: 15px 20px; border-radius: 12px; background: white; color: var(--brand-secondary); font-weight: 700; font-size: 14px; transition: transform .2s; }
.hero-link:hover, .card-action:hover { transform: translateY(-2px); }
.hero-link span { font-size: 20px; line-height: 0; }
.hero-art { position: relative; min-height: 430px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-art.has-custom-image .art-sheet, .hero-art.has-custom-image .hero-art-caption { display: none; }
.art-sheet { position: absolute; width: 260px; height: 315px; left: 44%; top: 52%; border-radius: 18px; box-shadow: 0 28px 65px rgba(0,0,0,.2); }
.art-sheet-back { background: #f5bf82; transform: translate(-50%,-50%) rotate(14deg); }
.art-sheet-front { overflow: hidden; background: #fcebd4; transform: translate(-50%,-50%) rotate(-9deg); }
.art-sun { position: absolute; right: 26px; top: 42px; width: 74px; height: 74px; border-radius: 50%; background: #f8b962; }
.art-hill { position: absolute; width: 400px; height: 240px; border-radius: 50%; }
.art-hill-one { left: -110px; bottom: -135px; background: #9cbfae; transform: rotate(-20deg); }
.art-hill-two { left: 45px; bottom: -160px; background: #c78482; transform: rotate(20deg); }
.art-spark { position: absolute; color: #b46672; font: 50px "Outfit", sans-serif; }
.art-spark-one { top: 52px; left: 40px; }
.art-spark-two { top: 120px; left: 90px; font-size: 28px; }
.hero-art-caption { position: absolute; right: 43px; bottom: 47px; font: 700 11px "Outfit", sans-serif; letter-spacing: .19em; color: rgba(255,255,255,.65); }
.catalog-section { padding: 76px 0 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 32px; }
.section-kicker, .price-label { display: block; color: var(--brand-primary); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2 { margin: 10px 0 0; font: 700 clamp(31px, 3.4vw, 45px) "Outfit", sans-serif; letter-spacing: -.05em; }
.section-heading p { margin: 0 0 6px; max-width: 250px; line-height: 1.5; color: #667085; font-size: 14px; }
.status { padding: 30px; border-radius: 16px; background: #f5f6f8; color: #667085; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.product-card { overflow: hidden; border: 1px solid var(--soft-border); border-radius: 20px; background: #fff; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(31,41,55,.08); }
.product-image-wrap, .detail-image-wrap { overflow: hidden; aspect-ratio: 3/2; background: #f4efe9; }
.product-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.product-card:hover .product-image { transform: scale(1.04); }
.product-body { padding: 25px 25px 22px; }
.product-category, .detail-category { color: var(--brand-primary); text-transform: uppercase; font-size: 11px; letter-spacing: .13em; font-weight: 800; }
.product-title { margin: 11px 0 8px; font: 700 22px/1.2 "Outfit", sans-serif; letter-spacing: -.035em; }
.product-description { margin: 0; min-height: 48px; font-size: 14px; color: #667085; line-height: 1.55; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 27px; padding-top: 19px; border-top: 1px solid var(--soft-border); }
.product-price { font: 700 20px "Outfit", sans-serif; letter-spacing: -.025em; }
.card-action { color: var(--brand-primary); font-size: 13px; font-weight: 800; white-space: nowrap; transition: transform .2s; }
.detail-section { padding: 42px 0 100px; min-height: calc(100vh - 160px); }
.back-link { display: inline-block; margin-bottom: 34px; color: #667085; font-size: 14px; font-weight: 700; }
.back-link:hover { color: var(--brand-primary); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(35px, 6vw, 95px); align-items: start; }
.detail-image-wrap { border-radius: 25px; border: 1px solid var(--soft-border); }
.detail-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding-top: 22px; }
.detail-copy h1 { margin: 14px 0 14px; font: 700 clamp(36px, 4vw, 58px)/1.08 "Outfit", sans-serif; letter-spacing: -.055em; }
.detail-short { margin: 0; font-size: 18px; line-height: 1.6; color: #5d6676; }
.detail-description { margin: 27px 0 30px; padding-top: 26px; border-top: 1px solid var(--soft-border); font-size: 15px; line-height: 1.8; color: #414a59; white-space: pre-line; }
.detail-purchase { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border-radius: 18px; background: #f6f7f9; }
.price-label { color: #758093; font-size: 10px; letter-spacing: .12em; }
.detail-price { display: block; margin-top: 6px; font: 700 28px "Outfit", sans-serif; }
.buy-button { border: 0; border-radius: 12px; padding: 15px 20px; background: #c8cdd5; color: #fff; font: 700 14px "DM Sans", sans-serif; cursor: not-allowed; white-space: nowrap; }
.demo-note { color: #8b94a4; font-size: 12px; line-height: 1.5; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 27px 0 34px; border-top: 1px solid var(--soft-border); color: #8b94a4; font-size: 12px; }
.site-footer span:first-child { color: var(--brand-secondary); font-weight: 800; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 55px 54px; }
  .hero-art { display: none; }
  .hero-art.has-custom-image { display: block; min-height: 300px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-layout { gap: 35px; }
  .detail-purchase { align-items: stretch; flex-direction: column; }
}
@media (max-width: 640px) {
  .site-shell { width: min(100% - 32px, 480px); }
  .site-header { height: 76px; }
  .brand-name { font-size: 19px; }
  .brand-mark, .brand-logo { width: 40px; height: 40px; border-radius: 12px; }
  .nav-link { font-size: 12px; }
  .hero { margin-top: 18px; min-height: auto; border-radius: 21px; }
  .hero-copy { padding: 50px 28px; }
  .hero h1 { margin-top: 25px; font-size: 42px; }
  .hero p { font-size: 15px; }
  .hero-art.has-custom-image { min-height: 210px; }
  .catalog-section { padding: 58px 0 76px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 10px; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-description { min-height: 0; }
  .detail-section { padding-top: 29px; }
  .detail-layout { grid-template-columns: 1fr; gap: 23px; }
  .detail-copy { padding-top: 0; }
  .detail-copy h1 { font-size: 39px; }
  .site-footer { flex-direction: column; gap: 6px; }
}
