header {
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding-top: 30px;
  padding-bottom: 24px;
}

.brand {
  width: 100%;
  grid-template-columns: max-content max-content max-content;
  grid-template-rows: 82px 24px;
  column-gap: 22px;
  align-items: center;
  justify-content: center;
}

.brand .read {
  grid-column: 1;
  grid-row: 1;
  font-size: 48px;
  white-space: nowrap;
}

.brand .between {
  grid-column: 2;
  grid-row: 1;
  font-size: 57px;
  line-height: 1;
  white-space: nowrap;
}

.brand .designs {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  margin: 0;
  font-size: 88px;
  line-height: 1;
  white-space: nowrap;
}

.brand small {
  grid-column: 1 / 4;
  grid-row: 2;
  text-align: center;
  font-size: 18px;
}

nav {
  width: 100%;
  justify-content: center;
  padding-top: 18px;
  border-top: 1px solid rgba(185, 133, 34, .35);
}

.hero {
  padding-top: 76px;
}

.feature-row {
  grid-template-rows: auto minmax(280px, 1fr);
  align-items: stretch;
}

.coming {
  grid-column: 1;
  grid-row: 1 / 3;
}

.category-heading {
  grid-column: 2 / 5;
  grid-row: 1;
  margin: 0;
  padding: 4px 0 14px;
  color: var(--navy);
  text-align: center;
  font: 500 38px "Cormorant Garamond";
}

.feature {
  grid-row: 2;
}

@media (max-width: 850px) {
  header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 18px;
    min-height: 112px;
    padding: 18px 22px;
  }

  .brand {
    width: 100%;
    margin: 0;
    transform: none;
    grid-template-columns: auto auto minmax(150px, 1fr);
    grid-template-rows: 58px 20px;
    column-gap: 14px;
    align-items: center;
  }

  .brand .read {
    grid-column: 1;
    grid-row: 1;
    font-size: 30px;
    letter-spacing: .1em;
    white-space: nowrap;
  }

  .brand .between {
    grid-column: 2;
    grid-row: 1;
    font-size: 34px;
    line-height: 1;
    white-space: nowrap;
  }

  .brand .designs {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    margin: 0;
    font-size: 56px;
    line-height: 1;
    white-space: nowrap;
  }

  .brand small {
    grid-column: 1 / 4;
    grid-row: 2;
    text-align: center;
    font-size: 15px;
  }

  .menu-toggle {
    justify-self: end;
  }

  .hero {
    padding-top: 64px;
  }

  .feature-row {
    grid-template-rows: auto;
  }

  .coming,
  .category-heading,
  .feature {
    grid-column: auto;
    grid-row: auto;
  }

  .category-heading {
    grid-column: 1 / 3;
    order: 2;
  }

  .coming {
    order: 1;
  }

  .feature {
    order: 3;
  }
}

@media (max-width: 560px) {
  header {
    padding: 14px 16px;
    column-gap: 10px;
  }

  .brand {
    grid-template-columns: auto auto minmax(105px, 1fr);
    grid-template-rows: 48px 18px;
    column-gap: 8px;
  }

  .brand .read {
    font-size: 22px;
  }

  .brand .between {
    font-size: 27px;
  }

  .brand .designs {
    font-size: 43px;
  }

  .brand small {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .hero {
    padding-top: 56px;
  }

  .category-heading {
    grid-column: 1;
    font-size: 34px;
  }
}
.hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 8%;
  width: 34%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(189,139,43,.14), transparent 68%);
  filter: blur(12px);
}

.hero-copy {
  max-width: 860px;
  padding: 78px 30px 88px;
}

.hero h1 {
  max-width: 780px;
  margin: 15px auto 24px;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 0 auto 32px;
}

.hero-actions { justify-content: center; }
.collection { padding-top: 70px; }
.collection .grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

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

@media (max-width: 760px) {
  .hero { min-height: 520px; }
  .hero-copy { padding: 70px 24px; }
}

@media (max-width: 560px) {
  .collection .grid { grid-template-columns: 1fr; }
}

