:root {
  --paper: #fbfaf6;
  --paper-deep: #f0eadf;
  --ink: #20242b;
  --muted: #68707a;
  --line: #ded8cc;
  --accent: #b9404e;
  --accent-dark: #8f2d3b;
  --indigo: #263a63;
  --green: #426b59;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(43, 38, 31, 0.12);
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(32, 36, 43, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 36, 43, 0.02) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(222, 216, 204, 0.9);
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.brand img {
  width: 52px;
  height: 52px;
  padding: 3px;
  border: 1px solid rgba(222, 216, 204, 0.95);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(43, 38, 31, 0.1);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav-links a,
.footer-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--accent);
}

.nav-cta,
.button,
.order-form button {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-cta,
.button.primary,
.order-form button {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(185, 64, 78, 0.22);
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.nav-cta:hover,
.button.primary:hover,
.order-form button:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.button.secondary:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.nav-cta:active,
.button:active,
.order-form button:active {
  transform: translateY(1px);
}

.nav-cta:focus-visible,
.button:focus-visible,
.order-form button:focus-visible,
.nav-links a:focus-visible,
.footer-links a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(185, 64, 78, 0.35);
  outline-offset: 3px;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: min(640px, calc(100dvh - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 36px;
  padding: 48px 0 52px;
}

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

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.04;
}

h1 {
  margin-bottom: 1.2rem;
  font-size: 4.2rem;
}

h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 52ch;
  margin-bottom: 1.8rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-art {
  min-height: 480px;
  display: grid;
  place-items: center;
}

.hero-art img {
  width: min(100%, 720px);
  filter: drop-shadow(0 28px 52px rgba(38, 58, 99, 0.18));
}

.intro {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 48px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.intro div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: baseline;
}

.stat {
  color: var(--indigo);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  line-height: 1;
}

.intro p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.section-copy p:not(.eyebrow),
.section-head p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--muted);
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.collection-card {
  min-height: 230px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  align-content: space-between;
  overflow: hidden;
}

.collection-card.large {
  grid-row: span 2;
  min-height: 478px;
}

.collection-card img {
  width: 100%;
  min-height: 150px;
  object-fit: contain;
}

.collection-card.large img {
  min-height: 310px;
}

.products {
  padding-top: 48px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.section-head h2 {
  max-width: 740px;
  margin-bottom: 0;
}

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

.product-card {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper-deep);
}

.product-body {
  padding: 22px;
  display: grid;
  gap: 10px;
}

.tag {
  margin-bottom: 0;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-body p {
  margin-bottom: 0;
  color: var(--muted);
}

.price {
  margin-top: 8px;
  color: var(--accent);
  font-weight: 800;
}

.workshop {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.workshop-art {
  border-radius: var(--radius);
  background: var(--paper-deep);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.workshop-art img {
  width: 100%;
}

.check-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 12px;
  height: 12px;
  border: 3px solid var(--accent);
  border-radius: 50%;
}

.quote-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 40px;
}

blockquote {
  margin: 0;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--indigo);
  color: var(--white);
}

blockquote p {
  margin-bottom: 1.1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.25;
}

cite {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-weight: 700;
}

.order {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  align-items: start;
}

.order-form {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
}

.order-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 44px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-weight: 600;
}

.not-found {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.not-found-card {
  width: min(560px, 100%);
  padding: 42px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.not-found-card img {
  margin: 0 auto 18px;
}

@media (max-width: 980px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .split,
  .workshop,
  .order {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
    gap: 22px;
    padding-top: 42px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.3rem;
  }

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

  .hero-art img {
    width: min(100%, 440px);
  }

  .intro,
  .product-grid,
  .quote-band {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .hero-art {
    min-height: 260px;
  }

  .hero-art img {
    width: min(100%, 390px);
  }
}

@media (max-width: 640px) {
  .nav {
    min-height: 64px;
    gap: 12px;
  }

  .brand {
    font-size: 1.35rem;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 1rem;
  }

  .hero,
  .section {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 48px;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .collection-card.large {
    min-height: 360px;
  }

  .collection-card.large img {
    min-height: 220px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
