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

:root { --ink: #101820; --navy: #101820; --blue: #0f70b7; --orange: #ff5a36; --cream: #f5f1eb; --line: #d8d4cc; --muted: #64717a; --shadow: 0 24px 60px rgba(16, 24, 32, .13); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Vazirmatn", "Nunito Sans", sans-serif; line-height: 1.7; }
button, input, select, textarea { font-family: "Vazirmatn", "Nunito Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.about-announcement { padding: 8px; color: var(--cream); background: var(--ink); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.about-announcement span { margin: 0 13px; color: var(--orange); }
.about-header { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.about-brand { width: 136px; display: block; }
.about-brand img, .footer-brand img { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
.about-nav { display: flex; align-items: center; gap: 29px; color: #59646b; font-size: 13px; font-weight: 800; }
.about-nav-list { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.about-nav-list li { position: relative; margin: 0; padding: 0; }
.about-nav a { display: block; color: inherit; position: relative; padding: 9px 0; transition: color .2s ease; }
.about-nav a:hover, .about-nav .current-menu-item > a, .about-nav .current-menu-ancestor > a, .about-nav .active { color: var(--ink); }
.about-nav .current-menu-item > a::after, .about-nav .current-menu-ancestor > a::after, .about-nav .active::after { position: absolute; content: ""; right: 0; bottom: 0; width: 22px; height: 3px; border-radius: 3px; background: var(--orange); }
.about-nav-list .sub-menu { position: absolute; top: calc(100% + 10px); right: 50%; z-index: 20; min-width: 180px; margin: 0; padding: 8px; list-style: none; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: 0 16px 35px rgba(16, 24, 32, .14); opacity: 0; visibility: hidden; transform: translate(50%, 6px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.about-nav-list li:hover > .sub-menu, .about-nav-list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(50%, 0); }
.about-nav-list .sub-menu a { display: block; padding: 8px 10px; white-space: nowrap; }
.header-shop-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 13px; font-weight: 800; }
.header-shop-link span { color: var(--orange); font-size: 18px; }
.about-menu { display: none; border: 0; background: none; padding: 10px; }

.about-hero { position: relative; min-height: 680px; overflow: hidden; isolation: isolate; color: #fff; background: var(--ink); }
.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black 15%, transparent 82%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow--one { width: 540px; height: 540px; left: -210px; top: -220px; background: rgba(255, 90, 54, .18); box-shadow: 0 0 130px rgba(255, 90, 54, .14); }
.hero-glow--two { width: 400px; height: 400px; left: 16%; bottom: -275px; background: rgba(15, 112, 183, .18); }
.about-hero-inner { min-height: 680px; display: grid; grid-template-columns: minmax(360px, .95fr) minmax(360px, 1.05fr); gap: 60px; align-items: center; padding: 64px 0 72px; }
.about-hero-copy { max-width: 590px; }
.about-kicker, .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.about-kicker i { width: 31px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
.about-hero h1 { margin: 20px 0 23px; font-family: Rubik, "Vazirmatn", sans-serif; font-size: clamp(50px, 5.6vw, 82px); line-height: 1.08; letter-spacing: -.065em; }
em { font-style: normal; color: var(--orange); }
.about-hero-copy > p { max-width: 490px; margin-bottom: 31px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.95; }
.hero-actions, .closing-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.about-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 13px 19px; border-radius: 3px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.about-button:hover { transform: translateY(-3px); }
.button-orange { color: #fff; background: var(--orange); box-shadow: 0 13px 34px rgba(255,90,54,.2); }
.button-orange:hover { background: #ff704f; }
.button-outline { border: 1px solid rgba(255,255,255,.38); color: #fff; }
.button-outline:hover { border-color: var(--orange); color: var(--orange); }

.printer-stage { position: relative; min-height: 465px; margin-right: auto; width: min(100%, 520px); }
.stage-orbit { position: absolute; border-radius: 50%; border: 22px solid var(--orange); opacity: .96; }
.orbit-large { width: 292px; height: 292px; top: 56px; left: 50%; transform: translateX(-50%) rotate(-26deg); border-left-color: transparent; }
.orbit-small { width: 105px; height: 105px; right: 7%; bottom: 34px; border-width: 13px; border-right-color: transparent; transform: rotate(22deg); }
.stage-platform { position: absolute; z-index: 3; width: 304px; height: 72px; right: 54px; bottom: 77px; display: flex; gap: 9px; align-items: center; padding: 0 28px; background: #d6e3e4; transform: skewX(-17deg); box-shadow: 21px 22px 0 rgba(2,8,12,.25); }
.stage-platform span { flex: 1; height: 5px; border-radius: 4px; background: #9fb4b7; }
.stage-object { position: absolute; z-index: 4; right: 137px; bottom: 139px; width: 120px; height: 153px; transform: skewY(-9deg); }
.stage-object i { display: block; height: 19px; margin-top: 4px; border-radius: 4px 8px 3px 4px; background: var(--orange); box-shadow: inset 0 -4px rgba(139,34,16,.24); }
.stage-object i:nth-child(2n) { margin-right: 8px; width: 105px; }
.stage-object i:nth-child(3n) { margin-right: 15px; width: 91px; }
.stage-nozzle { position: absolute; z-index: 5; right: 210px; top: 49px; width: 26px; height: 196px; background: #e8f1ef; border-radius: 5px 5px 13px 13px; box-shadow: 9px 10px 0 rgba(1,8,12,.24); }
.stage-nozzle::before { position: absolute; content: ""; width: 111px; height: 25px; top: -9px; right: -42px; border-radius: 5px; background: var(--orange); box-shadow: 9px 10px 0 rgba(1,8,12,.18); }
.stage-nozzle b { position: absolute; width: 56px; height: 11px; right: -15px; bottom: 17px; border-radius: 8px; background: var(--orange); }
.stage-nozzle i { position: absolute; width: 11px; height: 31px; bottom: -21px; right: 8px; border-radius: 0 0 8px 8px; background: var(--orange); }
.stage-rail { position: absolute; z-index: 1; background: #506068; }
.stage-rail--vertical { width: 19px; height: 346px; right: 77px; top: 28px; box-shadow: 12px 13px 0 rgba(0,0,0,.18); }
.stage-rail--horizontal { width: 329px; height: 18px; right: 77px; top: 28px; }
.stage-corner { position: absolute; z-index: 2; width: 36px; height: 36px; border-radius: 7px; background: #dce9e7; }
.stage-corner--one { top: 19px; right: 69px; }
.stage-corner--two { top: 19px; left: 69px; }
.stage-card { position: absolute; z-index: 7; display: flex; flex-direction: column; gap: 2px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.1); color: #fff; backdrop-filter: blur(13px); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.stage-card--top { top: 75px; left: 12px; }
.stage-card--bottom { left: 0; bottom: 25px; flex-direction: row; align-items: center; gap: 10px; }
.stage-card b { color: var(--orange); font-family: Rubik, "Vazirmatn", sans-serif; font-size: 21px; }
.stage-card span { color: rgba(255,255,255,.72); font-size: 10px; }
.stage-card--bottom i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,90,54,.17); }
.hero-scroll { position: absolute; right: max(24px, calc((100% - 1180px) / 2)); bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 10px; }
.hero-scroll span { width: 31px; height: 1px; background: var(--orange); }

.belief-strip { color: #dce5e5; background: #17252b; }
.belief-inner { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.belief-inner p { margin: 0; color: #fff; font-weight: 800; font-size: 14px; }
.belief-inner div { display: flex; flex-wrap: wrap; gap: 8px 22px; color: #a7b8bb; font-size: 11px; }
.belief-inner div span::before { content: "●"; color: var(--orange); font-size: 7px; margin-left: 7px; vertical-align: 1px; }
.section { padding: 105px 0; }
.story-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 9vw, 136px); }
.story-visual { position: relative; min-height: 420px; }
.story-panel { position: absolute; border-radius: 18px; }
.story-panel--back { width: 294px; height: 355px; right: 18px; top: 19px; background: #e1ecea; transform: rotate(-8deg); }
.story-panel--middle { width: 309px; height: 358px; right: 55px; top: 28px; padding: 30px; overflow: hidden; color: var(--blue); background: #dcedf1; transform: rotate(4deg); }
.story-panel--middle span { color: var(--blue); font-family: Rubik, "Vazirmatn", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: .19em; }
.story-panel--middle i { position: absolute; display: block; border: 2px solid rgba(15,112,183,.3); }
.story-panel--middle i:nth-of-type(1) { width: 162px; height: 162px; left: -40px; bottom: -31px; border-radius: 50%; }
.story-panel--middle i:nth-of-type(2) { width: 100px; height: 100px; left: 12px; bottom: 0; transform: rotate(45deg); }
.story-panel--middle i:nth-of-type(3) { width: 196px; height: 2px; right: 29px; top: 143px; border-width: 1px; transform: rotate(-36deg); }
.story-panel--front { z-index: 2; display: flex; flex-direction: column; justify-content: space-between; width: 252px; height: 308px; right: 130px; top: 80px; padding: 24px; color: #fff; background: var(--ink); box-shadow: 19px 23px 0 #a9c8cf; transform: rotate(-3deg); }
.story-panel--front b { color: var(--orange); font-family: Rubik, "Vazirmatn", sans-serif; font-size: 74px; line-height: 1; letter-spacing: -.08em; }
.story-panel--front span { font-family: Rubik, "Vazirmatn", sans-serif; font-size: 18px; line-height: 1.5; }
.story-caption { position: absolute; z-index: 3; left: 0; bottom: 4px; display: flex; align-items: center; gap: 9px; padding: 11px 15px; color: var(--ink); background: #fff; box-shadow: var(--shadow); font-size: 12px; }
.story-caption i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.js .story-panel, .js .story-caption { opacity: 0; transition: opacity .62s ease, transform .62s cubic-bezier(.22, .8, .24, 1); }
.js .story-panel--back { transform: translateX(118px) rotate(-8deg); }
.js .story-panel--middle { transform: translateX(102px) rotate(4deg); transition-delay: .14s; }
.js .story-panel--front { transform: translateX(86px) rotate(-3deg); transition-delay: .28s; }
.js .story-caption { transform: translateX(42px); transition-delay: .43s; }
.js .story-visual.is-visible .story-panel, .js .story-visual.is-visible .story-caption { opacity: 1; }
.js .story-visual.is-visible .story-panel--back { transform: rotate(-8deg); }
.js .story-visual.is-visible .story-panel--middle { transform: rotate(4deg); }
.js .story-visual.is-visible .story-panel--front { transform: rotate(-3deg); }
.js .story-visual.is-visible .story-caption { transform: none; }
.story-copy { max-width: 500px; }
.story-copy h2, .section-heading h2, .promise-copy h2, .closing-section h2 { margin: 10px 0 20px; color: var(--ink); font-family: Rubik, "Vazirmatn", sans-serif; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.27; letter-spacing: -.045em; }
.story-copy > p { margin-bottom: 14px; color: var(--muted); font-size: 15px; line-height: 2; }
.story-note { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 800; font-size: 12px; }
.story-note b { color: var(--orange); font-size: 23px; }

.principles-section { background: var(--cream); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 39px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 314px; margin-bottom: 6px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.principle-card { min-height: 342px; position: relative; padding: 27px; border-radius: 14px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.principle-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.principle-card--dark { color: #fff; background: var(--ink); }
.principle-number { position: absolute; top: 21px; left: 23px; color: #a8b7bd; font-family: Rubik, "Vazirmatn", sans-serif; font-size: 12px; }
.principle-card--dark .principle-number { color: rgba(255,255,255,.42); }
.principle-icon { width: 68px; height: 68px; position: relative; display: grid; place-items: center; margin-bottom: 72px; border-radius: 18px; background: #e9f2f3; }
.principle-card--dark .principle-icon { background: #213139; }
.icon-listen i { position: absolute; width: 33px; height: 5px; border-radius: 4px; background: var(--orange); }
.icon-listen i:nth-child(1) { transform: translateY(-13px); width: 24px; }
.icon-listen i:nth-child(3) { transform: translateY(13px); width: 18px; }
.icon-build i { position: absolute; width: 29px; height: 29px; border: 4px solid var(--orange); transform: rotate(45deg); }
.icon-build i:nth-child(2) { width: 45px; height: 45px; border-color: rgba(255,90,54,.5); }
.icon-build i:nth-child(3) { width: 11px; height: 11px; border: 0; background: var(--orange); }
.icon-check i { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #fff; background: var(--orange); font-size: 21px; font-style: normal; font-weight: 800; }
.principle-card h3 { margin-bottom: 8px; font-family: Rubik, "Vazirmatn", sans-serif; font-size: 20px; line-height: 1.45; }
.principle-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.principle-card--dark p { color: #b7c7ca; }

.promise-section { position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: 64px; overflow: hidden; margin-bottom: 30px; padding: 69px 74px; border-radius: 20px; color: #fff; background: var(--ink); }
.promise-section::before { position: absolute; content: ""; width: 390px; height: 390px; left: -148px; bottom: -245px; border: 42px solid var(--orange); border-radius: 50%; opacity: .92; }
.eyebrow-light { color: #ffa287; }
.promise-copy { position: relative; z-index: 1; }
.promise-copy h2 { color: #fff; }
.promise-copy p { max-width: 494px; margin: 0; color: #b9c8cb; font-size: 14px; line-height: 2; }
.promise-list { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.16); }
.promise-list > div { min-height: 80px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.16); }
.promise-list span { color: var(--orange); font-family: Rubik, "Vazirmatn", sans-serif; font-size: 13px; }
.promise-list p { margin: 0; color: #acc0c3; font-size: 12px; }
.promise-list b { display: block; color: #fff; font-family: Rubik, "Vazirmatn", sans-serif; font-size: 15px; }

.closing-section { position: relative; text-align: center; padding-top: 120px; padding-bottom: 128px; }
.closing-section h2 { margin-bottom: 15px; font-size: clamp(38px, 4.4vw, 58px); }
.closing-section > p { max-width: 490px; margin: 0 auto 29px; color: var(--muted); font-size: 15px; }
.closing-actions { justify-content: center; }
.button-navy-outline { border: 1px solid var(--line); color: var(--ink); }
.button-navy-outline:hover { border-color: var(--ink); }
.closing-symbol { position: absolute; top: 47px; right: 19%; color: #d5e9e9; font-size: 55px; font-weight: 300; }

.about-footer { border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.6fr; gap: 35px; padding: 60px 0 43px; }
.footer-brand { display: block; width: 125px; }
.footer-grid p { max-width: 250px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.footer-grid h3 { margin: 0 0 15px; font-family: Rubik, "Vazirmatn", sans-serif; font-size: 15px; }
.footer-grid > div > a:not(.footer-brand) { display: block; margin: 8px 0; color: var(--muted); font-size: 13px; }
.footer-grid > div > a:not(.footer-brand):hover { color: var(--orange); }
.newsletter { display: flex; overflow: hidden; margin-top: 14px; max-width: 260px; border: 1px solid var(--line); border-radius: 7px; }
.newsletter input { min-width: 0; flex: 1; padding: 11px; outline: 0; border: 0; }
.newsletter button { width: 42px; border: 0; color: #fff; background: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); color: #8c999e; font-size: 11px; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.js .reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }

@media (max-width: 900px) {
  .about-nav { gap: 17px; font-size: 12px; }
  .about-hero-inner { grid-template-columns: 1fr 1fr; gap: 25px; }
  .printer-stage { transform: scale(.82); transform-origin: center left; }
  .belief-inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; padding: 17px 0; }
  .story-section { gap: 45px; }
  .promise-section { padding: 55px 43px; gap: 38px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 32px, 1180px); }
  .about-header { height: 72px; }
  .about-brand { width: 116px; }
  .about-nav, .header-shop-link { display: none; }
  .about-menu { display: flex; flex-direction: column; gap: 4px; margin-right: auto; }
  .about-menu span { width: 21px; height: 2px; background: var(--ink); }
  .about-hero { min-height: 735px; }
  .about-hero-inner { min-height: 735px; display: block; padding-top: 61px; }
  .about-hero h1 { font-size: clamp(47px, 13.3vw, 66px); }
  .about-hero-copy > p { max-width: 95%; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 244px; }
  .printer-stage { min-height: 222px; width: 370px; margin: 1px auto 0; transform: scale(.58); transform-origin: top center; }
  .hero-scroll { display: none; }
  .belief-inner p { font-size: 13px; }
  .belief-inner div { gap: 5px 14px; }
  .section { padding: 71px 0; }
  .story-section { grid-template-columns: 1fr; gap: 30px; }
  .story-visual { min-height: 345px; transform: scale(.84); transform-origin: right top; margin-bottom: -56px; }
  .story-copy h2, .section-heading h2, .promise-copy h2 { font-size: 33px; }
  .section-heading { display: block; margin-bottom: 29px; }
  .section-heading > p { margin-top: 16px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 272px; }
  .principle-icon { margin-bottom: 37px; }
  .promise-section { grid-template-columns: 1fr; margin-inline: 16px; padding: 42px 26px; border-radius: 14px; }
  .closing-section { padding: 80px 0 88px; }
  .closing-symbol { top: 23px; right: 10%; }
  .closing-actions { align-items: stretch; flex-direction: column; margin: 0 auto; max-width: 245px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 29px 20px; padding: 43px 0 30px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .js .story-panel, .js .story-caption { opacity: 1; }
  .js .story-panel--back { transform: rotate(-8deg); }
  .js .story-panel--middle { transform: rotate(4deg); }
  .js .story-panel--front { transform: rotate(-3deg); }
  .js .story-caption { transform: none; }
}
