/* variables */

:root {
  --bg: #f6f2ee;
  --bg-soft: #fbf8f5;
  --surface: rgba(255, 252, 249, 0.94);
  --surface-strong: #fffdfa;
  --text: #201a18;
  --muted: #6b615c;
  --line: rgba(32, 26, 24, 0.1);
  --line-strong: rgba(32, 26, 24, 0.18);
  --accent: #8d7668;
  --accent-soft: #ddd0c6;
  --shadow: 0 24px 60px rgba(45, 33, 25, 0.08);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 32px));
}

/* reset */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(221, 208, 198, 0.35), transparent 28%),
    linear-gradient(180deg, #fffdfb 0%, var(--bg) 46%, #efe7e0 100%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

/* layout */

.site-header,
.page-main,
.site-footer-inner {
  width: var(--container);
  margin: 0 auto;
}

.page-main {
  padding: 34px 0 72px;
}

.section,
.page-intro,
.hero,
.split-section,
.service-grid,
.trust-grid,
.gallery-grid,
.faq-list,
.contact-grid,
.services-layout,
.info-grid {
  display: grid;
  gap: 18px;
}

.section {
  padding: 38px 0;
}

.page-intro {
  max-width: 54rem;
  padding: 40px 0 14px;
}

.split-section,
.contact-grid {
  grid-template-columns: 0.94fr 1.06fr;
}

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

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

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

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

/* typography */

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  max-width: 14ch;
}

h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

p,
li,
dd,
dt,
label {
  line-height: 1.8;
}

.hero-copy p,
.page-intro p,
.section-heading p,
.service-card p,
.trust-card p,
.faq-item p,
.service-item p,
.contact-panel p,
.footer-note,
.cta-copy p,
.story-card p,
.map-placeholder p {
  color: var(--muted);
  font-size: 1rem;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.hero-note,
.section-note {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.7;
}

.breadcrumbs {
  color: var(--muted);
  font-size: 0.92rem;
}

/* header */

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 251, 248, 0.85);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(43, 31, 24, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: auto;
  max-width: min(110px, 24vw);
  max-height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(221, 208, 198, 0.85) 55%, rgba(141, 118, 104, 0.92));
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.42);
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.15;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.site-header .brand-copy {
  gap: 1px;
}

.site-header .brand-copy strong {
  display: block;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.site-header .brand-copy span {
  font-size: 0.74rem;
  white-space: nowrap;
}

.site-header .brand-logo {
  max-width: min(86px, 18vw);
  max-height: 48px;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle-label span,
.nav-toggle-label::before,
.nav-toggle-label::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-label::before {
  transform: translateY(-6px);
}

.nav-toggle-label::after {
  transform: translateY(4px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
}

.site-nav a {
  white-space: nowrap;
}

.site-nav a:not(.nav-cta),
.footer-links a,
.button-link {
  color: var(--muted);
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:not(.nav-cta):hover,
.site-nav a:not(.nav-cta):focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.button:focus-visible,
.nav-cta:focus-visible,
.site-nav a:focus-visible,
.footer-links a:focus-visible,
.button-link:focus-visible,
.info-item a:focus-visible,
.footer-meta a:focus-visible {
  outline: 2px solid rgba(141, 118, 104, 0.46);
  outline-offset: 3px;
}

/* hero */

.hero {
  grid-template-columns: 0.96fr 1.04fr;
  gap: 30px;
  align-items: center;
  padding: 42px 0 18px;
}

.hero-panel,
.hero-image-card,
.service-card,
.trust-card,
.service-list,
.faq-item,
.contact-panel,
.map-card,
.gallery-grid img,
.info-panel,
.cta-banner,
.not-found-panel {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-panel {
  min-height: 540px;
  padding: 18px;
  border-radius: var(--radius-xl);
}

.hero-image-card {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 55%),
    linear-gradient(160deg, #f0e3dc 0%, #ddccc1 48%, #c5ae9f 100%);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* buttons */

.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease,
    color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
}

.button-primary,
.nav-cta {
  color: #fff;
  background: var(--text);
  box-shadow: 0 16px 28px rgba(32, 26, 24, 0.16);
}

.site-nav .nav-cta {
  min-height: 48px;
  padding: 0 20px;
  margin-left: 6px;
  border: 1px solid #171311;
  border-radius: 16px;
  color: #fffaf5;
  background: #171311;
  box-shadow: 0 12px 24px rgba(23, 19, 17, 0.18);
  letter-spacing: 0.01em;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #fffaf5;
  background: #2a201c;
  border-color: #2a201c;
  box-shadow: 0 16px 30px rgba(23, 19, 17, 0.22);
}

.site-nav .nav-cta:active {
  transform: translateY(0);
  background: #110d0b;
  border-color: #110d0b;
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line-strong);
}

.button-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--accent);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

/* cards */

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}

.story-card,
.info-panel {
  padding: 32px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 246, 0.78));
  box-shadow: var(--shadow);
}

