@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #171512;
  --paper: #f1eee7;
  --paper-light: #faf8f3;
  --line: #d7d2c9;
  --orange: #ff5b35;
  --peach: #ffac91;
  --lime: #c7f25b;
  --violet: #b9a6ff;
  --blue: #9edbff;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.brand { display: flex; align-items: center; gap: 11px; font: 700 19px/1 "Manrope", sans-serif; }
.brand-mark { width: 32px; height: 32px; display: block; transition: transform .3s ease; }
.brand:hover .brand-mark { transform: rotate(-5deg) scale(1.06); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.site-nav > a:not(.nav-pill) { opacity: .72; transition: opacity .2s; }
.site-nav > a:hover { opacity: 1; }
.nav-pill { padding: 12px 20px; border: 1px solid #ffffff52; border-radius: 30px; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 720px;
  height: 100vh;
  max-height: 920px;
  padding: 16vh 5vw 5vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background: #191715;
}
.hero-copy { position: relative; z-index: 2; width: min(610px, 48vw); }
.eyebrow { margin: 0 0 24px; color: #686158; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #aaa49d; }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
h1 { font-size: clamp(64px, 7.4vw, 112px); line-height: .94; font-weight: 700; }
.hero-intro { width: min(480px, 100%); margin: 34px 0 40px; color: #b7b1aa; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 16px 18px 16px 22px; border-radius: 100px; font-size: 13px; font-weight: 600; transition: transform .25s, background .25s; }
.button span { font-size: 18px; }
.button:hover { transform: translateY(-3px); }
.button.primary { color: var(--ink); background: var(--orange); }
.button.primary:hover { background: #ff7658; }
.button.pale { color: var(--ink); background: var(--paper-light); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-link.light { color: #ddd8d1; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero-art { position: absolute; right: -2vw; top: 9%; width: 52vw; height: 82%; }
.sun { position: absolute; width: 37vw; height: 37vw; max-width: 570px; max-height: 570px; right: 4vw; top: 13%; border-radius: 50%; background: var(--orange); box-shadow: 0 0 120px #ff5b3533; }
.orbit { position: absolute; z-index: 1; border: 1px solid #ffffff31; border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 52vw; height: 19vw; right: -2vw; top: 33%; }
.orbit-two { width: 43vw; height: 15vw; right: 3vw; top: 37%; transform: rotate(33deg); }
.tile { position: absolute; z-index: 2; display: grid; padding: 16px; border: 1px solid #ffffff24; border-radius: 27px; backdrop-filter: blur(10px); box-shadow: 0 24px 60px #0005; }
.tile-one { width: 150px; height: 150px; top: 17%; left: 6%; grid-template-columns: repeat(2, 1fr); gap: 10px; transform: rotate(-12deg); background: #ffb69eeb; }
.tile-one span { border-radius: 13px; background: #fff7; }
.tile-one span:nth-child(2), .tile-one span:nth-child(3) { background: #171512; }
.tile-two { width: 210px; height: 150px; right: 2%; bottom: 12%; grid-template-columns: repeat(3, 1fr); gap: 10px; transform: rotate(9deg); background: #2b2825e8; }
.tile-two i { border-radius: 50%; background: #ddd; }
.tile-two i:nth-child(2), .tile-two i:nth-child(5) { background: var(--lime); }
.tile-two i:nth-child(3) { background: var(--violet); }
.tile-two i:nth-child(4) { background: var(--blue); }
.spark { position: absolute; z-index: 2; font-size: 54px; color: #fff0e8; }
.spark-one { right: 14%; top: 12%; }
.spark-two { left: 12%; bottom: 12%; font-size: 30px; }
.hero-foot { position: absolute; z-index: 2; left: 5vw; right: 5vw; bottom: 34px; display: flex; justify-content: space-between; color: #85807a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-hint { display: flex; align-items: center; gap: 12px; }
.scroll-hint i { display: block; width: 50px; height: 1px; background: currentColor; }

.section { padding: 130px 5vw; }
.section-heading { display: grid; grid-template-columns: 1fr 350px; align-items: end; gap: 60px; margin-bottom: 72px; }
.section-heading h2, .newsletter-section h2 { font-size: clamp(48px, 5.4vw, 80px); line-height: 1.02; }
.section-heading > p { margin: 0; color: #6b655d; font-size: 15px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 445px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-light); transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px #39302012; }
.product-card.coming-soon { background: transparent; }
.product-top { display: flex; align-items: start; justify-content: space-between; }
.product-icon { width: 90px; height: 90px; border-radius: 20px; box-shadow: 0 12px 30px #342b2333; }
.product-status { padding: 7px 11px; color: #5e574e; border: 1px solid var(--line); border-radius: 30px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.product-category { margin: 0 0 12px; color: #8b847b; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.product-name { font-size: 34px; }
.product-description { margin: 14px 0 0; color: #726b62; font-size: 14px; line-height: 1.65; }
.product-link { padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.placeholder-icon { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 20px; color: #858078; background: #e4e0d7; font: 600 32px/1 "Manrope"; }

.feature-section { min-height: 760px; padding: 115px 5vw; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 6vw; overflow: hidden; color: white; background: #ff5b35; }
.feature-copy { position: relative; z-index: 2; }
.feature-copy h2, .about-copy h2 { font-size: clamp(55px, 6.7vw, 96px); line-height: .98; }
.feature-copy > p:not(.eyebrow), .about-copy > p:not(.eyebrow) { margin: 30px 0; color: #522014c7; font-size: 15px; line-height: 1.75; }
.feature-list { margin: 0 0 36px; padding: 0; list-style: none; border-top: 1px solid #6627173b; }
.feature-list li { padding: 13px 0; display: flex; gap: 25px; border-bottom: 1px solid #6627173b; font-size: 13px; }
.feature-list span { color: #69291b8c; font-size: 10px; }
.app-showcase { position: relative; min-height: 550px; display: grid; place-items: center; }
.showcase-glow { position: absolute; width: 580px; height: 580px; border-radius: 50%; background: #ff9478; }
.mac-window { position: relative; z-index: 1; width: min(680px, 52vw); padding-bottom: 26px; overflow: hidden; border: 1px solid #fff5; border-radius: 20px; background: #f5f1e9dc; box-shadow: 0 45px 80px #87210f45; transform: rotate(3deg); backdrop-filter: blur(18px); }
.window-bar { height: 62px; padding: 0 18px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; border-bottom: 1px solid #d5d0c7; }
.traffic { display: flex; gap: 7px; }
.traffic i { width: 9px; height: 9px; border-radius: 50%; background: #ff6959; }
.traffic i:nth-child(2) { background: #ffc64d; }
.traffic i:nth-child(3) { background: #54cf63; }
.search { padding: 9px; color: #8d8780; border: 1px solid #ded9d0; border-radius: 9px; background: #fff8; font-size: 10px; text-align: center; }
.apps-grid { padding: 28px 36px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px 18px; }
.mini-app { aspect-ratio: 1; display: grid; place-items: center; color: white; border-radius: 16px; font: 700 15px/1 "Manrope"; box-shadow: inset 0 0 0 1px #fff5, 0 8px 12px #54311b1e; }
.coral { background: #fb776a; }.sky { background: #5ba7e8; }.yellow { background: #f4bf3a; }.purple { background: #9a7fe7; }
.green { background: #50b38d; }.blue { background: #507ccc; }.pink { background: #dc77a9; }.orange { background: #ea8b4b; }
.navy { background: #526579; }.cream { background: #ae9b7f; }.violet { background: #8d69b2; }.mint { background: #62b7aa; }
.floating-icon { position: absolute; z-index: 2; width: 125px; height: 125px; left: 1%; bottom: 8%; border-radius: 27px; box-shadow: 0 25px 40px #71210f72; transform: rotate(-9deg); }

.product-hero { min-height: 100vh; padding: 145px 5vw 80px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 6vw; overflow: hidden; color: white; background: #191715; }
.product-hero-copy { position: relative; z-index: 2; }
.product-hero h1 { font-size: clamp(65px, 8vw, 120px); }
.product-page-icon { width: 94px; height: 94px; margin: 40px 0 28px; border-radius: 22px; box-shadow: 0 20px 45px #0007; }
.product-lead { max-width: 510px; margin: 28px 0 40px; color: #b7b1aa; font-size: 17px; line-height: 1.7; }
.back-link { display: inline-block; color: #aaa49d; font-size: 12px; transition: color .2s; }
.back-link:hover { color: var(--orange); }
.product-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.product-visual .showcase-glow { background: var(--orange); opacity: .85; }
.product-visual .mac-window { width: min(680px, 52vw); transform: rotate(3deg); }
.product-features { background: var(--paper); }
.feature-gallery { padding: 130px 5vw; color: white; background: #191715; }
.gallery-heading { max-width: 760px; margin-bottom: 90px; }
.gallery-heading h2 { font-size: clamp(52px, 6.5vw, 96px); line-height: .98; }
.gallery-heading > p:last-child { max-width: 520px; margin: 30px 0 0; color: #aaa49d; font-size: 15px; line-height: 1.75; }
.screenshot-feature { overflow: hidden; border: 1px solid #ffffff17; border-radius: 28px; background: #24211e; }
.screenshot-feature-wide { margin-bottom: 22px; display: grid; grid-template-columns: minmax(250px, .42fr) 1fr; align-items: center; }
.screenshot-feature-reverse { grid-template-columns: 1fr minmax(250px, .42fr); }
.screenshot-feature-reverse .screenshot-copy { order: 2; }
.screenshot-feature-reverse .screenshot-frame { order: 1; }
.screenshot-pair { margin-bottom: 22px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.screenshot-copy { padding: clamp(26px, 4vw, 58px); }
.screenshot-copy span { color: var(--orange); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.screenshot-copy h3 { margin-top: 16px; font-size: clamp(27px, 3vw, 42px); }
.screenshot-copy p { margin: 16px 0 0; color: #aaa49d; font-size: 13px; line-height: 1.7; }
.screenshot-frame { padding: 14px; }
.screenshot-frame img { width: 100%; height: auto; display: block; border-radius: 17px; box-shadow: 0 25px 55px #0006; }
.product-cta { padding: 120px 5vw; display: flex; flex-direction: column; align-items: center; color: white; background: var(--orange); text-align: center; }
.product-cta h2 { margin-bottom: 40px; font-size: clamp(50px, 7vw, 100px); line-height: .98; }
.legal-page { min-height: 100vh; color: white; background: #191715; }
.legal-content { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0; }
.legal-content .eyebrow { margin-top: 90px; }
.legal-content h1 { margin-bottom: 45px; font-size: clamp(52px, 8vw, 92px); line-height: .98; }
.legal-content p { color: #aaa49d; font-size: 16px; line-height: 1.8; }
.legal-content p a { color: white; border-bottom: 1px solid #ffffff66; }
.legal-content .legal-date { margin-top: 45px; color: #6f6a64; font-size: 12px; }

.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { min-height: 380px; padding: 25px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.principle-number { color: #9c958c; font-size: 10px; }
.principle-symbol { position: relative; width: 130px; height: 130px; margin: auto; display: grid; place-items: center; }
.symbol-focus { border: 1px solid var(--orange); border-radius: 50%; }
.symbol-focus:before, .symbol-focus:after, .symbol-focus i { content: ""; position: absolute; border-radius: 50%; border: 1px solid var(--orange); }
.symbol-focus:before { width: 90px; height: 90px; }.symbol-focus:after { width: 50px; height: 50px; }.symbol-focus i { width: 12px; height: 12px; background: var(--orange); }
.symbol-native { grid-template-columns: repeat(3, 1fr); gap: 7px; }
.symbol-native i { height: 100%; border-radius: 50px; background: var(--ink); }
.symbol-native i:nth-child(2) { height: 60%; background: var(--orange); }
.symbol-care { color: var(--orange); font-size: 100px; }
.principle-card h3 { font-size: 23px; }
.principle-card p { margin: 12px 0 0; color: #756e65; font-size: 13px; line-height: 1.65; }

.about-section { min-height: 700px; display: grid; grid-template-columns: 1.1fr .9fr; color: white; background: #1a1816; }
.about-art { position: relative; overflow: hidden; min-height: 620px; background: #292521; }
.about-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 60px 60px; }
.about-disc { position: absolute; width: 70%; aspect-ratio: 1; left: 15%; top: 14%; border-radius: 50%; background: var(--orange); }
.about-card { position: absolute; width: 220px; height: 280px; left: 50%; top: 50%; padding: 25px; display: flex; justify-content: space-between; color: var(--ink); background: var(--paper-light); border-radius: 18px; box-shadow: 0 30px 70px #0005; transform: translate(-50%, -50%) rotate(8deg); font: 800 52px/1 "Manrope"; }
.about-card span:last-child { align-self: end; }
.about-star { position: absolute; z-index: 2; right: 16%; top: 13%; color: white; font-size: 62px; }
.about-copy { padding: 10vw 7vw; align-self: center; }
.about-copy > p:not(.eyebrow) { color: #aaa49c; max-width: 470px; }

.newsletter-section { padding: 110px 5vw; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; background: var(--lime); }
.newsletter-form { position: relative; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #4c581f80; }
.newsletter-form input { min-width: 0; padding: 20px 0; border: 0; outline: 0; background: transparent; }
.newsletter-form input::placeholder { color: #58622f; }
.newsletter-form button { padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-weight: 600; }
.newsletter-form button span { margin-left: 15px; }
.form-status { position: absolute; left: 0; top: calc(100% + 12px); margin: 0; color: #4e5a27; font-size: 12px; }

footer { padding: 36px 5vw; display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 25px; color: white; background: #191715; font-size: 11px; }
.footer-brand { font-size: 16px; }
footer p { margin: 0; color: #79746d; }
.footer-links { display: flex; gap: 24px; color: #aaa59e; }
.copyright { color: #68635d; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.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; }

@media (max-width: 1000px) {
  .hero { min-height: 720px; padding-top: 140px; align-items: start; }
  .hero-copy { width: 70%; }
  .hero-art { opacity: .65; right: -20%; top: 20%; width: 70vw; }
  .product-grid, .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-section { grid-template-columns: 1fr; }
  .feature-copy { max-width: 600px; }
  .app-showcase { min-height: 480px; }
  .mac-window { width: min(680px, 82vw); }
  .about-section { grid-template-columns: 1fr; }
  .about-art { min-height: 540px; }
  .about-copy { padding: 90px 7vw; }
  .product-hero { grid-template-columns: 1fr; }
  .product-visual { min-height: 480px; }
  .product-visual .mac-window { width: min(680px, 82vw); }
  .screenshot-feature-wide, .screenshot-feature-reverse { grid-template-columns: 1fr; }
  .screenshot-feature-reverse .screenshot-copy, .screenshot-feature-reverse .screenshot-frame { order: initial; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 20px; }
  .menu-button { z-index: 12; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; color: white; background: #ffffff12; }
  .menu-button span { position: absolute; width: 17px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-button span:first-child { transform: translateY(-3px); }.menu-button span:last-child { transform: translateY(3px); }
  .menu-button.open span:first-child { transform: rotate(45deg); }.menu-button.open span:last-child { transform: rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 25px; display: none; flex-direction: column; align-items: start; gap: 30px; background: #191715f5; backdrop-filter: blur(15px); font: 600 32px/1 "Manrope"; }
  .site-nav.open { display: flex; }
  .nav-pill { padding: 0; border: 0; }
  .hero { min-height: 700px; height: auto; max-height: none; padding: 135px 20px 80px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(54px, 15vw, 70px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero-art { width: 120vw; height: 60%; right: -52%; top: 34%; opacity: .35; }
  .sun { width: 85vw; height: 85vw; }
  .tile { transform: scale(.7); }
  .hero-foot { left: 20px; right: 20px; bottom: 20px; }
  .hero-foot > span:first-child { display: none; }
  .section { padding: 85px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .section-heading h2, .newsletter-section h2 { font-size: 45px; }
  .product-grid, .principle-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 400px; }
  .feature-section { padding: 85px 20px; gap: 40px; }
  .feature-copy h2, .about-copy h2 { font-size: 54px; }
  .app-showcase { min-height: 340px; }
  .showcase-glow { width: 90vw; height: 90vw; }
  .mac-window { width: 100%; border-radius: 14px; }
  .apps-grid { padding: 20px; grid-template-columns: repeat(4, 1fr); gap: 15px; }
  .apps-grid > *:nth-child(n+9) { display: none; }
  .floating-icon { width: 80px; height: 80px; }
  .product-hero { padding: 115px 20px 70px; }
  .product-page-icon { width: 78px; height: 78px; margin: 32px 0 24px; border-radius: 18px; }
  .product-hero h1 { font-size: 56px; }
  .product-lead { font-size: 15px; }
  .product-visual { min-height: 330px; }
  .product-visual .mac-window { width: 100%; }
  .product-cta { padding: 85px 20px; }
  .product-cta h2 { font-size: 48px; }
  .feature-gallery { padding: 85px 20px; }
  .gallery-heading { margin-bottom: 50px; }
  .gallery-heading h2 { font-size: 48px; }
  .screenshot-pair { grid-template-columns: 1fr; }
  .screenshot-feature, .screenshot-feature-wide { border-radius: 20px; }
  .screenshot-frame { padding: 8px; }
  .screenshot-frame img { border-radius: 13px; }
  .about-art { min-height: 430px; }
  .about-card { width: 170px; height: 220px; font-size: 40px; }
  .about-copy { padding: 80px 20px; }
  .newsletter-section { padding: 80px 20px 95px; grid-template-columns: 1fr; gap: 50px; }
  footer { padding: 40px 20px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
