:root {
  --ink: #15211f;
  --muted: #62706d;
  --cream: #f5f2ea;
  --paper: #fffdf8;
  --green: #102b28;
  --green-2: #1b403b;
  --sage: #d9e4dd;
  --gold: #c59a54;
  --line: rgba(21, 33, 31, 0.13);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(16, 43, 40, 0.12);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::selection {
  color: #fff;
  background: var(--green-2);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
svg {
  width: 1.4em;
  height: 1.4em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.narrow {
  max-width: 920px;
}
.section {
  padding: 110px 0;
}
.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;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: #fff;
  background: var(--green);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 84px;
  color: #fff;
  transition:
    background 0.25s,
    box-shadow 0.25s,
    height 0.25s;
}
.site-header.scrolled {
  height: 72px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 4px 30px rgba(16, 43, 40, 0.08);
  backdrop-filter: blur(14px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1.1;
}
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold);
  border: 1px solid currentColor;
  border-radius: 50%;
}
.brand-mark svg {
  width: 24px;
  height: 24px;
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.brand small {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.72;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 14px;
  font-weight: 600;
}
.main-nav > a:not(.nav-cta),
.nav-group > button {
  padding: 29px 0;
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}
.main-nav a[aria-current="page"] {
  color: var(--gold);
}
.nav-group {
  position: relative;
}
.nav-group > button span {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s;
}
.nav-group:hover button span,
.nav-group.open button span {
  transform: rotate(180deg);
}
.nav-dropdown {
  position: absolute;
  top: calc(100% - 12px);
  left: -20px;
  width: 230px;
  padding: 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s;
}
.nav-group:hover .nav-dropdown,
.nav-group.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 3px;
}
.nav-dropdown a:hover {
  background: var(--cream);
}
.nav-cta {
  padding: 11px 18px;
  color: var(--green) !important;
  background: var(--gold);
  border-radius: 2px;
}
.menu-toggle {
  display: none;
  padding: 8px;
  color: inherit;
  background: transparent;
  border: 0;
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(
      100deg,
      rgba(16, 43, 40, 0.99) 0%,
      rgba(16, 43, 40, 0.96) 52%,
      rgba(20, 53, 49, 0.89) 100%
    ),
    radial-gradient(circle at 80% 20%, #376158, transparent 42%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.hero-orb {
  position: absolute;
  border: 1px solid rgba(197, 154, 84, 0.2);
  border-radius: 50%;
}
.hero-orb-one {
  width: 570px;
  height: 570px;
  right: -170px;
  top: 20px;
}
.hero-orb-two {
  width: 330px;
  height: 330px;
  right: 80px;
  top: 135px;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 730px;
  padding-top: 105px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--green-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow > span {
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.eyebrow.light {
  color: #d7e3df;
}
.hero .eyebrow {
  color: #d7e3df;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.025em;
}
.hero h1 {
  margin-bottom: 27px;
  font-size: clamp(57px, 6.3vw, 88px);
}
h1 em,
h2 em {
  color: var(--gold);
  font-weight: 400;
}
.hero-lead {
  max-width: 645px;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.button:hover svg,
.text-link:hover svg {
  transform: translateX(4px);
}
.button-primary {
  color: #fff;
  background: var(--green);
}
.hero .button-primary {
  color: var(--green);
  background: var(--gold);
}
.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.button-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.button-accent {
  color: var(--green);
  background: var(--gold);
}
.hero-trust {
  display: flex;
  gap: 42px;
  margin-top: 43px;
}
.hero-trust > div {
  display: flex;
  align-items: center;
  gap: 11px;
}
.hero-trust svg {
  width: 31px;
  height: 31px;
  padding: 7px;
  color: var(--gold);
  border: 1px solid rgba(197, 154, 84, 0.5);
  border-radius: 50%;
}
.hero-trust strong,
.hero-trust small {
  display: block;
}
.hero-trust strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
}
.hero-trust small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
.hero-visual {
  position: relative;
  min-height: 500px;
}
.document-card {
  position: absolute;
  width: 305px;
  height: 405px;
  padding: 30px;
  color: var(--ink);
  background: #f8f3e7;
  border-radius: 3px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
}
.document-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(197, 154, 84, 0.5);
  pointer-events: none;
}
.document-card-back {
  top: 40px;
  left: 40%;
  transform: rotate(10deg);
  opacity: 0.22;
}
.document-card-back span {
  font-family: var(--serif);
  font-size: 45px;
}
.document-card-back i,
.doc-lines i {
  display: block;
  height: 2px;
  margin: 25px 0;
  background: currentColor;
  opacity: 0.18;
}
.document-card-front {
  z-index: 2;
  top: 65px;
  left: 12%;
  transform: rotate(-4deg);
}
.doc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(21, 33, 31, 0.15);
}
.doc-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.doc-head small,
.doc-head strong {
  display: block;
}
.doc-head small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.doc-head strong {
  font-family: var(--serif);
  font-weight: 600;
}
.doc-lines {
  margin-top: 28px;
}
.doc-lines i {
  margin: 17px 0;
}
.doc-lines i:nth-child(2),
.doc-lines i:nth-child(5) {
  width: 80%;
}
.doc-lines i:nth-child(3) {
  width: 90%;
}
.doc-seal {
  position: absolute;
  bottom: 34px;
  left: 50%;
  display: flex;
  width: 180px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  color: #7b3d31;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-5deg);
}
.doc-seal svg {
  width: 33px;
  height: 33px;
}
.doc-seal span {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.1;
}
.doc-seal small {
  display: block;
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.floating-note {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 19px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
  backdrop-filter: blur(10px);
}
.floating-note span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--green);
  background: var(--gold);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}
.floating-note i {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}
.hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 25px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-foot p {
  margin: 0;
  white-space: nowrap;
}
.hero-foot span {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}
.section-heading h2,
.center-heading h2,
.about-copy h2,
.faq-intro h2,
.cta-inner h2 {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 59px);
}
.section-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  position: relative;
  min-height: 395px;
  padding: 42px 35px 35px;
  background: var(--paper);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    color 0.3s,
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}
.service-card:hover {
  z-index: 2;
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}
.service-number {
  position: absolute;
  top: 27px;
  right: 27px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
}
.service-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 52px;
  place-items: center;
  color: var(--gold);
  background: rgba(197, 154, 84, 0.1);
  border: 1px solid rgba(197, 154, 84, 0.35);
  border-radius: 50%;
}
.service-icon svg {
  width: 28px;
  height: 28px;
}
.service-card h3 {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}
.service-card p {
  color: var(--muted);
  transition: color 0.3s;
}
.service-card:hover p,
.service-card:hover .service-number {
  color: rgba(255, 255, 255, 0.62);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}
