:root {
  --canvas: oklch(0.985 0.003 250);
  --surface: oklch(0.965 0.005 250);
  --raised: oklch(0.997 0.002 250);
  --ink: oklch(0.22 0.018 255);
  --secondary: oklch(0.48 0.018 255);
  --tertiary: oklch(0.62 0.014 255);
  --line: oklch(0.88 0.009 255);
  --blue: oklch(0.59 0.19 254);
  --blue-dark: oklch(0.48 0.19 254);
  --blue-soft: oklch(0.94 0.035 254);
  --green: oklch(0.67 0.17 148);
  --space-xs: .25rem;
  --space-sm: .5rem;
  --space-md: .75rem;
  --space-lg: 1rem;
  --space-xl: 1.5rem;
  --space-2xl: 2rem;
  --space-3xl: 3rem;
  --space-4xl: 4rem;
  --space-5xl: 6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: .25rem; }

.site-header, .site-footer { width: min(100% - 2.5rem, 72rem); margin-inline: auto; display: flex; align-items: center; }
.site-header { min-height: 4.5rem; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-size: .88rem; font-weight: 650; letter-spacing: -.01em; text-decoration: none; }
.brand-mark { width: 1.3rem; height: 1.3rem; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: .76rem; height: .76rem; border: 2px solid var(--blue); border-radius: .2rem; }
.brand-mark i:first-child { inset: 0 auto auto 0; }
.brand-mark i:last-child { inset: auto 0 0 auto; }
nav { display: flex; gap: var(--space-xl); }
nav a { color: var(--secondary); font-size: .82rem; text-decoration: none; }
nav a:hover { color: var(--ink); }

.hero { width: min(100% - 2.5rem, 72rem); margin-inline: auto; padding-top: clamp(4rem, 8vw, 7rem); text-align: center; }
.app-label { display: inline-flex; align-items: center; gap: .6rem; color: var(--secondary); font-size: .85rem; font-weight: 600; }
.app-label img { border-radius: .4rem; box-shadow: 0 1px 2px oklch(0.25 0.02 255 / .12); }
h1, h2, h3 { margin: 0; letter-spacing: -.04em; }
.hero h1 { margin-top: var(--space-xl); font-size: clamp(3.25rem, 7.2vw, 6.6rem); font-weight: 650; line-height: .99; }
.hero-copy { max-width: 36rem; margin: var(--space-xl) auto 0; color: var(--secondary); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.5; }
.status-line { margin-top: var(--space-xl); display: inline-flex; align-items: center; gap: .5rem; color: var(--secondary); font-size: .76rem; }
.status-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 .2rem oklch(0.67 0.17 148 / .12); }

