@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Julius+Sans+One&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --bg: #0f0f0f;
  --bg-soft: #171717;
  --surface: #ffffff;
  --surface-alt: #f6f1e6;
  --text: #161616;
  --text-soft: #55504a;
  --line: rgba(0, 0, 0, 0.12);
  --line-strong: rgba(188, 150, 74, 0.38);
  --gold: #bc964a;
  --gold-deep: #8f6b22;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
  --font-display: "Cormorant Garamond", serif;
  --font-body: "Manrope", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(188, 150, 74, 0.12), transparent 26%),
    linear-gradient(180deg, #111111 0, #111111 28rem, #f8f5ef 28rem, #f8f5ef 100%);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

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

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.5rem);
}

h3 {
  font-size: 1.55rem;
}

p {
  margin: 0 0 1rem;
  color: var(--text-soft);
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  background: rgba(15, 15, 15, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.5rem;
}

.brand-mark {
  display: inline-grid;
  justify-items: stretch;
  color: var(--white);
}

.brand-mark__name {
  display: block;
  font-family: "Julius Sans One", sans-serif;
  font-size: clamp(2rem, 4vw, 2.9rem);
  letter-spacing: 0.14em;
  line-height: 0.88;
  white-space: nowrap;
}

.brand-mark__sub {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.44em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.site-nav__location {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: 0.45rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  white-space: nowrap;
}

.site-nav__location-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav__location-type {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 0.5rem 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus::after,
.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a.is-active {
  color: var(--white);
}

.hero-app {
  padding: 4.5rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(188, 150, 74, 0.34), transparent 38%),
    linear-gradient(135deg, rgba(188, 150, 74, 0.2), transparent 54%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.05), transparent 24%),
    #111111;
  color: var(--white);
}

.hero-app__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.hero-app__content {
  padding: 2rem 0 1rem;
}

.hero-app h1 {
  color: var(--white);
}

.hero-app__lead {
  max-width: 62ch;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.78);
}

.hero-app__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 2.2rem;
}

.hero-app__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card,
.booking-panel,
.detail-card,
.process-card,
.info-card,
.booking-section__form {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.11);
}

.stat-card__value {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 700;
}

.stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.booking-panel {
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 241, 230, 0.98));
  color: var(--text);
  position: sticky;
  top: 7rem;
}

.booking-panel h2,
.booking-panel p,
.booking-panel strong {
  color: var(--text);
}

.booking-panel__eyebrow {
  margin-bottom: 0.8rem;
  color: var(--gold-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.booking-panel__list {
  margin: 1.25rem 0;
  color: var(--text-soft);
}

.booking-panel__list li + li {
  margin-top: 0.6rem;
}

.booking-panel__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-strong);
}

