:root {
  color-scheme: light;
  --paper: #f7f4ec;
  --ink: #1b211d;
  --muted: #5d655e;
  --line: #dcded2;
  --olive: #63713e;
  --olive-dark: #43502c;
  --gold: #f3bc43;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 17px; font-weight: 800; letter-spacing: -.045em; white-space: nowrap; }
.brand img { width: 55px; height: 55px; object-fit: contain; }
.brand strong, .footer-brand strong { color: var(--olive); }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.9vw, 38px); font-size: 13px; font-weight: 700; }
.site-nav a { text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .footer-top a:hover { color: var(--olive); }
.site-nav .language { padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; }

.hero { display: grid; grid-template-columns: 1.07fr .93fr; gap: 48px; align-items: center; padding-block: 88px 100px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--olive-dark); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; }
.eyebrow-dot { display: block; width: 8px; height: 8px; background: var(--olive); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin: 21px 0 26px; font-size: clamp(54px, 6.7vw, 88px); line-height: 1.03; letter-spacing: -.075em; font-weight: 800; }
.hero-lead { max-width: 540px; color: var(--muted); font-size: clamp(17px, 1.65vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 20px; border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--olive-dark); color: #fff; }
.button-primary:hover { background: #303b20; }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.42); }

.hero-art { position: relative; min-height: 545px; overflow: hidden; border: 1px solid #e4d7b1; border-radius: 30px; background: radial-gradient(circle at 53% 44%, #ffeab0, #f5ca6d 57%, #dfab45 100%); isolation: isolate; }
.art-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(#fff9 1px, transparent 1px), linear-gradient(90deg, #fff9 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, black 45%); }
.orbit { position: absolute; width: 570px; height: 570px; border: 1px solid rgba(255,255,255,.54); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.orbit-two { width: 420px; height: 420px; }
.hero-logo-wrap { position: absolute; inset: 24px 14px 70px; display: grid; place-items: center; min-width: 0; min-height: 0; }
.hero-logo-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 12px rgba(58,45,19,.12)); }
.art-caption { position: absolute; bottom: 19px; left: 24px; right: 24px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .17em; color: #594521; }
.art-caption span { font-size: 24px; line-height: .6; }

.section { padding-block: 58px 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading > div { max-width: 610px; }
.section-heading > p { max-width: 350px; margin-bottom: 3px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.section-kicker { display: block; margin-bottom: 15px; color: var(--olive-dark); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
h2 { margin-bottom: 0; font-size: clamp(35px, 4.1vw, 52px); line-height: 1.13; letter-spacing: -.055em; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.product-card { min-height: 364px; display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border: 1px solid var(--line); border-radius: 21px; background: #fffdf7; }
.product-featured { background: #e7ecdb; border-color: #d6dfc3; }
.product-type { color: var(--olive-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.product-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 31px 0 23px; border-radius: 19px; background: var(--olive-dark); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 43px; line-height: 1; }
.folder-icon { background: #f4d286; color: #544624; }
.product-card h3 { margin-bottom: 11px; font-size: 26px; line-height: 1.2; letter-spacing: -.04em; }
.product-card p { max-width: 460px; margin-bottom: 26px; color: #4d574f; line-height: 1.7; font-size: 14px; }
.product-link, .product-soon { margin-top: auto; font-size: 13px; font-weight: 800; }
.product-link { text-decoration-thickness: 1px; text-underline-offset: 5px; }
.product-link span { margin-left: 5px; }
.product-soon { color: #818575; }
.license-note { margin: 22px 0 0; padding: 17px 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.license-note strong { color: var(--ink); }

.principles { padding-block: 95px 104px; background: #e9eadf; }
.principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.principle { padding: 28px 24px 12px 0; border-top: 1px solid #bfc5b3; }
.principle-number { color: var(--olive); font-size: 11px; font-weight: 800; }
.principle h3 { margin: 30px 0 11px; font-size: 19px; letter-spacing: -.03em; }
.principle p { max-width: 300px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact-section { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 105px 116px; overflow: hidden; }
.contact-copy { position: relative; z-index: 1; max-width: 680px; }
.contact-copy h2 { font-size: clamp(42px, 5vw, 67px); }
.contact-copy p { max-width: 520px; margin: 22px 0 28px; color: var(--muted); line-height: 1.75; }
.contact-mark { position: absolute; right: 16px; top: 30px; color: #e8e5d8; font-family: 'DM Sans', sans-serif; font-size: clamp(260px, 37vw, 470px); font-weight: 700; line-height: 1; letter-spacing: -.13em; }
.contact-mark span { color: #e8c875; }

.site-footer { padding-block: 32px 27px; background: #202821; color: #f5f3eb; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; gap: 24px; }
.footer-top { padding-bottom: 30px; border-bottom: 1px solid #4c554c; }
.footer-top a { text-decoration: none; }
.footer-brand { font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.footer-brand strong { color: #c9d594; }
.footer-top > a:last-child { font-size: 13px; font-weight: 700; }
.footer-bottom { padding-top: 23px; color: #bfc7bb; font-size: 12px; line-height: 1.65; }
.footer-bottom p { margin-bottom: 0; }
.footer-bottom .legal-identity { text-align: right; }
.legal-identity p { margin: 0; }

@media (max-width: 900px) {
  .hero { gap: 30px; padding-block: 58px 74px; }
  .hero-art { min-height: 445px; }
  h1 { font-size: clamp(46px, 7vw, 66px); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 76px; }
  .brand { font-size: 15px; }
  .brand img { width: 46px; height: 46px; }
  .site-nav { gap: 10px; }
  .site-nav a:not(.language) { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 36px; padding-block: 57px 70px; }
  h1 { font-size: clamp(42px, 12vw, 72px); }
  .hero-art { min-height: 410px; }
  .hero-logo-wrap { inset: 20px 16px 62px; }
  .section { padding-block: 30px 76px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 17px; }
  .product-grid, .principle-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 330px; }
  .principles { padding-block: 74px; }
  .principle h3 { margin-top: 18px; }
  .contact-section { padding-block: 82px 92px; }
  .contact-mark { right: -12px; top: 115px; font-size: 330px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom .legal-identity { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .site-nav a { transition: none; }
}
