:root {
  --ivory: #fffdf8;
  --cream: #f6efe3;
  --linen: #ebe0cf;
  --ink: #1c1813;
  --soft-ink: #4d453d;
  --muted: #7b7064;
  --green: #183126;
  --gold: #ad884d;
  --border: #dac9ae;
  --shadow: 0 24px 70px rgba(39, 31, 22, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 5vw, 70px);
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(173, 136, 77, .25);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  gap: 3px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.05;
  white-space: nowrap;
}

.brand span {
  font-size: 20px;
}

.brand small {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 5px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.site-nav a,
.text-link {
  text-decoration: none;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}

.header-phone {
  color: var(--green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--gold);
}

.header-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #fff;
  cursor: pointer;
  font: 700 12px/1 Georgia, "Times New Roman", serif;
  letter-spacing: 1.8px;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}

.header-cta:hover,
.primary-btn:hover {
  background: #96713a;
  border-color: #96713a;
}

.secondary-btn {
  background: transparent;
  color: var(--green);
}

.secondary-btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  min-height: calc(100vh - 79px);
  background: var(--cream);
}

.hero-copy {
  align-self: center;
  padding: clamp(54px, 7vw, 96px) clamp(24px, 6vw, 82px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h1 {
  max-width: 16.5ch;
  margin: 0;
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.03;
}

.hero-tagline {
  max-width: 32rem;
  margin: 24px 0 0;
  color: var(--green);
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.05;
}

.lead {
  max-width: 34rem;
  margin: 18px 0 0;
  color: var(--soft-ink);
  font-size: 21px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 28px;
  margin-top: 34px;
}

.text-link {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.hero-media {
  min-height: 520px;
  margin: 0;
  padding: clamp(18px, 3vw, 38px) clamp(18px, 4vw, 54px) clamp(18px, 3vw, 38px) 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--border);
  background: var(--green);
  color: #f8ecd8;
}

.intro-strip p {
  margin: 0;
  padding: 20px 16px;
  border-right: 1px solid rgba(248, 236, 216, .2);
  font-size: 12px;
  letter-spacing: 1.7px;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding: clamp(66px, 9vw, 118px) clamp(20px, 6vw, 82px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading h2,
.about-copy h2,
.enquiry-intro h2,
.occasions h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.02;
}

.section-heading p:not(.eyebrow),
.about-copy p:not(.eyebrow),
.enquiry-intro p {
  max-width: 47rem;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.62;
}

.collection-section {
  background: var(--ivory);
}

.collection-cards {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 22px;
  align-items: stretch;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 14px 42px rgba(39, 31, 22, .08);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-card.featured img {
  aspect-ratio: 16 / 9;
}

.product-copy {
  padding: clamp(24px, 3vw, 36px);
}

.status {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.product-copy h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1.06;
}

.product-copy p:not(.status) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.occasions {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(42px, 6vw, 72px) clamp(20px, 6vw, 82px);
  background: var(--green);
  color: var(--ivory);
}

.occasions .eyebrow {
  color: #d7b16e;
}

.occasions > div:first-child p:not(.eyebrow) {
  max-width: 43rem;
  margin: 16px 0 0;
  color: #eadfce;
  font-size: 18px;
  line-height: 1.5;
}

.occasion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.occasion-list div {
  min-height: 90px;
  padding: 20px 22px;
  background: var(--green);
}

.occasion-list p {
  margin: 0;
  color: #f4eadb;
  font-size: 20px;
  line-height: 1.22;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(66px, 8vw, 104px) clamp(20px, 6vw, 82px);
  background: var(--ivory);
  border-bottom: 1px solid var(--border);
}

.reviews-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-size: 52px;
  line-height: 1.03;
}

.reviews-copy p:not(.eyebrow) {
  max-width: 41rem;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.62;
}

.review-rotator {
  position: relative;
  min-height: 330px;
}

.review-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 26px;
  align-items: start;
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  animation: reviewFade 18s infinite;
}

.review-card-two {
  animation-delay: 6s;
}

.review-card-three {
  animation-delay: 12s;
}

.review-card img {
  width: 112px;
  height: 112px;
  border: 1px solid var(--border);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.03);
}

.review-card blockquote {
  margin: 0;
}

.review-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.28;
}

.review-card cite {
  display: block;
  margin-top: 24px;
  color: var(--gold);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@keyframes reviewFade {
  0%,
  5% {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
  }

  10%,
  30% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  35%,
  100% {
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-card {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .review-card-one {
    opacity: 1;
  }
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  background: var(--cream);
}

.availability-card {
  padding: clamp(28px, 4vw, 44px);
  background: var(--ivory);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.availability-card h3 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 30px;
}

.availability-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.availability-card li {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.45;
}

.enquiry-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
  padding: clamp(66px, 9vw, 118px) clamp(20px, 6vw, 82px);
  background: #fff;
}

.phone-link {
  display: inline-block;
  max-width: 100%;
  color: var(--green);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.08;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.call-note {
  margin: 18px 0 0;
  color: var(--green);
  font-size: 20px;
  line-height: 1.45;
}

.call-note a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.reply-note {
  margin: 18px 0 0;
  color: var(--green);
  font-size: 18px;
  line-height: 1.45;
}

.enquiry-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 18px;
}

form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 3.5vw, 42px);
  background: var(--cream);
  border: 1px solid var(--border);
}