.booking-panel__label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.btn {
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.95rem 1.4rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn-brand {
  background: linear-gradient(135deg, var(--gold) 0%, #d7bb7d 100%);
  border: 1px solid rgba(188, 150, 74, 0.75);
  color: #121212;
  box-shadow: 0 14px 30px rgba(143, 107, 34, 0.18);
}

.btn-brand:hover,
.btn-brand:focus {
  background: linear-gradient(135deg, #cfa960 0%, #e2c98f 100%);
  color: #121212;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(143, 107, 34, 0.24);
}

.btn-secondary-brand {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.btn-secondary-brand:hover,
.btn-secondary-brand:focus {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-light-outline {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: var(--text);
}

.btn-light-outline:hover,
.btn-light-outline:focus {
  background: rgba(188, 150, 74, 0.08);
  border-color: rgba(188, 150, 74, 0.45);
  color: var(--text);
  transform: translateY(-2px);
}

.btn-block,
.btn-submit {
  width: 100%;
}

.service-strip {
  padding: 0 0 3.5rem;
  background: #111111;
}

.service-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-strip__item {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-strip__item h2 {
  margin-bottom: 0.8rem;
  color: var(--white);
  font-size: 1.65rem;
}

.service-strip__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.content-section,
.booking-section {
  padding: 5.5rem 0;
}

.content-section--light,
.booking-section {
  background: transparent;
}

.content-section--dark {
  background: #121212;
  color: var(--white);
}

.content-section--dark p,
.content-section--dark h2,
.content-section--dark h3 {
  color: var(--white);
}

.content-section--dark .section-heading p,
.content-section--dark .process-card p {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 72rem;
  margin-bottom: 2rem;
}

.section-heading--narrow {
  max-width: 46rem;
}

.detail-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.detail-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.7rem;
  background: var(--surface);
}

.detail-card__media {
  margin: -1.7rem -1.7rem 0;
  aspect-ratio: 4 / 2.8;
  overflow: hidden;
  border-bottom: 1px solid rgba(188, 150, 74, 0.18);
}

.detail-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-card__image--portrait-focus {
  object-position: center 22%;
}

.detail-card__eyebrow,
.services-cta__eyebrow {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.detail-card p:last-of-type {
  margin-bottom: 0;
}

.detail-card__list {
  padding-left: 1rem;
  color: var(--text-soft);
}

.detail-card__list li + li {
  margin-top: 0.55rem;
}

.detail-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(188, 150, 74, 0.2);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.detail-card__link:hover,
.detail-card__link:focus {
  color: var(--gold-deep);
}

.pet-service-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
  gap: 1.6rem;
  align-items: start;
  margin-top: 1.25rem;
  padding: 1.7rem;
  background: linear-gradient(135deg, #f8f4ec 0%, #fffdfa 100%);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.pet-service-panel__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(188, 150, 74, 0.18);
}

.pet-service-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-service-panel__content {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.pet-service-panel__eyebrow {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.pet-service-panel__content p:last-of-type {
  margin-bottom: 0;
}

.pet-service-panel__list {
  padding-left: 1rem;
  color: var(--text-soft);
}

.pet-service-panel__list li + li {
  margin-top: 0.55rem;
}

.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.8rem;
  background: linear-gradient(135deg, #f6f1e6 0%, #fffdfa 100%);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.services-cta h3 {
  margin-bottom: 0.7rem;
}

.services-cta p:last-child {
  margin-bottom: 0;
}

.services-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

.gallery-band {
  padding: 0 0 5.5rem;
  background: transparent;
}

.gallery-band__heading {
  max-width: 54rem;
  margin-bottom: 1.8rem;
}

.gallery-band__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1rem;
}

.gallery-band__item {
  margin: 0;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  background: #e9e1d2;
}

.gallery-band__item--large {
  grid-row: span 2;
  min-height: 37rem;
}

.gallery-band__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-card {
  padding: 1.7rem;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.process-card__step {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.about-grid,
.booking-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.about-copy,
.booking-section__intro {
  padding-right: 1rem;
}

.about-image {
  min-height: 30rem;
  background:
    linear-gradient(rgba(15, 15, 15, 0.22), rgba(15, 15, 15, 0.22)),
    url("../img/portraits/black-and-white-woman-portrait.png") center 18%/cover no-repeat;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.info-card,
.booking-section__form {
  background: var(--surface);
}

.info-card {
  margin-top: 2rem;
  padding: 1.5rem;
}

.info-card h3 {
  margin-bottom: 0.8rem;
}

.info-card li + li {
  margin-top: 0.55rem;
}

.booking-section__form {
  padding: 1.75rem;
}

.faq-section {
  padding-top: 0;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.35rem 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.1;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 1rem 0 0;
}

.alert {
  border-radius: 0;
}

.contact-form .form-label {
  margin-bottom: 0.45rem;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea.form-control {
  min-height: 3.5rem;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fffdfa;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.95rem 1rem;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 10rem;
  resize: vertical;
}

.contact-form .form-control::placeholder,
.contact-form textarea.form-control::placeholder {
  color: #7a736d;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form textarea.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.18rem rgba(188, 150, 74, 0.16);
  background: var(--white);
}

.site-footer {
  --footer-tint: rgba(188, 150, 74, 0.18);
  --footer-accent: rgba(188, 150, 74, 0.36);
  padding: 3.2rem 0 2.4rem;
  background:
    radial-gradient(circle at top left, var(--footer-tint), transparent 32%),
    linear-gradient(180deg, #111111 0%, #0f0f0f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__brand h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}

.site-footer__brand p,
.site-footer__contact p {
  color: rgba(255, 248, 240, 0.72);
}

.site-footer__eyebrow,
.site-footer__heading {
  margin-bottom: 0.85rem;
  color: rgba(255, 248, 240, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.site-footer__cta .btn-brand {
  color: #0f0f0f;
  text-shadow: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.site-footer__cta .btn-brand:hover,
.site-footer__cta .btn-brand:focus {
  color: #0f0f0f;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.site-footer__current {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--footer-accent);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.site-footer__column {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.site-footer__column a,
.site-footer__text-link {
  color: rgba(255, 248, 240, 0.82);
  font-size: 0.98rem;
  text-decoration: none;
}

.site-footer__column a:hover,
.site-footer__column a:focus,
.site-footer__text-link:hover,
.site-footer__text-link:focus {
  color: var(--white);
}

.site-footer__meta {
  display: grid;
  gap: 0.45rem;
  padding-top: 1.4rem;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer a {
  color: var(--gold);
}

.site-footer a:hover,
.site-footer a:focus {
  color: #d7bb7d;
}

.site-footer--home {
  --footer-tint: rgba(188, 150, 74, 0.18);
  --footer-accent: rgba(188, 150, 74, 0.36);
}

.site-footer--weddings {
  --footer-tint: rgba(181, 97, 96, 0.2);
  --footer-accent: rgba(181, 97, 96, 0.4);
}

.site-footer--pets {
  --footer-tint: rgba(103, 147, 87, 0.2);
  --footer-accent: rgba(103, 147, 87, 0.4);
}

.site-footer--family {
  --footer-tint: rgba(211, 136, 88, 0.2);
  --footer-accent: rgba(211, 136, 88, 0.4);
}

.site-footer--corporate {
  --footer-tint: rgba(79, 122, 164, 0.2);
  --footer-accent: rgba(79, 122, 164, 0.4);
}

.site-footer--creative {
  --footer-tint: rgba(154, 88, 179, 0.2);
  --footer-accent: rgba(154, 88, 179, 0.4);
}

.site-footer--downloads {
  --footer-tint: rgba(123, 142, 96, 0.2);
  --footer-accent: rgba(123, 142, 96, 0.4);
}

.cookie-settings-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus {
  color: #d7bb7d;
}

.cookie-banner {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1050;
  width: min(28rem, calc(100vw - 2rem));
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(20, 17, 16, 0.96);
  box-shadow: var(--shadow);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__title {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.cookie-banner__text {
  margin: 0;
  color: rgba(255, 248, 240, 0.82);
  font-size: 0.95rem;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cookie-banner__reject {
  border-color: rgba(255, 248, 240, 0.28);
  color: var(--white);
}

.landing-page {
  background: linear-gradient(180deg, #111111 0, #111111 26rem, #f8f5ef 26rem, #f8f5ef 100%);
}

.landing-hero {
  padding: 4.5rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(188, 150, 74, 0.32), transparent 36%),
    linear-gradient(135deg, rgba(188, 150, 74, 0.18), transparent 56%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.05), transparent 24%),
    #111111;
  color: var(--white);
}

.landing-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.landing-hero__lead {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.landing-hero h1 {
  color: var(--white);
}

.landing-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.landing-highlight,
.landing-card,
.landing-cta__panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.landing-highlight {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
}

.landing-highlight h2 {
  margin-bottom: 0.6rem;
  color: var(--white);
  font-size: 1.3rem;
}

.landing-highlight p {
  margin: 0;
  color: rgba(255, 248, 240, 0.76);
  font-size: 0.95rem;
}

.landing-hero__media img {
  width: 100%;
  min-height: 24rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.landing-content {
  padding: 0 0 3rem;
}

.resource-section {
  padding: 0 0 3rem;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.resource-card {
  display: block;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.resource-card:hover,
.resource-card:focus {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.resource-card__eyebrow {
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.resource-card h2 {
  color: var(--text);
  font-size: 1.55rem;
}

.resource-card p {
  color: var(--text-soft);
}

.resource-card__link {
  display: inline-block;
  margin-top: 0.4rem;
  color: var(--gold-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

.landing-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.landing-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.86);
}

.landing-card h2,
.landing-cta__panel h2 {
  color: var(--text);
}

.landing-card p,
.landing-cta__panel p {
  color: var(--text-soft);
}

.landing-card__eyebrow {
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-card__list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  color: var(--text-soft);
}

.landing-cta {
  padding: 0 0 4rem;
}

.landing-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(188, 150, 74, 0.15), rgba(255, 255, 255, 0.82));
}

.landing-cta__panel p:last-child {
  margin-bottom: 0;
}

.landing-cta__panel .eyebrow {
  color: var(--gold);
}

.landing-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.guide-page {
  background: linear-gradient(180deg, #111111 0, #111111 22rem, #f8f5ef 22rem, #f8f5ef 100%);
}

.guide-hero {
  padding: 4.5rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(188, 150, 74, 0.32), transparent 36%),
    linear-gradient(135deg, rgba(188, 150, 74, 0.18), transparent 56%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.05), transparent 24%),
    #111111;
  color: var(--white);
}

.site-header--home .site-nav__location,
.hero-app--home,
.landing-hero--home,
.guide-hero--home {
  --section-tint: rgba(188, 150, 74, 0.36);
  --section-accent: rgba(188, 150, 74, 0.24);
}

.site-header--weddings .site-nav__location,
.landing-hero--weddings,
.guide-hero--weddings {
  --section-tint: rgba(181, 97, 96, 0.42);
  --section-accent: rgba(181, 97, 96, 0.26);
}

.site-header--pets .site-nav__location,
.landing-hero--pets,
.guide-hero--pets {
  --section-tint: rgba(103, 147, 87, 0.42);
  --section-accent: rgba(103, 147, 87, 0.24);
}

.site-header--family .site-nav__location,
.landing-hero--family,
.guide-hero--family {
  --section-tint: rgba(211, 136, 88, 0.42);
  --section-accent: rgba(211, 136, 88, 0.25);
}

.site-header--corporate .site-nav__location,
.landing-hero--corporate,
.guide-hero--corporate {
  --section-tint: rgba(79, 122, 164, 0.42);
  --section-accent: rgba(79, 122, 164, 0.24);
}

.site-header--creative .site-nav__location,
.landing-hero--creative,
.guide-hero--creative {
  --section-tint: rgba(154, 88, 179, 0.42);
  --section-accent: rgba(154, 88, 179, 0.26);
}

.site-header--downloads .site-nav__location,
.landing-hero--downloads,
.guide-hero--downloads {
  --section-tint: rgba(123, 142, 96, 0.4);
  --section-accent: rgba(123, 142, 96, 0.22);
}

.site-nav__location,
.hero-app,
.landing-hero,
.guide-hero {
  background-image:
    radial-gradient(circle at top left, var(--section-tint, rgba(188, 150, 74, 0.32)), transparent 36%),
    linear-gradient(135deg, var(--section-accent, rgba(188, 150, 74, 0.18)), transparent 56%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.05), transparent 24%);
}

.site-nav__location {
  background-color: rgba(255, 255, 255, 0.05);
}

.guide-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.guide-hero h1 {
  color: var(--white);
}

.guide-hero__lead {
  max-width: 62ch;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.guide-hero__media img {
  width: 100%;
  min-height: 24rem;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.guide-content {
  padding: 0 0 3rem;
}

.guide-content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.guide-intro,
.guide-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.guide-intro {
  grid-column: 1 / -1;
}

.guide-intro h2,
.guide-card h2 {
  color: var(--text);
}

.guide-intro p,
.guide-card p,
.guide-card li {
  color: var(--text-soft);
}

.guide-card__eyebrow {
  margin-bottom: 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.guide-card__list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.guide-faqs {
  padding: 0 0 3rem;
}

.legal-page {
  padding: 4.5rem 0 5.5rem;
  background: transparent;
}

.legal-card {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  margin-bottom: 1.2rem;
}

.legal-card h2 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.legal-card p,
.legal-card li {
  color: var(--text-soft);
}

.legal-card ul {
  padding-left: 1.2rem;
}

.legal-card li + li {
  margin-top: 0.5rem;
}

.legal-card__updated {
  margin-bottom: 1.4rem;
  color: var(--gold-deep);
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .site-header__inner,
  .hero-app__grid,
  .about-grid,
  .booking-section__grid {
    grid-template-columns: 1fr;
  }

  .site-header__inner {
    display: grid;
    justify-content: stretch;
    padding: 1rem 0;
    justify-items: center;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem 1.1rem;
  }

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

  .hero-app__content,
  .about-copy,
  .booking-section__intro {
    padding-right: 0;
  }

  .hero-app__stats,
  .service-strip__grid,
  .detail-grid,
  .process-grid,
  .gallery-band__grid,
  .landing-hero__highlights,
  .landing-section-grid,
  .resource-grid,
  .guide-content__grid {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    position: static;
  }

  .pet-service-panel {
    grid-template-columns: 1fr;
  }

  .services-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-cta__actions {
    justify-content: flex-start;
  }

  .landing-hero__grid {
    grid-template-columns: 1fr;
  }

  .guide-hero__grid {
    grid-template-columns: 1fr;
  }

  .landing-cta__panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-band__item,
  .gallery-band__item--large {
    min-height: 20rem;
  }

  .legal-card {
    max-width: none;
  }

  .cookie-banner {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  body {
    background:
      linear-gradient(180deg, #111111 0, #111111 36rem, #f8f5ef 36rem, #f8f5ef 100%);
  }

  .brand-mark {
    justify-items: center;
  }

  .site-nav__location {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .brand-mark__sub {
    width: 100%;
    text-align: center;
  }

  .content-section,
  .booking-section {
    padding: 4rem 0;
  }

  .service-strip {
    padding-bottom: 2.5rem;
  }

  .gallery-band {
    padding-bottom: 4rem;
  }

  .booking-panel,
  .booking-section__form,
  .detail-card,
  .process-card,
  .info-card,
  .stat-card,
  .faq-item,
  .legal-card,
  .landing-card,
  .landing-cta__panel {
    padding: 1.25rem;
  }

  .booking-panel__meta {
    grid-template-columns: 1fr;
  }

  .site-footer__grid,
  .site-footer__nav {
    grid-template-columns: 1fr;
  }

  .site-footer__brand h2 {
    max-width: none;
  }

  .site-footer__meta {
    text-align: left;
  }

  .detail-card__media {
    margin: -1.25rem -1.25rem 0;
  }

  .pet-service-panel {
    padding: 1.25rem;
  }

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

  .landing-hero__media img {
    min-height: 18rem;
  }

  .guide-hero__media img {
    min-height: 18rem;
  }
}
