/*
 * Homepage approval preview — 18 July 2026
 *
 * This stylesheet is deliberately linked from the homepage only. Inner pages
 * keep the restored 17 July design until the homepage direction is approved.
 */

:root {
  --home-ink: #251c24;
  --home-plum: #4b194d;
  --home-pink: #d94378;
  --home-pink-soft: #f7dbe5;
  --home-gold: #b58b2d;
  --home-cream: #fffaf3;
  --home-paper: #f6efe7;
  --home-white: #ffffff;
}

.home-preview {
  overflow: hidden;
  background: var(--home-cream);
  color: var(--home-ink);
}

.home-preview *,
.home-preview *::before,
.home-preview *::after {
  box-sizing: border-box;
}

.home-wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.home-eyebrow {
  margin: 0 0 .75rem;
  color: var(--home-pink);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-preview h1,
.home-preview h2,
.home-preview h3 {
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

.home-preview h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.25rem) !important;
  line-height: 1.02 !important;
}

.home-preview h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw, 2.15rem) !important;
  line-height: 1.08 !important;
}

.home-preview h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem) !important;
  line-height: 1.12 !important;
}

.home-copy {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  color: #675b63;
  font-size: 1.04rem;
  line-height: 1.75;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.2rem;
  align-items: center;
  margin-top: 1.55rem;
}

.home-link {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  width: auto;
  color: var(--home-plum);
  font-size: .94rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--home-pink);
  padding: .35rem 0 .25rem;
}

.home-link::after {
  content: "→";
  transition: transform .2s ease;
}

.home-link:hover::after,
.home-link:focus-visible::after {
  transform: translateX(.2rem);
}

.home-link.secondary {
  color: #62545d;
  border-bottom-color: #d8b95f;
}

.home-hero {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6.25rem) 0 clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 9% 18%, rgba(217, 67, 120, .11) 0 7rem, transparent 7.1rem),
    linear-gradient(145deg, #fffaf3 0%, #f9efe7 100%);
}

.home-hero::after {
  position: absolute;
  right: -2.5rem;
  bottom: 1.5rem;
  width: 11rem;
  height: 4rem;
  border: 2px solid rgba(181, 139, 45, .46);
  border-right: 0;
  border-radius: 50% 0 0 50%;
  content: "";
  transform: rotate(-8deg);
}

.home-hero-grid {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

.home-intro {
  margin: 1.4rem 0 0;
  max-width: 37rem;
  color: #5f535a;
  font-size: 1.08rem;
  line-height: 1.78;
}

.home-signature {
  margin: 1.15rem 0 0;
  color: var(--home-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
}

.home-photo-stack {
  position: relative;
  min-height: 28rem;
}

.home-photo-main,
.home-photo-small {
  display: block;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(61, 34, 51, .15);
}

.home-photo-main {
  width: 86%;
  height: 27rem;
  margin-left: auto;
  border: .55rem solid #fff;
  border-radius: 8.5rem 1.2rem 7rem 1.2rem;
  transform: rotate(1.2deg);
}

.home-photo-small {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 42%;
  height: 12.5rem;
  border: .45rem solid #fff;
  border-radius: 1rem 4.5rem 1rem 4.5rem;
  transform: rotate(-4deg);
}

.home-photo-note {
  position: absolute;
  top: 1rem;
  left: -.5rem;
  max-width: 10.5rem;
  margin: 0;
  padding: .75rem .9rem;
  background: #f6d85f;
  box-shadow: 0 8px 20px rgba(61, 34, 51, .12);
  color: #403329;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .95rem;
  font-style: italic;
  line-height: 1.3;
  transform: rotate(-5deg);
}

.home-section {
  padding: clamp(3.75rem, 7vw, 6rem) 0;
}

.home-section.reviews {
  background: var(--home-white);
}

.home-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
}

.home-review-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2.2rem;
}

.home-review {
  display: grid;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #dbcdd5;
  background: #fff;
}

.home-review-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  background: #f2ebe5;
}

.home-review-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-review-copy {
  padding: 1.35rem .15rem .5rem;
}

.home-review-label {
  display: block;
  margin-bottom: .55rem;
  color: var(--home-pink);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-review-copy p {
  margin: .85rem 0 0;
  color: #675b63;
  font-size: .95rem;
  line-height: 1.65;
}

.home-review-copy .home-link {
  margin-top: .8rem;
}

.home-section.help {
  position: relative;
  background: var(--home-paper);
}

.home-section.help::before {
  position: absolute;
  top: 2.1rem;
  left: -2.2rem;
  width: 7rem;
  height: 7rem;
  border: 1.5rem solid rgba(217, 67, 120, .08);
  border-radius: 50%;
  content: "";
}

.home-help-grid {
  display: grid;
  gap: 0;
  margin-top: 2.1rem;
  border-top: 1px solid #cfc0c8;
}

.home-help-item {
  display: grid;
  grid-template-columns: 2.8rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem .15rem;
  border-bottom: 1px solid #cfc0c8;
  color: var(--home-ink);
  text-decoration: none;
}

.home-help-icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: var(--home-pink-soft);
  color: var(--home-plum);
}

.home-help-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home-help-item strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.home-help-item span:not(.home-help-icon) {
  display: block;
  margin-top: .15rem;
  color: #746770;
  font-size: .83rem;
}

.home-help-arrow {
  color: var(--home-pink);
  font-size: 1.2rem;
  transition: transform .2s ease;
}

.home-help-item:hover .home-help-arrow,
.home-help-item:focus-visible .home-help-arrow {
  transform: translateX(.2rem);
}

.home-personal {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.home-personal-photo {
  position: relative;
}

.home-personal-photo::before {
  position: absolute;
  z-index: 0;
  top: -1rem;
  left: -1rem;
  width: 52%;
  height: 45%;
  border-radius: 1rem;
  background: var(--home-pink-soft);
  content: "";
}

.home-personal-photo img {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: .65rem 4.5rem .65rem 4.5rem;
  object-fit: cover;
}

.home-quote {
  margin: 1.25rem 0 0;
  color: #5d5058;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}

@media (min-width: 760px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

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

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

  .home-help-item:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid #cfc0c8;
  }

  .home-help-item:nth-child(even) {
    padding-left: 1.5rem;
  }

  .home-personal {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  }
}

@media (max-width: 759px) {
  .home-wrap {
    width: min(100% - 2rem, 34rem);
  }

  .home-preview h1 {
    max-width: 13ch;
    font-size: clamp(2rem, 9.5vw, 2.6rem) !important;
    line-height: 1.05 !important;
  }

  .home-preview h2 {
    font-size: clamp(1.6rem, 7vw, 2rem) !important;
  }

  .home-hero {
    padding-top: 3rem;
  }

  .home-hero-grid {
    gap: 2.5rem;
  }

  .home-photo-stack {
    min-height: 23rem;
  }

  .home-photo-main {
    width: 88%;
    height: 22rem;
    border-radius: 5rem .8rem 4rem .8rem;
  }

  .home-photo-small {
    width: 45%;
    height: 9rem;
  }

  .home-photo-note {
    top: -.5rem;
    left: -.2rem;
    max-width: 8.5rem;
    font-size: .8rem;
  }

  .home-heading-row {
    display: block;
  }

  .home-heading-row > .home-link {
    margin-top: 1rem;
  }

  .home-actions {
    gap: .55rem 1rem;
  }

  .home-help-item {
    grid-template-columns: 2.6rem 1fr auto;
    gap: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-link::after,
  .home-help-arrow {
    transition: none;
  }
}
