:root {
  --cream: #fbf4e7;
  --ivory: #fffaf1;
  --beige: #ead8bd;
  --warm-beige: #d6b987;
  --sage: #77805a;
  --moss: #4e603c;
  --forest: #2f432d;
  --brown: #60402d;
  --copper: #b86932;
  --ink: #352719;
  --line: rgba(96, 64, 45, 0.16);
  --shadow: 0 22px 70px rgba(53, 39, 25, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(251, 244, 231, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ivory);
  background: var(--forest);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  color: var(--forest);
  font-size: 17px;
}

.brand small {
  color: var(--sage);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: Arial, sans-serif;
}

.site-nav a {
  padding: 10px 13px;
  color: var(--forest);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ivory);
  background: var(--forest);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(47, 67, 45, 0.22);
  border-radius: 999px;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--forest);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 76px);
  align-items: center;
  padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: var(--cream);
}

.hero::after {
  display: none;
  content: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 74px);
  width: min(1320px, 100%);
  align-items: center;
}

.hero-panel {
  width: min(650px, 100%);
  padding: clamp(28px, 5vw, 54px) 0;
}

.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: min(930px, 100%);
  margin: 0;
  background: transparent;
  transform: translateX(clamp(10px, 3vw, 42px));
}

.hero-art::before {
  display: none;
  content: none;
}

.hero-art::after {
  display: none;
  content: none;
}

.hero-art img {
  display: block;
  width: min(930px, 64vw);
  max-height: 82vh;
  height: auto;
  object-fit: contain;
  opacity: 0.98;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--moss);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--forest);
  line-height: 1.03;
}

h1 {
  max-width: 640px;
  font-size: clamp(44px, 7vw, 78px);
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  font-size: 26px;
}

.hero-copy {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--brown);
  font-size: clamp(19px, 2vw, 24px);
}

.hero-note {
  max-width: 550px;
  margin: 14px 0 0;
  color: rgba(53, 39, 25, 0.78);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  color: var(--ivory);
  background: var(--forest);
  box-shadow: 0 14px 30px rgba(47, 67, 45, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--moss);
}

.button-secondary {
  color: var(--forest);
  border-color: rgba(47, 67, 45, 0.26);
  background: rgba(255, 250, 241, 0.72);
}

.button-light {
  color: var(--forest);
  background: var(--ivory);
  box-shadow: 0 14px 30px rgba(53, 39, 25, 0.18);
}

.section {
  padding: clamp(72px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.section-inner.narrow {
  width: min(920px, 100%);
}

.split,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading p,
.copy-block p,
.price-note,
.booking-inner p,
.contact-grid p {
  color: rgba(53, 39, 25, 0.75);
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.section-heading p {
  margin: 16px 0 0;
}

.copy-block p {
  margin: 0;
}

.copy-block p + p {
  margin-top: 16px;
}

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

.why-section,
.before-after-section {
  background:
    linear-gradient(180deg, rgba(251, 244, 231, 0.92), rgba(234, 216, 189, 0.72)),
    var(--beige);
}

.two-column-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.two-column-card > div {
  padding: clamp(26px, 4vw, 38px);
  background: rgba(255, 250, 241, 0.86);
}

.tick-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  font-family: Arial, sans-serif;
}

.tick-list li {
  position: relative;
  padding-left: 25px;
  color: rgba(53, 39, 25, 0.78);
}

.tick-list li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.services-section {
  background: var(--cream);
}

.service-grid,
.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.groom-card,
.contact-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.76);
  box-shadow: 0 10px 36px rgba(53, 39, 25, 0.07);
}

.service-card {
  display: flex;
  min-height: 265px;
  flex-direction: column;
  padding: 28px;
}

.service-card p,
.groom-card p,
.faq-list p {
  color: rgba(53, 39, 25, 0.72);
  font-family: Arial, sans-serif;
}

.service-card p {
  margin: 14px 0 0;
}

