:root {
  color-scheme:light;
  --paper:#f7f7f0;
  --ink:#20261f;
  --muted:#586052;
  --line:#d5d9cd;
  --accent:#e9ff79;
  --green:#334d38;
  --white:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  line-height:1.6
}
a {
  color:inherit;
  text-underline-offset:5px
}
a:hover {
  text-decoration-thickness:2px
}
a:focus-visible,summary:focus-visible {
  outline:3px solid #667b20;
  outline-offset:6px
}
img,svg {
  max-width:100%;
  height:auto
}
img {
  display:block
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.055em
}
p+p {
  margin-top:1.1em
}
.wrap {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto
}
.skip {
  position:absolute;
  top:-80px;
  left:20px;
  padding:10px 20px;
  background:var(--accent);
  z-index:9
}
.skip:focus {
  top:12px
}
.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:108px;
  border-bottom:1px solid var(--line)
}
.brand {
  font-size:27px;
  font-weight:700;
  letter-spacing:-1.5px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:10px
}
.brand sup {
  font-size:10px;
  align-self:flex-start;
  margin-top:12px;
  letter-spacing:0;
  margin-left:-7px
}
.brand-symbol {
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  background:var(--accent);
  font-size:21px;
  line-height:1;
  border-radius:5px;
  letter-spacing:-2px;
  padding-right:2px
}
.nav {
  display:flex;
  gap:30px;
  align-items:center;
  font-size:14px
}
.nav a {
  text-decoration:none;
  padding-block:12px
}
.nav a:hover,.nav a[aria-current=page] {
  text-decoration:underline
}
.nav a:last-child {
  border:1px solid var(--line);
  border-radius:100px;
  padding:10px 18px
}
.eyebrow {
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:12px;
  line-height:1.6;
  letter-spacing:.08em;
  text-transform:uppercase
}
.hero {
  padding:76px 0 64px
}
.hero-top {
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-bottom:36px
}
.dot {
  display:inline-block;
  width:7px;
  height:7px;
  background:var(--green);
  border-radius:50%;
  margin-right:9px
}
.hero h1 {
  font-size:clamp(52px,6.65vw,92px);
  max-width:1150px;
  line-height:1.04;
  letter-spacing:-.07em
}
.hero h1 span {
  color:var(--green)
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:48px;
  margin-top:38px
}
.hero-copy {
  max-width:510px;
  font-size:18px;
  color:var(--muted)
}
.actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:26px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:14px 22px;
  border-radius:5px;
  background:var(--ink);
  color:var(--paper);
  font-size:14px;
  text-decoration:none;
  border:1px solid var(--ink)
}
.button:hover {
  background:var(--green)
}
.button.light {
  background:var(--accent);
  color:var(--ink);
  border-color:var(--accent)
}
.text-link {
  font-size:14px;
  font-weight:600
}
.margin-note {
  max-width:250px;
  border-left:1px solid var(--line);
  padding-left:22px;
  font-size:14px;
  color:var(--muted)
}
.section {
  padding-block:70px;
  border-top:1px solid var(--line)
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:25px;
  margin-bottom:30px
}
.section-heading h2 {
  font-size:42px;
  margin-top:12px
}
.section-heading>p {
  font-size:14px;
  color:var(--muted);
  max-width:280px
}
.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px
}
.product-card {
  min-width:0
}
.product-visual {
  height:370px;
  overflow:hidden;
  border-radius:8px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none
}
.phone-visual {
  background:#dce4ca;
  align-items:flex-start;
  padding-top:34px
}
.product-visual .phone {
  width:190px;
  border:6px solid #252922;
  border-radius:28px;
  box-shadow:0 22px 35px #1d2c2329;
  transform:rotate(-7deg);
  flex-shrink:0
}
.product-visual .visual-word {
  position:absolute;
  left:25px;
  top:21px;
  font-size:13px;
  letter-spacing:.02em;
  font-weight:600;
  display:flex;
  gap:7px;
  align-items:center
}
.visual-word img {
  width:24px
}
.camera-visual {
  background:#26322b;
  padding:38px
}
.camera-visual img {
  width:100%;
  border-radius:7px;
  box-shadow:0 18px 30px #0005
}
.visual-caption {
  position:absolute;
  bottom:14px;
  left:20px;
  right:20px;
  font-family:ui-monospace,monospace;
  font-size:10px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#f4f7ef
}
.phone-visual .visual-caption {
  color:#34422c
}
.product-meta {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  margin-top:24px
}
.product-meta h3 {
  font-size:30px;
  letter-spacing:-.045em
}
.product-meta sup {
  font-size:12px;
  vertical-align:top;
  position:relative;
  top:3px
}
.platform {
  font-size:11px;
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap
}
.product-card>p {
  margin-top:12px;
  max-width:470px;
  color:var(--muted);
  font-size:16px
}
.product-card>.text-link {
  display:inline-block;
  margin-top:20px
}
.philosophy-block {
  background:var(--ink);
  color:var(--paper);
  border-radius:8px;
  padding:56px;
  display:grid;
  grid-template-columns:.65fr 1fr;
  gap:60px
}
.philosophy-block .eyebrow {
  color:var(--accent)
}
.philosophy-block h2 {
  font-size:clamp(36px,4vw,55px);
  margin-top:25px;
  max-width:350px
}
.philosophy-block p {
  color:#c8cfc1;
  font-size:18px
}
.philosophy-block .text-link {
  color:var(--accent);
  display:inline-block;
  margin-top:24px
}
.principles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
  margin-top:46px
}
.principle {
  border-top:1px solid var(--line);
  padding-top:20px
}
.principle .eyebrow {
  color:var(--muted)
}
.principle h3 {
  font-size:23px;
  margin-top:18px;
  letter-spacing:-.035em
}
.principle p {
  font-size:15px;
  color:var(--muted);
  margin-top:12px
}
.founder {
  display:grid;
  grid-template-columns:210px 1fr;
  gap:45px;
  align-items:center;
  max-width:870px;
  margin:auto
}
.portrait {
  width:210px;
  border-radius:8px;
  aspect-ratio:1;
  object-fit:cover
}
.founder h2 {
  font-size:35px;
  margin:12px 0 20px
}
.founder p {
  color:var(--muted)
}
.founder .text-link {
  display:inline-block;
  margin-top:20px
}
.invitation {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:38px 0
}
.invitation h2 {
  font-size:32px
}
.invitation p {
  color:var(--muted);
  margin-top:12px;
  max-width:680px
}
.site-footer {
  border-top:1px solid var(--line);
  padding:32px 0
}
.footer-top,.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  align-items:center
}
.footer-top>p {
  font-size:14px;
  color:var(--muted)
}
.footer-bottom {
  margin-top:35px;
  font-size:12px;
  color:var(--muted)
}
.footer-links {
  display:flex;
  gap:22px;
  flex-wrap:wrap
}
.page-intro {
  padding:70px 0 52px;
  max-width:930px
}
.page-intro h1 {
  font-size:clamp(46px,6vw,76px);
  margin:20px 0 28px
}
.page-intro .lead {
  font-size:21px;
  color:var(--muted);
  max-width:720px
}
.breadcrumbs {
  font-size:13px;
  margin-bottom:28px;
  color:var(--muted)
}
.article {
  max-width:780px;
  padding-bottom:70px
}
.article section {
  border-top:1px solid var(--line);
  padding:34px 0
}
.article h2 {
  font-size:31px;
  margin-bottom:20px
}
.article h3 {
  font-size:23px;
  margin:25px 0 14px
}
.article p,.article li {
  color:var(--muted);
  font-size:17px
}
.article li+li {
  margin-top:12px
}
.article ul,.article ol {
  padding-left:22px
}
.article blockquote {
  font-size:30px;
  line-height:1.3;
  letter-spacing:-.03em;
  border-left:4px solid var(--green);
  padding-left:26px;
  margin:28px 0
}
.detail-hero {
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:70px;
  align-items:center;
  padding-bottom:65px
}
.detail-hero .page-intro {
  padding-bottom:20px
}
.detail-hero .product-visual {
  height:470px
}
.detail-hero .phone {
  width:220px
}
.detail-hero .camera-visual {
  height:auto;
  min-height:320px
}
.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  margin-bottom:35px
}
.info-box {
  background:#eceee2;
  border:1px solid var(--line);
  border-radius:8px;
  padding:28px
}
.info-box h3 {
  margin-top:0
}
.info-box .eyebrow {
  margin-bottom:15px;
  font-size:11px
}
.notice {
  font-size:14px;
  color:var(--muted);
  margin-top:22px;
  max-width:550px
}
.faq details {
  border-bottom:1px solid var(--line);
  padding:20px 0
}
.faq summary {
  cursor:pointer;
  font-size:18px;
  font-weight:500;
  line-height:1.4;
  padding-right:15px
}
.faq details p {
  margin:16px 0 5px
}
.about-layout {
  display:grid;
  grid-template-columns:1fr 300px;
  gap:70px;
  align-items:start
}
.about-layout .portrait {
  width:300px;
  margin-top:10px
}
.about-caption {
  font-size:13px;
  color:var(--muted);
  margin-top:12px
}
.empty-state {
  padding-block:100px;
  min-height:60vh
}
.empty-state h1 {
  font-size:64px;
  margin:20px 0
}
.empty-state p {
  max-width:500px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0)
}
@media(min-width:1500px) {
  .hero h1 {
  font-size:96px
}

}
@media(max-width:900px) {
  .wrap {
  width:calc(100% - 48px)
}
.nav {
  gap:20px
}
.hero-top>span {
  display:none
}
.hero-bottom {
  align-items:flex-start
}
.margin-note {
  max-width:190px
}
.product-visual {
  height:300px
}
.product-visual .phone {
  width:165px
}
.camera-visual {
  padding:22px
}
.philosophy-block {
  padding:35px;
  gap:35px
}
.philosophy-block p {
  font-size:16px
}
.product-meta {
  align-items:flex-start;
  flex-direction:column;
  gap:8px
}
.detail-hero {
  gap:35px
}
.detail-grid {
  gap:20px
}
.about-layout {
  grid-template-columns:1fr 230px;
  gap:35px
}
.about-layout .portrait {
  width:230px
}

}
@media(max-width:620px) {
  .wrap {
  width:calc(100% - 36px)
}
.site-header {
  min-height:110px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:15px 0
}
.brand {
  font-size:25px
}
.nav {
  width:100%;
  justify-content:space-between;
  gap:12px;
  font-size:12px
}
.nav a:last-child {
  padding:6px 12px
}
.hero {
  padding:42px 0
}
.hero-top {
  margin-bottom:24px
}
.eyebrow {
  font-size:10px
}
.hero h1 {
  font-size:clamp(43px,10.4vw,65px)
}
.hero-bottom {
  margin-top:27px;
  gap:24px;
  flex-direction:column
}
.hero-copy {
  font-size:17px
}
.margin-note {
  max-width:none;
  border-left:0;
  border-top:1px solid var(--line);
  padding:18px 0 0;
  font-size:13px
}
.actions {
  gap:19px
}
.section {
  padding-block:42px
}
.section-heading {
  align-items:flex-start;
  flex-direction:column;
  gap:15px
}
.section-heading h2 {
  font-size:34px
}
.section-heading>p {
  max-width:none
}
.product-grid {
  grid-template-columns:1fr;
  gap:40px
}
.product-visual {
  height:330px
}
.product-visual .phone {
  width:175px
}
.product-meta {
  flex-direction:row;
  align-items:center;
  gap:12px;
  margin-top:20px
}
.product-meta h3 {
  font-size:27px
}
.platform {
  font-size:10px
}
.philosophy-block {
  grid-template-columns:1fr;
  padding:30px 24px;
  gap:25px
}
.philosophy-block h2 {
  font-size:40px;
  margin-top:18px;
  max-width:none
}
.principles {
  grid-template-columns:1fr;
  gap:24px;
  margin-top:32px
}
.principle h3 {
  margin-top:12px
}
.founder {
  grid-template-columns:1fr;
  gap:23px
}
.portrait {
  width:140px
}
.founder h2 {
  font-size:32px
}
.invitation {
  align-items:flex-start;
  flex-direction:column;
  padding:0
}
.invitation h2 {
  font-size:30px
}
.footer-top,.footer-bottom {
  align-items:flex-start;
  flex-direction:column;
  gap:15px
}
.footer-bottom {
  margin-top:25px
}
.page-intro {
  padding:42px 0 32px
}
.page-intro h1 {
  font-size:46px
}
.page-intro .lead {
  font-size:19px
}
.detail-hero {
  grid-template-columns:1fr;
  gap:25px;
  padding-bottom:40px
}
.detail-hero .page-intro {
  padding-bottom:0
}
.detail-hero .product-visual {
  height:360px
}
.detail-hero .phone {
  width:185px
}
.detail-hero .camera-visual {
  height:260px;
  min-height:0
}
.detail-grid {
  grid-template-columns:1fr
}
.article {
  padding-bottom:40px
}
.article h2 {
  font-size:28px
}
.article p,.article li {
  font-size:16px
}
.about-layout {
  grid-template-columns:1fr;
  gap:25px
}
.about-layout figure {
  grid-row:1
}
.about-layout .portrait {
  width:180px
}
.section-heading h2,.invitation h2 {
  letter-spacing:-.05em
}

}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}

}
@media(prefers-color-scheme:dark) {
  :root {
  color-scheme:dark;
  --paper:#191e19;
  --ink:#f0f2e8;
  --muted:#b7c0b1;
  --line:#394337;
  --green:#c0d99d;
  --white:#20261f
}
.brand-symbol {
  color:#20261f
}
.button {
  background:#e9ff79;
  color:#20261f;
  border-color:#e9ff79
}
.button:hover {
  background:#d3ed62
}
.philosophy-block {
  background:#283329;
  color:#f0f2e8
}
.philosophy-block .text-link {
  color:#e9ff79
}
.info-box {
  background:#263025
}
.phone-visual .visual-word {
  color:#20261f
}
.phone-visual .visual-caption {
  color:#34422c
}
a:focus-visible,summary:focus-visible {
  outline-color:#e9ff79
}

}

