:root {
  --shop-ink: #3a2c25;
  --shop-soft: #655f56;
  --shop-paper: #f7f3ec;
  --shop-mist: #edf0eb;
  --shop-stone: #d8d0c3;
  --shop-clay: #9b735f;
  --shop-line: rgba(58, 44, 37, 0.18);
  --shop-white: #fffaf3;
}

body {
  background: var(--shop-paper);
  color: var(--shop-ink);
}

.shop-page {
  padding-top: 112px;
}

.shop-shell {
  width: min(100% - clamp(36px, 8vw, 108px), 1320px);
  margin-inline: auto;
}

.shop-kicker,
.guide-number,
.guide-status {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.shop-kicker,
.guide-number {
  color: var(--shop-clay);
}

.shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: clamp(42px, 9vw, 132px);
  align-items: end;
  padding-block: clamp(76px, 10vw, 138px) clamp(62px, 8vw, 104px);
}

.shop-intro h1,
.product-hero h1,
.shop-section-heading,
.product-section h2,
.source-guide-promo h2,
.source-guide-room-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.shop-intro h1 {
  max-width: 930px;
  margin-top: 18px;
  font-size: clamp(58px, 9vw, 122px);
}

.shop-intro-copy,
.product-deck,
.product-copy,
.guide-card p,
.product-section p,
.product-section li,
.faq-list summary,
.faq-list div {
  font-family: Georgia, "Times New Roman", serif;
}

.shop-intro-copy {
  display: grid;
  gap: 20px;
  color: var(--shop-soft);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
}

.shop-intro-copy p {
  margin: 0;
}

.featured-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
  min-height: 720px;
  background: #8f887b;
  color: var(--shop-white);
}

.featured-guide figure,
.guide-card figure,
.product-hero figure,
.preview-page {
  margin: 0;
  overflow: hidden;
  background: var(--shop-stone);
}

.featured-guide figure img,
.guide-card figure img,
.product-hero figure img,
.preview-page img,
.related-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-guide figure img {
  object-position: center center;
}

.featured-guide-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(48px, 7vw, 104px);
}

.featured-guide h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.featured-guide p:not(.guide-number):not(.guide-status) {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}

.guide-status {
  width: max-content;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.shop-button {
  display: inline-flex;
  min-height: 50px;
  padding: 14px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  background: var(--shop-ink);
  color: var(--shop-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-button--light {
  background: var(--shop-white);
  color: var(--shop-ink);
}

.shop-button--outline {
  background: transparent;
  color: inherit;
}

.shop-button[disabled],
.shop-button[aria-disabled="true"] {
  opacity: 0.62;
  cursor: not-allowed;
}

.guide-collection,
.product-section {
  padding-block: clamp(76px, 10vw, 132px);
}

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

.shop-section-heading,
.product-section h2 {
  font-size: clamp(44px, 5vw, 70px);
}

.collection-note {
  max-width: 420px;
  margin: 0;
  color: var(--shop-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.55;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
}

.guide-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--shop-paper);
  border: 1px solid var(--shop-line);
}

.guide-card figure {
  aspect-ratio: 4 / 4.8;
}

.guide-card--wide {
  grid-column: span 2;
}

@media (min-width: 901px) {
  .guide-card--soon {
    grid-row: 2;
  }

  .guide-card--wide + .guide-card--soon {
    grid-column: 1;
  }
}

.guide-card--wide figure {
  aspect-ratio: 16 / 10;
}

.guide-card-body {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 26px;
}

.guide-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.guide-card p {
  margin: 0;
  color: var(--shop-soft);
  font-size: 16px;
  line-height: 1.55;
}

.guide-card .shop-button {
  width: max-content;
  margin-top: 6px;
}

.guide-card--soon img {
  filter: saturate(0.72) contrast(0.94);
}

.guide-coming-soon {
  width: max-content;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--shop-line);
  color: var(--shop-clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.newsletter-section {
  padding-block: clamp(72px, 9vw, 118px);
  background: var(--shop-ink);
  color: var(--shop-white);
}

.newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
  gap: clamp(42px, 9vw, 128px);
  align-items: end;
}

.newsletter-section h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.02;
}

.newsletter-section h2 + p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 250, 243, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.58;
}

.newsletter-form > label {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.newsletter-fields input {
  min-width: 0;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 250, 243, 0.62);
  border-right: 0;
  border-radius: 0;
  background: transparent;
  color: var(--shop-white);
  font: inherit;
}

.newsletter-fields input::placeholder {
  color: rgba(255, 250, 243, 0.55);
}

.newsletter-fields .shop-button {
  background: var(--shop-white);
  color: var(--shop-ink);
}

.newsletter-note {
  margin: 10px 0 0;
  color: rgba(255, 250, 243, 0.65);
  font-size: 12px;
  line-height: 1.5;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--shop-clay);
  outline-offset: 4px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  min-height: calc(100svh - 112px);
  background: var(--shop-mist);
}

.product-hero figure img {
  object-fit: contain;
  object-position: center center;
}

.product-hero-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(50px, 7vw, 108px);
}

.product-hero h1 {
  margin-top: 4px;
  font-size: clamp(54px, 7vw, 98px);
}

