:root {
  --color-ink: #25261f;
  --color-muted: #6e705f;
  --color-paper: #f5f1e7;
  --color-paper-soft: #ebe3d4;
  --color-forest: #263627;
  --color-moss: #8a8d62;
  --color-stone: #d8cdbb;
  --color-white: #fffdf8;
  --shadow-soft: 0 24px 80px rgba(38, 54, 39, 0.16);
  --font-serif: "Cormorant Garamond", "Baskerville Old Face", Baskerville, Garamond, Georgia, serif;
  --font-sans: Avenir, "Avenir Next", Aptos, "Trebuchet MS", Verdana, sans-serif;
  --container: min(1120px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(138, 141, 98, 0.22), transparent 34rem),
    linear-gradient(180deg, var(--color-paper) 0%, #f9f5ec 48%, var(--color-paper-soft) 100%);
  font-family: var(--font-sans);
  line-height: 1.6;
}

a {
  color: inherit;
}

a,
.button,
.text-link,
.main-nav a,
.link-list a,
.site-footer a,
.site-footer__notice a,
.contact-details a {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.skip-link,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--color-forest);
  color: var(--color-white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid rgba(38, 38, 31, 0.12);
  box-shadow: 0 10px 40px rgba(38, 54, 39, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 16px 44px rgba(38, 54, 39, 0.14);
}

.site-header__bar {
  align-items: center;
  justify-content: space-between;
  width: var(--container);
  margin: 0 auto;
  padding: 18px 24px 12px;
}

.brand {
  display: grid;
  justify-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1;
}

.brand__script {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: none;
}

.brand__name {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  letter-spacing: 0.03em;
}

.brand__claim {
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 0.62rem;
  font-weight: 700;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  width: var(--container);
  margin: 0 auto;
  padding: 12px 24px 16px;
  border-top: 1px solid rgba(38, 38, 31, 0.1);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav a {
  color: var(--color-muted);
  text-decoration: none;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--color-ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(38, 38, 31, 0.18);
  background: transparent;
}

.nav-toggle span:not(.visually-hidden) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: var(--color-ink);
}

.home-hero,
.page-hero {
  width: var(--container);
  margin: 22px auto 0;
}

.home-hero {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.home-hero__visual,
.page-hero__image {
  background:
    linear-gradient(180deg, rgba(38, 54, 39, 0.08), rgba(38, 54, 39, 0.56)),
    radial-gradient(circle at 44% 38%, rgba(255, 253, 248, 0.58), transparent 7rem),
    linear-gradient(100deg, #273427 0%, #5f684d 44%, #20281f 100%);
}

.home-hero__visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 26, 20, 0.16), rgba(20, 26, 20, 0.62)),
    linear-gradient(90deg, rgba(20, 26, 20, 0.64), rgba(20, 26, 20, 0.18) 58%, rgba(20, 26, 20, 0.44)),
    url("media/header.png") center center / cover no-repeat;
}

.home-hero__visual::before,
.page-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 253, 248, 0.12) 0 1px, transparent 1px 90px),
    linear-gradient(120deg, transparent 0 42%, rgba(255, 253, 248, 0.12) 42% 43%, transparent 43%);
  opacity: 0.48;
}

.home-hero__seal {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.home-hero__content {
  position: relative;
  width: var(--container);
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 7vw, 76px);
  color: var(--color-white);
}

.home-hero h1,
.page-hero h1,
.section h2,
.contact-panel h2,
.site-footer h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 0.95;
}

.home-hero h1 {
  max-width: 720px;
  font-size: clamp(4rem, 11vw, 6.5rem);
  letter-spacing: -0.065em;
}

.home-hero p {
  max-width: 620px;
  font-size: 1.08rem;
}

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

.home-hero .eyebrow {
  color: rgba(255, 253, 248, 0.78);
}

.hero-actions,
.contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(38, 38, 31, 0.18);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button--dark {
  background: var(--color-forest);
  color: var(--color-white);
}

.button--light {
  background: var(--color-white);
  color: var(--color-forest);
}

.button--ghost {
  border-color: rgba(255, 253, 248, 0.44);
  color: var(--color-white);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 0;
}

.section--soft {
  width: 100%;
  padding-right: max(20px, calc((100vw - 1120px) / 2));
  padding-left: max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 253, 248, 0.48);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section h2,
.contact-panel h2 {
  font-size: clamp(2.5rem, 6vw, 2.7rem);
  letter-spacing: -0.045em;
}

.intro-grid,
.portrait-section,
.content-layout,
.guide-grid,
.contact-layout,
.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 92px);
}

.prose {
  color: var(--color-muted);
  font-size: 1rem;
}

.prose--large {
  color: var(--color-ink);
  font-size: 1.08rem;
}

.prose h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.prose h2:not(:first-child) {
  margin-top: 46px;
}

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

