:root {
  --clay: #653e2b;
  --lilac: #d3b5d9;
  --paper: #f4eee8;
  --font: "Avenir Next", Avenir, "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background-color: var(--clay);
  background-image: url('/assets/paper.png');
  background-size: 1050px 600px;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
a { color: inherit; }
button { font: inherit; }
h1, h2, p { margin: 0; }
::selection { background: var(--lilac); color: var(--clay); }
:focus-visible { outline: 2px solid var(--paper); outline-offset: 5px; }
.skip-link { position: absolute; z-index: 50; left: 1rem; top: -5rem; padding: .8rem 1rem; background: var(--paper); color: var(--clay); }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 1rem max(4.8vw, 1.5rem); color: var(--lilac); }
.header-logo { display: inline-flex; align-items: baseline; gap: .25rem; text-decoration: none; white-space: nowrap; font-size: 2rem; font-weight: 500; line-height: 1; letter-spacing: -.085em; }
.header-logo span { font-size: .69rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.primary-nav { display: flex; gap: clamp(1.4rem, 2.8vw, 3.1rem); align-items: center; font-size: .91rem; font-weight: 600; }
.primary-nav a { position: relative; text-decoration: none; }
.primary-nav a::after { position: absolute; content: ""; height: 1px; width: 0; background: currentColor; bottom: -.32rem; left: 0; transition: width .22s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; }

.hero { display: flex; flex-direction: column; justify-content: space-between; min-height: calc(100svh - 88px); padding: clamp(1.4rem, 3vw, 3rem) max(4.8vw, 1.5rem) 2.2rem; overflow: hidden; }
.hero-brand { display: flex; flex-direction: column; width: 100%; color: var(--lilac); }
.hero-word { display: block; position: relative; left: -.055em; font-size: clamp(8rem, 24.7vw, 26rem); font-weight: 500; line-height: .84; letter-spacing: -.115em; white-space: nowrap; }
.hero-studio { align-self: flex-end; margin-top: clamp(2.25rem, 5svh, 4.5rem); margin-right: .04em; font-size: clamp(3.4rem, 7.1vw, 8rem); font-weight: 500; line-height: .92; letter-spacing: -.092em; }

.studio-note { display: flex; align-items: center; min-height: 80svh; padding: clamp(7rem, 11vw, 12rem) max(4.8vw, 1.5rem); }
.studio-note p { width: 100%; max-width: 43ch; margin: 0 auto; font-size: clamp(1.65rem, 2.55vw, 2.8rem); line-height: 1.42; font-weight: 500; letter-spacing: -.035em; }
.studio-note em { color: var(--lilac); font-style: normal; }
.coming-soon { display: flex; align-items: center; justify-content: center; min-height: 75svh; padding: 5rem max(4.8vw, 1.5rem); text-align: center; }
.coming-soon h2 { font-size: clamp(3.5rem, 8vw, 9rem); line-height: 1.05; font-weight: 500; letter-spacing: -.07em; }

.site-footer { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(16rem, 1fr); gap: clamp(2rem, 4vw, 5rem); align-items: start; padding: clamp(5rem, 7vw, 7rem) max(4.8vw, 1.5rem) clamp(7rem, 11vw, 10rem); color: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 1.8vw, 1.85rem); line-height: 1.33; }
.site-footer a { width: fit-content; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .26em; }
.site-footer a:hover { color: var(--lilac); }
.footer-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 1.1rem; }
.footer-intro p { font-size: clamp(.875rem, 1.3vw, 1.25rem); line-height: 1.4; letter-spacing: .02em; white-space: nowrap; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; gap: .15rem; font-size: clamp(1.05rem, 1.45vw, 1.5rem); line-height: 1.45; }
.footer-links a { white-space: nowrap; }

@media (max-width: 760px) {
  .site-header { min-height: 72px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--lilac); cursor: pointer; }
  .menu-toggle span { display: block; width: 21px; height: 1px; margin: 0 auto; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.25rem 1.5rem 1.8rem; background: var(--clay); box-shadow: 0 12px 20px rgba(31,19,13,.14); flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .78rem 0; font-size: 1.1rem; }
  .hero { min-height: calc(100svh - 72px); padding-top: 2.2rem; }
  .hero-word { font-size: 25vw; letter-spacing: -.12em; }
  .hero-studio { font-size: 9vw; }
  .studio-note { min-height: 70svh; }
  .coming-soon { min-height: 65svh; }
  .site-footer { grid-template-columns: 1fr; gap: 3rem; }
  .footer-links { justify-self: start; }
}
@media (max-width: 520px) {
  .hero { padding: 2rem 1.4rem 2.5rem; }
  .hero-word { left: -.075em; font-size: 26.5vw; }
  .hero-studio { font-size: 11vw; }
  .studio-note { min-height: 75svh; padding: 6rem 1.4rem; }
  .studio-note p { font-size: clamp(1.55rem, 6vw, 2rem); line-height: 1.5; }
  .coming-soon { padding: 4rem 1.4rem; }
  .coming-soon h2 { font-size: clamp(3.3rem, 12vw, 5rem); }
  .site-footer { gap: 2rem; padding: 4rem 1.4rem 6rem; font-size: 1.35rem; }
  .footer-intro p { font-size: .875rem; letter-spacing: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