.service-card .text-link {
  position: absolute;
  bottom: 34px;
  left: 35px;
}

.about-strip {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--green);
}
.about-strip::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -170px;
  top: -230px;
  border: 1px solid rgba(197, 154, 84, 0.15);
  border-radius: 50%;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 110px;
  align-items: center;
}
.about-art {
  position: relative;
  display: grid;
  min-height: 485px;
  place-items: center;
  background: linear-gradient(145deg, #e4ded0, #c8d1c7);
  overflow: hidden;
}
.about-art::before,
.about-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(16, 43, 40, 0.18);
  border-radius: 50%;
}
.about-art::before {
  width: 390px;
  height: 390px;
}
.about-art::after {
  width: 270px;
  height: 270px;
}
.monogram {
  position: relative;
  z-index: 1;
  color: var(--green);
  font-family: var(--serif);
  font-size: 95px;
  letter-spacing: -0.08em;
}
.about-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  color: var(--green);
  background: var(--gold);
  box-shadow: var(--shadow);
}
.about-badge svg {
  width: 30px;
  height: 30px;
}
.about-badge span,
.about-badge small {
  display: block;
}
.about-badge span {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
}
.about-badge small {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-copy .large {
  color: rgba(255, 255, 255, 0.83);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.55;
}
.about-copy > p:not(.eyebrow, .large) {
  color: rgba(255, 255, 255, 0.55);
}
.about-copy .button {
  margin-top: 20px;
}

.process {
  background: var(--cream);
}
.center-heading {
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}
.center-heading .eyebrow {
  justify-content: center;
}
.center-heading > p:last-child {
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.steps li {
  position: relative;
  padding: 36px 50px 10px;
  text-align: center;
}
.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 34%;
  height: 1px;
  top: 63px;
  right: -17%;
  background: var(--line);
}
.steps li > span {
  display: grid;
  width: 55px;
  height: 55px;
  margin: 0 auto 26px;
  place-items: center;
  color: var(--gold);
  background: var(--paper);
  border: 1px solid rgba(197, 154, 84, 0.5);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 20px;
}
.steps h3 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
}
.steps p {
  color: var(--muted);
  font-size: 14px;
}