.service-card,
.side-card,
.contact-form,
.contact-details,
.legal-note,
.contact-panel {
  border: 1px solid rgba(38, 38, 31, 0.12);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 54px rgba(38, 54, 39, 0.08);
}

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

.service-card__header {
  display: flex;
  flex-direction: column;
  min-height: 112px;
}

.service-card .eyebrow {
  min-height: 2.6em;
}

.service-card h3,
.side-card h3,
.guide-list h3 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  line-height: 1;
}

.service-card h3 {
  min-height: 2em;
}

.service-card p {
  color: var(--color-muted);
}

.service-card__summary {
  margin-bottom: auto;
}

.service-card__price {
  margin-top: auto;
  color: var(--color-ink) !important;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  color: var(--color-forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.portrait-section__image,
.page-hero__image {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.portrait-section__image {
  padding: clamp(18px, 3vw, 28px) 0 0 clamp(18px, 3vw, 28px);
  aspect-ratio: 1 / 1;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.portrait-section__image::before {
  content: "";
  position: absolute;
  inset: 0 clamp(22px, 4vw, 34px) clamp(22px, 4vw, 34px) 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 253, 248, 0.22), transparent 9rem),
    linear-gradient(145deg, #7c8968 0%, #54664d 44%, #263627 100%);
  box-shadow: 0 24px 56px rgba(38, 54, 39, 0.16);
  z-index: 0;
}

.portrait-section__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(38, 38, 31, 0.08);
  box-shadow:
    0 0 0 10px rgba(255, 253, 248, 0.94),
    0 24px 52px rgba(38, 54, 39, 0.14);
}

.portrait-section {
  align-items: center;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  min-height: 420px;
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.page-hero--fullbleed {
  width: 100%;
  margin: 0;
}

.page-hero__content {
  align-self: center;
  padding: clamp(32px, 7vw, 72px);
}

.page-hero h1 {
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  letter-spacing: -0.06em;
}

.page-hero p:not(.eyebrow) {
  max-width: 620px;
  color: var(--color-muted);
}

.side-card {
  align-self: start;
  padding: 34px;
}

.content-layout__aside {
  display: grid;
  gap: 24px;
  align-content: start;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 12px;
  height: 1px;
  background: var(--color-moss);
}

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

.guide-list article {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(38, 38, 31, 0.12);
}

.legal-note,
.contact-panel {
  width: var(--container);
  margin: 0 auto clamp(54px, 8vw, 96px);
  padding: clamp(26px, 5vw, 48px);
}

.support-panels {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 4vw, 34px);
  width: 100%;
  padding-right: clamp(20px, 3vw, 32px);
  padding-left: clamp(20px, 3vw, 32px);
  margin: 0 auto clamp(54px, 8vw, 96px);
  align-items: stretch;
}

.support-panels .legal-note,
.support-panels .contact-panel {
  width: auto;
  margin: 0;
}

.quote-highlight {
  position: relative;
  width: 100%;
  margin: 0 auto clamp(54px, 8vw, 96px);
  padding: clamp(30px, 5vw, 52px);
  overflow: hidden;
}

.quote-highlight::after {
  content: "“";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(38, 54, 39, 0.28);
  font-family: var(--font-serif);
  font-size: clamp(5rem, 9vw, 7.5rem);
  line-height: 1;
}

.quote-highlight__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.quote-highlight__quote {
  margin: -10px 0 0;
}

.quote-highlight__quote p {
  margin: 0;
  padding-top: 2rem;
  color: var(--color-ink);
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-style: italic;
  line-height: 1.42;
  letter-spacing: -0.01em;
  text-align: center;
}

.quote-highlight__author {
  margin: 34px 0 0;
  color: var(--color-forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.quote-highlight__author::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 0 auto 18px;
  background: rgba(84, 102, 77, 0.28);
}

.legal-note {
  color: var(--color-muted);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--color-forest);
  color: var(--color-white);
}

.contact-panel p {
  max-width: 620px;
}

.contact-panel .eyebrow {
  color: rgba(255, 253, 248, 0.68);
}

.contact-panel .button--dark {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 253, 248, 0.44);
}

.contact-panel .button--light {
  background: var(--color-white);
  color: var(--color-forest);
  border-color: rgba(255, 253, 248, 0.72);
}

.contact-form,
.contact-details {
  padding: clamp(28px, 5vw, 46px);
}

.contact-details a {
  font-weight: 800;
  text-decoration: none;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(38, 38, 31, 0.16);
  border-radius: 0;
  padding: 14px 16px;
  background: var(--color-white);
  color: var(--color-ink);
  font: inherit;
}

.captcha-row input {
  max-width: 160px;
}

.form-note {
  padding: 14px 16px;
  background: rgba(138, 141, 98, 0.16);
  color: var(--color-forest);
  font-weight: 700;
}

.link-list {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.link-list a {
  padding: 22px 0;
  border-bottom: 1px solid rgba(38, 38, 31, 0.12);
  font-family: var(--font-serif);
  font-size: 2.5rem;
  text-decoration: none;
}

.prose--legal {
  max-width: 860px;
  color: var(--color-ink);
}

.site-footer {
  width: 100%;
  margin: 0 auto 28px;
  padding:
    clamp(32px, 6vw, 58px)
    max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid rgba(38, 38, 31, 0.12);
}

.site-footer__grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: start;
}

.site-footer h2 {
  font-size: 2.8rem;
}

.site-footer__intro {
  max-width: 520px;
}

.site-footer__claim {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--color-muted);
}