.mac-stage { min-height: clamp(34rem, 60vw, 45rem); margin-top: clamp(3.5rem, 7vw, 6rem); position: relative; overflow: hidden; background: oklch(0.93 0.025 242); border: 1px solid oklch(0.85 0.025 248); border-radius: 1.4rem 1.4rem 0 0; box-shadow: 0 2rem 5rem oklch(0.39 0.04 250 / .12); text-align: left; }
.desktop-glow { position: absolute; inset: 2.2rem 0 0; background: radial-gradient(circle at 35% 62%, oklch(0.9 0.08 235), transparent 32%), radial-gradient(circle at 67% 42%, oklch(0.9 0.07 275), transparent 34%); opacity: .75; }
.menu-bar { height: 2.25rem; position: relative; z-index: 2; padding-inline: 1rem; display: flex; align-items: center; justify-content: space-between; background: oklch(0.995 0.002 250 / .92); border-bottom: 1px solid oklch(0.78 0.02 250 / .45); box-shadow: 0 .15rem .7rem oklch(0.35 0.02 250 / .07); backdrop-filter: blur(1rem); font-size: .65rem; }
.menu-left, .menu-right { display: flex; align-items: center; gap: .85rem; }
.menu-left strong { font-size: .55rem; }
.calendar-glyph { min-width: 1.45rem; padding: .08rem .25rem; background: var(--ink); color: var(--raised); border-radius: .28rem; text-align: center; font-weight: 700; }
.app-popover { width: min(27rem, calc(100% - 2rem)); position: absolute; z-index: 3; top: 3rem; right: clamp(1rem, 7vw, 6rem); background: oklch(0.99 0.003 250 / .96); border: 1px solid oklch(0.78 0.015 250 / .72); border-radius: .75rem; box-shadow: 0 1.6rem 4rem oklch(0.3 0.025 250 / .2), 0 .2rem .8rem oklch(0.3 0.025 250 / .12); backdrop-filter: blur(1.5rem); }
.popover-header { padding: 1.2rem 1.25rem 1rem; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line); }
.popover-header strong { font-size: 1.05rem; letter-spacing: -.02em; }
.popover-header span { color: var(--tertiary); font-size: .72rem; }
.next-label { padding: 1rem 1.25rem .45rem; color: var(--blue-dark); font-size: .62rem; font-weight: 750; letter-spacing: .08em; }
.upcoming-label { color: var(--tertiary); padding-top: .75rem; }
.meeting { margin-inline: .65rem; padding: .8rem .6rem; display: grid; grid-template-columns: 3.3rem 1fr auto; gap: .8rem; align-items: center; border-radius: .5rem; }
.meeting.active { background: var(--blue-soft); }
.meeting.compact { border-bottom: 1px solid var(--line); border-radius: 0; }
.meeting.compact:last-of-type { border-bottom: 0; }
.time { display: grid; color: var(--secondary); font-size: .66rem; }
.time strong { color: var(--ink); font-size: .75rem; }
.meeting-info { min-width: 0; display: grid; gap: .1rem; }
.meeting-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; letter-spacing: -.01em; }
.meeting-info span { overflow: hidden; color: var(--tertiary); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.meet-dot { display: inline-block; width: .42rem; height: .42rem; background: var(--green); border-radius: 50%; }
.join { padding: .42rem .68rem; background: var(--blue); color: var(--raised); border-radius: .38rem; font-size: .68rem; font-weight: 650; }
.join span { margin-left: .25rem; }
.popover-footer { padding: .75rem 1.25rem; display: flex; justify-content: space-between; color: var(--tertiary); border-top: 1px solid var(--line); font-size: .64rem; }

.feature-band { padding: clamp(6rem, 11vw, 9rem) max(1.25rem, calc((100vw - 72rem) / 2)); background: var(--raised); border-top: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: 12rem 1fr; gap: var(--space-2xl); align-items: start; }
.section-intro > p, .privacy-kicker { margin: .45rem 0 0; color: var(--blue-dark); font-size: .72rem; font-weight: 700; letter-spacing: .03em; }
.section-intro h2 { max-width: 49rem; font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 600; line-height: 1.08; }
.feature-list { margin-top: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 5rem); }
.feature-list article { padding-top: var(--space-xl); border-top: 1px solid var(--line); }
.feature-symbol { width: 2.4rem; height: 2.4rem; margin-bottom: var(--space-xl); display: grid; place-items: center; color: var(--blue-dark); background: var(--blue-soft); border-radius: .6rem; font-weight: 650; }
.calendar-symbol { border-radius: .5rem; overflow: hidden; grid-template-rows: .65rem 1fr; background: var(--raised); border: 1px solid var(--line); font-size: .7rem; }
.calendar-symbol::before { content: ""; width: 100%; height: 100%; background: var(--blue); }
.calendar-symbol span { align-self: center; }
.arrow-symbol { font-size: 1.25rem; }
.bell-symbol { font-size: 1.3rem; transform: rotate(180deg); }
.feature-list h3 { font-size: 1.05rem; font-weight: 650; }
.feature-list p { margin: .65rem 0 0; color: var(--secondary); font-size: .87rem; line-height: 1.65; }

