:root {
  color-scheme: light;
  --navy: #092D4E;
  --cyan: #0FA9BA;
  --teal-ink: #087F8C;
  --green: #63B447;
  --secondary: #526676;
  --canvas: #F5F8F8;
  --white: #FFFFFF;
  --line: #DCE6E7;
  --soft-cyan: #E7F6F7;
  --soft-green: #EFF6EA;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; background: var(--canvas); color: var(--navy); font-family: "Segoe UI", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.wrap { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 8px; z-index: 20; padding: 10px 14px; color: var(--navy); background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.site-header { min-height: 102px; width: min(1360px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid rgba(9,45,78,.12); }
.brand { flex: 0 1 370px; min-width: 0; display: flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: min(100%, 355px); max-height: 90px; height: auto; object-fit: contain; object-position: left center; }
.top-nav { display: flex; align-items: center; gap: 30px; }
.top-nav a { color: var(--navy); font-size: 15px; font-weight: 650; text-decoration: none; }
.top-nav a:hover { color: var(--teal-ink); }
.nav-status { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid #d1e2d2; border-radius: 999px; background: var(--soft-green); color: #376b2c; font-size: 15px; line-height: 1; font-weight: 750; letter-spacing: .02em; white-space: nowrap; }
.nav-status i,.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); flex: none; box-shadow: 0 0 0 4px rgba(99,180,71,.13); }
.hero { min-height: 635px; padding: 62px 0 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; }
.hero-copy { padding: 5px 0 0 4px; }
.launch-status { width: fit-content; display: inline-flex; align-items: center; gap: 13px; margin: 0 0 24px; padding: 14px 20px; border: 0; border-radius: 6px; color: #fff; background: var(--navy); font-size: 26px; line-height: 1.1; font-weight: 780; letter-spacing: .045em; text-transform: uppercase; }
.launch-status .status-dot { width: 10px; height: 10px; }
.eyebrow { margin: 0 0 18px; color: var(--teal-ink); font-size: 14px; line-height: 1.35; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 24px; color: var(--navy); font-size: clamp(52px, 5.6vw, 78px); line-height: .98; letter-spacing: -.067em; font-weight: 760; }
h1 span { color: var(--teal-ink); }
.hero-intro { max-width: 555px; margin-bottom: 26px; color: var(--secondary); font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; padding: 0 22px; border-radius: 5px; text-decoration: none; font-size: 15px; font-weight: 730; transition: transform .18s ease, background-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { background: #124a70; }
.button-primary span,.button-outline span { color: #73d1d7; font-size: 20px; }
.text-link { color: var(--navy); font-size: 15px; font-weight: 700; text-decoration-color: #97afb4; text-underline-offset: 5px; }
.text-link:hover { color: var(--teal-ink); }
.hero-footnote { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: var(--secondary); font-size: 14px; line-height: 1.5; }
.hero-footnote span { color: var(--green); font-size: 17px; }
.hero-art { min-height: 485px; position: relative; display: flex; justify-content: center; align-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; z-index: -3; width: min(460px, 88%); aspect-ratio: 1; border-radius: 50%; background: #ECF4F2; }
.art-orbit { position: absolute; z-index: -2; border: 1px solid #D8E8E5; border-radius: 50%; aspect-ratio: 1; }
.orbit-one { width: min(395px, 76%); }.orbit-two { width: min(330px, 64%); border-color: #e3eeeb; }
.art-kicker { position: absolute; top: 5px; left: 1%; display: flex; align-items: center; gap: 11px; color: var(--secondary); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.art-kicker .status-dot { width: 7px; height: 7px; }
.record-sheet { width: min(355px, 70%); min-height: 426px; position: relative; z-index: 1; padding: 23px 24px 18px; border: 1px solid #dce7e6; border-radius: 11px; background: var(--white); box-shadow: 0 23px 58px rgba(9,45,78,.14); transform: rotate(-2deg); }
.record-header { display:flex; justify-content:space-between; align-items:center; padding-bottom:15px; border-bottom:1px solid #e7eeee; color:#70838c; font-size:9px; font-weight:800; letter-spacing:.14em; }
.record-logo-mark { height:16px; display:flex; align-items:end; gap:3px; }.record-logo-mark i { width:5px; height:7px; border-radius:3px; background:var(--cyan); }.record-logo-mark i:nth-child(2) { height:13px; background:var(--green); }.record-logo-mark i:nth-child(3) { height:10px; background:var(--navy); }
.record-title-row { margin-top:17px; display:flex; justify-content:space-between; align-items:flex-start; gap:10px; }
.record-overline { color:#70838c; font-size:10px; font-weight:780; letter-spacing:.11em; }
.record-title-row h2 { margin:5px 0 0; color:var(--navy); font-size:21px; letter-spacing:-.04em; }
.record-chip { margin-top:3px; padding:6px 8px; border-radius:3px; color:#486d3e; background:var(--soft-green); font-size:9px; font-weight:800; letter-spacing:.1em; }
.record-meta { display:flex; align-items:center; gap:9px; margin:10px 0 14px; color:var(--secondary); font-size:11px; }.record-meta b { width:4px;height:4px;border-radius:50%;background:var(--cyan); }
.room-photo { height:136px; position:relative; overflow:hidden; border-radius:5px; background:linear-gradient(#d8ebea 0 59%,#e9decf 59% 100%); }
.window { position:absolute; top:16px;left:22px;width:65px;height:49px;border:5px solid white;background:linear-gradient(90deg,transparent 47%,white 48% 52%,transparent 53%),linear-gradient(0deg,transparent 46%,white 47% 53%,transparent 54%),linear-gradient(140deg,#9cced0,#eef7f2);box-shadow:0 2px 4px #a0b9b6; }
.sofa { position:absolute;left:98px;bottom:22px;width:152px;height:37px;border-radius:9px 9px 4px 4px;background:#73948c;box-shadow:inset 0 -8px 0 rgba(41,79,74,.16); }.sofa::before { content:"";position:absolute;left:-8px;right:-8px;bottom:-3px;height:13px;border-radius:4px;background:#587d75; }.sofa::after { content:"";position:absolute;left:14px;top:7px;width:51px;height:20px;border-radius:4px;background:#a2beb3;box-shadow:59px 0 0 #89a79c; }
.rug { position:absolute;left:84px;bottom:10px;width:187px;height:9px;border-radius:50%;background:#d0b18d;opacity:.85; }
.table { position:absolute;right:27px;bottom:20px;width:30px;height:31px;border-top:5px solid #a78465;border-bottom:2px solid #a78465; }
.plant { position:absolute;right:18px;top:54px;width:18px;height:45px;border-right:2px solid #6b9c67;transform:rotate(-3deg); }.plant::before,.plant::after { content:"";position:absolute;width:16px;height:8px;border-radius:100% 0;background:#73aa69; }.plant::before { top:5px;right:2px;transform:rotate(26deg); }.plant::after { top:19px;right:-15px;transform:rotate(205deg); }
.photo-label { position:absolute;right:9px;bottom:8px;padding:6px 8px;border-radius:3px;background:rgba(255,255,255,.95);color:var(--navy);font-size:10px;font-weight:750; }
.record-list { padding:9px 0 7px; }.record-list > div { min-height:34px; display:grid; grid-template-columns:19px 1fr auto; align-items:center; gap:7px; border-bottom:1px solid #e9efef; color:#435d6a; font-size:11px; }.record-list > div > b:last-child { color:#526676; font-size:10px; font-weight:650; }
.record-tick { width:15px;height:15px;display:grid;place-items:center;border-radius:50%;background:var(--soft-green);color:#3e782e;font-size:10px;font-weight:800; }
.record-list .record-note { min-height:49px; grid-template-columns:19px 1fr; border:0; line-height:1.5; }.record-note > span b { color:var(--navy);font-size:10px; }
.note-symbol { color:var(--teal-ink);font-size:14px; }.record-footer { display:flex;justify-content:space-between;padding-top:11px;border-top:1px solid #e7eeee;color:#627681;font-size:10px; }
.art-tag { position:absolute; z-index:2; display:flex; align-items:center; gap:11px; padding:12px 14px; border:1px solid #e0e9e8; border-radius:6px; background:var(--white); box-shadow:0 10px 28px rgba(9,45,78,.09); }
.tag-photo { top:100px;right:-3px; }.tag-note { left:-9px;bottom:74px; }
.tag-icon { width:34px;height:34px;display:grid;place-items:center;border-radius:5px;font-size:17px; }.camera-icon { color:var(--teal-ink);background:var(--soft-cyan); }.check-icon { color:#3e782e;background:var(--soft-green); }
.art-tag b,.art-tag small { display:block; white-space:nowrap; }.art-tag b { color:var(--navy);font-size:12px; }.art-tag small { margin-top:4px;color:var(--secondary);font-size:10px; }
.art-spark { position:absolute;color:var(--cyan);font-size:20px; }.spark-a { top:68px;left:18%; }.spark-b { right:12%;bottom:53px;color:var(--green);font-size:14px; }
.proof-strip { border-block:1px solid #e1e9e9;background:var(--white); }.strip-inner { min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px; }.strip-inner p { margin:0;color:var(--secondary);font-size:14px; }.strip-items { display:flex;align-items:center;gap:19px;color:var(--navy);font-size:13px;font-weight:700; }.strip-items i { width:5px;height:5px;border-radius:50%;background:var(--cyan); }
.section-space { padding-top:105px;padding-bottom:108px; }.section-heading { display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:42px; }.section-heading .eyebrow { margin-bottom:17px; }
.section-heading h2,.process-intro h2,.closing h2 { margin:0;color:var(--navy);font-size:clamp(40px,4.5vw,57px);line-height:1.04;letter-spacing:-.06em;font-weight:740; }.section-heading h2 em,.closing h2 em { color:var(--teal-ink);font-style:normal; }.process-intro h2 em { color:#58C5CF;font-style:normal; }
.section-aside { max-width:380px;margin:0 0 5px;color:var(--secondary);font-size:17px;line-height:1.65; }
.use-layout { display:grid;grid-template-columns:1.4fr .8fr;gap:72px;align-items:stretch; }.use-list { border-top:1px solid var(--line); }
.use-item { min-height:86px;display:grid;grid-template-columns:47px 1fr 24px;gap:12px;align-items:center;border-bottom:1px solid var(--line); }.use-number { align-self:start;padding-top:23px;color:var(--teal-ink);font-size:12px;font-weight:750;letter-spacing:.08em; }.use-item h3 { margin:0 0 6px;color:var(--navy);font-size:17px;letter-spacing:-.02em; }.use-item p { margin:0;color:var(--secondary);font-size:15px;line-height:1.5; }.use-arrow { color:#739097;font-size:20px;transition:color .16s ease,transform .16s ease; }.use-item:hover .use-arrow { color:var(--teal-ink);transform:translate(2px,-2px); }
.use-note { position:relative;min-height:430px;overflow:hidden;padding:39px 34px;background:#eaf2ed; }.quote-mark { color:var(--green);font-family:Georgia,serif;font-size:60px;line-height:.8; }.use-note p { position:relative;z-index:1;margin:15px 0 24px;color:var(--navy);font-size:30px;line-height:1.25;letter-spacing:-.05em;font-weight:690; }.note-rule { display:block;width:48px;height:3px;background:var(--cyan); }.note-caption { display:block;margin-top:15px;color:#3c6254;font-size:11px;font-weight:800;letter-spacing:.12em; }.note-stamp { position:absolute;right:28px;bottom:27px;width:116px;height:116px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1px;border:1px solid rgba(99,180,71,.55);border-radius:50%;color:#468038;transform:rotate(-13deg); }.note-stamp b { font-size:36px;font-weight:500; }.note-stamp small { font-size:8px;font-weight:800;letter-spacing:.13em; }
.process-section { position:relative;overflow:hidden;padding:86px 0 62px;color:var(--white);background:var(--navy); }.process-section::before { content:"";position:absolute;top:-255px;right:-100px;width:550px;height:550px;border:1px solid rgba(80,194,202,.22);border-radius:50%;box-shadow:0 0 0 50px rgba(80,194,202,.035),0 0 0 100px rgba(80,194,202,.025); }
.process-wrap { position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center; }.eyebrow-light { color:#9dc4cb; }.process-intro h2 { color:var(--white); }.process-intro h2 em { color:#76D0D7; }.process-intro > p:last-child { max-width:390px;margin:20px 0 0;color:#D5E2E5;font-size:16px;line-height:1.65; }
.steps { display:grid;grid-template-columns:repeat(3,1fr); }.step { min-height:254px;position:relative;padding:5px 24px 0;border-left:1px solid rgba(255,255,255,.17); }.step-number { color:#A9C3CA;font-size:12px;font-weight:650;letter-spacing:.12em; }.step-symbol { width:52px;height:52px;display:grid;place-items:center;margin:22px 0 20px;border:1px solid rgba(95,204,209,.48);border-radius:50%;color:#76D0D7;font-size:21px; }.symbol-check { color:#8DCE78;border-color:rgba(141,206,120,.5); }.step h3 { margin:0 0 10px;font-size:21px;letter-spacing:-.03em; }.step p { max-width:190px;margin:0;color:#D5E2E5;font-size:15px;line-height:1.6; }
.process-bottom { width:min(1220px,calc(100% - 64px));margin:57px auto 0;display:flex;align-items:center;gap:14px;color:#AAC5CC;font-size:10px;letter-spacing:.16em; }.process-bottom span:nth-child(2),.process-bottom span:nth-child(4) { width:46px;height:1px;background:rgba(118,208,215,.45); }
.closing { min-height:290px;display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:28px;padding-top:56px;padding-bottom:56px; }.closing-symbol { width:66px;height:66px;display:grid;place-items:center;border:1px solid #cfe0da;border-radius:50%;color:#438039;font-size:27px;box-shadow:0 0 0 9px #edf3ef,0 0 0 17px #f1f6f4; }.closing h2 { font-size:clamp(32px,3.4vw,42px); }.closing-copy .eyebrow { margin-bottom:14px; }.closing-copy > p:last-child { max-width:600px;margin:14px 0 0;color:var(--secondary);font-size:16px;line-height:1.6; }
.button-outline { border:1px solid #bdcecf;color:var(--navy);background:transparent; }.button-outline span { color:var(--teal-ink); }.button-outline:hover { background:var(--white); }
.site-footer { border-top:1px solid #dce6e7;background:#fff; }.footer-inner { min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--secondary);font-size:12px; }.footer-brand { color:var(--navy);font-size:15px;font-weight:780;letter-spacing:-.04em; }
@media (max-width: 980px) {
  .wrap { width:min(780px,calc(100% - 52px)); }.site-header { width:calc(100% - 52px);min-height:92px; }
  .brand { flex-basis:310px; }.brand img { width:min(100%,300px);max-height:76px; }.top-nav { gap:18px; }.top-nav a { font-size:14px; }
  .hero { min-height:590px;grid-template-columns:1fr .95fr;gap:18px;padding-top:48px;padding-bottom:54px; }.hero-art { min-height:440px; }.record-sheet { width:min(340px,76%); }.art-tag { transform:scale(.92); }.tag-photo { right:-2px; }.tag-note { left:-5px; }
  .section-space { padding-top:82px;padding-bottom:84px; }.use-layout { gap:38px; }.use-note { min-height:400px;padding:32px 27px; }.use-note p { font-size:27px; }.process-wrap { grid-template-columns:1fr;gap:42px; }.process-intro > p:last-child { max-width:600px; }.step { min-height:220px; }
}
@media (max-width: 640px) {
  .wrap,.process-bottom { width:calc(100% - 40px); }.site-header { width:calc(100% - 40px);min-height:78px;gap:10px; }
  .brand { flex:1 1 auto;max-width:250px; }.brand img { width:100%;max-height:60px; }.top-nav { gap:0; }.top-nav a { display:none; }.nav-status { padding:10px 12px;font-size:12px; }
  .hero { min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:23px;padding:48px 0 44px; }.hero-copy { padding:0; }.launch-status { margin-bottom:21px;padding:13px 16px;font-size:22px; }.eyebrow { margin-bottom:15px;font-size:12px; }
  h1 { font-size:clamp(48px,12.6vw,68px);margin-bottom:18px; }.hero-intro { max-width:530px;margin-bottom:22px;font-size:17px;line-height:1.62; }.hero-actions { gap:17px; }.button { min-height:50px;font-size:14px; }.text-link { font-size:14px; }.hero-footnote { margin-top:18px;font-size:13px; }
  .hero-art { min-height:405px;margin-inline:-10px; }.hero-art::before { width:min(370px,96%); }.orbit-one { width:min(330px,86%); }.orbit-two { width:min(280px,74%); }.art-kicker { top:0;left:7%;font-size:10px; }.record-sheet { width:min(330px,76%);min-height:400px;padding:20px 19px 15px; }.room-photo { height:122px; }.sofa { left:87px;width:135px; }.sofa::after { box-shadow:51px 0 0 #89a79c; }.rug { left:72px;width:166px; }.table { right:20px; }.tag-photo { top:63px;right:0; }.tag-note { left:0;bottom:56px; }.art-tag { padding:9px 10px;gap:8px;transform:scale(.83); }.art-tag b { font-size:11px; }.art-tag small { font-size:9px; }.tag-icon { width:29px;height:29px; }.art-spark { font-size:14px; }
  .strip-inner { min-height:95px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:13px; }.strip-inner p { font-size:12px; }.strip-items { gap:11px;font-size:11px; }
  .section-space { padding-top:68px;padding-bottom:70px; }.section-heading { display:block;margin-bottom:27px; }.section-heading h2,.process-intro h2 { font-size:clamp(37px,10vw,46px); }.section-aside { max-width:500px;margin-top:18px;font-size:16px; }.use-layout { grid-template-columns:1fr;gap:25px; }.use-item { min-height:82px;grid-template-columns:33px 1fr 20px;gap:8px; }.use-number { padding-top:22px;font-size:11px; }.use-item h3 { font-size:16px; }.use-item p { font-size:14px;line-height:1.5; }.use-note { min-height:285px;padding:27px 25px; }.use-note p { font-size:25px; }.note-stamp { width:91px;height:91px;right:22px;bottom:21px; }
  .process-section { padding:68px 0 47px; }.process-wrap { gap:33px; }.process-intro > p:last-child { font-size:15px; }.steps { grid-template-columns:1fr; }.step { min-height:0;padding:17px 5px 18px 64px;border-left:0;border-top:1px solid rgba(255,255,255,.16); }.step-number { position:absolute;left:2px;top:22px; }.step-symbol { position:absolute;left:0;top:29px;width:43px;height:43px;margin:0;font-size:17px; }.step h3 { margin:0 0 5px;font-size:17px; }.step p { max-width:none;font-size:14px; }.process-bottom { margin-top:33px;gap:8px;font-size:8px; }.process-bottom span:nth-child(2),.process-bottom span:nth-child(4) { width:27px; }
  .closing { min-height:0;grid-template-columns:48px 1fr;gap:16px;padding-top:52px;padding-bottom:48px; }.closing-symbol { width:38px;height:38px;font-size:17px;box-shadow:0 0 0 6px #edf3ef,0 0 0 11px #f1f6f4; }.closing h2 { font-size:clamp(27px,7.5vw,34px); }.closing-copy .eyebrow { font-size:11px; }.closing-copy > p:last-child { font-size:14px; }.closing .button { grid-column:2;justify-self:start;margin-top:2px; }
  .footer-inner { min-height:82px;display:grid;grid-template-columns:1fr auto;gap:7px 10px;padding-top:13px;padding-bottom:13px;font-size:10px; }.footer-inner > span:nth-child(2) { grid-column:1;grid-row:2; }.footer-inner > span:nth-child(3) { grid-column:2;grid-row:1 / span 2;align-self:center;text-align:right;font-size:9px; }.footer-brand { font-size:13px; }
}
@media (max-width: 360px) {
  .wrap,.process-bottom { width:calc(100% - 32px); }.site-header { width:calc(100% - 32px); }.brand { max-width:205px; }.nav-status { padding:9px 10px;font-size:11px; }
  .hero-art { margin-inline:-4px; }.record-sheet { width:78%; }.tag-photo { right:-3px; }.tag-note { left:-2px; }
  .hero-actions { gap:13px; }.button { padding-inline:15px; }.text-link { font-size:13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important; }
}