.site-footer__links,
.site-footer__legal {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__links {
  margin-left: 0;
  justify-items: start;
  gap: 12px;
}

.site-footer__contact {
  margin: 0 0 8px;
  color: var(--color-muted);
  line-height: 1.7;
}

.site-footer__contact-links {
  display: grid;
  gap: 6px;
  width: 100%;
  padding-top: 14px;
}

.site-footer__contact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--color-forest);
  font-weight: 800;
  text-decoration: none;
}

.site-footer__contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--color-muted);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--color-forest);
  flex: 0 0 18px;
}

.site-footer__icon svg {
  width: 18px;
  height: 18px;
}

.site-footer__links > a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin-top: 6px;
  border: 1px solid var(--color-forest);
  border-radius: 999px;
  background: var(--color-forest);
  color: var(--color-white);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__notice {
  margin: 38px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(38, 38, 31, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
}

.site-footer__notice a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (hover: hover) {
  .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(38, 54, 39, 0.12);
  }

  .button--dark:hover {
    border-color: #314433;
    background: #314433;
  }

  .button--light:hover {
    background: #f3ecdd;
    border-color: rgba(38, 38, 31, 0.28);
  }

  .button--ghost:hover {
    background: rgba(255, 253, 248, 0.12);
    border-color: rgba(255, 253, 248, 0.72);
  }

  .contact-panel .button--dark:hover {
    background: rgba(255, 253, 248, 0.08);
    border-color: rgba(255, 253, 248, 0.72);
  }

  .contact-panel .button--light:hover {
    background: #f3ecdd;
    border-color: rgba(255, 253, 248, 0.9);
  }

  .main-nav a:hover,
  .site-footer a:hover,
  .site-footer__notice a:hover,
  .contact-details a:hover {
    color: var(--color-ink);
    opacity: 0.84;
  }

  .text-link:hover {
    color: var(--color-ink);
    border-color: rgba(38, 38, 31, 0.82);
    transform: translateY(-1px);
  }

  .link-list a:hover {
    color: var(--color-forest);
    border-color: rgba(38, 38, 31, 0.24);
    transform: translateX(6px);
  }

  .site-footer__contact-links a:hover {
    color: var(--color-ink);
    opacity: 1;
  }

  .site-footer__links > a:last-child:hover {
    color: var(--color-white);
    background: #314433;
    border-color: #314433;
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .site-header {
    width: 100%;
  }

  .nav-toggle {
    display: inline-block;
  }

  .main-nav {
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 0 24px 16px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(38, 38, 31, 0.1);
  }

  .home-hero {
    min-height: 620px;
  }

  .intro-grid,
  .portrait-section,
  .content-layout,
  .guide-grid,
  .contact-layout,
  .page-hero,
  .contact-panel,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .portrait-section__image,
  .page-hero__image {
    min-height: 260px;
  }

  .portrait-section__photo {
    min-height: 0;
  }

  .contact-panel__actions {
    justify-content: flex-start;
  }

  .site-footer__links {
    justify-self: start;
  }

  .support-panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100vw - 24px);
  }

  .site-header__bar {
    padding: 14px 14px 10px;
  }

  .brand {
    justify-items: start;
  }

  .brand__claim {
    display: none;
  }

  .home-hero {
    min-height: 560px;
  }

  .home-hero__content,
  .page-hero__content {
    padding: 28px;
  }

  .portrait-section__image {
    padding: 12px 0 0 12px;
  }

  .portrait-section__image::before {
    inset: 0 14px 14px 0;
  }

  .portrait-section__photo {
    min-height: 0;
    box-shadow:
      0 0 0 6px rgba(255, 253, 248, 0.94),
      0 20px 34px rgba(38, 54, 39, 0.12);
  }

  .home-hero h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .section {
    padding: 64px 0;
  }

  .service-card,
  .side-card,
  .quote-highlight,
  .contact-form,
  .contact-details,
  .legal-note,
  .contact-panel,
  .site-footer {
    padding: 24px;
  }
}