.product-deck,
.product-copy {
  margin: 0;
  color: var(--shop-soft);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.62;
}

.product-price {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.digital-product-note {
  margin: -4px 0 0;
  color: var(--shop-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5;
}

.shop-button--pending {
  display: none;
  background: transparent;
  color: var(--shop-soft);
}

.product-section--tint {
  background: var(--shop-mist);
}

.product-section--dark {
  background: var(--shop-ink);
  color: var(--shop-white);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1fr);
  gap: clamp(42px, 9vw, 132px);
}

.section-grid > div:last-child {
  max-width: 760px;
}

.included-list,
.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-list li,
.audience-list li {
  padding: 17px 0;
  border-bottom: 1px solid var(--shop-line);
  color: var(--shop-soft);
  font-size: 17px;
  line-height: 1.5;
}

.product-section--dark .audience-list li {
  color: var(--shop-white);
  border-color: rgba(255, 250, 243, 0.24);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  margin-top: 42px;
}

.preview-page {
  aspect-ratio: 2 / 3;
}

.preview-page img {
  object-fit: contain;
  object-position: center center;
}

.sources-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  background: var(--shop-line);
  border: 1px solid var(--shop-line);
}

.source-preview-item {
  min-height: 190px;
  padding: 28px;
  background: var(--shop-paper);
}

.source-preview-item span {
  color: var(--shop-clay);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.source-preview-item h3 {
  margin: 18px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
}

.source-preview-item--single-line h3 {
  font-size: 27px;
  white-space: nowrap;
}

.source-preview-item p {
  margin: 0;
  color: var(--shop-soft);
  font-size: 15px;
  line-height: 1.5;
}

.faq-list {
  margin-top: 38px;
  border-top: 1px solid var(--shop-line);
}

.faq-list details {
  border-bottom: 1px solid var(--shop-line);
}

.faq-list summary {
  padding: 22px 42px 22px 0;
  font-size: 19px;
  cursor: pointer;
}

.faq-list details div {
  max-width: 760px;
  padding: 0 0 24px;
  color: var(--shop-soft);
  font-size: 16px;
  line-height: 1.6;
}

.related-guides {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.related-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--shop-line);
}

.related-card figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.related-card--bedroom img {
  object-position: center 80%;
}

.related-card div {
  padding: 20px;
}

.related-card h3 {
  margin: 7px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

/* Prepared for future placement; intentionally unused in Phase 1. */
.source-guide-promo,
.source-guide-room-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: clamp(54px, 8vw, 96px);
  background: var(--shop-mist);
}

.source-guide-promo h2,
.source-guide-room-cta h2 {
  margin-top: 10px;
  font-size: clamp(38px, 5vw, 66px);
}

.source-guide-room-cta p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--shop-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .newsletter-inner {
    grid-template-columns: 1fr;
  }

  .shop-page {
    padding-top: 82px;
  }

  .shop-intro,
  .featured-guide,
  .product-hero,
  .section-grid,
  .source-guide-promo,
  .source-guide-room-cta {
    grid-template-columns: 1fr;
  }

  .shop-intro {
    gap: 30px;
  }

  .featured-guide,
  .product-hero {
    min-height: 0;
  }

  .featured-guide figure,
  .product-hero figure {
    aspect-ratio: 4 / 3;
  }

  .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-card--wide {
    grid-column: span 2;
  }

  .preview-grid,
  .sources-preview,
  .related-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  /* Product covers are complete editorial compositions, not portfolio crops. */
  .product-hero figure {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
  }

  .product-hero figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .product-hero-copy {
    position: static;
    z-index: auto;
  }

  .newsletter-section {
    padding-block: 58px;
  }

  .newsletter-fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .newsletter-fields input {
    border-right: 1px solid rgba(255, 250, 243, 0.62);
  }

  .shop-page {
    padding-top: 76px;
  }

  .shop-shell {
    width: min(100% - 36px, 1320px);
  }

  .shop-intro {
    padding-block: 52px 48px;
  }

  .shop-intro h1 {
    font-size: clamp(51px, 16vw, 68px);
  }

  .featured-guide-copy,
  .product-hero-copy {
    padding: 42px 18px 48px;
  }

  .featured-guide h2,
  .product-hero h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .shop-actions,
  .shop-button,
  .guide-card .shop-button {
    width: 100%;
  }

  .collection-head {
    display: grid;
    gap: 18px;
    margin-bottom: 30px;
  }

  .guide-collection,
  .product-section {
    padding-block: 58px;
  }

  .guide-grid,
  .preview-grid,
  .sources-preview,
  .related-guides,
  .included-list,
  .audience-list {
    grid-template-columns: 1fr;
  }

  .guide-card--wide {
    grid-column: auto;
  }

  .guide-card figure,
  .guide-card--wide figure {
    aspect-ratio: 16 / 11;
  }

  .guide-card-body {
    padding: 22px;
  }

  .section-grid {
    gap: 28px;
  }

  .shop-section-heading,
  .product-section h2 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .source-preview-item--single-line h3 {
    font-size: 23px;
  }

  .preview-page {
    aspect-ratio: 2 / 3;
  }
}
