:root {
  --ink: #18302b;
  --muted: #5e6e68;
  --sage: #527d72;
  --sage-dark: #254f46;
  --sage-deep: #153d35;
  --mint: #dfeae4;
  --paper: #f6f3eb;
  --cream: #ebe5d7;
  --white: #fffdf8;
  --gold: #b98a45;
  --rose: #b86f67;
  --line: rgba(24, 48, 43, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
em { color: var(--sage); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.site-header { height: 78px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(246,243,235,.92); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 50; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.02em; font-size: 19px; }
.leaf-mark { width: 31px; height: 31px; border-radius: 50%; background: var(--sage); position: relative; display: inline-block; flex: 0 0 auto; }
.leaf-mark i { width: 7px; height: 13px; background: var(--paper); border-radius: 100% 0 100% 0; position: absolute; left: 12px; top: 5px; transform: rotate(-35deg); }
.leaf-mark i:nth-child(2) { top: 12px; left: 7px; transform: rotate(-78deg) scale(.8); }
.leaf-mark i:nth-child(3) { top: 14px; left: 16px; transform: rotate(10deg) scale(.72); }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; color: #40524d; }
.site-header nav a:hover { color: var(--sage); }
.header-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 17px; font-size: 12px; font-weight: 700; }
.header-cta:hover { background: var(--ink); color: var(--white); }

.hero { min-height: 810px; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 130px clamp(32px, 6.7vw, 108px) 92px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 750; color: var(--sage); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 27px; height: 1px; background: var(--sage); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; margin: 0; line-height: .98; }
h1 { font-size: clamp(58px, 6.2vw, 98px); margin-top: 27px; max-width: 870px; }
.hero-lede { font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; color: var(--muted); max-width: 690px; margin: 34px 0 37px; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.primary-button { background: var(--sage-deep); color: var(--white); padding: 16px 22px; border-radius: 4px; font-size: 13px; font-weight: 700; display: inline-flex; gap: 26px; align-items: center; }
.primary-button:hover { background: var(--sage); transform: translateY(-1px); }
.availability { display: flex; flex-direction: column; font-size: 12px; }
.availability small { color: var(--muted); margin-top: 3px; }
.hero-visual { background: var(--mint); position: relative; min-height: 810px; display: flex; justify-content: center; align-items: flex-end; padding-top: 66px; overflow: hidden; }
.phone-frame { background: #182522; padding: 9px; border-radius: 38px; box-shadow: 0 32px 80px rgba(19,50,43,.22); }
.phone-frame img { border-radius: 30px; width: 100%; }
.hero-phone { width: min(350px, 48%); z-index: 3; transform: translateY(105px); }
.paper-note { position: absolute; z-index: 4; background: var(--white); box-shadow: 0 14px 36px rgba(34,63,55,.12); padding: 17px 19px; font-family: Georgia, serif; font-size: 14px; line-height: 1.35; transform: rotate(-4deg); }
.note-one { top: 180px; left: 6%; }
.note-two { right: 5%; top: 290px; transform: rotate(5deg); font-family: "Avenir Next", sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.note-two span { font-family: Georgia, serif; font-size: 31px; display: block; color: var(--sage); }
.orbit { position: absolute; border: 1px solid rgba(64,107,95,.17); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; bottom: -80px; }
.orbit-two { width: 430px; height: 430px; bottom: 15px; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px clamp(32px, 7vw, 112px); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-icon { color: var(--sage); font-family: Georgia, serif; font-size: 19px; min-width: 28px; }
.trust-strip p { margin: 0; display: flex; flex-direction: column; font-size: 12px; }
.trust-strip small { font-size: 10px; color: var(--muted); margin-top: 2px; }

.section-pad { padding: 120px clamp(28px, 7vw, 112px); }
.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; margin-top: 30px; }
.problem-grid h2, .section-heading h2, .experience h2, .workflow h2, .gallery h2, .privacy h2, .faq h2, .final-cta h2 { font-size: clamp(43px, 5vw, 74px); }
.problem-copy { padding-top: 6px; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; color: var(--muted); }
.problem-copy p:first-child { margin-top: 0; }
.importance-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 75px; }
.importance-cards article { background: var(--white); padding: 36px; min-height: 230px; }
.importance-cards span, .feature-top > span { font-family: Georgia, serif; color: var(--sage); font-size: 13px; }
.importance-cards h3 { font-family: Georgia, serif; font-size: 23px; font-weight: 400; margin: 46px 0 12px; }
.importance-cards p, .feature-card p { color: var(--muted); line-height: 1.6; font-size: 14px; margin: 0; }

.features { background: #e9e5da; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin-bottom: 66px; }
.section-heading h2 { margin-top: 20px; }
.section-heading > p, .experience-intro > p, .gallery-copy > p { font-family: Georgia, serif; color: var(--muted); line-height: 1.65; font-size: 18px; margin: 0 0 6px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.feature-card { background: var(--white); min-height: 390px; padding: 27px; position: relative; overflow: hidden; }
.feature-top { display: flex; align-items: center; justify-content: space-between; }
.feature-top i { font-style: normal; border: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; border-radius: 999px; padding: 6px 9px; }
.feature-card h3 { font-family: Georgia, serif; font-weight: 400; font-size: 27px; line-height: 1.08; max-width: 290px; margin: 40px 0 16px; }
.mini-illustration { position: absolute; height: 94px; bottom: 0; left: 0; right: 0; background: var(--mint); display: flex; align-items: flex-end; padding: 19px 27px; gap: 8px; }
.mini-illustration span { display: block; background: var(--sage); border-radius: 2px 2px 0 0; width: 22px; height: 35px; opacity: .75; }
.mini-illustration span:nth-child(2) { height: 54px; opacity: .5; }
.mini-illustration span:nth-child(3) { height: 42px; opacity: .3; }
.mini-02 { justify-content: center; align-items: center; }
.mini-02 span { width: 24%; height: 4px!important; border-radius: 99px; }
.mini-03 span { border-radius: 50%; width: 52px; height: 52px!important; background: transparent; border: 6px solid var(--sage); }
.mini-04 { justify-content: space-around; align-items: center; }
.mini-04 span { height: 38px!important; width: 27%; background: var(--white); border: 1px solid var(--sage); }
.mini-05 { align-items: center; }
.mini-05 span { height: 10px!important; border-radius: 10px; flex: 1; }
.mini-06 span { width: 30%; height: 30px; }.mini-06 span:nth-child(2) { height: 65px; }.mini-06 span:nth-child(3) { height: 48px; }

.experience { background: var(--sage-deep); color: var(--white); padding-bottom: 45px; overflow: hidden; }
.section-kicker.light { color: #b9d3ca; }
.experience em, .privacy em, .final-cta em { color: #b9d3ca; }
.experience-intro { max-width: 730px; margin: 0 auto 76px; text-align: center; }
.experience-intro h2 { margin: 20px 0 25px; }
.experience-intro > p { color: #c7d4cf; }
.device-stage { max-width: 1120px; min-height: 660px; margin: 0 auto; position: relative; display: flex; align-items: center; justify-content: center; }
.ipad-frame { border: 10px solid #121b19; border-radius: 30px; overflow: hidden; width: 86%; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.ipad-frame img { width: 100%; }
.stage-phone { position: absolute; right: -1%; bottom: -20px; width: 220px; border-radius: 28px; padding: 7px; }
.stage-phone img { border-radius: 22px; }
.screen-labels { border-top: 1px solid rgba(255,255,255,.15); margin-top: 75px; padding-top: 25px; display: flex; justify-content: center; gap: 70px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; color: #b9c9c4; }
.screen-labels b { color: var(--white); margin-right: 8px; }

.workflow { background: var(--paper); }
.section-heading.narrow { grid-template-columns: 1fr; }
.workflow-list { list-style: none; padding: 0; margin: 10px 0 0; border-top: 1px solid var(--line); }
.workflow-list li { display: grid; grid-template-columns: 70px 1fr 1.6fr 40px; gap: 24px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.workflow-list li:hover { padding-left: 16px; padding-right: 16px; background: var(--white); }
.workflow-list li > span { font-family: Georgia, serif; color: var(--sage); }
.workflow-list h3 { font-family: Georgia, serif; font-size: 30px; font-weight: 400; margin: 0; }
.workflow-list p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.5; }
.workflow-list i { font-style: normal; font-size: 22px; color: var(--sage); }

.gallery { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; align-items: center; background: #e7dfd0; overflow: hidden; }
.gallery-copy h2 { margin: 22px 0 30px; }
.gallery-copy ul { padding: 0; margin: 35px 0 0; list-style: none; border-top: 1px solid var(--line); }
.gallery-copy li { border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 12px; font-weight: 650; }
.gallery-copy li:before { content: "✓"; color: var(--sage); margin-right: 12px; }
.phone-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: center; transform: rotate(-2deg); }
.phone-gallery .phone-frame { padding: 6px; border-radius: 28px; }
.phone-gallery .phone-frame img { border-radius: 22px; }
.phone-b { transform: translateY(-35px); }
.phone-c { transform: translateY(25px); }

.privacy { background: var(--white); }
.privacy-card { background: var(--sage); color: var(--white); display: grid; grid-template-columns: .7fr 1.3fr; min-height: 490px; }
.privacy-seal { border-right: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px; font-family: Georgia, serif; font-size: 25px; text-align: center; }
.privacy-seal .leaf-mark { width: 74px; height: 74px; background: var(--white); }
.privacy-seal .leaf-mark i { background: var(--sage); transform: scale(1.8) rotate(-35deg); top: 20px; left: 32px; }
.privacy-seal .leaf-mark i:nth-child(2) { transform: scale(1.4) rotate(-78deg); top: 37px; left: 20px; }.privacy-seal .leaf-mark i:nth-child(3) { transform: scale(1.3) rotate(10deg); top: 40px; left: 44px; }
.privacy-copy { padding: 72px 8vw; }
.privacy-copy h2 { margin: 18px 0 25px; }
.privacy-copy > p { color: #e5efeb; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; max-width: 660px; }
.privacy-points { display: flex; gap: 23px; margin-top: 32px; flex-wrap: wrap; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.integration-row { border: 1px solid var(--line); border-top: 0; padding: 25px 30px; display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.integration-row p { margin: 0 auto 0 0; display: flex; flex-direction: column; font-size: 13px; }.integration-row small { color: var(--muted); margin-top: 4px; }
.integration-row > span { padding: 7px 10px; background: var(--paper); border-radius: 4px; font-size: 10px; font-weight: 700; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10vw; background: var(--paper); }
.faq-title h2 { margin-top: 20px; position: sticky; top: 120px; }
.faq-list details { border-top: 1px solid var(--line); padding: 23px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 30px; font-family: Georgia, serif; font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { font-family: sans-serif; font-style: normal; color: var(--sage); }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list p { color: var(--muted); line-height: 1.65; font-size: 14px; max-width: 690px; padding-right: 45px; }

.final-cta { background: var(--sage-deep); color: var(--white); text-align: center; padding: 120px 24px; position: relative; overflow: hidden; }
.final-cta h2 { margin: 22px 0 25px; }
.final-cta > p { color: #c4d4ce; font-family: Georgia, serif; font-size: 18px; }
.coming-button { display: inline-block; background: var(--white); color: var(--sage-deep); padding: 15px 24px; border-radius: 4px; font-size: 12px; font-weight: 750; margin-top: 17px; }
.final-decoration { position: absolute; opacity: .08; transform: scale(11); left: 11%; top: 50%; }
footer { background: #102b25; color: var(--white); padding: 44px clamp(28px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; }
footer p, footer small { color: #94aaa3; font-size: 11px; }
footer div { display: flex; gap: 22px; font-size: 11px; } footer small { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 95px; }
  .hero-visual { min-height: 680px; }
  .hero-phone { width: 310px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); gap: 18px; }.trust-strip > div:nth-child(2){border:0}
  .problem-grid, .section-heading, .gallery, .faq { grid-template-columns: 1fr; gap: 45px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .device-stage { min-height: 500px; }.stage-phone { width: 170px; }
  .privacy-card { grid-template-columns: 1fr; }.privacy-seal { display: none; }
  .gallery-copy { max-width: 640px; }.phone-gallery { max-width: 700px; margin: 0 auto; }
  .faq-title h2 { position: static; }
  footer { grid-template-columns: 1fr auto; } footer p { display: none; }
}

@media (max-width: 640px) {
  .site-header { height: 67px; padding: 0 18px; }.header-cta { font-size: 0; padding: 9px 12px; }.header-cta span { font-size: 16px; }
  .hero { min-height: auto; }.hero-copy { padding: 75px 24px 65px; }.hero-lede { font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 570px; }.hero-phone { width: 275px; }.note-one { left: 2%; top: 105px; }.note-two { right: 2%; top: 240px; }
  .trust-strip { padding: 24px 18px; }.trust-strip > div { justify-content: flex-start; }.trust-strip > div:nth-child(3) { border-right: 1px solid var(--line); }
  .section-pad { padding: 82px 22px; }
  .importance-cards, .feature-grid { grid-template-columns: 1fr; }.importance-cards article { min-height: 190px; }.importance-cards h3 { margin-top: 28px; }
  .feature-card { min-height: 360px; }
  .experience-intro { text-align: left; }.device-stage { min-height: 320px; }.ipad-frame { width: 100%; border-width: 6px; border-radius: 17px; }.stage-phone { width: 115px; right: -7px; border-radius: 18px; }.stage-phone img { border-radius: 13px; }
  .screen-labels { gap: 15px; justify-content: space-between; }.screen-labels span { font-size: 7px; }.screen-labels span:nth-child(2) { display: none; }
  .workflow-list li { grid-template-columns: 40px 1fr 20px; gap: 12px; }.workflow-list p { grid-column: 2/4; }.workflow-list i { grid-column: 3; grid-row: 1; }
  .phone-gallery { gap: 8px; }.phone-gallery .phone-frame { border-radius: 18px; padding: 4px; }.phone-gallery .phone-frame img { border-radius: 14px; }
  .privacy-copy { padding: 58px 25px; }.privacy-points { gap: 13px; }.integration-row { align-items: flex-start; }.integration-row p { width: 100%; }
  footer { grid-template-columns: 1fr; } footer div { flex-wrap: wrap; } footer small { grid-column: 1; }
}

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

/* Standalone App Store support and privacy pages */
.document-page { min-height: 100vh; background: var(--paper); }
.document-header { position: static; }
.document-shell { width: min(860px, calc(100% - 44px)); margin: 0 auto; padding: 88px 0 110px; }
.document-eyebrow { margin-bottom: 24px; }
.document-shell h1 { font-size: clamp(50px, 8vw, 78px); max-width: 780px; }
.document-lede { font-family: Georgia, "Times New Roman", serif; color: var(--muted); font-size: 20px; line-height: 1.65; margin: 28px 0 55px; max-width: 740px; }
.document-meta { display: flex; gap: 28px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; margin-bottom: 48px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.document-section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.document-section h2 { font-size: 30px; letter-spacing: -.025em; margin-bottom: 16px; }
.document-section h3 { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; margin: 22px 0 8px; }
.document-section p, .document-section li { color: var(--muted); font-size: 15px; line-height: 1.75; }
.document-section ul { padding-left: 19px; }
.document-section a { color: var(--sage-dark); text-decoration: underline; text-underline-offset: 3px; }
.support-card { background: var(--sage-deep); color: var(--white); padding: 38px; border-radius: 5px; margin: 44px 0; }
.support-card h2 { color: var(--white); }
.support-card p { color: #c7d4cf; }
.support-card a { color: var(--white); font-size: 21px; font-family: Georgia, "Times New Roman", serif; }
.document-back { display: inline-flex; gap: 8px; align-items: center; color: var(--sage-dark); font-size: 12px; font-weight: 700; margin-top: 42px; }

@media (max-width: 640px) {
  .document-shell { padding-top: 62px; }
  .document-lede { font-size: 18px; }
  .support-card { padding: 28px 23px; }
}