.privacy { width: min(100% - 2.5rem, 72rem); margin-inline: auto; padding-block: clamp(6rem, 12vw, 10rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 9rem); align-items: center; }
.privacy h2 { margin-top: var(--space-lg); font-size: clamp(2.8rem, 5.5vw, 5rem); font-weight: 620; line-height: 1.02; }
.privacy-copy > p:not(.privacy-kicker) { max-width: 35rem; margin: var(--space-xl) 0 0; color: var(--secondary); font-size: 1rem; }
.privacy-copy > a { margin-top: var(--space-xl); display: inline-flex; gap: .5rem; color: var(--blue-dark); font-size: .88rem; font-weight: 650; text-decoration: none; }
.privacy-copy > a span { transition: transform .2s ease-out; }
.privacy-copy > a:hover span { transform: translateX(.25rem); }
.privacy-proof { background: var(--surface); border: 1px solid var(--line); border-radius: .9rem; padding: .5rem 1.4rem; }
.privacy-proof > div { padding-block: 1.2rem; display: grid; grid-template-columns: 1.7rem 1fr; gap: .75rem; align-items: start; border-bottom: 1px solid var(--line); }
.privacy-proof > div:last-child { border-bottom: 0; }
.check { width: 1.25rem; height: 1.25rem; margin-top: .12rem; display: grid; place-items: center; background: oklch(0.92 0.055 148); color: oklch(0.42 0.13 148); border-radius: 50%; font-size: .7rem; font-weight: 750; }
.privacy-proof p { margin: 0; display: grid; }
.privacy-proof strong { font-size: .84rem; }
.privacy-proof small { margin-top: .15rem; color: var(--tertiary); font-size: .7rem; }

.policy { width: min(100% - 2.5rem, 66rem); margin-inline: auto; padding-block: clamp(4rem, 9vw, 8rem); display: grid; grid-template-columns: minmax(14rem, .65fr) minmax(0, 1.35fr); gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.policy-heading { position: sticky; top: 3rem; }
.policy-heading h1 { margin-block: var(--space-lg); font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 620; line-height: 1.02; }
.section-kicker { color: var(--blue-dark); font-size: .72rem; font-weight: 700; }
.policy-heading > p:last-child { color: var(--tertiary); font-size: .78rem; }
article { max-width: 44rem; }
article h2 { margin: var(--space-3xl) 0 var(--space-lg); font-size: 1.1rem; font-weight: 680; letter-spacing: -.02em; line-height: 1.3; }
article h2:first-child { margin-top: 0; }
article p { color: var(--secondary); font-size: .92rem; line-height: 1.7; }
article a { color: var(--blue-dark); }

.site-footer { min-height: 8rem; justify-content: space-between; gap: var(--space-xl); border-top: 1px solid var(--line); color: var(--tertiary); font-size: .76rem; }
.site-footer > div { display: grid; gap: .15rem; }
.site-footer strong { color: var(--ink); font-size: .84rem; }
.site-footer nav { margin-left: auto; }

@media (max-width: 760px) {
  .site-header { align-items: flex-start; padding-block: 1rem; }
  .site-header nav { gap: .9rem; }
  .site-header nav a:first-child { display: none; }
  .menu-left span:not(:first-of-type), .menu-right .wifi, .menu-right span:nth-child(2) { display: none; }
  .mac-stage { min-height: 34rem; }
  .app-popover { right: 1rem; }
  .section-intro, .privacy, .policy { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; gap: var(--space-3xl); }
  .feature-list article { display: grid; grid-template-columns: 3rem 1fr; column-gap: var(--space-lg); }
  .feature-symbol { grid-row: 1 / 3; margin: 0; }
  .feature-list p { margin-top: .35rem; }
  .policy-heading { position: static; }
  .site-footer { padding-block: var(--space-xl); flex-wrap: wrap; }
  .site-footer nav { order: 3; width: 100%; margin-left: 0; }
}

@media (max-width: 480px) {
  .site-header, .site-footer, .hero, .privacy { width: min(100% - 1.5rem, 72rem); }
  .brand span:last-child { display: none; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .mac-stage { margin-inline: -.25rem; }
  .app-popover { width: calc(100% - 1rem); right: .5rem; }
  .meeting { grid-template-columns: 3rem 1fr; }
  .join { display: none; }
  .popover-header span { display: none; }
}

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