* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #071018; font-family: Inter, Arial, sans-serif; background: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.top-strip { height: 32px; background: #071018; color: #fff; overflow: visible; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: .2px; position: relative; z-index: 30; }
.top-social { position: absolute; right: 48px; display: flex; align-items: center; gap: 15px; }
.top-social a { width: 18px; height: 18px; display: grid; place-items: center; }
.top-social img { width: 14px; height: 14px; filter: invert(1); }
.site-header { min-height: 82px; padding: 10px 66px; display: grid; grid-template-columns: minmax(250px, 320px) 1fr minmax(360px, 540px) auto; align-items: center; gap: 24px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,16,24,.08); box-shadow: 0 10px 30px rgba(6,16,24,.06); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { height: 72px; display: flex; align-items: center; gap: 18px; }
.brand-mark { width: 75px; height: 70px; background: #071018; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 48px; height: 48px; object-fit: contain; filter: invert(1) grayscale(1) contrast(1.35); }
.brand-copy { display: grid; gap: 7px; line-height: 1; }
.brand-copy strong { font-size: 23px; line-height: 1; font-weight: 950; letter-spacing: .4px; white-space: nowrap; }
.brand-copy small { color: #606b74; font-size: 8px; font-weight: 950; letter-spacing: 2.3px; white-space: nowrap; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 4px; font-size: 14px; font-weight: 950; white-space: nowrap; }
.main-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.main-nav .active { color: #071018; border-color: #071018; }
.menu-btn { display: none; border: 1px solid transparent; border-radius: 10px; background: transparent; font-size: 0; cursor: pointer; color: #071018; min-height: 42px; width: 44px; padding: 0; }
.menu-btn:before { content: "☰"; font-size: 22px; line-height: 1; }
.menu-btn:hover { background: #f2f5f7; border-color: #e1e7eb; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.search-box { width: 336px; height: 48px; border-radius: 8px; background: #eef2f4; border: 1px solid #dfe5e8; display: flex; align-items: center; padding: 0 15px 0 17px; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; color: #65727c; }
.search-box img { width: 20px; height: 20px; object-fit: contain; flex: 0 0 auto; }
.icon-btn,.cart-btn { width: 46px; height: 46px; padding: 8px; border: 1px solid transparent; border-radius: 8px; background: transparent; display: grid; place-items: center; position: relative; cursor: pointer; }
.icon-btn img { width: 23px; height: 23px; object-fit: contain; }
.wishlist-icon img { width: 25px; height: 25px; }
.cart-btn img { width: 28px; height: 28px; object-fit: contain; }
.cart-btn b { position: absolute; top: -9px; right: -8px; min-width: 23px; height: 23px; padding: 0 6px; border-radius: 999px; background: #ec1d2b; color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 950; }
.eyebrow,.red-label { margin: 0 0 14px; text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 950; }
.red-label { color: #e51d2a; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 30px; border: 1px solid #061018; border-radius: 8px; font-size: 12px; text-transform: uppercase; font-weight: 950; letter-spacing: .6px; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(7,16,24,.16); }
.btn.dark { color: #fff; background: #030609; }
.btn.light { color: #071018; background: #fff; }
.about-hero { min-height: clamp(520px, 42vw, 760px); position: relative; display: grid; grid-template-columns: minmax(420px, 1fr) 180px 120px; background: #f7f8f8 url("../assets/about/Banner.png") center / cover no-repeat; overflow: hidden; }
.about-hero:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.7) 34%, rgba(255,255,255,.22) 64%, rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 40px 0 40px 78px; }
.hero-copy h1 { margin: 0; font-size: clamp(64px,6.4vw,104px); line-height: .9; font-weight: 950; letter-spacing: 0; }
.hero-copy h1 span { color: #df1d28; }
.hero-copy h2 { margin: 20px 0 16px; font-size: 30px; font-weight: 900; }
.hero-copy p:not(.eyebrow) { margin: 0 0 26px; max-width: 520px; font-size: 19px; line-height: 1.45; color: #25303a; }
.script-note { position: relative; z-index: 2; align-self: center; justify-self: center; margin: 0; font-family: "Brush Script MT","Segoe Script",cursive; font-size: 45px; line-height: .9; transform: rotate(-9deg); }
.about-hero > img { display: none; }
.hero-side { position: relative; z-index: 2; padding-top: 70px; display: grid; justify-items: center; align-content: start; gap: 26px; text-align: center; }
.hero-side b { font-size: 12px; letter-spacing: 3px; line-height: 1.45; }
.hero-side span { width: 44px; height: 1px; background: #071018; opacity: .4; }
.story-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 38px 48px 26px; align-items: center; }
.image-card { position: relative; overflow: hidden; border-radius: 10px; background: #eef2f4; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card.large { height: 462px; }
.idea-card { position: absolute; left: 25px; bottom: 28px; width: 142px; padding: 22px 20px; border-radius: 9px; background: rgba(255,255,255,.9); text-transform: uppercase; font-size: 25px; line-height: 1.1; font-weight: 950; box-shadow: 0 18px 35px rgba(7,16,24,.12); }
.intro-copy h2,.values-copy h2,.community-story h2 { margin: 0 0 18px; font-size: 42px; line-height: .95; font-weight: 950; }
.intro-copy p:not(.red-label),.values-copy p:not(.eyebrow),.community-story p:not(.red-label) { font-size: 16px; line-height: 1.45; color: #38434c; margin: 0 0 18px; }
.feature-row { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.feature-row article { min-height: 82px; display: grid; justify-items: center; align-content: center; gap: 8px; border-right: 1px solid #cbd3d8; }
.feature-row article:last-child { border-right: 0; }
.feature-row img { width: 34px; height: 34px; }
.feature-row b { font-size: 13px; line-height: 1.1; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; padding: 8px 48px 34px; }
.stats-panel { min-height: 230px; padding: 24px; border-radius: 12px; background: radial-gradient(circle at 18% 15%, rgba(229,29,42,.22), transparent 28%), linear-gradient(135deg,#071018 0%,#0c1823 58%,#111f2a 100%); color: #fff; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; align-items: stretch; text-align: center; box-shadow: 0 18px 40px rgba(6,16,24,.18); }
.stats-panel article { min-width: 0; display: grid; justify-items: center; align-content: center; gap: 10px; padding: 22px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.045); }
.stats-panel img { width: 38px; height: 38px; filter: invert(1); opacity: .95; }
.stats-panel b { font-size: clamp(28px,2.4vw,42px); line-height: 1; letter-spacing: 0; }
.stats-panel span { font-size: 13px; line-height: 1.25; color: #dce3e6; font-weight: 800; }
.quote-card { min-height: 230px; border-radius: 12px; background: #eef3f6; display: grid; align-content: center; padding: 38px; box-shadow: inset 0 0 0 1px rgba(6,16,24,.04); }
.quote-card span { color: #cfd8dd; font-size: 76px; line-height: .4; font-weight: 950; }
.quote-card p { margin: 0; font-size: 18px; line-height: 1.45; font-style: italic; color: #25303a; }
.values-area { display: grid; grid-template-columns: 56% 44%; gap: 24px; padding: 0 48px 34px; align-items: end; }
.values-copy > p:not(.eyebrow) { max-width: 560px; }
.value-cards { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.value-cards article { min-height: 180px; border-radius: 9px; padding: 24px 20px; display: grid; align-content: start; gap: 10px; }
.value-cards img { width: 43px; height: 43px; padding: 9px; border-radius: 50%; background: #fff; }
.value-cards b { font-size: 14px; line-height: 1.15; }
.value-cards span { color: #43505a; font-size: 12px; line-height: 1.3; }
.pink { background: #fdeced; } .blue { background: #e9f4ff; } .green { background: #eaf7ef; } .purple { background: #f0e8ff; }
.back-model { width: 100%; height: 392px; object-fit: cover; border-radius: 9px; background: #eef2f4; }
.community-story { display: grid; grid-template-columns: 58% 42%; gap: 48px; padding: 0 48px 34px; align-items: center; }
.community-story > img { width: 100%; height: 355px; object-fit: cover; border-radius: 9px; background: #eef2f4; }
.journey-cta { margin: 0 48px 28px; min-height: 150px; position: relative; overflow: hidden; border-radius: 12px; color: #fff; background: linear-gradient(120deg,#071018 0%,#1d3342 52%,#dfe7eb 100%); }
.journey-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.journey-cta:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,16,24,.96),rgba(22,42,55,.82) 42%,rgba(223,231,235,.12)); }
.journey-cta div { position: relative; z-index: 1; padding: 24px 36px; }
.journey-cta p { margin: 0 0 8px; text-transform: uppercase; letter-spacing: 3px; font-size: 11px; font-weight: 950; }
.journey-cta h2 { margin: 0 0 8px; font-size: 34px; line-height: 1; font-weight: 950; }
.journey-cta span { display: block; margin-bottom: 16px; font-size: 14px; }
.site-footer { background: #071018; color: #d9e0e3; display: grid; grid-template-columns: 270px repeat(4, 1fr); gap: 48px; padding: 28px 58px 58px; position: relative; }
.site-footer img { width: 70px; height: 70px; object-fit: contain; background: #fff; }
.site-footer h3 { margin: 0 0 13px; color: #fff; font-size: 15px; font-weight: 950; }
.site-footer a,.site-footer p { display: block; margin: 0 0 8px; font-size: 14px; line-height: 1.45; color: #d0d7da; }
.footer-brand { border-right: 1px solid rgba(255,255,255,.15); padding-right: 28px; }
.follow-title { margin-top: 26px !important; }
.footer-icons { display: flex; align-items: center; gap: 14px; margin-top: 8px; }
.footer-icons a { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; display: grid; place-items: center; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.footer-icons a:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.footer-icons img { width: 17px; height: 17px; filter: invert(1); background: transparent; }
.copyright { position: absolute; left: 58px; bottom: 18px; }
.tagline { position: absolute; right: 58px; bottom: 18px; }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto auto; gap: 14px; padding: 0 28px; }
  .header-actions .search-box { width: 220px; }
  .main-nav { gap: 28px; font-size: 13.5px; }
  .about-hero,.story-intro,.about-grid,.values-area,.community-story,.site-footer { grid-template-columns: 1fr; }
  .about-hero { min-height: 520px; background-position: center bottom; }
  .about-hero:before { background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.74) 58%, rgba(255,255,255,.25) 100%); }
  .about-hero > img { height: 430px; }
  .hero-side,.script-note { display: none; }
  .value-cards,.feature-row { grid-template-columns: repeat(2,1fr); }
  .hero-copy,.story-intro,.about-grid,.values-area,.community-story { padding-left: 36px; padding-right: 36px; }
  .about-grid { padding: 8px 36px 28px; }
  .stats-panel { grid-template-columns: repeat(2,1fr); }
  .journey-cta { margin: 0 36px 24px; }
}
/* ── Tablet mid-point ≤900px ──────────────────────── */
@media (max-width: 900px) {
  .site-header { height: auto; min-height: 64px; padding: 8px 18px; grid-template-columns: minmax(0,1fr) auto 44px; }
  /* Hamburger on tablet */
  .main-nav {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: #fff;
    padding: 12px 18px;
    border-bottom: 1px solid #e4e9ec;
    box-shadow: 0 12px 28px rgba(6,16,24,.10);
    z-index: 99;
  }
  .main-nav a { padding: 13px 6px; border-bottom: 1px solid #f0f3f5; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav.open { display: flex; }
  .menu-btn { display: block; }
  .header-actions { gap: 10px; }
  .header-actions .search-box { width: 180px; }
  .hero-copy { padding: 48px 22px 36px; }
  .hero-copy h1 { font-size: clamp(52px,8vw,80px); }
  .about-hero,.story-intro,.about-grid,.values-area,.community-story,.site-footer { grid-template-columns: 1fr; }
  .story-intro { padding: 28px 22px 20px; gap: 28px; }
  .image-card.large { height: 380px; }
  .about-grid { padding: 6px 22px 24px; }
  .stats-panel { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .values-area { padding: 0 22px 26px; }
  .community-story { padding: 0 22px 26px; gap: 28px; }
  .journey-cta { margin: 0 22px 22px; }
  .journey-cta h2 { font-size: 28px; }
  .site-footer { padding: 28px 22px 76px; gap: 24px; }
}
@media (max-width: 720px) {
  .top-strip { padding: 7px 12px; height: auto; justify-content: flex-start; font-size: 10px; }
  .top-social { display: none; }
  .site-header { min-height: 60px; padding: 8px 14px; grid-template-columns: minmax(0,1fr) auto 44px; position: sticky; top: 0; z-index: 20; }
  .main-nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: #fff;
    padding: 10px 16px;
    border-bottom: 1px solid #e4e9ec;
    box-shadow: 0 10px 22px rgba(6,16,24,.10);
    z-index: 99;
  }
  .main-nav a { padding: 12px 6px; border-bottom: 1px solid #f0f3f5; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav.open { display: flex; }
  .menu-btn { display: block; }
  .header-actions { display: none; }
  .hero-copy,.story-intro,.about-grid,.values-area,.community-story { padding-left: 16px; padding-right: 16px; }
  .hero-copy { padding-top: 48px; padding-bottom: 48px; }
  .hero-copy h1 { font-size: clamp(44px,12vw,64px); }
  .intro-copy h2,.values-copy h2,.community-story h2,.journey-cta h2 { font-size: 30px; }
  .stats-panel,.value-cards { grid-template-columns: 1fr; }
  .journey-cta { margin: 0 16px 22px; min-height: 160px; }
  .journey-cta h2 { font-size: 26px; }
  .site-footer { grid-template-columns: 1fr; padding: 28px 18px 84px; }
  .copyright { left: 18px; }
  .tagline { right: 18px; }
  .feature-row { grid-template-columns: repeat(2,1fr); }
  .image-card.large { height: 320px; }
  .about-grid { padding: 6px 16px 22px; }
  .stats-panel { grid-template-columns: repeat(2,1fr); gap: 10px; }
}
/* ── Small mobile ≤480px ──────────────────────────── */
@media (max-width: 480px) {
  .hero-copy { padding-top: 36px; padding-bottom: 36px; }
  .hero-copy h1 { font-size: 38px; }
  .stats-panel { grid-template-columns: 1fr; gap: 10px; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row article { border-right: 0; border-bottom: 1px solid #cbd3d8; padding-bottom: 14px; }
  .feature-row article:last-child { border-bottom: 0; }
  .value-cards { grid-template-columns: 1fr; gap: 10px; }
  .intro-copy h2,.values-copy h2,.community-story h2 { font-size: 26px; }
  .journey-cta div { padding: 20px 18px; }
  .journey-cta h2 { font-size: 22px; }
  .journey-cta span { font-size: 13px; }
  .image-card.large { height: 260px; }
  .site-footer { padding-left: 14px; padding-right: 14px; }
}
/* ── Very small ≤360px ────────────────────────────── */
@media (max-width: 360px) {
  .hero-copy h1 { font-size: 32px; }
  .hero-copy,.story-intro,.about-grid,.values-area,.community-story { padding-left: 12px; padding-right: 12px; }
  .journey-cta { margin-left: 12px; margin-right: 12px; }
  .site-footer { padding-left: 12px; padding-right: 12px; }
  .stats-panel { grid-template-columns: 1fr; }
}
