@charset "utf-8";

:root {
  color-scheme: light;
  --paper: #f4f4ee;
  --paper-deep: #e9ebe3;
  --ink: #17252a;
  --muted: #697579;
  --line: #d4d9d2;
  --green: #c3f279;
  --green-dark: #8eb856;
  --blue: #b8d9d7;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-family: Inter, "Avenir Next", Avenir, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.8;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header { border-bottom: 1px solid var(--line); }
.header-inner {
  width: min(1320px, calc(100% - 64px));
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand { display: inline-flex; flex: 0 0 auto; }
.brand img { width: 180px; height: auto; }
.nav-list { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); margin: 0; padding: 0; list-style: none; }
.nav-list a, .footer-main nav a { text-decoration: none; }
.nav-list a { font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.nav-list a:hover, .footer-main nav a:hover, .text-link:hover { color: #4e7135; }
.nav-support span { color: var(--green-dark); margin-left: 3px; }

.hero { min-height: 650px; padding-block: 105px 56px; position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; }
.hero-copy { position: relative; z-index: 1; max-width: 660px; padding-bottom: 38px; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.eyebrow-dot, .status-dot, .note-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--green-dark); vertical-align: 1px; margin-right: 8px; }
.hero h1 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 6.3vw, 6.1rem); font-weight: 400; letter-spacing: -.06em; line-height: .99; }
.hero-intro { max-width: 510px; margin: 26px 0 0; color: #536167; font-size: 15px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 17px; padding: 0 21px; text-decoration: none; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #294047; }
.text-link { font-size: 12px; font-weight: 700; text-decoration: none; }
.text-link span { padding-left: 5px; color: var(--green-dark); }
.hero-art { width: min(100%, 470px); height: 425px; justify-self: end; position: relative; overflow: hidden; border-radius: 48% 48% 4px 4px; background: #dae7df; }
.art-orbit { position: absolute; border: 1px solid rgba(23, 37, 42, .19); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; left: -5px; top: -32px; }
.orbit-two { width: 350px; height: 350px; left: 55px; top: 30px; }
.art-sun { position: absolute; width: 168px; height: 168px; left: 151px; top: 98px; border-radius: 50%; background: var(--green); }
.art-card { position: absolute; width: 186px; padding: 16px 17px; display: flex; justify-content: space-between; align-items: center; background: var(--paper); box-shadow: 0 12px 32px rgba(29, 54, 51, .12); }
.card-top { left: 28px; top: 148px; transform: rotate(-7deg); }
.card-bottom { right: 24px; bottom: 94px; transform: rotate(5deg); }
.card-index { color: #536167; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.card-symbol { color: #748f48; font-size: 20px; }
.art-note { position: absolute; bottom: 34px; left: 28px; color: #566b66; font-family: var(--serif); font-size: 14px; font-style: italic; }
.note-dot { width: 6px; height: 6px; margin-right: 7px; }
.art-cross { position: absolute; color: #748f48; font-size: 24px; font-weight: 300; }
.cross-one { right: 43px; top: 55px; }
.cross-two { left: 49px; bottom: 99px; font-size: 17px; }
.hero-footnote { position: absolute; right: 0; bottom: 27px; color: #859092; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-footnote span { color: var(--green-dark); margin-right: 9px; }

.intro-band { background: var(--ink); color: var(--paper); }
.intro-band-inner { min-height: 244px; position: relative; display: flex; flex-direction: column; justify-content: center; padding-block: 45px; }
.intro-band .eyebrow { color: #a4b5ae; margin-bottom: 13px; }
.intro-statement { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.7rem); letter-spacing: -.035em; line-height: 1.5; }
.intro-mark { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #496067; font-family: var(--serif); font-size: 74px; letter-spacing: -.07em; }
.intro-mark span { color: var(--green); font-family: sans-serif; font-size: 18px; vertical-align: top; }
.mobile-break { display: none; }

.content-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-block: 126px 135px; }
.section-heading h2, .section-topline h2, .contact-heading h2, .support-inner h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.2; }
.section-heading h2 { font-size: clamp(2rem, 3.6vw, 3.15rem); }
.section-body { max-width: 590px; padding-top: 36px; }
.section-body p { margin: 0; color: #59676b; font-size: 14px; line-height: 2.15; }
.section-body p + p { margin-top: 18px; }
.section-body .lead { color: var(--ink); font-size: 18px; line-height: 1.95; }
.about-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.about-tags span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; color: #566367; font-size: 10px; letter-spacing: .03em; }

.products-section { padding-block: 96px 118px; background: var(--paper-deep); }
.section-topline { display: flex; justify-content: space-between; align-items: end; margin-bottom: 39px; }
.section-topline h2 { font-size: clamp(2.1rem, 4vw, 3rem); }
.section-aside { margin: 0 0 5px; color: #7a8786; font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.55; text-align: right; }
.product-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 430px; background: var(--paper); }
.product-visual { min-height: 430px; position: relative; overflow: hidden; display: grid; place-items: center; background: #bfd6d1; }
.product-visual-label { position: absolute; z-index: 1; left: 28px; top: 26px; color: #536967; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.product-visual-label i { margin-left: 9px; font-style: normal; color: #809793; }
.product-paper { z-index: 1; width: 226px; height: 285px; position: relative; padding: 28px 23px; display: flex; flex-direction: column; background: #f9f8f1; transform: rotate(-4deg); box-shadow: 0 22px 55px rgba(26, 54, 52, .16); }
.paper-kicker { color: #72837c; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.paper-title { margin-top: 17px; color: #203033; font-family: var(--serif); font-size: 43px; letter-spacing: -.06em; line-height: .9; }
.paper-line { width: 41px; height: 3px; margin-top: auto; background: #acd965; }
.paper-footer { margin-top: 12px; color: #61716e; font-size: 9px; }
.product-spark { position: absolute; z-index: 2; right: 22%; top: 23%; color: #eaf0c9; font-size: 42px; }
.product-orbit { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(40, 75, 69, .17); border-radius: 50%; }
.product-details { align-self: center; padding: 70px clamp(34px, 6vw, 82px); }
.product-status { margin-bottom: 21px; }
.status-dot { width: 6px; height: 6px; margin-right: 7px; }
.product-details h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 3.8vw, 3.4rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.1; }
.product-ja { margin: 10px 0 0; color: #4c5a5f; font-size: 14px; font-weight: 600; }
.product-description { max-width: 350px; margin: 25px 0 0; color: #647074; font-size: 13px; line-height: 2; }
.product-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 29px; padding-bottom: 6px; border-bottom: 1px solid #94a579; font-size: 11px; font-weight: 700; text-decoration: none; }
.product-link span { color: #769b4d; }
.product-link:hover { color: #527431; }
.product-number { position: absolute; right: 25px; bottom: 22px; color: #abb4ad; font-family: var(--serif); font-size: 12px; }

.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; padding-block: 130px; }
.contact-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.contact-heading > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.contact-card { position: relative; min-height: 134px; display: flex; flex-direction: column; justify-content: center; padding: 25px 65px 25px 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-card:hover { background: rgba(255, 255, 255, .38); }
.contact-card-label { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-email { margin-top: 4px; font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.9rem); letter-spacing: -.025em; }
.contact-arrow { position: absolute; right: 28px; top: 50%; transform: translateY(-50%); color: #78994d; font-size: 19px; }

.support-band { background: #e8ebdf; }
.support-inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 48px; }
.support-inner .eyebrow { margin-bottom: 6px; }
.support-inner h2 { font-size: 30px; }
.support-inner p:last-child { margin: 8px 0 0; color: #637075; font-size: 12px; }
.support-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid #a2b18e; font-size: 14px; font-weight: 650; text-decoration: none; }
.support-link span { color: #78994d; }

.site-footer { background: var(--ink); color: var(--paper); }
.footer-main { min-height: 144px; display: grid; grid-template-columns: 1fr 1.2fr 1.4fr; align-items: center; gap: 24px; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-main > p { margin: 0; color: #93a3a0; font-family: var(--serif); font-size: 13px; font-style: italic; }
.footer-main nav { display: flex; justify-content: end; gap: clamp(15px, 2vw, 28px); }
.footer-main nav a { color: #d3d9d2; font-size: 10px; }
.footer-main nav a:hover { color: var(--green); }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #314349; color: #82918f; font-size: 9px; letter-spacing: .05em; }
.footer-star { padding-left: 5px; color: var(--green); }

.legal-page { max-width: 900px; padding-block: 58px 120px; }
.back-link { display: inline-block; margin-bottom: 70px; color: #657275; font-size: 11px; text-decoration: none; }
.back-link:hover { color: var(--ink); }
.legal-eyebrow { margin-bottom: 11px; }
.legal-page > h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 7vw, 5.5rem); font-weight: 400; letter-spacing: -.065em; line-height: 1.05; }
.legal-lead { margin: 23px 0 0; color: #58666a; font-size: 15px; }
.updated-date { margin: 19px 0 58px; color: #899392; font-size: 10px; }
.legal-content { border-top: 1px solid var(--line); }
.legal-content section { padding: 26px 0 24px; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 11px; font-size: 15px; font-weight: 700; letter-spacing: -.01em; }
.legal-content p { max-width: 760px; margin: 0; color: #59676b; font-size: 13px; line-height: 2.05; }
.legal-content p + p { margin-top: 11px; }
.legal-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content a:hover { color: #4e7135; }
.legal-contact { margin-top: 31px; padding: 28px 30px !important; border: 1px solid var(--line) !important; background: rgba(255, 255, 255, .34); }

.not-found { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: 70px; }
.not-found .brand { margin-bottom: 100px; }
.not-found .eyebrow { color: #6d7c70; }
.not-found h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.2; }
.not-found p:not(.eyebrow) { margin: 18px 0 28px; color: #647074; font-size: 13px; }

@media (max-width: 820px) {
  .wrap, .header-inner { width: min(100% - 42px, 650px); }
  .header-inner { min-height: 76px; gap: 15px; }
  .brand img { width: 160px; }
  .nav-list { gap: 16px; }
  .nav-list a { font-size: 11px; }
  .hero { min-height: auto; grid-template-columns: 1fr  .8fr; gap: 15px; padding-block: 95px 72px; }
  .hero h1 { font-size: clamp(3.3rem, 7.5vw, 5.2rem); }
  .hero-art { height: 340px; }
  .art-sun { width: 130px; height: 130px; left: calc(50% - 65px); top: 85px; }
  .orbit-one { width: 380px; height: 380px; left: calc(50% - 190px); top: -20px; }
  .orbit-two { width: 290px; height: 290px; left: calc(50% - 145px); top: 26px; }
  .art-card { width: 145px; padding: 12px; }
  .card-top { left: 10px; top: 134px; }
  .card-bottom { right: 7px; bottom: 88px; }
  .card-index { font-size: 7px; }
  .content-section { gap: 35px; padding-block: 100px; }
  .product-details { padding-inline: 34px; }
  .contact-section { gap: 38px; padding-block: 100px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding-block: 25px; }
  .footer-main nav { grid-column: 1 / -1; justify-content: start; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .wrap, .header-inner { width: calc(100% - 36px); }
  .header-inner { min-height: 72px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding-block: 13px; }
  .brand img { width: 142px; }
  .nav-list { gap: 21px; }
  .nav-list a { font-size: 10px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-block: 67px 61px; }
  .hero-copy { padding-bottom: 0; }
  .eyebrow { font-size: 9px; }
  .hero h1 { max-width: 470px; font-size: clamp(3.25rem, 16vw, 5.1rem); }
  .hero-intro { margin-top: 20px; font-size: 13px; }
  .hero-actions { gap: 19px; margin-top: 26px; }
  .button { min-height: 46px; padding-inline: 16px; font-size: 10px; }
  .text-link { font-size: 10px; }
  .hero-art { width: 100%; height: 295px; margin-top: 41px; border-radius: 50% 50% 4px 4px; }
  .art-sun { width: 120px; height: 120px; top: 64px; }
  .orbit-one { width: 335px; height: 335px; top: -24px; }
  .orbit-two { width: 245px; height: 245px; top: 21px; }
  .card-top { left: 9%; top: 110px; }
  .card-bottom { right: 7%; bottom: 57px; }
  .art-note { bottom: 20px; left: 17px; font-size: 11px; }
  .hero-footnote { right: 0; bottom: 22px; font-size: 8px; }
  .intro-band-inner { min-height: 212px; padding-block: 35px; }
  .intro-statement { font-size: 1.55rem; }
  .mobile-break { display: initial; }
  .intro-mark { right: 0; top: 37px; transform: none; font-size: 32px; }
  .intro-mark span { font-size: 10px; }
  .content-section { display: block; padding-block: 77px 84px; }
  .section-heading h2 { font-size: 2.35rem; }
  .section-body { padding-top: 27px; }
  .section-body .lead { font-size: 16px; }
  .section-body p { font-size: 12px; }
  .about-tags { gap: 7px; }
  .about-tags span { font-size: 9px; }
  .products-section { padding-block: 70px 78px; }
  .section-topline { align-items: center; margin-bottom: 25px; }
  .section-topline h2 { font-size: 2.25rem; }
  .section-aside { font-size: 10px; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 340px; }
  .product-paper { width: 195px; height: 250px; }
  .paper-title { font-size: 37px; }
  .product-details { padding: 38px 27px 54px; }
  .product-details h3 { font-size: 2.55rem; }
  .product-description { margin-top: 18px; }
  .product-number { right: 20px; bottom: 17px; }
  .contact-section { display: block; padding-block: 77px 83px; }
  .contact-heading h2 { font-size: 2.25rem; }
  .contact-heading > p:last-child { font-size: 11px; }
  .contact-card { min-height: 112px; margin-top: 30px; padding-left: 18px; }
  .contact-email { font-size: clamp(1.2rem, 6vw, 1.7rem); }
  .contact-arrow { right: 13px; }
  .support-inner { min-height: 0; display: block; padding-block: 42px; }
  .support-inner h2 { font-size: 27px; }
  .support-inner p:last-child { max-width: 290px; font-size: 11px; }
  .support-link { margin-top: 24px; font-size: 12px; }
  .footer-main { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; padding-block: 30px 23px; }
  .footer-main > p { font-size: 12px; }
  .footer-main nav { flex-wrap: wrap; justify-content: flex-start; gap: 19px; margin-top: 4px; }
  .footer-main nav a { font-size: 9px; }
  .footer-bottom { min-height: 53px; font-size: 8px; }
  .legal-page { padding-block: 36px 85px; }
  .back-link { margin-bottom: 55px; }
  .legal-page > h1 { font-size: 3.5rem; }
  .legal-lead { font-size: 13px; }
  .updated-date { margin-bottom: 40px; }
  .legal-content section { padding-block: 22px 20px; }
  .legal-content h2 { font-size: 13px; }
  .legal-content p { font-size: 11px; }
  .legal-contact { padding: 21px 18px !important; }
  .not-found .brand { margin-bottom: 80px; }
}

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