.faq-home {
  background: var(--paper);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 110px;
}
.faq-intro > p {
  color: var(--muted);
}
.faq-intro .text-link {
  margin-top: 18px;
}
.accordion details {
  border-top: 1px solid var(--line);
}
.accordion details:last-child {
  border-bottom: 1px solid var(--line);
}
.accordion summary {
  position: relative;
  padding: 23px 50px 23px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary span::before,
.accordion summary span::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 7px;
  width: 15px;
  height: 1px;
  background: var(--ink);
  transition: transform 0.2s;
}
.accordion summary span::after {
  transform: rotate(90deg);
}
.accordion details[open] summary span::after {
  transform: rotate(0);
}
.accordion details p {
  padding-right: 50px;
  color: var(--muted);
}
.cta-section {
  padding: 80px 0;
  color: #fff;
  background: var(--green-2);
}
.cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.cta-inner > div:last-child p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.65);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 185px 0 105px;
  color: #fff;
  background: var(--green);
}
.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(197, 154, 84, 0.13);
  border-radius: 50%;
}
.page-hero::before {
  width: 530px;
  height: 530px;
  right: -150px;
  top: -220px;
}
.page-hero::after {
  width: 310px;
  height: 310px;
  right: 30px;
  top: -90px;
}
.breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}
.breadcrumbs span {
  margin: 0 9px;
}
.page-hero .eyebrow {
  position: relative;
  z-index: 2;
  color: #d7e3df;
}
.page-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(54px, 7vw, 85px);
}
.page-hero .narrow > p:not(.breadcrumbs, .eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}
.page-hero .button {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  color: var(--green);
  background: var(--gold);
}
.content-section {
  background: var(--paper);
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 100px;
  align-items: start;
}
.prose {
  max-width: 760px;
}
.prose h2 {
  margin-top: 60px;
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 47px);
  scroll-margin-top: 100px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  margin-top: 38px;
  font-family: var(--serif);
  font-size: 25px;
}
.prose p,
.prose li {
  color: var(--muted);
}
.prose .lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.55;
}
.prose ol {
  padding-left: 22px;
}
.prose ol li {
  padding: 6px 0 6px 9px;
}
.check-list {
  display: grid;
  gap: 9px;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: var(--ink);
  background: var(--cream);
}
.check-list svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  padding: 4px;
  color: var(--gold);
  border: 1px solid currentColor;
  border-radius: 50%;
}
.notice {
  margin-top: 38px;
  padding: 24px 26px;
  background: #edf2ed;
  border-left: 3px solid var(--gold);
}
.notice strong {
  font-family: var(--serif);
  font-size: 19px;
}
.notice p {
  margin: 6px 0 0;
  font-size: 14px;
}
.contact-card {
  position: sticky;
  top: 105px;
  padding: 34px;
  background: var(--cream);
  border: 1px solid var(--line);
}
.contact-card .service-icon {
  margin-bottom: 30px;
}
.contact-card h2 {
  font-size: 32px;
}
.contact-card > p {
  color: var(--muted);
}
.contact-card > a:not(.button) {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.contact-card > a:not(.button) > svg {
  flex: 0 0 auto;
  color: var(--gold);
}
.contact-card a small,
.contact-card a span {
  display: block;
  line-height: 1.3;
}
.contact-card a small {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-card .button {
  width: 100%;
  margin-top: 17px;
}
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 35px 0;
  background: var(--line);
  border: 1px solid var(--line);
}
.category-grid > div {
  padding: 25px;
  background: var(--paper);
}
.category-grid span {
  color: var(--gold);
  font-family: var(--serif);
}
.category-grid h3 {
  margin: 14px 0 7px;
  font-size: 22px;
}
.category-grid p {
  margin: 0;
  font-size: 14px;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: center;
}
.about-art.large {
  min-height: 620px;
}
blockquote {
  position: relative;
  margin: 40px 0;
  padding: 30px 35px;
  background: var(--cream);
  border-left: 3px solid var(--gold);
}
blockquote svg {
  color: var(--gold);
}
blockquote p {
  margin: 12px 0 0;
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: 21px;
}
.guide-section {
  background: var(--paper);
}
.guide-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 95px;
  align-items: start;
}
.toc {
  position: sticky;
  top: 110px;
  display: grid;
  padding: 25px;
  background: var(--cream);
}
.toc strong {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: 20px;
}
.toc a {
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
  border-bottom: 1px solid var(--line);
}
.toc a:hover {
  color: var(--green);
}
.article-meta {
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--line);
}
.article-cta {
  margin-top: 55px;
  padding: 35px;
  color: #fff;
  background: var(--green);
}
.article-cta h3 {
  margin-top: 0;
  font-size: 27px;
}
.article-cta p {
  color: rgba(255, 255, 255, 0.65);
}
.article-cta .button {
  color: var(--green);
  background: var(--gold);
}

