@font-face {
  font-family: Inter;
  src: url("./inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: Cardo;
  src: url("./cardo-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Cardo;
  src: url("./cardo-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --base: #f9f9f9;
  --white: #ffffff;
  --ink: #111111;
  --muted: #636363;
  --line: #d5d5d5;
  --gold: #a48b2e;
  --body: Inter, Arial, Helvetica, sans-serif;
  --heading: Cardo, Georgia, "Times New Roman", serif;
  --wide: 1280px;
  --gutter: clamp(1.5rem, 8vw, 6.5rem);
  --section-space: clamp(3.5rem, 8vw, 6.5rem);
  --radius: clamp(.75rem, 2vw, 1.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body {
  margin: 0;
  background: var(--base);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; border-radius: 2px; }
::selection { background: #e9dfb6; color: var(--ink); }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-family: var(--heading); font-weight: 400; text-wrap: balance; }
h1 { font-size: clamp(1.85rem, 1.63rem + 1.08vw, 2.5rem); line-height: 1.15; }
h2 { font-size: clamp(1.85rem, 1.63rem + 1.08vw, 2.5rem); line-height: 1.2; }
h3 { font-size: clamp(1.39rem, 1.24rem + .77vw, 1.85rem); line-height: 1.2; }
ul { margin: 0; }
address { font-style: normal; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--wide)); margin-inline: auto; }
.skip-link {
  position: absolute;
  z-index: 10;
  top: .75rem;
  left: 1rem;
  padding: .75rem 1rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }

.site-header { padding-block: 20px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: clamp(.75rem, 2vw, 1.5rem); text-decoration: none; }
.brand-mark { width: 60px; height: 60px; flex: 0 0 auto; }
.brand-name { font-size: clamp(1rem, .875rem + .54vw, 1.2rem); font-weight: 600; line-height: 1.3; }
.header-nav { flex-shrink: 0; font-size: 1rem; font-weight: 500; }
.header-nav a { display: inline-block; padding: .625rem 0; text-decoration: none; }
.header-nav a:hover, .header-nav [aria-current="page"] { text-decoration: underline; }

.hero { padding-block: var(--section-space); }
.hero-copy { max-width: 565px; margin-inline: auto; text-align: center; }
.hero-copy p { margin-top: 1.25rem; }
.hero-image { margin-top: clamp(2rem, 3vw, 2.5rem); }
.hero-image img { width: 100%; border-radius: var(--radius); aspect-ratio: 1373 / 915; object-fit: cover; }

.section { padding-block: var(--section-space); }
.section-intro { max-width: 620px; margin: 0 auto; text-align: center; }
.section-intro p { margin-top: 1.25rem; }
.asterisk::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 3rem;
  background: var(--muted);
  clip-path: path("M11.93.684v8.039l5.633-5.633 1.216 1.23-5.66 5.66h8.04v1.737H13.2l5.701 5.701-1.23 1.23-5.742-5.742V21h-1.737v-8.094l-5.77 5.77-1.23-1.217 5.743-5.742H.842V9.98h8.162l-5.701-5.7 1.23-1.231 5.66 5.66V.684h1.737Z");
}
.section-intro .asterisk::before { margin-inline: auto; }
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(2rem, 5vw, 4rem); row-gap: 2.75rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
.service h3 { font-family: var(--body); font-size: 1.05rem; font-weight: 600; line-height: 1.45; text-wrap: initial; }
.service p { margin-top: 1rem; }

.resource-row { display: grid; grid-template-columns: 4fr 5fr; gap: clamp(2.5rem, 10vw, 10.5rem); align-items: center; margin-top: clamp(3rem, 5vw, 4rem); }
.resource-row.reverse { grid-template-columns: 5fr 4fr; }
.resource-copy { min-width: 0; }
.resource-image img { width: 100%; border-radius: var(--radius); }
.design-image img { max-width: 474px; aspect-ratio: 529 / 528; object-fit: cover; }
.resource-list { list-style: none; padding: 0; margin-top: 1rem; line-height: 1.75; }
.resource-list > li { position: relative; padding-left: 1.65rem; }
.resource-list > li::before { content: "\2713"; position: absolute; left: 0; }
.resource-list ul { padding-left: 1.25rem; list-style-type: circle; }
.resource-list > li + li { margin-top: .35rem; }

.quote-section { padding: clamp(5rem, 13vw, 10.5rem) var(--gutter); background: var(--ink); color: var(--base); text-align: center; }
.owner-quote { max-width: 620px; margin-inline: auto; }
.owner-quote blockquote { font-family: var(--heading); font-size: clamp(1.85rem, 1.63rem + 1.08vw, 2.5rem); font-style: italic; line-height: 1.2; text-wrap: balance; }
.owner-quote figcaption { margin-top: 2.5rem; }
.owner-mark { width: 60px; height: 60px; margin: 0 auto 1rem; }
.owner-role { margin-top: .3rem; color: #b5b5b5; font-size: .9rem; font-weight: 300; }

.footer-divider { padding-top: var(--section-space); }
.footer-divider hr { margin: 0; border: 0; border-top: 1px solid var(--line); }
.site-footer { padding-block: var(--section-space); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: clamp(2rem, 8vw, 8rem); }
.footer-brand { max-width: 340px; }
.footer-brand > a { display: inline-block; text-decoration: none; font-weight: 600; }
.footer-mark { width: 26px; height: 26px; margin-bottom: 1rem; }
.footer-tagline { margin-top: 1rem; color: var(--muted); font-size: .9rem; }
.footer-heading { margin-bottom: 1.25rem; font-family: var(--body); font-size: 1.05rem; font-weight: 600; }
.footer-links { display: flex; align-items: flex-start; flex-direction: column; gap: .8rem; list-style: none; padding: 0; font-size: .9rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.copyright { margin-top: var(--section-space); color: var(--muted); font-size: .9rem; }

.contact-main { padding-block: var(--section-space); }
.contact-title { text-align: center; font-size: clamp(2.5rem, 2.1rem + 1.3vw, 3.27rem); }
.contact-content { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 5fr); gap: clamp(3rem, 8vw, 8rem); margin-top: clamp(3rem, 6vw, 5rem); padding-block: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-person h2 { margin-bottom: 1.5rem; }
.contact-person-name { font-weight: 600; }
.contact-person-role { margin-top: .25rem; color: var(--muted); font-size: .9rem; }
.contact-details { margin: 0; }
.contact-details > div + div { margin-top: 2rem; }
.contact-details dt { margin-bottom: .5rem; color: var(--muted); font-size: .9rem; }
.contact-details dd { margin: 0; font-size: 1.05rem; }
.contact-details a { text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }
.email-link { overflow-wrap: anywhere; }
.contact-page .site-footer { background: var(--white); }

@media (min-width: 1440px) {
  .resource-row { gap: 10.5rem; }
}

@media (max-width: 800px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-row, .resource-row.reverse { gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1.4fr .7fr 1fr; gap: 2rem; }
  .contact-content { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { padding-block: 16px; }
  .header-inner { gap: 1rem; }
  .brand { gap: .65rem; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { max-width: 8.5rem; }
  .header-nav { font-size: .9rem; }
  .hero { padding-top: 3rem; }
  .hero-image { margin-top: 2rem; }
  .services-grid { grid-template-columns: 1fr; gap: 2rem; }
  .resource-row, .resource-row.reverse { grid-template-columns: 1fr; }
  .design-image img { max-width: none; }
  .resource-row.reverse .resource-copy { grid-row: 1; }
  .owner-quote blockquote { font-size: 1.85rem; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand > a { display: inline-flex; align-items: center; gap: .75rem; }
  .footer-mark { margin-bottom: 0; }
}

@media (max-width: 360px) {
  .brand-name { max-width: 6rem; }
  .header-inner { gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media print {
  .skip-link, .header-nav { display: none; }
  .quote-section { background: var(--white); color: var(--ink); border-block: 1px solid var(--line); }
  .owner-role { color: var(--muted); }
  .service, .resource-row, .contact-content { break-inside: avoid; }
}
