:root {
  color-scheme: light;
  --ink: #272823;
  --muted: #6f7068;
  --paper: #f7f3ea;
  --paper-deep: #eee8dc;
  --white: #fffdf8;
  --line: rgba(39, 40, 35, .12);
  --green: #416c4a;
  --green-dark: #2e5537;
  --orange: #d75f2c;
  --shadow: 0 28px 70px rgba(67, 57, 38, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 12%, rgba(203, 222, 186, .38), transparent 28rem),
    linear-gradient(180deg, #faf7f0 0, var(--paper) 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-header,
.hero,
.share-story,
.personal-server,
.section,
.trial-section,
.license-section,
.contact-strip,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.license-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  padding: 88px 0;
}

.license-heading > p:last-child {
  max-width: 430px;
  color: var(--muted);
  line-height: 1.7;
  word-break: keep-all;
}

.license-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.license-product {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(65, 108, 74, .16);
  border-radius: 24px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 18px 48px rgba(67, 57, 38, .08);
}

.license-product > span { color: var(--green); font-size: 12px; font-weight: 800; }
.license-product h3 { margin: 9px 0 4px; font-size: 22px; }
.license-product > strong { margin-bottom: 15px; font-size: 40px; letter-spacing: -.04em; }
.license-product .button { width: 100%; margin-top: auto; }
.license-product-perpetual { background: #e9efe4; }

.license-details {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
}

.license-details li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
  font-weight: 800;
}

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-actions,
.site-nav {
  display: flex;
  align-items: center;
}

.site-header-actions { gap: 24px; }

.site-nav {
  gap: 19px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover { color: var(--ink); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
}

.brand img { border-radius: 9px; }

.header-download {
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.header-download:hover { background: rgba(255, 255, 255, .62); }
.header-download:active { transform: scale(.98); }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(380px, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: 4vw;
  padding: 76px 0 106px;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 28px;
  font-size: clamp(56px, 7vw, 92px);
  line-height: .98;
  letter-spacing: -.065em;
}

h1 span { color: var(--green); }

#hero-title { font-size: clamp(48px, 5vw, 64px); }

.hero-lead {
  max-width: 580px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.72;
  word-break: keep-all;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.button svg,
.privacy-pill svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  color: white;
  background: var(--green-dark);
  box-shadow: 0 12px 28px rgba(46, 85, 55, .24);
}

.button-primary:hover {
  background: #23472c;
  box-shadow: 0 15px 34px rgba(46, 85, 55, .3);
  transform: translateY(-1px);
}

.button-primary:active { transform: translateY(1px); }

.button-disabled,
.button-disabled:hover,
.button-disabled:active {
  cursor: not-allowed;
  background: #758177;
  box-shadow: none;
  opacity: .78;
  transform: none;
}

.hero-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.compatibility {
  display: flex;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.compatibility li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, .38);
  font-size: 12px;
  font-weight: 650;
}

.hero-art {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-art::before {
  position: absolute;
  z-index: -1;
  width: 115%;
  aspect-ratio: 1;
  border: 1px solid rgba(65, 108, 74, .12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 225, 195, .42), rgba(247, 243, 234, 0) 68%);
  content: "";
}

.product-window {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  overflow: hidden;
  border: 1px solid rgba(70, 66, 56, .16);
  border-radius: 18px;
  background: #f7f3ea;
  box-shadow: 0 30px 70px rgba(67, 57, 38, .2), 0 1px 0 rgba(255,255,255,.85) inset;
}

.window-bar {
  position: relative;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(70, 66, 56, .12);
  color: #77776e;
  background: rgba(255, 253, 248, .95);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
}

.window-dots {
  position: absolute;
  left: 14px;
  display: flex;
  gap: 6px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #d3cec4;
}

.window-dots i:first-child { background: #d76a42; }
.window-dots i:nth-child(2) { background: #d9ae53; }
.window-dots i:last-child { background: #78a66f; }

.product-showcase {
  display: grid;
  gap: 12px;
  padding: 14px;
  background: #f1ede4;
}

.screen-panel {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(70, 66, 56, .12);
  border-radius: 13px;
  background: #fbfaf6;
  box-shadow: 0 8px 22px rgba(67, 57, 38, .09);
}

.screen-panel figcaption {
  min-height: 38px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 10px 12px 8px;
  color: #73736b;
  font-size: 11px;
}

.screen-panel figcaption strong {
  color: #31322e;
  font-size: 13px;
}

.screen-crop {
  position: relative;
  overflow: hidden;
  background: #f7f4eb;
}

.screen-crop img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 209.1504%;
  max-width: none;
  height: auto;
  transform: translate(-1.40625%, -8.61111%);
}

.memories-crop { aspect-ratio: 612 / 165; }

.dog-crop { aspect-ratio: 612 / 279; }

.dog-crop img {
  transform: translate(-1.40625%, -39.72222%);
}

.privacy-pill {
  position: absolute;
  right: -1%;
  bottom: 8%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  border: 1px solid rgba(65, 108, 74, .18);
  border-radius: 14px;
  color: var(--green-dark);
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 12px 32px rgba(67, 57, 38, .12);
  font-size: 13px;
  font-weight: 750;
}

.share-story {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 58px 7vw;
  padding: 76px;
  border: 1px solid rgba(65, 108, 74, .16);
  border-radius: 34px;
  background: rgba(255, 253, 248, .78);
  box-shadow: 0 24px 70px rgba(67, 57, 38, .08);
}

.share-story-copy { align-self: center; }

.share-story-copy h2 { margin-bottom: 24px; }

.share-story-copy > p:last-of-type {
  max-width: 510px;
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.78;
  word-break: keep-all;
}

.share-notes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.share-notes span,
.tablet-idea-setting {
  padding: 8px 11px;
  border: 1px solid rgba(65, 108, 74, .16);
  border-radius: 999px;
  color: var(--green-dark);
  background: #eef3e9;
  font-size: 12px;
  font-weight: 700;
}

.personal-server {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 64px 7vw;
  margin-top: 32px;
  padding: 76px;
  border: 1px solid rgba(65, 108, 74, .16);
  border-radius: 34px;
  background: #e9efe4;
}

.personal-server-copy { align-self: center; }

.personal-server-copy h2 { margin-bottom: 24px; }

.personal-server-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 17px;
  color: #5e675d;
  line-height: 1.78;
  word-break: keep-all;
}

.personal-server-copy .personal-server-note {
  margin-bottom: 0;
  padding-top: 17px;
  border-top: 1px solid rgba(46, 85, 55, .13);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 650;
}

.server-visual {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(46, 85, 55, .14);
  border-radius: 27px;
  background: rgba(255, 253, 248, .72);
}

.server-flow {
  display: grid;
  grid-template-columns: minmax(0, .82fr) 96px minmax(0, 1.18fr);
  align-items: stretch;
  gap: 12px;
}

.server-node {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid rgba(46, 85, 55, .12);
  border-radius: 21px;
  text-align: center;
}

.server-node > svg,
.device-icons svg {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.server-node strong {
  margin-bottom: 7px;
  font-size: 16px;
  letter-spacing: -.02em;
}

.server-node > span {
  color: var(--muted);
  font-size: 12px;
}

.server-node-mac {
  color: var(--green-dark);
  background: #f8f5ee;
}

.server-node-devices {
  color: white;
  background: var(--green-dark);
}

.device-icons {
  height: 54px;
  display: flex;
  align-items: end;
  gap: 5px;
  margin-bottom: 24px;
}

.device-icons svg {
  width: 47px;
  margin: 0;
}

.device-icons svg:first-child { width: 42px; opacity: .78; }

.server-connection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--green-dark);
}

.server-connection span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
}

.server-connection i {
  font-size: 24px;
  font-style: normal;
}

.server-actions {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.server-actions span {
  padding: 6px 8px;
  border-radius: 999px;
  color: #e3eddf;
  background: rgba(255,255,255,.1);
  font-size: 10px;
  font-weight: 700;
}

.access-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.access-modes article {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(46, 85, 55, .11);
  border-radius: 17px;
  background: rgba(255,255,255,.54);
}

.access-modes article > span {
  display: block;
  margin-bottom: 9px;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
}

.access-modes strong {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}

.access-modes p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  word-break: keep-all;
}

.share-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-flow-card {
  min-width: 0;
  min-height: 216px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #f8f5ee;
}

.share-flow-card > svg {
  width: 40px;
  height: 40px;
  margin: 18px 0 23px;
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-flow-card strong {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: -.02em;
}

.share-flow-card > span:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  word-break: keep-all;
}

.share-flow-number {
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.share-flow-link { background: #edf2e8; }

.share-flow-tablet {
  color: white;
  background: var(--green-dark);
}

.share-flow-tablet > svg { stroke: #d2e2ca; }
.share-flow-tablet .share-flow-number { color: #bbd5b2; }
.share-flow-tablet > span:last-child { color: rgba(255,255,255,.7); }

.share-flow-arrow {
  color: rgba(65, 108, 74, .54);
  font-size: 20px;
  text-align: center;
}

.tablet-idea {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 24px;
  color: white;
  background: #283f2f;
}

.tablet-idea-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: rgba(255,255,255,.1);
}

.tablet-idea-icon svg {
  width: 46px;
  fill: none;
  stroke: #d2e2ca;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tablet-idea .eyebrow {
  margin-bottom: 8px;
  color: #bbd5b2;
}

.tablet-idea h3 {
  margin-bottom: 8px;
  font-size: 24px;
  letter-spacing: -.03em;
}

.tablet-idea p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.tablet-idea-setting {
  max-width: 180px;
  color: #d8e7d1;
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.08);
  line-height: 1.45;
  text-align: center;
}

.section { padding: 112px 0; }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 44px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -.045em;
  word-break: keep-all;
}

#share-story-title,
#personal-server-title,
#features-title { font-size: clamp(36px, 3.8vw, 46px); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature {
  min-height: 245px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 248, .68);
}