.hidden-field {
  display: none;
}

label {
  display: grid;
  gap: 8px;
}

label span {
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbb99d;
  background: var(--ivory);
  color: var(--ink);
  font: 17px/1.35 Georgia, "Times New Roman", serif;
  padding: 13px 14px;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgba(173, 136, 77, .2);
  outline-offset: 1px;
}

.full-field {
  grid-column: 1 / -1;
}

button.primary-btn {
  width: 100%;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
  padding: 34px clamp(20px, 6vw, 82px);
  background: var(--ink);
  color: var(--ivory);
}

.site-footer strong {
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.site-footer span {
  color: #dac9ae;
}

.site-footer a {
  color: #f8ecd8;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.site-footer a:hover {
  color: #d7b16e;
}

@media (max-width: 1060px) {
  .brand span {
    font-size: 18px;
  }

  h1 {
    max-width: 17ch;
  }

  .lead {
    font-size: 20px;
  }

  .section-heading h2,
  .about-copy h2,
  .enquiry-intro h2,
  .occasions h2,
  .reviews-copy h2 {
    font-size: 46px;
  }

  .section-heading p:not(.eyebrow),
  .about-copy p:not(.eyebrow),
  .enquiry-intro p,
  .reviews-copy p:not(.eyebrow) {
    font-size: 19px;
  }

  .product-copy h3 {
    font-size: 34px;
  }

  .occasion-list p {
    font-size: 19px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .collection-cards,
  .occasions,
  .reviews-section,
  .about-section,
  .enquiry-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
    min-height: 0;
    padding: 22px 22px 0;
  }

  .hero-media img {
    min-height: 340px;
    max-height: 560px;
  }

  .intro-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card.featured img,
  .product-card img {
    aspect-ratio: 16 / 9;
  }

  .reviews-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 14px;
    padding: 14px 16px;
  }

  .brand {
    letter-spacing: 2px;
    white-space: normal;
  }

  .brand span {
    font-size: 16px;
  }

  .brand small {
    font-size: 10px;
    letter-spacing: 3.4px;
  }

  .header-cta {
    min-height: 42px;
    padding: 11px 12px;
    font-size: 10px;
    letter-spacing: 1px;
  }

  .header-actions {
    display: grid;
    justify-items: end;
    gap: 7px;
  }

  .header-phone {
    font-size: 12px;
    letter-spacing: .8px;
  }

  .hero-copy {
    padding: 42px 20px 58px;
  }

  h1 {
    max-width: 16ch;
    font-size: clamp(32px, 8.2vw, 40px);
    line-height: 1.04;
  }

  .hero-tagline {
    margin-top: 20px;
    font-size: clamp(25px, 7.2vw, 34px);
  }

  .lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .section-heading h2,
  .about-copy h2,
  .enquiry-intro h2,
  .occasions h2,
  .reviews-copy h2 {
    font-size: 36px;
  }

  .section-heading p:not(.eyebrow),
  .about-copy p:not(.eyebrow),
  .enquiry-intro p,
  .reviews-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .product-copy h3 {
    font-size: 29px;
  }

  .occasion-list p {
    font-size: 18px;
  }

  .hero-actions,
  .hero-actions .primary-btn,
  .hero-actions .secondary-btn,
  .text-link {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .hero-media {
    padding: 16px 16px 0;
  }

  .hero-media img {
    min-height: 250px;
    object-position: center;
  }

  .intro-strip {
    grid-template-columns: 1fr;
  }

  .intro-strip p {
    border-right: 0;
    border-bottom: 1px solid rgba(248, 236, 216, .16);
    padding: 14px 16px;
  }

  .section,
  .occasions,
  .about-section,
  .enquiry-section {
    padding-inline: 18px;
  }

  .occasion-list {
    grid-template-columns: 1fr;
  }

  .occasion-list div {
    min-height: auto;
  }

  .review-rotator {
    min-height: 430px;
  }

  .review-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .site-footer {
    display: grid;
  }

  .enquiry-actions,
  .enquiry-actions .text-link {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .brand span {
    font-size: 14px;
  }

  h1 {
    font-size: 31px;
  }

  .section-heading h2,
  .about-copy h2,
  .enquiry-intro h2,
  .occasions h2,
  .reviews-copy h2 {
    font-size: 32px;
  }

  .primary-btn,
  .secondary-btn {
    padding-inline: 16px;
    letter-spacing: 1.2px;
  }
}