.service-card,
.trust-card {
  padding: 24px;
  border-radius: 24px;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(221, 208, 198, 0.9), rgba(246, 239, 233, 0.72));
  color: var(--accent);
  font-weight: 800;
}

.service-card h3,
.trust-card h3,
.faq-item h3,
.contact-panel h2,
.service-list h2 {
  margin-bottom: 12px;
}

/* services */

.service-list {
  padding: 28px;
  border-radius: 28px;
}

.service-list h2 {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  max-width: none;
}

.service-item + .service-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-meta {
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.info-item a,
.contact-panel a,
.footer-meta a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(32, 26, 24, 0.22);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.info-item a:hover,
.contact-panel a:hover,
.footer-meta a:hover {
  color: var(--accent);
  text-decoration-color: rgba(141, 118, 104, 0.5);
}

/* gallery */

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 55%),
    linear-gradient(160deg, #efe5df 0%, #e0d1c7 48%, #ccb7a8 100%);
}

.gallery-grid img:hover,
.gallery-grid img:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 48px rgba(45, 33, 25, 0.14);
}

/* faq */

.faq-item {
  padding: 28px;
  border-radius: 28px;
}

.faq-item p {
  margin-bottom: 0;
}

/* contact */

.contact-panel,
.map-card {
  padding: 28px;
  border-radius: 28px;
}

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

.info-item {
  padding: 8px 0 18px;
  border-bottom: 1px solid var(--line);
}

.info-item:last-child,
.info-item:nth-last-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
}

.info-item dd {
  margin: 0;
  color: var(--muted);
}

.hours-list,
.sitemap-list {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.hours-list li + li,
.sitemap-list li + li {
  margin-top: 8px;
}

.map-embed,
.map-placeholder {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 22px;
  background:
    linear-gradient(160deg, #f5ece7 0%, #e6d5cc 46%, #cfb9aa 100%);
}

.map-placeholder {
  display: grid;
  place-items: center;
  padding: 32px;
  text-align: center;
}

/* forms */

.form-grid {
  display: grid;
  gap: 16px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group input,
.field-group textarea,
.field-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
}

.field-group textarea {
  min-height: 150px;
  resize: vertical;
}

/* sitemap */

.sitemap-groups .service-list,
.sitemap-list {
  height: fit-content;
}

/* footer */

.cta-banner,
.not-found-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px 32px;
  border-radius: 30px;
}

.site-footer {
  padding: 0 0 34px;
}

.site-footer-inner {
  display: grid;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 252, 249, 0.88);
  box-shadow: var(--shadow);
}

.footer-top,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-top {
  justify-content: space-between;
}

.footer-links {
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-note {
  margin: 0;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--muted);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--text);
  background: rgba(221, 208, 198, 0.3);
  transform: translateY(-2px);
}

/* fade-in animations */

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* card hover effects */

.service-card,
.trust-card,
.faq-item {
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.service-card:hover,
.trust-card:hover,
.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 48px rgba(45, 33, 25, 0.12);
}

/* responsive */

@media (max-width: 1024px) {
  .hero,
  .split-section,
  .contact-grid,
  .cta-banner,
  .not-found-panel,
  .section-heading,
  .services-layout,
  .faq-list {
    grid-template-columns: 1fr;
  }

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

  .hero-panel {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    border-radius: 28px;
    align-items: flex-start;
    padding: 14px;
  }

  .brand {
    max-width: calc(100% - 68px);
    gap: 10px;
  }

  .nav-toggle-label {
    display: inline-flex;
    margin-left: auto;
  }

  .brand-logo {
    max-width: min(86px, 26vw);
    max-height: 42px;
  }

  .site-header .brand-copy strong {
    font-size: 0.76rem;
    white-space: normal;
  }

  .site-header .brand-copy span {
    font-size: 0.7rem;
    white-space: normal;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255, 252, 249, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 16px;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    margin-top: 6px;
    min-height: 48px;
  }

  .nav-toggle:checked + .nav-toggle-label span {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label::before {
    transform: translateY(2px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label::after {
    transform: translateY(0) rotate(-45deg);
  }

  .nav-toggle:checked ~ .site-nav {
    display: flex;
  }

  .service-grid,
  .trust-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .hero-image-card {
    min-height: 380px;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .button-row .button {
    width: 100%;
  }

  .footer-top,
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-meta {
    flex-direction: column;
    gap: 8px;
  }
}