.maker {
  max-width: 980px;
  text-align: center;
}

.maker-copy {
  margin-top: 30px;
  padding: 42px 54px;
  background: rgba(255, 253, 247, .82);
  border: 1px solid rgba(189, 139, 43, .35);
  box-shadow: 0 10px 28px rgba(81, 66, 57, .08);
}

.maker-copy p {
  margin: 0 auto 20px;
  color: var(--brown);
  font-size: 16px;
  line-height: 1.85;
}

.maker-copy p:last-child { margin-bottom: 0; }

.busy-box {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) 1.15fr;
  gap: 70px;
  align-items: center;
}

.busy-box-art {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border: 1px solid rgba(189, 139, 43, .5);
  background: radial-gradient(circle at 25% 22%, rgba(189,139,43,.18), transparent 24%), linear-gradient(145deg, #fffdf7, #eadfc9);
  box-shadow: 0 18px 45px rgba(81,66,57,.12);
  color: var(--navy);
  text-align: center;
}

.busy-box-art .box-star { color: var(--gold); font-size: 48px; }
.busy-box-art p { margin: 18px 0 0; font: 500 42px "Cormorant Garamond"; }
.busy-box-art strong { font: 400 66px/1 Allura; color: var(--gold); }
.busy-box-art small { margin-top: 22px; font: 12px "Special Elite"; letter-spacing: .12em; text-transform: uppercase; }
.busy-box-copy h2 { margin: 12px 0 22px; color: var(--navy); font: 500 56px "Cormorant Garamond"; }
.busy-box-copy > p:not(.chapter) { color: var(--brown); font-size: 17px; line-height: 1.75; }
.busy-box-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; padding: 0; list-style: none; }
.busy-box-copy li { padding: 12px 0 12px 25px; border-bottom: 1px solid rgba(189,139,43,.3); color: var(--brown); position: relative; }
.busy-box-copy li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.busy-box-copy .theme-note { font-style: italic; }
.busy-box-action { display: flex; align-items: center; gap: 24px; margin-top: 28px; flex-wrap: wrap; }
.busy-box-action > strong { color: var(--navy); font: 600 38px "Cormorant Garamond"; }

.custom-process { text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-grid > div { padding: 36px 28px; border: 1px solid rgba(189,139,43,.38); background: rgba(255,253,247,.84); }
.process-grid b { color: var(--gold); font: 18px "Special Elite"; }
.process-grid h3 { margin: 14px 0 8px; color: var(--navy); font: 600 29px "Cormorant Garamond"; }
.process-grid p { margin: 0; color: var(--brown); font-size: 14px; line-height: 1.7; }

.gift-strip { padding: 72px max(30px, calc((100vw - 1240px)/2)); background: #e9ddc8; text-align: center; }
.gift-strip h2 { margin: 12px auto 34px; max-width: 850px; color: var(--navy); font: 500 48px "Cormorant Garamond"; }
.gift-list { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.gift-list span { padding: 13px 22px; background: rgba(255,253,247,.78); border: 1px solid rgba(189,139,43,.38); color: var(--brown); font-size: 14px; }

.faq { max-width: 1080px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; margin-top: 42px; }
.faq details { padding: 20px 24px; border: 1px solid rgba(189,139,43,.38); background: rgba(255,253,247,.84); }
.faq summary { cursor: pointer; color: var(--navy); font: 600 22px "Cormorant Garamond"; }
.faq details p { margin: 15px 0 0; color: var(--brown); font-size: 14px; line-height: 1.7; }

@media (max-width: 850px) {
  .busy-box { grid-template-columns: 1fr; gap: 38px; }
  .busy-box-art { min-height: 340px; }
  .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .busy-box-copy h2 { font-size: 44px; }
  .busy-box-copy ul, .faq-grid { grid-template-columns: 1fr; }
  .busy-box-action .button { width: 100%; }
  .gift-strip h2 { font-size: 38px; }
}

@media (max-width: 560px) {
  .maker-copy { padding: 30px 24px; }
}