.feature-wide { grid-column: span 2; }
.feature-local { background: #e9efe4; }
.feature-remote { background: #edf2e8; }

.feature-primary {
  color: white;
  background: var(--green-dark);
}

.feature-primary-alt { background: #496b50; }

.feature-primary .feature-icon {
  color: #e8f1e3;
  background: rgba(255,255,255,.12);
}

.feature.feature-primary p { color: rgba(255,255,255,.76); }

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 58px;
  border-radius: 12px;
  color: var(--green-dark);
  background: #e5ecdf;
  font-size: 17px;
  font-weight: 800;
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -.025em;
}

.feature p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  word-break: keep-all;
}

.trial-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 78px;
  border-radius: 34px;
  color: white;
  background: var(--green-dark);
}

.trial-section .eyebrow { color: #c8dcbf; }

.trial-section > div > p:last-child {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
  word-break: keep-all;
}

.trial-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trial-points li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-weight: 700;
}

.trial-points li:last-child { border-bottom: 0; }

.trial-points span {
  color: #bbd5b2;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.download-section { padding-bottom: 80px; }

.download-card {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  padding: 60px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(67, 57, 38, .09);
}

.download-copy > p:not(.eyebrow) {
  margin: 18px 0 28px;
  color: var(--muted);
}

.release-meta { margin: 0; }

.release-meta > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.release-meta > div:last-child { border-bottom: 0; }

.release-meta dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.release-meta dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.release-meta code {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--green-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  line-height: 1.55;
}

.install-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  margin-top: 96px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.steps li:first-child { padding-top: 0; }

.steps > li > span {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: #e5ecdf;
  font-size: 12px;
  font-weight: 800;
}

.steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.steps strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
}