.service-card strong {
  display: inline-block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.price-section,
.faq-section {
  background: var(--ivory);
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.price-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.price-table th,
.price-table td {
  padding: 19px 24px;
  text-align: left;
}

.price-table th {
  color: var(--ivory);
  background: var(--forest);
}

.price-table tr + tr td {
  border-top: 1px solid var(--line);
}

.price-table td:last-child {
  color: var(--copper);
  font-weight: 800;
}

.price-note {
  margin: 22px 0 0;
}

.price-guide {
  display: grid;
  gap: 18px;
}

.service-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: 0 10px 36px rgba(53, 39, 25, 0.07);
  padding: 26px;
}

.service-price-card h3 {
  margin-bottom: 12px;
  font-size: 30px;
}

.service-price-card h4 {
  margin: 20px 0 10px;
  color: var(--forest);
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-price-card p,
.includes-list {
  color: rgba(53, 39, 25, 0.75);
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.service-price-card p {
  margin: 0;
}

.service-price-card p + p {
  margin-top: 12px;
}

.includes-list {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0 0 18px;
}

.special-care-heading {
  margin: clamp(42px, 6vw, 64px) 0 18px;
  text-align: center;
}

.price-category,
.pricing-note-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.price-category {
  overflow: hidden;
}

.price-category h3 {
  padding: 20px 24px;
  color: var(--ivory);
  background: var(--forest);
  font-size: 28px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  font-family: Arial, sans-serif;
}

.price-row + .price-row {
  border-top: 1px solid var(--line);
}

.price-row strong {
  color: var(--copper);
  text-align: right;
}

.pricing-note-box {
  margin-top: 22px;
  padding: 26px;
}

.pricing-note-box h3 {
  margin-bottom: 12px;
}

.pricing-note-box p {
  margin: 0;
  color: rgba(53, 39, 25, 0.75);
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.pricing-note-box p + p {
  margin-top: 12px;
}

.booking-section {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 126px) clamp(18px, 5vw, 72px);
  background: var(--forest);
}

.booking-section::before {
  position: absolute;
  inset: 0;
  /* IMAGE PATH: Secondary use of the Labrador brand image for visual continuity. */
  background:
    linear-gradient(90deg, rgba(47, 67, 45, 0.96), rgba(47, 67, 45, 0.78)),
    url("assets/images/updated front page design for Cosy Coat.png") center / cover;
  content: "";
}

.booking-inner {
  position: relative;
  max-width: 720px;
  color: var(--ivory);
}

.booking-inner h2 {
  color: var(--ivory);
}

.booking-inner p {
  color: rgba(255, 250, 241, 0.84);
  margin: 18px 0 30px;
}

.before-after-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.groom-card {
  overflow: hidden;
  background: var(--ivory);
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}

.groom-image {
  display: grid;
  min-height: 168px;
  place-items: center;
  padding: 14px;
  color: rgba(47, 67, 45, 0.76);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.94), rgba(214, 185, 135, 0.48)),
    var(--beige);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.groom-card h3 {
  margin: 18px 18px 0;
  font-size: 22px;
}

.groom-card p {
  margin: 8px 18px 22px;
  font-size: 14px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 24px;
}

.faq-list summary {
  color: var(--forest);
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
}

.faq-list p {
  margin: 12px 0 0;
}

.contact-section {
  background: var(--cream);
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  font-family: Arial, sans-serif;
  font-style: normal;
}

.contact-card a,
.contact-card span {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.contact-card a {
  font-weight: 800;
}

.site-footer {
  display: grid;
  gap: 4px;
  padding: 34px 20px;
  color: var(--ivory);
  text-align: center;
  background: var(--ink);
}

.site-footer span {
  font-family: Arial, sans-serif;
}

@media (max-width: 960px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 84px 16px auto;
    display: grid;
    gap: 4px;
    padding: 16px;
    visibility: hidden;
    background: rgba(251, 244, 231, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    border-radius: var(--radius);
  }

  .hero {
    align-items: end;
    min-height: 92svh;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-art {
    justify-self: start;
    width: 100%;
    justify-content: center;
    transform: none;
  }

  .hero-art::before {
    display: none;
    content: none;
  }

  .hero-art img {
    width: min(520px, 94vw);
    max-height: 52vh;
  }

  .split,
  .contact-grid,
  .two-column-card,
  .service-price-grid,
  .service-grid,
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 15px;
  }

  .hero {
    padding: 34px 18px;
  }

  .hero-panel {
    padding-bottom: 8px;
  }

  .hero-actions,
  .hero-actions .button,
  .booking-inner .button,
  .section-action .button {
    width: 100%;
  }

  .section {
    padding-inline: 18px;
  }

  .two-column-card > div,
  .service-card,
  .contact-card,
  .faq-list details {
    padding: 22px;
  }

  .groom-card {
    padding: 0;
  }

  .price-table {
    min-width: 0;
  }

  .price-table th,
  .price-table td {
    padding: 16px 14px;
  }

  .price-row {
    display: grid;
    gap: 6px;
  }

  .price-row strong {
    text-align: left;
  }
}
