:root {
  --paper: #f5efe4;
  --paper-soft: #fbf7ef;
  --ink: #3c332d;
  --muted: #756b62;
  --line: #d8cabc;
  --brand: #7b4b27;
  --brand-dark: #5c351c;
  --shadow: rgba(74, 54, 39, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(255, 252, 245, 0.8), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(123, 75, 39, 0.38);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  background: rgba(251, 247, 239, 0.88);
  border-bottom: 1px solid rgba(123, 75, 39, 0.16);
  backdrop-filter: blur(14px);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(20px, 4vw, 52px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: 0.14em;
  line-height: 1;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(20px, 4vw, 54px);
  font-size: 0.95rem;
  color: #4f4741;
}

.site-nav a {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.menu-toggle {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--brand-dark);
  display: none;
  font: inherit;
  min-height: 38px;
  padding: 0 14px;
}

.hero {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.78fr);
  min-height: min(760px, calc(100vh - 78px));
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  max-width: 580px;
  padding: clamp(56px, 9vw, 120px) clamp(22px, 4vw, 52px);
  position: relative;
  z-index: 1;
}

.hero-copy::after {
  background: linear-gradient(90deg, var(--paper) 0%, rgba(245, 239, 228, 0.82) 54%, transparent 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(820px, 132%);
  z-index: -1;
}

.eyebrow {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 24px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.1rem, 6.1vw, 5.7rem);
  line-height: 0.98;
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(2.4rem, 4.7vw, 4.2rem);
  line-height: 1.06;
  margin-bottom: 26px;
}

.hero-text,
.section-copy p,
.order p {
  color: #554d46;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}

.hero-text {
  margin-bottom: 30px;
  max-width: 470px;
}

.button {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.13em;
  min-height: 52px;
  min-width: 210px;
  padding: 0 28px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-solid {
  background: var(--brand);
  color: #fff9ef;
}

.button-solid:hover,
.button-solid:focus-visible {
  background: var(--brand-dark);
}

.button-outline {
  border: 1px solid var(--brand);
  color: var(--brand-dark);
}

.button-outline:hover,
.button-outline:focus-visible {
  background: rgba(123, 75, 39, 0.08);
}

.delivery-note {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 12px;
  font-size: 0.95rem;
  margin: 38px 0 0;
}

.delivery-note span,
.leaf-mark {
  color: var(--brand);
  font-size: 1.45rem;
}

.hero-image {
  height: 100%;
  margin: 0;
  min-height: 430px;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(0.7);
  transform-origin: center;
  width: 100%;
}

@media (min-width: 1440px) {
  .hero {
    grid-template-columns: minmax(420px, 1.12fr) minmax(0, 0.68fr);
    min-height: 680px;
  }

  .hero-copy {
    max-width: 620px;
  }
}

.section {
  border-top: 1px solid rgba(123, 75, 39, 0.12);
  padding: clamp(44px, 5.4vw, 76px) clamp(20px, 4vw, 52px);
}

.intro,
.delivery {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.54fr);
  margin: 0 auto;
  max-width: calc(var(--max) + 104px);
}

.intro-copy {
  max-width: 720px;
}

.intro-photo {
  align-self: stretch;
  margin: 0;
  min-height: 320px;
}

.intro-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.delivery {
  background: var(--paper-soft);
  grid-template-columns: minmax(0, 0.76fr);
}

.delivery .section-copy {
  max-width: 760px;
}

.making {
  display: grid;
  gap: clamp(42px, 6vw, 72px);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  margin: 0 auto;
  max-width: calc(var(--max) + 104px);
}

.making-gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.making-gallery img {
  aspect-ratio: 1.18 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.making-gallery .gallery-tall {
  aspect-ratio: 0.88 / 1;
}

.section-copy {
  align-self: center;
}

.specs {
  margin: 34px 0 0;
}

.specs div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(136px, 0.44fr) 1fr;
  padding: 12px 0;
}

.specs dt {
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.specs dd {
  color: var(--muted);
  margin: 0;
}

.instrument {
  background: var(--paper-soft);
  display: grid;
  gap: clamp(36px, 5vw, 62px);
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.instrument-copy {
  max-width: 360px;
}

.product-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid figure,
.character-photo {
  margin: 0;
}

.product-grid img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.product-grid figure:nth-child(1) img {
  object-position: center 36%;
}

.product-grid figure:nth-child(2) img {
  object-position: center 45%;
}

.product-grid figure:nth-child(3) img {
  object-position: center 30%;
}

figcaption {
  color: var(--muted);
  font-size: 0.95rem;
  margin-top: 12px;
  text-align: center;
}

.character {
  display: grid;
  gap: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  padding-bottom: 0;
  padding-top: 0;
}

.character-photo {
  margin-left: calc(clamp(20px, 4vw, 52px) * -1);
}

.character-photo img {
  height: min(560px, 68vw);
  object-fit: cover;
  object-position: 46% center;
  width: 100%;
}

.character .section-copy {
  padding: clamp(54px, 7vw, 110px) 0;
}

.order {
  background:
    linear-gradient(rgba(245, 239, 228, 0.9), rgba(245, 239, 228, 0.94)),
    url("assets/photo-05-back-lifestyle.jpeg") center 68% / cover;
  border-top: 1px solid rgba(123, 75, 39, 0.12);
  padding: clamp(72px, 9vw, 118px) 20px;
  text-align: center;
}

.order-inner {
  margin: 0 auto;
  max-width: 720px;
}

.order h2 {
  margin-bottom: 18px;
}

.order p {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 34px;
}

.faq {
  display: grid;
  gap: clamp(26px, 4vw, 54px);
  grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1fr);
}

.faq-intro {
  align-self: start;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: rgba(251, 247, 239, 0.78);
  border: 1px solid rgba(123, 75, 39, 0.18);
  padding: 0;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.35;
  list-style-position: outside;
  min-height: 56px;
  padding: 18px 22px;
}

.faq-list details[open] summary {
  border-bottom: 1px solid rgba(123, 75, 39, 0.16);
}

.faq-list p {
  color: #554d46;
  line-height: 1.65;
  margin: 0;
  padding: 18px 22px 22px;
}

.site-footer {
  background: var(--paper-soft);
  color: var(--muted);
  font-size: 0.95rem;
  padding: 28px 20px;
  text-align: center;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: center;
  margin: 0 auto 16px;
  max-width: 900px;
}

.footer-nav a {
  border-bottom: 1px solid transparent;
  color: var(--brand-dark);
  padding: 4px 0;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  border-color: var(--brand);
}

.not-found {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 32px 20px;
  text-align: center;
}

.not-found h1 {
  font-size: clamp(3rem, 8vw, 5.4rem);
  margin-bottom: 20px;
}

.not-found p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
  max-width: 520px;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    background: var(--paper-soft);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 10px;
    left: 0;
    padding: 18px 20px 24px;
    position: absolute;
    right: 0;
    top: 68px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero,
  .intro,
  .instrument,
  .character,
  .delivery,
  .faq {
    grid-template-columns: 1fr;
  }

  .making {
    display: flex;
    flex-direction: column;
    gap: 28px;
    grid-template-columns: none;
    max-width: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    max-width: none;
    padding-bottom: 42px;
  }

  .hero-copy::after {
    width: 100%;
  }

  .hero-image {
    min-height: 360px;
  }

  .hero-image img {
    object-position: center 38%;
    transform: scale(0.82);
  }

  .intro-photo {
    min-height: 0;
  }

  .instrument-copy {
    max-width: 620px;
  }

  .making .section-copy {
    background: var(--paper-soft);
    border: 1px solid rgba(123, 75, 39, 0.14);
    box-shadow: 0 18px 50px var(--shadow);
    margin: 0;
    order: -1;
    padding: 28px;
    position: relative;
    z-index: 2;
  }

  .making-gallery {
    align-items: start;
    gap: 12px;
    position: relative;
    z-index: 1;
  }

  .making-gallery img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
  }

  .character-photo {
    margin-left: 0;
  }

  .character .section-copy {
    padding-top: 0;
  }

  .faq-intro {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 2rem;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.25rem);
  }

  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-copy {
    padding: 40px 18px 30px;
  }

  .hero-image {
    min-height: 300px;
  }

  .hero-image img {
    transform: scale(0.76);
  }

  .making-gallery,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-grid img,
  .making-gallery img,
  .making-gallery .gallery-tall {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
  }

  .making {
    gap: 22px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .making .section-copy {
    padding: 24px 20px;
  }

  .making .section-copy h2 {
    font-size: clamp(2rem, 12vw, 2.75rem);
  }

  .making-gallery {
    gap: 10px;
  }

  .specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .button {
    min-width: 0;
    width: 100%;
  }

  .order-actions {
    width: 100%;
  }

  .footer-nav {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
}
