@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=Barlow+Condensed:wght@600;700;800&display=swap');

:root {
  --ink: #061733;
  --muted: #5f6f86;
  --line: #dbe5f2;
  --soft: #f4f8ff;
  --white: #fff;
  --blue: #075ee8;
  --blue-dark: #003fba;
  --red: #e1192d;
  --gold: #f2b63d;
  --lazada: #182a8f;
  --shopee: #ee4d2d;
  --tiktok: #09090b;
  --max: 1358px;
  --radius: 18px;
  --shadow: 0 34px 90px rgba(6, 23, 51, .24), 0 12px 28px rgba(7, 94, 232, .16), 0 4px 12px rgba(6, 23, 51, .1);
  font-family: 'Barlow', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); line-height: 1.6; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(100% - 80px, var(--max)); margin-inline: auto; }
.proposal-home { background: #fff; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 135px; font-family: 'Barlow'; font-size: 24px; font-weight: 800; letter-spacing: 0; line-height: 1; text-transform: uppercase; }
.brand-mark { display: inline-flex; flex: 0 0 56px; align-items: center; justify-content: center; width: 56px; height: 42px; overflow: hidden; border-radius: 0; box-shadow: none; line-height: 1; }
.brand-mark img { width: 56px; height: 42px; object-fit: contain; object-position: center center; }
.main-nav { display: flex; gap: 25px; font-family: 'Barlow Condensed'; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:hover { color: var(--blue); }
.mobile-menu { position: relative; display: none; }
.mobile-menu summary { list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-toggle { width: 40px; height: 40px; display: grid; place-items: center; gap: 0; border: 1px solid #d8e5f3; border-radius: 12px; background: #fff; box-shadow: 0 8px 9px rgba(6,23,51,.08); cursor: pointer; }
.mobile-menu-toggle span { width: 19px; height: 2px; border-radius: 99px; background: var(--ink); }
.mobile-nav { position: absolute; top: 50px; right: 0; z-index: 40; width: 240px; padding: 11px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 22px 35px rgba(6,23,51,.12); }
.mobile-nav a { display: block; padding: 12px 14px; border-radius: 10px; color: rgba(6,23,51,.78); font-family: 'Barlow Condensed'; font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mobile-nav a:hover { background: var(--soft); color: var(--blue); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 22px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 12px 30px rgba(7,94,232,.22); appearance: none; }
.button:hover, .header-cta:hover, .shop-menu:focus-within .shop-trigger, .shop-menu:hover .shop-trigger { background: var(--blue-dark); transform: translateY(-1px); }
.button.ghost { color: var(--blue); background: #fff; border: 1px solid rgba(7,94,232,.22); box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.shop-menu { position: relative; display: inline-flex; }
.shop-trigger::after { content: '⌄'; margin-left: 10px; font-size: 14px; }
.shop-options { position: absolute; z-index: 30; top: calc(100% + 10px); left: 0; min-width: 240px; padding: 10px; border: 1px solid rgba(7,94,232,.16); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease; backdrop-filter: blur(12px); }
.header-shop .shop-options { left: auto; right: 0; }
.shop-menu:hover .shop-options, .shop-menu:focus-within .shop-options { opacity: 1; pointer-events: auto; transform: translateY(0); }
.shop-options a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border-radius: 14px; color: var(--ink); font-weight: 900; }
.shop-options a::after { content: '→'; color: var(--blue); }
.shop-options a:first-child { background: linear-gradient(135deg, var(--red), #ff4b5a); color: #fff; }
.shop-options a:first-child::after { color: #fff; }
.shop-options a:hover { background: var(--soft); color: var(--blue); }
.shop-options a:first-child:hover { background: var(--red); color: #fff; }
.text-link { color: var(--blue); font-weight: 800; }
.eyebrow { margin: 0 0 10px; color: var(--red); font-family: 'Barlow Condensed'; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.hero { position: relative; padding: 57px 0 48px; background: linear-gradient(153deg, #f7fbff 0%, #fff 52%, #eaf3ff 100%); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0 0 auto; height: 8px; background: linear-gradient(90deg, var(--blue), var(--blue), var(--red)); }
.hero-grid, .section-grid, .split-grid, .channel-grid, .product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr); gap: clamp(28px, 5vw, 52px); align-items: center; }
.proposal-hero .hero-grid { grid-template-columns: 687px 632px; grid-template-areas: "copy media" ". channels"; gap: 39px; align-items: start; max-width: var(--max); }
.proposal-hero .hero-copy { grid-area: copy; margin-top: 90px; }
.proposal-hero .hero-media-frame { grid-area: media; }
.hero h1, .page-hero h1 { margin: 0; font-family: 'Barlow Condensed'; font-size: clamp(54px, 5vw, 76px); line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.hero-sub { max-width: 484px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.hero-media-frame { aspect-ratio: 632 / 530; max-height: 530px; border-radius: 30px; overflow: hidden; background: #e8f4ff; box-shadow: var(--shadow); border: 8px solid #fff; padding: 6px; }
.hero-media-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.trust-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; max-width: 620px; }
.figma-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 491px; margin-top: 22px; }
.trust-strip span { display: grid; gap: 2px; min-height: 84px; padding: 12px 10px; border-radius: 12px; background: rgba(255,255,255,.9); border: 1px solid rgba(7,94,232,.12); color: var(--muted); box-shadow: 0 10px 28px rgba(6,23,51,.06); }
.trust-strip strong { color: var(--ink); font-family: 'Barlow Condensed'; font-size: 18px; line-height: 1; text-transform: uppercase; }
.trust-strip small { font-size: 12px; font-weight: 700; line-height: 1.45; }
.figma-channel-buttons { grid-area: channels; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.channel-pill:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(6,23,51,.12); }
.platform-link { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 900; }
.platform-icon { width: 23px; height: 23px; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 7px; background: #fff; line-height: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.34), 0 3px 8px rgba(0,0,0,.12); }
.platform-brand-icon { display: block; width: 19px; height: 19px; }
.platform-icon--facebook, .platform-icon--instagram, .platform-icon--tiktok { border-radius: 999px; }
.platform-link--lazada { background: var(--lazada); color: #fff; border-color: transparent; }
.platform-link--shopee { background: var(--shopee); color: #fff; border-color: transparent; }
.platform-link--tiktok { background: var(--tiktok); color: #fff; border-color: transparent; }
.platform-link--facebook { background: #1877f2; color: #fff; border-color: transparent; }
.platform-link--instagram { background: linear-gradient(135deg, #feda75 0%, #fa7e1e 24%, #d62976 50%, #962fbf 74%, #4f5bd5 100%); color: #fff; border-color: transparent; }
.figma-channel-buttons .platform-link { min-height: 44px; padding: 12px 18px; border: 1px solid transparent; border-radius: 10px; box-shadow: 0 10px 18px rgba(6,23,51,.08); }

.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-heading { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.section-heading.compact { margin-inline: 0; text-align: left; }
h2 { margin: 0; font-family: 'Barlow Condensed'; font-size: clamp(40px, 6vw, 86px); line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.section-heading p, .intro-grid > p, .feature-copy p, .page-hero p { color: var(--muted); font-size: 17px; }
.product-intro { background: #fff; }
.intro-grid { grid-template-columns: 1fr .9fr; margin-bottom: 34px; }
.figma-product-categories { position: relative; padding-top: 72px; }
.figma-product-categories::before { content: ''; position: absolute; top: 28px; left: 50%; width: 650px; max-width: calc(100% - 80px); height: 6px; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--blue), var(--red)); transform: translateX(-50%); box-shadow: 0 0 22px rgba(7,94,232,.22); }
.figma-product-categories .section-heading { max-width: 820px; }
.figma-product-categories .section-heading p:last-child { max-width: 720px; margin: 12px auto 0; line-height: 1.55; }
.figma-job-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; align-items: stretch; margin-top: 32px; }
.figma-job-card { display: grid; grid-template-rows: auto 1fr auto; min-width: 0; min-height: 393px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(6,23,51,.07); }
.figma-job-card:hover { transform: translateY(-4px); box-shadow: 0 22px 56px rgba(6,23,51,.12); }
.figma-job-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(180deg, #f8fbff, #eaf2fc); }
.figma-job-image { width: 100%; padding: 0; border: 0; cursor: pointer; }
.figma-job-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.figma-job-copy { display: grid; align-content: start; gap: 9px; padding: 16px 16px 12px; }
.figma-job-copy p { margin: 0; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.figma-job-copy h3 { margin: 0; font-family: 'Barlow Condensed'; font-size: 28px; line-height: 1; text-transform: uppercase; }
.figma-job-copy span { color: var(--muted); font-size: 14px; font-weight: 600; line-height: 1.45; }
.figma-job-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.figma-job-tags small { padding: 4px 8px; border: 1px solid rgba(7,94,232,.13); border-radius: 999px; background: #f8fbff; color: var(--muted); font-size: 11px; font-weight: 800; }
.figma-job-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 0 12px 12px; }
.figma-job-links a { min-height: 30px; border-radius: 10px; font-size: 12px; }
.figma-job-links .platform-icon { width: 18px; height: 18px; border-radius: 5px; }
.figma-job-links .platform-brand-icon { width: 15px; height: 15px; }

.review-section { padding: clamp(68px, 9vw, 112px) 0 clamp(96px, 11vw, 144px); background: radial-gradient(circle at 24% 12%, rgba(221, 30, 65, .2), transparent 34%), linear-gradient(154deg, #090d18 0%, #07142d 58%, #061026 100%); color: #fff; overflow: hidden; }
.review-section .section-heading { margin-bottom: 26px; }
.review-section .eyebrow { color: var(--gold); }
.review-section h2 { color: #fff; }
.review-slider { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; padding: 18px; border: 2px solid rgba(225,25,45,.78); border-radius: 22px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 18px 60px rgba(0,0,0,.2); }
.review-card { min-height: 126px; display: grid; grid-template-columns: 48px 1fr; grid-template-areas: "score copy" "score title"; gap: 6px 18px; align-content: start; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(7,14,33,.72); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.review-card strong { grid-area: score; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg, #3c72e8 0%, #ec2b6c 100%); color: #fff; font-size: 16px; line-height: 1; font-weight: 900; }
.review-card span { grid-area: copy; color: rgba(255,255,255,.74); font-weight: 500; line-height: 1.45; }
.review-card b { grid-area: title; color: #ff6673; font-size: 14px; line-height: 1.2; }
.review-view-all { display: table; margin: 32px auto 0; color: #ff6673; font-weight: 900; }

.announcement-section { padding: clamp(68px, 8vw, 110px) 0; background: #07142d; color: #fff; }
.announcement-section .section-heading { margin-bottom: 26px; }
.announcement-section .eyebrow, .official-channel-section .eyebrow, .contact-panel-section .eyebrow { color: var(--gold); }
.announcement-section h2, .official-channel-section h2, .contact-panel-section h2 { color: #fff; }
.announcement-section .section-heading p:not(.eyebrow) { max-width: 680px; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.announcement-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.announcement-grid article { min-height: 238px; display: grid; align-content: start; gap: 18px; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: radial-gradient(circle at 95% 100%, rgba(255,255,255,.12) 0 58px, transparent 59px), linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.05)); box-shadow: 0 22px 60px rgba(0,0,0,.2); overflow: hidden; }
.announcement-grid span { color: var(--gold); font-family: 'Barlow Condensed'; font-size: 18px; font-weight: 900; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.announcement-grid h3 { margin: 0; font-family: 'Barlow Condensed'; font-size: clamp(30px, 4vw, 42px); line-height: .98; text-transform: uppercase; }
.announcement-grid p { margin: 0; color: rgba(255,255,255,.74); font-weight: 600; line-height: 1.55; }

.official-channel-section { padding: 0 0 clamp(66px, 8vw, 112px); background: #07142d; color: #fff; }
.official-channel-panel { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); text-align: center; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.official-channel-panel p:not(.eyebrow), .contact-panel p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 17px; font-weight: 600; line-height: 1.55; }
.official-channel-panel p:not(.eyebrow) { max-width: 720px; margin: 14px auto 0; }
.official-channel-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.official-channel-links a { min-height: 58px; border: 1px solid transparent; border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 12px 28px rgba(0,0,0,.18); }
.official-channel-links a:hover { transform: translateY(-2px); filter: brightness(1.05); }

.contact-panel-section { padding: 0 0 clamp(34px, 5vw, 56px); background: #07142d; color: #fff; }
.contact-panel { padding: 24px clamp(22px, 4vw, 34px); border: 1px solid rgba(255,255,255,.1); border-radius: 0; background: transparent; box-shadow: none; }
.contact-panel h2 { font-size: clamp(24px, 3.2vw, 34px); }
.contact-panel p:not(.eyebrow) { max-width: 760px; margin: 8px 0 0; color: rgba(255,255,255,.68); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; }
.contact-actions a { min-height: 38px; color: #fff; }
.contact-social { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.09); box-shadow: none; }
.contact-social.platform-link--tiktok, .contact-social.platform-link--facebook, .contact-social.platform-link--instagram { background: rgba(255,255,255,.09); }
.contact-social .platform-icon { width: 19px; height: 19px; background: transparent; box-shadow: none; }
.contact-social .platform-brand-icon { width: 17px; height: 17px; }
.contact-cta { display: inline-flex; align-items: center; justify-content: center; min-width: 146px; padding: 0 22px; border-radius: 999px; background: var(--blue); font-weight: 900; line-height: 1; box-shadow: 0 12px 30px rgba(7,94,232,.24); }
.contact-actions a:hover { transform: translateY(-2px); }

.product-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.product-modal[aria-hidden="false"] { opacity: 1; pointer-events: auto; }
.product-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3, 8, 18, .76); backdrop-filter: blur(8px); cursor: pointer; }
.product-modal-panel { position: relative; width: min(100%, 1120px); display: grid; grid-template-columns: minmax(280px, .78fr) 1fr; gap: 26px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.34); }
.product-modal-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--soft); color: var(--ink); font-size: 30px; line-height: 1; cursor: pointer; }
.product-modal-image { aspect-ratio: 6 / 5; overflow: hidden; border-radius: 18px; background: linear-gradient(180deg, #f8fbff, #eaf2fc); }
.product-modal-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-modal-copy { display: grid; align-content: center; gap: 14px; padding: 26px 14px 26px 0; }
.product-modal-copy h2 { font-size: clamp(34px, 5vw, 58px); }
.product-modal-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.modal-note { padding: 14px 16px; border: 1px solid rgba(7,94,232,.14); border-radius: 14px; background: var(--soft); color: var(--muted); font-weight: 700; }
.modal-shop-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.modal-shop-links a { min-height: 48px; border-radius: 14px; color: #fff; }

[data-reveal] { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s ease; }
[data-reveal].reveal-visible { opacity: 1; transform: translateY(0); }
.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 60; min-height: 44px; padding: 10px 16px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 900; box-shadow: 0 12px 30px rgba(7,94,232,.24); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .18s ease, transform .18s ease; cursor: pointer; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.product-card { position: relative; display: flex; min-width: 0; height: 100%; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: visible; box-shadow: 0 14px 36px rgba(6,23,51,.07); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image-frame { position: relative; display: block; aspect-ratio: 1 / 1; background: linear-gradient(180deg, #f8fbff, #eaf2fc); overflow: hidden; }
.product-image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 18px; }
.view-chip { position: absolute; left: 12px; bottom: 12px; border-radius: 999px; padding: 6px 10px; background: rgba(255,255,255,.92); color: var(--blue); font-size: 12px; font-weight: 800; }
.product-meta { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 18px 72px 22px 18px; }
.product-meta p { margin: 0; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-title { min-height: 2.2em; font-family: 'Barlow Condensed'; font-size: 22px; font-weight: 800; line-height: 1.08; text-transform: uppercase; }
.channel-note { color: var(--muted); font-size: 13px; font-weight: 700; }
.product-shop-menu { position: absolute; right: 16px; bottom: 16px; z-index: 8; }
.cart-trigger { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 16px; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: #fff; font: inherit; font-weight: 900; line-height: 1; cursor: pointer; box-shadow: 0 14px 32px rgba(7,94,232,.25); appearance: none; }
.cart-label { display: none; }
.product-shop-menu:hover .cart-trigger, .product-shop-menu:focus-within .cart-trigger { background: linear-gradient(135deg, var(--red), #ff4b5a); transform: translateY(-2px); }
.product-shop-options { position: absolute; z-index: 12; right: 0; bottom: calc(100% + 10px); width: 188px; display: grid; gap: 8px; padding: 9px; border: 1px solid rgba(7,94,232,.14); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(4px); transform-origin: bottom right; backdrop-filter: blur(12px); }
.product-shop-menu:hover .product-shop-options, .product-shop-menu:focus-within .product-shop-options { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition: opacity .12s ease, transform .12s ease; }
.product-shop-options a { justify-content: flex-start; padding: 11px 12px; border-radius: 12px; color: #fff; }
.product-shop-options .platform-icon { width: 18px; height: 18px; border-radius: 5px; }
.product-shop-options .platform-brand-icon { width: 15px; height: 15px; }
.product-shop-options a:hover { filter: brightness(.96); }

.category-band { background: var(--soft); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { display: grid; grid-template-columns: 124px 1fr; gap: 16px; align-items: center; padding: 14px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.category-image-frame, .feature-image-frame { overflow: hidden; background: #eaf2fc; border-radius: 16px; }
.category-image-frame { aspect-ratio: 4 / 3; }
.category-image-frame img, .feature-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.category-card p { margin: 0 0 4px; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.category-card h3 { margin: 0 0 4px; font-family: 'Barlow Condensed'; font-size: 24px; line-height: 1; text-transform: uppercase; }
.category-card span { color: var(--muted); font-size: 14px; }

.official-feature { padding: clamp(56px, 8vw, 100px) 0; }
.feature-art-stack { position: relative; display: grid; gap: 16px; }
.feature-image-frame.wide { aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.feature-image-frame.inset { width: 58%; aspect-ratio: 1 / 1; margin: -23% 7% 0 auto; border: 8px solid #fff; box-shadow: 0 18px 50px rgba(6,23,51,.16); }
.product-selection-art .feature-image-frame.wide { aspect-ratio: 16 / 10; }
.product-selection-art img { object-fit: contain; padding: 18px; background: linear-gradient(180deg, #f8fbff, #eaf2fc); }
.feature-copy { max-width: 560px; }
.feature-list { display: grid; gap: 10px; margin: 22px 0 24px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding-left: 28px; color: var(--muted); font-weight: 700; }
.feature-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.care-flow { background: #07142d; color: #fff; }
.care-flow .eyebrow { color: var(--gold); }
.care-flow .section-heading p, .care-flow p { color: rgba(255,255,255,.72); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.steps article { padding: 24px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.steps strong { color: var(--gold); font-family: 'Barlow Condensed'; font-size: 30px; }
.steps h3 { margin: 8px 0; font-family: 'Barlow Condensed'; font-size: 26px; text-transform: uppercase; }
.steps p { margin: 0; }

.page-hero { padding: clamp(52px, 8vw, 88px) 0; background: linear-gradient(135deg, #f8fbff, #fff); text-align: center; }
.page-hero .container { max-width: 880px; }
.page-hero p { max-width: 680px; margin: 16px auto 0; }
.product-detail { padding: clamp(48px, 7vw, 88px) 0; background: var(--soft); }
.product-detail-grid { grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); }
.detail-image-frame { aspect-ratio: 4 / 3; max-height: 620px; display: grid; place-items: center; padding: clamp(18px, 4vw, 42px); background: #fff; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.detail-image-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.detail-copy h1 { margin: 0 0 14px; font-family: 'Barlow Condensed'; font-size: clamp(38px, 5vw, 66px); line-height: 1; text-transform: uppercase; }
.spec-list { padding: 0; list-style: none; color: var(--muted); }
.spec-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.guide-detail .steps article { background: var(--soft); color: var(--ink); border-color: var(--line); }
.guide-detail .steps p { color: var(--muted); }

.story-section, .channel-section, .process-section { width: min(100% - 32px, var(--max)); margin: 0 auto; padding: 64px 0; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.story-section img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 20px; box-shadow: 0 14px 36px rgba(6,23,51,.07); }
.channel-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.channel-card { display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--line); }
.channel-card .platform-icon { margin-bottom: 4px; }
.channel-card span { color: var(--muted); font-weight: 500; }
.process-section .steps.four { grid-template-columns: repeat(4, 1fr); }

.kit-section { padding: clamp(56px, 8vw, 96px) 0; background: linear-gradient(135deg, #f8fbff 0%, #fff 52%, #eef5ff 100%); }
.kit-section.compact-kit { padding-top: 0; }
.kit-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); gap: clamp(28px, 5vw, 68px); align-items: center; }
.kit-copy { max-width: 560px; }
.kit-copy p, .kit-copy li { color: var(--muted); }
.kit-copy ul { margin: 20px 0 26px; padding-left: 20px; }
.kit-collage { position: relative; min-width: 0; }
.kit-collage img { width: 100%; height: auto; object-position: center; }
.kit-collage img:first-child { aspect-ratio: 16 / 9; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.kit-collage img:last-child { width: min(48%, 260px); aspect-ratio: 4 / 3; margin: -18% 7% 0 auto; object-fit: cover; border: 8px solid #fff; border-radius: 20px; box-shadow: 0 18px 50px rgba(6,23,51,.16); }

.value-band, .testimonial-section { width: min(100% - 32px, var(--max)); margin: 0 auto; padding: clamp(56px, 8vw, 96px) 0; }
.value-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-band article, .testimonial-section blockquote { margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(6,23,51,.07); }
.value-band img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 16px; }
.value-band span { display: block; margin-top: 18px; color: var(--red); font-family: 'Barlow Condensed'; font-size: 28px; font-weight: 800; }
.value-band h2, .testimonial-section h2 { font-size: clamp(30px, 4vw, 46px); }
.testimonial-section { text-align: center; }
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; text-align: left; }
.stars { color: var(--gold); letter-spacing: .08em; }

.site-footer { padding: 28px 0; background: #050913; color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom__copy { margin: 0; color: rgba(255,255,255,.72); font-weight: 700; }
.footer-brand { color: #fff; font-size: 18px; }

@media (max-width: 1438px) {
  .proposal-hero .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, 632px); }
}
@media (max-width: 1000px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .proposal-hero .hero-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "media" "channels"; }
  .proposal-hero .hero-copy { margin-top: 0; }
  .figma-job-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .review-slider { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid, .steps, .process-section .steps.four, .value-band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 24px, var(--max)); }
  .main-nav { display: none; }
  .mobile-menu { display: block; }
  .header-cta { padding-inline: 14px; }
  .hero-grid, .section-grid, .split-grid, .channel-grid, .product-detail-grid, .story-section, .channel-section, .kit-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero { padding: 46px 0 34px; }
  .hero-copy { text-align: left; }
  .hero-media-frame { border-width: 6px; border-radius: 22px; }
  .figma-highlights, .figma-channel-buttons { grid-template-columns: 1fr; }
  .figma-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .figma-job-copy { padding: 12px; }
  .figma-job-copy h3 { font-size: 22px; }
  .figma-job-links { grid-template-columns: 1fr; }
  .review-slider, .announcement-grid, .official-channel-panel, .product-modal-panel { grid-template-columns: 1fr; }
  .review-card { grid-template-columns: 44px 1fr; }
  .product-modal-copy { padding: 0; }
  .modal-shop-links { grid-template-columns: 1fr; }
  .product-grid, .category-grid, .steps, .process-section .steps.four, .value-band { grid-template-columns: 1fr; }
  .category-card { grid-template-columns: 104px 1fr; }
  .kit-section.compact-kit { padding-top: 48px; }
  .kit-collage img:last-child { width: 62%; margin-top: -14%; }
  .official-channel-links { grid-template-columns: 1fr; }
  .contact-actions { align-items: center; }
  .contact-actions .contact-social { flex: 0 0 38px; }
  .contact-actions .contact-cta { flex: 1 1 180px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 460px) {
  .container { width: min(100% - 24px, var(--max)); }
  .brand { font-size: 22px; }
  .brand-mark { width: 50px; height: 38px; flex-basis: 50px; }
  .brand-mark img { width: 50px; height: 38px; }
  .header-cta, .header-shop { display: none; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .category-card { grid-template-columns: 1fr; }
  .figma-job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .figma-job-copy h3 { font-size: 19px; }
  .figma-job-copy span, .figma-job-tags { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}
