@font-face {
  font-family: Geist;
  src: url('./assets/official-v71/Geist-Variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light dark;
  --ground: #fafbfc;
  --field: #fdfdfd;
  --ink: #171819;
  --muted: #60636d;
  --action: #6257ee;
  --action-hover: #5145d9;
  --focus: #5145d9;
  --line: #d7d8df;
  --button-ink: #fff;
  font-family: Geist, 'PingFang SC', 'Noto Sans CJK SC', sans-serif;
  background: var(--ground);
  color: var(--ink);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  scrollbar-color: var(--muted) var(--ground);
}

* { box-sizing: border-box; }
body { margin: 0; }
::selection { color: #fff; background: #6257ee; }
a { color: inherit; text-underline-offset: .22em; }
button, select { font: inherit; }
a, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
figure, h1, h2, p { margin: 0; }
img { display: block; max-width: 100%; }
svg { flex: none; }
.page-width { width: min(100% - 120px, 1440px); margin-inline: auto; }
.site-header { display: flex; align-items: center; gap: 32px; min-height: 96px; padding-block: 24px; }
.brand { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; text-decoration: none; flex: none; }
.brand span { font-size: 22px; font-weight: 760; letter-spacing: -.025em; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { display: flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 14px; font-weight: 520; white-space: nowrap; }
.main-nav a:hover { text-decoration: underline; }
.header-actions { display: flex; align-items: center; gap: 18px; }
select { min-height: 44px; padding: 0 10px; background: var(--ground); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer; }
.button { min-height: 44px; display: inline-flex; justify-content: center; align-items: center; gap: 17px; padding: 13px 25px; border-radius: 14px; text-decoration: none; font-size: 15px; font-weight: 580; }
.button-dark { background: var(--ink); color: var(--ground); }
.button-dark:hover { opacity: .85; }
.button-primary { background: var(--action); color: var(--button-ink); }
.button-primary:hover { background: var(--action-hover); }
.skip-link { position: absolute; top: 8px; left: 8px; padding: 14px; background: var(--ink); color: var(--ground); z-index: 5; transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.hero { display: grid; grid-template-columns: minmax(0, 420fr) minmax(0, 562fr) minmax(0, 354fr); gap: 16px; padding-top: 17px; padding-bottom: 31px; }
.hero-copy { display: flex; flex-direction: column; justify-content: space-between; padding-block: 56px 30px; padding-right: 14px; }
h1 { font-size: clamp(48px, 4.7vw, 72px); font-weight: 800; letter-spacing: -.04em; line-height: 1.06; }
h1 span { display: block; white-space: nowrap; }
.hero-description { font-size: 19px; line-height: 1.55; max-width: 32ch; margin-top: 29px; color: var(--muted); }
.hero-action { min-height: 63px; margin-top: 36px; padding-inline: 26px; font-size: 18px; }
.apple-note { color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 10px; }
.hero-photo img { width: 100%; height: 620px; object-fit: cover; border-radius: 8px; }
figcaption { color: var(--muted); font-size: 13px; line-height: 1.5; padding: 7px 3px 0; }
.hero-details { display: flex; flex-direction: column; gap: 15px; }
.detail-photo img { width: 100%; height: 214px; object-fit: cover; border-radius: 8px; }
.capture-ground { height: 365px; display: flex; justify-content: center; }
.capture-ground img { width: auto; height: 100%; object-fit: contain; border-radius: 9px; }
.look-note { display: flex; align-items: center; gap: 20px; color: var(--muted); }
.look-note p { font-size: 14px; font-weight: 550; line-height: 1.5; }
.look-note small { display: block; font-size: 13px; line-height: 1.6; }
.look-colors { display: flex; gap: 6px; flex: none; }
.look-colors span { width: 36px; height: 39px; border-radius: 3px; background: #377dab; }
.look-colors span:nth-child(2) { background: #d5d4d0; }
.look-colors span:nth-child(3) { background: #ece6d3; }
.section-field { background: var(--field); border-radius: 24px 24px 0 0; margin-inline: 12px; }
.camera-layout { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: 58px; padding-top: 42px; padding-bottom: 80px; width: min(100% - 96px, 1440px); }
.section-copy { padding-top: 54px; }
h2 { font-size: clamp(34px, 3.7vw, 56px); font-weight: 740; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.section-copy p { color: var(--muted); font-size: 18px; line-height: 1.6; margin-top: 22px; max-width: 42ch; }
.section-copy .local-note { font-size: 14px; }
.camera-photo img { width: 100%; height: auto; border-radius: 9px; }
section[id] { scroll-margin-top: 28px; }
h3 { margin: 0; font-size: 27px; line-height: 1.2; font-weight: 650; letter-spacing: -.025em; }
.create-section { padding-block: 106px 96px; }
.create-intro { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: 58px; align-items: start; }
.create-copy p, .library-note p, .download-intro, .installation, .information-sections p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.create-copy p { max-width: 58ch; }
p.fine-copy { font-size: 14px; line-height: 1.65; margin-top: 18px; color: var(--muted); max-width: 70ch; }
.workflow-list { list-style: none; padding: 0; margin: 35px 0; display: flex; flex-wrap: wrap; column-gap: 32px; row-gap: 10px; color: var(--muted); font-size: 14px; }
.workflow-list li { padding-block: 8px; border-bottom: 1px solid var(--line); }
.mac-proof { margin-top: 30px; }
.mac-proof img { width: 100%; height: auto; border-radius: 10px; }
.library-note { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: 58px; padding-top: 42px; margin-top: 45px; border-top: 1px solid var(--line); }
.library-note p { max-width: 55ch; }
.download-inner { padding-block: 78px 75px; width: min(100% - 96px, 1440px); }
.download-intro { margin-top: 20px; }
.platforms { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 4fr); gap: 80px; padding-block: 48px; }
.platforms h3 { font-size: 32px; }
.platforms p { font-size: 16px; line-height: 1.6; color: var(--muted); margin-top: 11px; }
.platforms .button { margin-top: 24px; min-height: 54px; font-size: 17px; }
.platforms .platform-status { color: var(--ink); }
.platforms .fine-copy { font-size: 14px; }
.installation { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 6fr); gap: 58px; padding-top: 35px; border-top: 1px solid var(--line); }
.installation h3 { color: var(--ink); }
.installation ol { margin: 0; padding-left: 23px; }
.installation li { padding-left: 8px; margin-bottom: 9px; }
.installation li::marker { color: var(--ink); font-variant-numeric: tabular-nums; }
.information-sections { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 4fr); gap: 100px; padding-block: 87px 75px; }
.information-sections h2 { font-size: 30px; font-weight: 650; line-height: 1.2; text-wrap: initial; }
.information-sections p { margin-top: 21px; font-size: 16px; max-width: 62ch; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 28px 36px; border-top: 1px solid var(--line); }
.footer-brand { font-weight: 750; font-size: 19px; }
.site-footer p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 7px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }

@media (min-width: 1560px) {
  .hero-photo img { height: 660px; }
  .detail-photo img { height: 238px; }
  .capture-ground { height: 381px; }
}
@media (max-width: 1190px) {
  .page-width { width: calc(100% - 64px); }
  .site-header { gap: 20px; }
  .main-nav { gap: 18px; }
  .header-actions { gap: 12px; }
  .hero { grid-template-columns: minmax(0, 40fr) minmax(0, 37fr) minmax(0, 23fr); }
  h1 { font-size: clamp(40px, 4.4vw, 54px); }
  .hero-copy { padding-top: 48px; }
  .hero-photo img { height: 580px; }
  .detail-photo img { height: 180px; }
  .capture-ground { height: 359px; }
  .look-note { gap: 12px; flex-wrap: wrap; }
  .look-colors span { width: 28px; height: 30px; }
  .camera-layout { width: calc(100% - 40px); gap: 36px; }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 14px; }
  .hero-copy { grid-column: 1 / -1; padding: 28px 0 20px; }
  h1 { font-size: 64px; }
  .hero-description { max-width: 42ch; }
  .hero-action { margin-top: 25px; }
  .look-note { display: none; }
  .hero-photo img { height: 620px; }
  .detail-photo img { height: 195px; }
  .capture-ground { height: 384px; }
  .camera-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-copy { padding-top: 10px; }
  .section-copy p { max-width: 55ch; }
  .create-intro, .library-note, .installation { grid-template-columns: 1fr; gap: 25px; }
  .create-copy p, .library-note p { max-width: 65ch; }
  .create-section { padding-block: 68px; }
  .platforms { gap: 40px; }
  .information-sections { gap: 45px; }
}
@media (max-width: 600px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 84px; padding-block: 20px; gap: 14px; }
  .brand { gap: 10px; }
  .brand img { width: 38px; height: 38px; }
  .brand span { font-size: 18px; }
  .header-beta { display: none; }
  select { font-size: 14px; max-width: 104px; }
  .hero { padding-top: 0; padding-bottom: 30px; gap: 10px; }
  .hero-copy { padding: 27px 0 22px; }
  h1 { font-size: clamp(39px, 11.7vw, 48px); line-height: 1.04; }
  .hero-description { font-size: 17px; line-height: 1.55; max-width: 32ch; margin-top: 21px; }
  .hero-action { min-height: 56px; margin-top: 25px; padding-inline: 21px; font-size: 16px; }
  .apple-note { font-size: 13px; }
  .hero-photo img { height: 344px; border-radius: 10px; }
  .hero-details { gap: 12px; }
  .detail-photo img { height: 107px; border-radius: 10px; }
  .capture-ground { height: 198px; }
  .capture-ground img { border-radius: 10px; }
  figcaption { font-size: 13px; padding-top: 5px; line-height: 1.4; }
  .section-field { margin-inline: 0; border-radius: 20px 20px 0 0; }
  .camera-layout { width: calc(100% - 40px); padding-block: 37px 52px; gap: 28px; }
  .section-copy { padding-top: 0; }
  h2 { font-size: 36px; }
  .section-copy p { font-size: 17px; margin-top: 18px; }
  .create-section { padding-block: 58px; }
  .create-intro { gap: 20px; }
  .create-copy p, .library-note p, .download-intro, .installation { font-size: 17px; }
  p.fine-copy { font-size: 14px; }
  .workflow-list { column-gap: 22px; row-gap: 4px; margin-block: 22px; }
  .library-note { padding-top: 30px; margin-top: 32px; gap: 18px; }
  h3 { font-size: 25px; }
  .download-inner { width: calc(100% - 40px); padding-block: 49px; }
  .platforms { grid-template-columns: 1fr; gap: 35px; padding-block: 33px; }
  .platforms h3 { font-size: 28px; }
  .windows-platform { padding-top: 28px; border-top: 1px solid var(--line); }
  .installation { padding-top: 28px; gap: 22px; }
  .information-sections { grid-template-columns: 1fr; gap: 43px; padding-block: 55px; }
  .information-sections h2 { font-size: 28px; }
  .information-sections p { margin-top: 17px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 16px; padding-block: 26px; }
}
@media (prefers-color-scheme: dark) {
  :root { --ground: #151617; --field: #1c1e20; --ink: #f4f4f7; --muted: #b5b6c0; --line: #55565f; --focus: #aaa2ff; --action: #6257ee; --action-hover: #5145d9; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
