:root {
  color-scheme: light;
  --paper: #f7f9fc;
  --ink: #1c2a3a;
  --accent: #365bd6;
  --muted: #596778;
  --line: #dce3ed;
  --soft: #e4ebf6;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; border-radius: 3px; }
::selection { background: #d7e0ff; color: #142c7b; }
h1, h2, h3, p { margin: 0; }
.page-width { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }

.skip-link { position: absolute; z-index: 10; inset: 12px auto auto 12px; padding: 14px 20px; background: var(--ink); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 108px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 650; letter-spacing: -.8px; flex-shrink: 0; }
.brand-secondary { font-weight: 400; }
.brand-mark { flex-shrink: 0; }
.site-header nav { display: flex; gap: 34px; align-items: center; }
.site-header nav a { font-size: 13px; font-weight: 500; padding-block: 14px; transition: color .2s ease; }
.site-header nav a:hover { color: var(--accent); }

.hero { position: relative; display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; column-gap: 8px; padding-top: 46px; }
.hero-copy { position: relative; z-index: 1; padding-block: 66px 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--accent); font-size: 10px; line-height: 1.6; font-weight: 550; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow-line { width: 21px; height: 1px; background: currentColor; }
h1 { font-size: clamp(48px, 5.3vw, 76px); font-weight: 500; line-height: 1.06; letter-spacing: -4px; margin-top: 28px; }
h1 span { color: var(--accent); white-space: nowrap; }
.hero-description { max-width: 340px; font-size: 18px; line-height: 1.65; color: var(--muted); margin-top: 28px; }
.primary-link { display: inline-flex; align-items: center; gap: 29px; padding: 17px 22px; background: var(--accent); color: #fff; border-radius: 5px; font-size: 13px; font-weight: 500; margin-top: 32px; transition: background .2s, transform .2s, box-shadow .2s; }
.primary-link span { font-size: 20px; font-weight: 400; line-height: 1; transition: transform .2s; }
.primary-link:hover { background: #2849bb; transform: translateY(-2px); box-shadow: 0 7px 22px #365bd625; }
.primary-link:hover span { transform: translate(2px, 2px); }
.hero-art { min-width: 0; position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-top: 10px; }
.hero-art > img { width: calc(100% + 48px); max-width: none; height: auto; margin-left: -24px; animation: sculpture-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .1px; }
.scroll-note { display: inline-flex; gap: 25px; align-items: center; }
.scroll-note span { font-size: 16px; }

.products { padding-top: 100px; padding-bottom: 102px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.section-index { color: var(--muted); font-size: 9px; letter-spacing: 1.6px; margin-bottom: 19px; }
h2 { font-size: clamp(32px, 3.3vw, 44px); line-height: 1.14; letter-spacing: -1.9px; font-weight: 500; }
.section-heading > p { color: var(--muted); font-size: 13px; line-height: 1.8; padding-bottom: 4px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 28px; }
.product { display: flex; flex-direction: column; }
.product-art { display: block; position: relative; height: auto; aspect-ratio: 1.13; border-radius: 9px; overflow: hidden; isolation: isolate; }
.waypoint-art { background: radial-gradient(ellipse at 66% 18%, #f7fcfb 0, #e9f1f4 48%, #dce7ef 100%); }
.said-done-art { background: radial-gradient(ellipse at 50% 60%, #fcf8f1 0, #f0e9e0 70%, #e9e0d4 100%); }
.chelamail-art { background: radial-gradient(ellipse at 50% 40%, #f4fbf7 0, #e4f0e9 65%, #d6e8df 100%); }
.groupgiving-art { background: radial-gradient(ellipse at 50% 40%, #fbfbf2 0, #eef0df 65%, #e3e7d3 100%); }
.cadrai-art { background: radial-gradient(ellipse at 50% 40%, #f7f9fb 0, #e7ecf1 65%, #dce3eb 100%); }
.art-label { position: absolute; top: 27px; left: 28px; font-size: 10px; line-height: 1.4; letter-spacing: .2px; z-index: 2; color: #4d646a; }
.said-done-art .art-label { color: #796957; }
.chelamail-art .art-label { color: #4c7362; }
.groupgiving-art .art-label { color: #616e4f; }
.cadrai-art .art-label { color: #5c6a77; }
.waypoint-landscape, .conversation-lines, .mail-lines, .gift-lines, .engineering-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.app-icon-wrap { position: absolute; width: 28%; aspect-ratio: 1; left: 36%; top: 34%; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.app-icon-wrap img { width: 100%; height: 100%; border-radius: 24%; }
.waypoint-icon { transform: rotate(-9deg); box-shadow: 0 28px 45px -14px #103a5155, 0 6px 10px #122e4420; border-radius: 24%; }
.said-done-icon { transform: rotate(8deg); box-shadow: 0 28px 45px -14px #513b2650, 0 6px 10px #3c2c1220; border-radius: 24%; }
.chelamail-icon { transform: rotate(-6deg); box-shadow: 0 28px 45px -14px #225c4050, 0 6px 10px #123c2520; border-radius: 24%; }
.groupgiving-icon { transform: rotate(7deg); box-shadow: 0 28px 45px -14px #42532550, 0 6px 10px #2e3a1d20; border-radius: 24%; }
.cadrai-icon { transform: rotate(-7deg); box-shadow: 0 28px 45px -14px #38445450, 0 6px 10px #1b293920; border-radius: 24%; }
.product:hover .waypoint-icon { transform: translateY(-6px) rotate(-5deg); }
.product:hover .said-done-icon { transform: translateY(-6px) rotate(3deg); }
.product:hover .chelamail-icon { transform: translateY(-6px) rotate(-2deg); }
.product:hover .groupgiving-icon { transform: translateY(-6px) rotate(3deg); }
.product:hover .cadrai-icon { transform: translateY(-6px) rotate(-3deg); }
.art-footnote { position: absolute; inset: auto 28px 23px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .5px; color: #4d646a; }
.art-footnote > span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #90a5af70; border-radius: 50%; font-size: 15px; }
.said-done-art .art-footnote { color: #796957; }
.said-done-art .art-footnote > span { border-color: #a5978770; transition: background .2s, color .2s; }
.said-done-art:hover .art-footnote > span { background: #796957; color: #fff; }
.chelamail-art .art-footnote { color: #4c7362; }
.chelamail-art .art-footnote > span { border-color: #7aab9270; transition: background .2s, color .2s; }
.chelamail-art:hover .art-footnote > span { background: #4c7362; color: #fff; }
.groupgiving-art .art-footnote { color: #616e4f; }
.groupgiving-art .art-footnote > span { border-color: #87977170; transition: background .2s, color .2s; }
.groupgiving-art:hover .art-footnote > span { background: #616e4f; color: #fff; }
.cadrai-art .art-footnote { color: #5c6a77; }
.cadrai-art .art-footnote > span { border-color: #8594a570; transition: background .2s, color .2s; }
.cadrai-art:hover .art-footnote > span { background: #5c6a77; color: #fff; }
.product-content { display: flex; flex-direction: column; flex: 1; padding: 26px 2px 0; }
.product-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 11px; line-height: 1.5; color: var(--muted); letter-spacing: .2px; }
.status { display: inline-flex; align-items: center; gap: 6px; }
.status > span { width: 5px; height: 5px; border-radius: 50%; background: #8897b1; }
.status-live > span { background: #28785e; }
.product h3 { font-size: 28px; line-height: 1.2; font-weight: 550; letter-spacing: -1px; margin-top: 17px; }
.product-content > p { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 460px; margin-top: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 550; color: var(--accent); margin-top: 22px; padding-block: 6px; }
.text-link span { transition: transform .2s; font-size: 16px; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-note { display: inline-block; color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 22px; padding-block: 6px; }
.product-content > .text-link, .product-content > .product-note { align-self: flex-start; margin-top: auto; padding-top: 22px; }
.upcoming-art { display: grid; place-items: center; background: #f0f4fa; border: 1px dashed #b7c4d6; }
.next-symbol { color: #8294b2; font-weight: 200; font-size: 56px; line-height: 1; }

.studio-section { background: #edf1f8; border-block: 1px solid #e5eaf3; }
.studio-inner { display: grid; grid-template-columns: 1fr 1fr; column-gap: 14%; padding-block: 84px 56px; }
.studio-description { padding-top: 33px; }
.studio-description > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 18px; }
.studio-description > .studio-lead { color: var(--ink); font-size: 21px; line-height: 1.55; font-weight: 400; letter-spacing: -.45px; margin: 0; }
.studio-signature { display: flex; align-items: center; gap: 12px; margin-top: 40px; color: var(--muted); font-size: 9px; line-height: 1.7; letter-spacing: .2px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 36px; }
.footer-brand { font-size: 13px; font-weight: 550; letter-spacing: -.25px; gap: 9px; }
.site-footer small { color: var(--muted); font-size: 11px; }
.back-to-top { display: inline-flex; align-items: center; gap: 20px; padding-block: 12px; font-size: 10px; color: var(--muted); }
.back-to-top:hover { color: var(--accent); }

.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: start; justify-content: center; padding-block: 64px; }
.not-found h1 { font-size: clamp(44px, 7vw, 76px); }
.not-found p { font-size: 17px; color: var(--muted); line-height: 1.6; margin-top: 24px; }

@keyframes sculpture-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1500px) {
  .hero-copy { padding-block: 82px 94px; }
}

@media (max-width: 1100px) {
  .page-width { width: calc(100% - 72px); }
  h1 { font-size: clamp(43px, 5.4vw, 60px); letter-spacing: -2.8px; }
  .hero { grid-template-columns: 1.2fr 1fr; }
  .hero-copy { padding-block: 52px 70px; }
  .hero-description { font-size: 16px; max-width: 300px; }
  .product-grid { gap: 48px 26px; }
}

@media (max-width: 960px) {
  .product-grid { grid-template-columns: 1fr; gap: 38px; }
  .product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 32px; }
  .product-content { padding-top: 0; }
}

@media (max-width: 760px) {
  .page-width { width: calc(100% - 48px); }
  .site-header { min-height: 86px; }
  .brand { font-size: 19px; gap: 10px; }
  .site-header nav { gap: 22px; }
  .site-header nav a { font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { padding-block: 64px 0; }
  h1 { font-size: clamp(46px, 8.4vw, 65px); letter-spacing: -3px; margin-top: 24px; }
  .hero-description { max-width: 360px; font-size: 17px; margin-top: 22px; }
  .primary-link { margin-top: 26px; }
  .hero-art { width: min(100%, 450px); margin: -16px 0 0 auto; padding: 0; }
  .hero-art > img { width: 100%; margin-left: 0; }
  .hero-footer { font-size: 11px; padding-block: 22px; }
  .scroll-note { gap: 12px; }
  .products { padding-block: 72px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p { font-size: 12px; }
  h2 { font-size: 34px; letter-spacing: -1.4px; }
  .product-grid { gap: 38px; }
  .product { gap: 25px; }
  .product-art { aspect-ratio: 1.13; }
  .art-label { top: 18px; left: 18px; font-size: 9px; max-width: 145px; }
  .app-icon-wrap { width: 28%; left: 36%; top: 35%; }
  .art-footnote { inset: auto 18px 15px; font-size: 9px; }
  .product h3 { font-size: 25px; margin-top: 15px; }
  .product-content > p { font-size: 13px; line-height: 1.7; }
  .studio-inner { column-gap: 8%; padding-block: 64px 44px; }
  .studio-description { padding-top: 28px; }
  .studio-description > .studio-lead { font-size: 19px; }
  .studio-description > p { font-size: 13px; }
  .footer-brand { font-size: 12px; }
  .footer-brand .brand-mark { width: 21px; }
  .site-footer { gap: 16px; }
}

@media (max-width: 540px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 80px; gap: 14px; }
  .brand { font-size: 17px; gap: 8px; letter-spacing: -.55px; }
  .brand-mark { width: 26px; height: 30px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: 11px; }
  .hero-copy { padding-top: 53px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
  h1 { font-size: clamp(37px, 9.5vw, 49px); letter-spacing: -2.1px; line-height: 1.1; margin-top: 23px; }
  .hero-description { font-size: 16px; max-width: 295px; margin-top: 21px; }
  .primary-link { font-size: 12px; padding: 15px 19px; }
  .hero-art { width: 100%; max-width: 365px; margin-top: -2px; }
  .hero-footer { padding-block: 20px; font-size: 10px; gap: 14px; }
  .scroll-note { font-size: 0; gap: 0; }
  .scroll-note span { font-size: 18px; }
  .products { padding-block: 64px; }
  .section-heading { align-items: start; }
  .section-heading > p { display: none; }
  h2 { font-size: 33px; }
  .section-index { font-size: 9px; margin-bottom: 16px; }
  .product-grid { grid-template-columns: 1fr; gap: 42px; }
  .product { display: block; }
  .product-content { padding-top: 20px; }
  .product-art { aspect-ratio: 1.35; }
  .art-label { font-size: 10px; max-width: none; top: 23px; left: 23px; }
  .app-icon-wrap { width: 24%; left: 38%; top: 34%; }
  .art-footnote { inset: auto 23px 19px; font-size: 10px; }
  .product h3 { font-size: 28px; }
  .product-content > p { font-size: 14px; }
  .product-content > .product-note, .product-content > .text-link { padding-top: 17px; }
  .upcoming-product { display: flex; flex-direction: row; align-items: center; gap: 16px; border-block: 1px solid var(--line); padding-block: 24px; }
  .upcoming-art { width: 44px; height: 44px; aspect-ratio: auto; flex-shrink: 0; }
  .upcoming-product .product-content { padding: 0; }
  .upcoming-product .product-meta { display: none; }
  .upcoming-product h3 { font-size: 16px; letter-spacing: -.3px; margin: 0; }
  .upcoming-product p { font-size: 12px; margin-top: 5px; }
  .next-symbol { font-size: 28px; }
  .studio-inner { grid-template-columns: 1fr; padding-block: 55px 40px; }
  .studio-description { padding-top: 29px; }
  .studio-description > .studio-lead { font-size: 21px; }
  .studio-description > p { font-size: 14px; }
  .studio-signature { margin-top: 30px; }
  .site-footer { flex-wrap: wrap; padding-block: 27px; gap: 15px 24px; }
  .footer-brand { width: calc(100% - 110px); font-size: 13px; }
  .site-footer small { order: 3; width: 100%; }
  .back-to-top { gap: 10px; font-size: 9px; margin-left: auto; }
}

@media (max-width: 360px) {
  .page-width { width: calc(100% - 32px); }
  .brand { font-size: 15px; gap: 7px; }
  .site-header nav { gap: 12px; }
  .site-header nav a { font-size: 11px; }
  .brand-mark { width: 22px; }
  h1 { font-size: 35px; letter-spacing: -2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
