@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #f2f1ee;
  --ink: #111;
  --muted: #64615c;
  --dark: #0c0c0c;
  --orange: #ff5a24;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
a:focus-visible { outline: 2px solid #a93611; outline-offset: 5px; }
.product-detail a:focus-visible { outline-color: var(--orange); }
.shell { width: min(100% - 64px, 1280px); margin-inline: auto; }
.accent, .wordmark-dot { color: var(--orange); }
.skip-link { position: absolute; z-index: 5; top: -100px; left: 24px; padding: 8px 12px; background: var(--dark); color: white; }
.skip-link:focus { top: 16px; }

.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { font-size: 19px; font-weight: 760; line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.header-note { font-size: 12px; line-height: 1.3; letter-spacing: .025em; color: var(--muted); }

.hero { min-height: min(810px, calc(100svh - 96px)); display: flex; align-items: stretch; }
.hero-inner { width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 38px 0 64px; }
.hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(100px, 12.4vw, 172px); font-weight: 550; letter-spacing: -.072em; line-height: .86; }
.hero-last { position: relative; display: inline-block; }
.hero-eye { position: absolute; z-index: 2; width: clamp(150px, 17vw, 240px); height: auto; right: -48%; top: -38%; transform: rotate(11deg); pointer-events: none; animation: eye-enter 850ms cubic-bezier(.22, 1, .36, 1) both; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 32px; margin-top: 88px; }
.hero-statement { margin: 0; font-size: clamp(29px, 3.1vw, 42px); font-weight: 550; letter-spacing: -.047em; line-height: 1.1; }
.hero-statement em, .studio-inner em, .product-hero h1 em, .reading h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.hero-copy { max-width: 43ch; margin: 0 0 2px auto; font-size: 17px; line-height: 1.65; }

.studio-band { background: var(--dark); color: #f7f6f2; }
.studio-inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); align-items: end; gap: 64px; padding-block: clamp(100px, 12vw, 170px); }
.studio-inner h2 { margin: 0; font-size: clamp(46px, 6vw, 82px); font-weight: 520; letter-spacing: -.055em; line-height: 1; }
.studio-inner h2 em { color: var(--orange); white-space: nowrap; }
.studio-inner p { max-width: 38ch; margin: 0 0 7px; color: #dad8d3; font-size: 17px; line-height: 1.65; }
.closing { display: flex; justify-content: space-between; align-items: end; gap: 36px; padding-block: 100px 120px; }
.closing p { margin: 0; color: var(--muted); }
.closing a { font-size: clamp(40px, 6vw, 78px); font-weight: 530; letter-spacing: -.06em; line-height: 1; border-bottom: 2px solid currentColor; padding-bottom: 8px; }
.closing a span { font-size: .65em; vertical-align: 12%; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; border-top: 1px solid #d9d7d1; color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }

.route-label { margin: 0 0 48px; color: var(--muted); font-size: 13px; }
.product-hero { min-height: 670px; padding-block: 76px 110px; display: flex; flex-direction: column; justify-content: space-between; }
.product-hero h1 { margin: 0; font-size: clamp(70px, 9vw, 126px); font-weight: 540; letter-spacing: -.065em; line-height: .98; }
.product-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; }
.product-name { font-size: clamp(28px, 3.3vw, 44px); font-weight: 660; letter-spacing: -.05em; line-height: 1; }
.product-intro p { max-width: 50ch; margin: 0; font-size: 18px; line-height: 1.62; }
.product-detail { background: var(--dark); color: #f7f6f2; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-block: 110px 130px; }
.detail-grid h2 { max-width: 9ch; margin: 0; font-size: clamp(48px, 5vw, 72px); font-weight: 530; letter-spacing: -.052em; line-height: 1; }
.detail-grid p { max-width: 58ch; margin: 0 0 25px; color: #dad8d3; font-size: 17px; line-height: 1.7; }
.inline-links { display: flex; flex-wrap: wrap; gap: 20px 32px; margin-top: 54px; }
.inline-links a { border-bottom: 1px solid currentColor; padding-bottom: 5px; }

.reading { max-width: 1100px; padding-block: 44px 120px; }
.back-link { display: inline-block; margin-bottom: 68px; color: var(--muted); font-size: 14px; }
.reading h1 { max-width: 11ch; margin: 0 0 62px; font-size: clamp(65px, 8vw, 106px); font-weight: 540; letter-spacing: -.065em; line-height: .97; }
.reading .lead { max-width: 45ch; margin: -20px 0 40px; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.45; letter-spacing: -.02em; }
.contact-button { display: inline-flex; gap: 36px; align-items: center; padding: 14px 20px; margin-bottom: 78px; background: var(--dark); color: #fff; border-radius: 999px; font-size: 14px; }
.contact-button:hover { background: #a93611; color: #fff; text-decoration: none; }
.reading-content { max-width: 700px; margin-left: auto; border-top: 1px solid #d9d7d1; padding-top: 16px; }
.reading-content h2 { margin: 58px 0 15px; font-size: 25px; font-weight: 610; line-height: 1.2; letter-spacing: -.035em; }
.reading-content h2:first-child { margin-top: 26px; }
.reading-content p { margin: 0 0 19px; line-height: 1.72; }
.reading-content a { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; }
.reading-content .updated { margin-top: 60px; color: var(--muted); font-size: 13px; }

@keyframes eye-enter { from { opacity: 0; transform: translateY(40px) rotate(3deg) scale(.9); } to { opacity: 1; transform: translateY(0) rotate(11deg) scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-eye { animation: none; } }

@media (max-width: 900px) {
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(86px, 13vw, 124px); }
  .hero-eye { right: -40%; }
  .studio-inner { grid-template-columns: 1fr; gap: 42px; }
  .studio-inner p { max-width: 60ch; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 40px, 1280px); }
  .site-header { min-height: 76px; }
  .wordmark { font-size: 18px; }
  .header-note { display: none; }
  .hero { min-height: calc(100svh - 76px); }
  .hero-inner { justify-content: space-between; padding-block: 70px 55px; }
  .hero h1 { font-size: clamp(67px, 15.8vw, 108px); letter-spacing: -.07em; }
  .hero-eye { width: clamp(76px, 21vw, 110px); right: -30%; top: -40%; }
  .hero-bottom { grid-template-columns: 1fr; gap: 27px; margin-top: 70px; }
  .hero-statement { font-size: 32px; }
  .hero-copy { margin-left: 0; font-size: 15px; }
  .studio-inner { padding-block: 95px 105px; }
  .studio-inner h2 { font-size: clamp(45px, 10vw, 64px); }
  .studio-inner p { font-size: 16px; }
  .closing { flex-direction: column; align-items: start; gap: 18px; padding-block: 83px 95px; }
  .closing a { font-size: 51px; }
  .site-footer { align-items: start; flex-direction: column; justify-content: center; gap: 15px; padding-block: 26px; }
  .site-footer nav { gap: 12px 21px; }
  .product-hero { min-height: 630px; padding-block: 58px 80px; }
  .route-label { margin-bottom: 54px; }
  .product-hero h1 { font-size: clamp(62px, 13vw, 82px); }
  .product-intro, .detail-grid { grid-template-columns: 1fr; gap: 28px; }
  .product-intro p, .detail-grid p { font-size: 16px; }
  .detail-grid { padding-block: 85px 100px; }
  .detail-grid h2 { max-width: none; font-size: 53px; }
  .inline-links { margin-top: 40px; }
  .reading { padding-block: 28px 90px; }
  .back-link { margin-bottom: 57px; }
  .reading h1 { margin-bottom: 45px; font-size: clamp(55px, 12vw, 75px); }
  .reading .lead { margin-top: 0; font-size: 21px; }
  .contact-button { margin-bottom: 52px; }
  .reading-content { margin-left: 0; }
  .reading-content h2 { font-size: 23px; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 15vw; }
  .hero-eye { width: 74px; right: 0; top: 105%; }
  .studio-inner h2 { font-size: 43px; }
  .reading h1 { font-size: 44px; }
}
