:root {
  --graphite: #202321;
  --graphite-soft: #353a36;
  --cream: #f6f0e5;
  --paper: #fffaf1;
  --red: #b73932;
  --red-dark: #8f2b26;
  --gold: #b99052;
  --sage: #78877a;
  --line: rgba(32, 35, 33, .16);
  --shadow: 0 18px 60px rgba(32, 35, 33, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--graphite);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.topline { color: rgba(255,255,255,.72); background: var(--graphite); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.topline .container { display: flex; justify-content: space-between; padding-block: 8px; }
header { position: sticky; top: 0; z-index: 30; background: rgba(246,240,229,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.035em; text-decoration: none; font-size: 1.08rem; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--red); border-radius: 50% 50% 50% 12%; font-family: Georgia, serif; font-size: 1.15rem; }
.nav-wrap nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav-wrap nav a { color: var(--graphite-soft); text-decoration: none; font-size: .92rem; font-weight: 650; border-bottom: 2px solid transparent; padding-block: 6px; }
.nav-wrap nav a:hover, .nav-wrap nav a[aria-current="page"] { color: var(--red); border-color: var(--red); }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 22px; background: var(--red); color: white; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-1px); }
.button-small { padding: 10px 17px; font-size: .86rem; }
.button-outline { color: var(--graphite); background: transparent; border: 1px solid var(--line); }
.button-outline:hover { color: white; }
.eyebrow { margin: 0 0 15px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 15ch; margin: 0; font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 500; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; }
h3 { margin: 0 0 11px; font-size: 1.42rem; }
p { margin-top: 0; }
.lead { max-width: 62ch; color: var(--graphite-soft); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero { padding: clamp(70px, 10vw, 128px) 0 78px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 92px); align-items: center; }
.hero-copy .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-art { position: relative; min-height: 535px; }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 160px 22px 22px 22px; box-shadow: var(--shadow); }
.hero-note { position: absolute; right: -18px; bottom: 32px; max-width: 250px; padding: 20px; color: white; background: var(--graphite); border-radius: 18px; box-shadow: var(--shadow); }
.hero-note strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.1rem; }
.section { padding: clamp(72px, 10vw, 126px) 0; }
.section-paper { background: var(--paper); }
.section-dark { color: white; background: var(--graphite); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-bottom: 45px; align-items: end; }
.section-heading p { margin: 0; color: var(--graphite-soft); }
.section-dark .section-heading p { color: rgba(255,255,255,.68); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 265px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.42); }
.card-number { display: inline-block; margin-bottom: 56px; color: var(--red); font-family: Georgia, serif; font-size: 1.3rem; }
.card p { color: var(--graphite-soft); }
.section-dark .card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.section-dark .card p { color: rgba(255,255,255,.7); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.workshop-visual { min-height: 460px; border-radius: 24px; background: var(--red) url("workshop-grid.svg") center / cover no-repeat; box-shadow: var(--shadow); }
.checklist { margin: 25px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "◆"; position: absolute; left: 2px; color: var(--red); font-size: .7rem; }
.quote-band { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 42px; color: white; background: var(--red); border-radius: var(--radius); }
.quote-band h2 { max-width: 15ch; margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.page-hero { padding: 78px 0 64px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 19ch; font-size: clamp(2.55rem, 6vw, 5rem); }
.page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(36px, 8vw, 100px); align-items: start; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 48px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.prose h3 { margin-top: 32px; }
.prose p, .prose li { color: var(--graphite-soft); }
.prose a { color: var(--red-dark); }
.aside-card { position: sticky; top: 120px; padding: 24px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); }
.aside-card h2 { font-size: 1.45rem; }
.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service-row span { color: var(--red); font-weight: 800; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.service-row h2 { margin: 0; font-size: 1.8rem; }
.service-row p { margin: 5px 0 0; color: var(--graphite-soft); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 7vw, 80px); }
.contact-panel { padding: 32px; color: white; background: var(--graphite); border-radius: var(--radius); }
.contact-panel a { color: white; }
form { display: grid; gap: 17px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { display: grid; gap: 7px; color: var(--graphite-soft); font-size: .87rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; color: var(--graphite); background: var(--paper); font: inherit; }
textarea { min-height: 130px; resize: vertical; }
.form-note { padding: 14px 16px; border-radius: 10px; background: rgba(183,57,50,.09); color: var(--graphite-soft); font-size: .86rem; }
.form-message { padding: 15px; border-left: 3px solid var(--red); background: var(--paper); }
.legal-meta { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 26px; font-size: .85rem; color: var(--graphite-soft); }
footer { padding: 70px 0 24px; color: white; background: #181a19; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 45px; }
.brand-light { color: white; }
.footer-grid h2 { margin: 0 0 15px; font-family: inherit; font-size: .73rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p { color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-grid a:not(.brand) { display: block; margin: 8px 0; color: rgba(255,255,255,.78); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.region { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .78rem; }

@media (max-width: 900px) {
  .nav-wrap nav { display: none; }
  .nav-wrap .button { margin-left: auto; }
  .hero-grid, .split, .section-heading, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 430px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .page-grid { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .topline span:first-child { display: none; }
  .topline .container { justify-content: flex-end; }
  .brand { font-size: .95rem; }
  .nav-wrap { min-height: 68px; gap: 12px; }
  .nav-wrap .button { padding: 9px 13px; }
  .hero { padding-top: 56px; }
  .hero-art { min-height: 360px; }
  .hero-note { right: 10px; bottom: 18px; }
  .cards, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; gap: 6px; }
  .quote-band { display: grid; padding: 28px; }
  .footer-base { display: grid; }
}