.license-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.license-section > p {
  align-self: end;
  max-width: 620px;
  margin-bottom: 4px;
  color: var(--muted);
  line-height: 1.75;
  word-break: keep-all;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: center;
  padding: 66px 0;
}

.contact-strip h2 { margin-bottom: 0; }

.contact-strip-body p {
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-strip-body a {
  color: var(--green-dark);
  font-weight: 800;
}

footer {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}

.footer-brand { color: var(--ink); }
footer p { margin: 0; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 18px;
}

.footer-links a { color: var(--muted); }

.legal-body { background: var(--paper); }

.legal-header {
  min-height: 84px;
  border-bottom: 1px solid var(--line);
}

.legal-main {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
  padding: 76px 0 96px;
}

.legal-main h1 {
  margin-bottom: 14px;
  font-size: clamp(38px, 6vw, 60px);
  line-height: 1.05;
}

.legal-meta {
  margin-bottom: 48px;
  color: var(--muted);
  font-size: 13px;
}

.legal-section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin-bottom: 15px;
  font-size: 23px;
  letter-spacing: -.025em;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
}

.legal-section p:last-child,
.legal-section ul:last-child { margin-bottom: 0; }

.legal-section a { color: var(--green-dark); }

.legal-section ul {
  display: grid;
  gap: 7px;
  padding-left: 20px;
}