.contact-section {
  background: var(--cream);
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: start;
}
.contact-details h2,
.contact-form h2 {
  font-size: 39px;
}
.contact-details > p {
  color: var(--muted);
}
.contact-details > a,
.contact-details > div:not(.map-link) {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}
.contact-details svg {
  flex: 0 0 auto;
  margin-top: 4px;
  color: var(--gold);
}
.contact-details small,
.contact-details strong {
  display: block;
}
.contact-details small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-details strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}
.map-link {
  margin-top: 22px;
}
.map-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 700;
}
.contact-form {
  padding: 42px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.contact-form > p {
  color: var(--muted);
}
.contact-form label {
  display: block;
  margin-top: 19px;
  font-size: 13px;
  font-weight: 700;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(197, 154, 84, 0.15);
}
.contact-form textarea {
  resize: vertical;
}
.form-note {
  margin: 14px 0 20px;
  font-size: 11px;
}
.form-success,
.form-error {
  margin: 18px 0;
  padding: 15px;
  font-size: 13px;
}
.form-success {
  color: #195c3a;
  background: #e4f2e9;
}
.form-error {
  color: #8a3029;
  background: #f7e8e5;
}
.form-error ul {
  margin-bottom: 0;
}
.honeypot {
  position: absolute;
  left: -10000px;
}
.error-page {
  min-height: 75vh;
}
.mobile-call {
  display: none;
}

.site-footer {
  padding: 75px 0 25px;
  color: #fff;
  background: #0b201e;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr;
  gap: 80px;
  padding-bottom: 55px;
}
.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-grid > div > strong {
  margin-bottom: 11px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.footer-grid a,
.footer-grid p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.footer-brand > p {
  max-width: 360px;
  margin-top: 20px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: none;
    padding: 18px 24px 28px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .main-nav.open {
    display: block;
  }
  .main-nav > a:not(.nav-cta),
  .nav-group > button {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: left;
  }
  .nav-cta {
    display: block;
    margin-top: 14px;
    text-align: center;
  }
  .nav-dropdown {
    position: static;
    display: none;
    width: 100%;
    padding: 0 0 7px 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-group.open .nav-dropdown {
    display: block;
  }
  .menu-toggle {
    display: block;
  }
  .site-header:not(.scrolled) .main-nav {
    top: 84px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-visual {
    display: none;
  }
  .hero {
    min-height: auto;
  }
  .hero-foot {
    padding-bottom: 35px;
  }
  .section-heading,
  .about-grid,
  .faq-grid,
  .cta-inner,
  .content-grid,
  .story-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .about-art {
    max-width: 580px;
    width: 100%;
  }
  .content-grid {
    max-width: 800px;
  }
  .contact-card {
    position: static;
  }
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .toc {
    position: static;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .container {
    width: min(100% - 30px, 1180px);
  }
  .section {
    padding: 75px 0;
  }
  .site-header {
    height: 72px;
  }
  .site-header:not(.scrolled) .main-nav {
    top: 72px;
  }
  .brand strong {
    font-size: 16px;
  }
  .brand small {
    font-size: 8px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .hero-grid {
    min-height: auto;
    padding-top: 145px;
  }
  .hero h1 {
    font-size: clamp(48px, 14vw, 64px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-trust {
    display: grid;
    gap: 17px;
  }
  .hero-foot {
    display: none;
  }
  .section-heading {
    gap: 20px;
  }
  .section-heading h2,
  .center-heading h2,
  .about-copy h2,
  .faq-intro h2,
  .cta-inner h2 {
    font-size: 39px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 340px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .steps li {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 15px 0;
    text-align: left;
  }
  .steps li:not(:last-child)::after {
    display: none;
  }
  .steps li > span {
    margin: 0;
  }
  .steps h3 {
    margin: 2px 0 8px;
  }
  .cta-inner {
    gap: 25px;
  }
  .page-hero {
    padding: 135px 0 75px;
  }
  .page-hero h1 {
    font-size: clamp(47px, 13vw, 65px);
  }
  .breadcrumbs {
    margin-bottom: 35px;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .about-art {
    min-height: 380px;
  }
  .about-art.large {
    min-height: 440px;
  }
  .monogram {
    font-size: 75px;
  }
  .contact-form {
    padding: 27px 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-bottom {
    display: block;
    padding-bottom: 55px;
  }
  .mobile-call {
    position: fixed;
    z-index: 90;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 17px;
    color: var(--green);
    background: var(--gold);
    border-radius: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-weight: 800;
  }
  .mobile-call svg {
    width: 17px;
    height: 17px;
  }
}