.legal-contact {
  padding: 24px;
  border: 1px solid rgba(65, 108, 74, .18);
  border-radius: 18px;
  background: rgba(255, 253, 248, .74);
}

@media (max-width: 900px) {
  .site-header-actions { gap: 16px; }
  .site-nav { gap: 13px; font-size: 12px; }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 56px;
  }

  .hero-art { min-height: 430px; }
  .product-window { width: min(680px, 90vw); }

  .share-story {
    grid-template-columns: 1fr;
    padding: 56px;
  }

  .personal-server {
    grid-template-columns: 1fr;
    padding: 56px;
  }

  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .trial-section { padding: 56px; }
  .download-card, .install-grid, .license-section { gap: 44px; }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .share-story,
  .personal-server,
  .section,
  .trial-section,
  .license-section,
  .contact-strip,
  footer { width: min(100% - 32px, 560px); }

  .site-header {
    min-height: 112px;
    height: auto;
    flex-wrap: wrap;
    padding: 14px 0 12px;
  }

  .site-header-actions {
    width: 100%;
    order: 3;
    overflow: hidden;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar { display: none; }
  .header-download { display: none; }

  .hero {
    min-height: 0;
    padding: 56px 0 70px;
  }

  h1 { font-size: clamp(52px, 16vw, 70px); }
  .hero-lead { font-size: 17px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .compatibility { margin-top: 22px; }

  .hero-art { min-height: 370px; overflow: hidden; }
  .hero-art::before { width: 125%; }
  .product-window { width: 100%; border-radius: 14px; }
  .window-bar { height: 34px; }
  .product-showcase { gap: 9px; padding: 10px; }
  .screen-panel figcaption { min-height: 34px; padding: 8px 10px 7px; }
  .screen-panel figcaption span { font-size: 10px; }
  .privacy-pill { right: 4%; bottom: 2%; }

  .share-story {
    gap: 38px;
    padding: 38px 22px 22px;
    border-radius: 26px;
  }

  .share-story-copy h2 { font-size: 39px; }

  .share-flow {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .share-flow-card {
    min-height: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 15px;
    padding: 18px;
  }

  .share-flow-card > svg {
    grid-row: 1 / 4;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .share-flow-number,
  .share-flow-card strong,
  .share-flow-card > span:last-child { grid-column: 2; }

  .share-flow-arrow { transform: rotate(90deg); }

  .tablet-idea {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 25px 22px;
  }

  .tablet-idea-icon {
    width: 58px;
    height: 58px;
  }

  .tablet-idea h3 { font-size: 22px; }
  .tablet-idea-setting { max-width: none; justify-self: start; }

  .personal-server {
    gap: 34px;
    padding: 38px 22px 22px;
    border-radius: 26px;
  }

  .personal-server-copy h2 { font-size: 39px; }
  .server-visual { padding: 12px; border-radius: 22px; }

  .server-flow { grid-template-columns: 1fr; }

  .server-node { min-height: 176px; }

  .server-connection {
    min-height: 52px;
    flex-direction: row;
  }

  .server-connection i { transform: rotate(90deg); }

  .access-modes { grid-template-columns: 1fr; }

  .section { padding: 78px 0; }
  .section-heading { display: block; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: span 1; }
  .feature { min-height: 205px; }
  .feature-icon { margin-bottom: 34px; }

  .trial-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 42px 28px;
    border-radius: 26px;
  }

  .download-card,
  .install-grid,
  .license-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .download-card { padding: 34px 24px; }
  .release-meta > div { grid-template-columns: 72px 1fr; }
  .install-grid { margin-top: 72px; }
  .license-section { padding: 54px 0; }
  .license-products { grid-template-columns: 1fr; }

  .contact-strip {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 46px 0;
  }

  .legal-main {
    width: min(100% - 32px, 560px);
    padding: 54px 0 72px;
  }

  footer {
    min-height: 130px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }

  .footer-links { justify-content: flex-start; }
}

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