
:root {
  --bg: #f4eee7;
  --paper: #fbf7f2;
  --panel: #efe4d7;
  --ink: #1d2431;
  --muted: #6f706f;
  --line: #d7c6b5;
  --accent: #c86b4a;
  --accent-soft: #f2d3c3;
  --olive: #586351;
  --shadow: 0 18px 45px rgba(29, 36, 49, 0.08);
  --radius: 26px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8f3ed 0%, var(--bg) 42%, #f0e7de 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header {
  padding: 22px 0 0;
}
.topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(29, 36, 49, 0.12);
  padding-bottom: 18px;
}
.branding {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.branding strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.branding span,
.top-links {
  color: var(--muted);
  font-size: 0.95rem;
}
.top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr;
  gap: 28px;
  padding: 28px 0 22px;
}
.hero-copy {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 38px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-copy::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -45px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 107, 74, 0.23), transparent 68%);
}
.kicker,
.label,
.mini-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--muted);
}
.hero h1,
.page-hero h1,
.section-title,
.block-title,
.request-panel h2,
.guide-price,
.faq-card h3,
.thankyou h1 {
  font-family: Georgia, "Times New Roman", serif;
}
.hero h1 {
  font-size: clamp(3.1rem, 6vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 18px 0 24px;
  max-width: 12ch;
}
.hero-intro {
  max-width: 57ch;
  font-size: 1.08rem;
  color: #323742;
}
.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}
.note {
  padding-top: 14px;
  border-top: 1px solid rgba(29, 36, 49, 0.12);
}
.note strong,
.info-card strong,
.metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-side {
  display: grid;
  gap: 18px;
}
.info-card,
.aside-card,
.request-panel,
.legal-panel,
.guides-intro,
.faq-card,
.timeline,
.story,
.highlight-band,
.thankyou {
  background: rgba(251, 247, 242, 0.82);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.info-card {
  padding: 24px;
}
.info-card .detail {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 36, 49, 0.1);
}
.info-card .detail:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.mini-kicker {
  color: var(--olive);
  margin-bottom: 12px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.metrics div {
  background: var(--panel);
  border-radius: 18px;
  padding: 14px;
}
main {
  padding-bottom: 60px;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  margin: 16px 0 28px;
}
.story,
.highlight-band,
.guides-intro,
.timeline,
.request-panel,
.legal-panel,
.faq-card,
.aside-card,
.thankyou {
  padding: 28px;
}
.section-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin: 10px 0 14px;
}
.block-title {
  font-size: 1.65rem;
  line-height: 1.05;
  margin: 8px 0 14px;
}
.story p:last-child,
.highlight-band p:last-child,
.guides-intro p:last-child,
.legal-panel p:last-child,
.faq-card p:last-child,
.aside-card p:last-child,
.thankyou p:last-child {
  margin-bottom: 0;
}
.story ul,
.legal-panel ul {
  padding-left: 1.15rem;
  margin: 0;
}
.story li,
.legal-panel li {
  margin-bottom: 0.7rem;
}
.highlight-band {
  background: linear-gradient(135deg, rgba(200, 107, 74, 0.12), rgba(88, 99, 81, 0.1));
}
.guide-section {
  margin: 34px 0 32px;
}
.guide-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.guide-row {
  display: grid;
  grid-template-columns: 170px 1fr 130px;
  gap: 22px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid rgba(29, 36, 49, 0.14);
}
.guide-row:first-child { border-top: 0; padding-top: 0; }
.guide-tag {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive);
}
.guide-copy h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.05;
}
.guide-copy p { color: #3f4450; }
.guide-price {
  font-size: 2rem;
  text-align: right;
  line-height: 1;
}
.guide-price span {
  display: block;
  margin-top: 10px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 24px 0 34px;
}
.timeline ol {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.timeline li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(29, 36, 49, 0.12);
}
.timeline li:first-child { border-top: 0; padding-top: 0; }
.step-no {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 700;
}
.request-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
  align-items: start;
}
.request-panel form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
label { font-size: 0.95rem; color: #3f4450; }
input, textarea, select {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(29, 36, 49, 0.18);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
}
textarea { min-height: 140px; resize: vertical; }
button,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  background: var(--ink);
  color: white;
  font: inherit;
  cursor: pointer;
}
.button-link.secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(29, 36, 49, 0.16);
}
.form-note,
.disclaimer,
.footer-copy,
.meta,
.legal-meta {
  color: var(--muted);
  font-size: 0.92rem;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 20px 0 34px;
}
.faq-card h3 {
  font-size: 1.35rem;
  margin: 0 0 10px;
}
.footer {
  border-top: 1px solid rgba(29, 36, 49, 0.12);
  padding: 28px 0 42px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}
.page-hero {
  padding: 38px 0 10px;
}
.page-hero h1,
.thankyou h1 {
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 0.97;
  margin: 12px 0 18px;
  letter-spacing: -0.04em;
}
.page-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  padding-bottom: 52px;
}
.contact-stack {
  display: grid;
  gap: 16px;
}
.contact-stack .aside-card {
  position: sticky;
  top: 24px;
}
.legal-panel {
  margin-bottom: 20px;
}
.legal-panel h2 {
  margin: 0 0 14px;
  font-size: 1.4rem;
}
.thankyou-wrap {
  padding: 42px 0 60px;
}
.thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
@media (max-width: 980px) {
  .hero,
  .editorial-grid,
  .delivery-grid,
  .request-grid,
  .page-grid,
  .footer-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .guide-row { grid-template-columns: 1fr; }
  .guide-price { text-align: left; }
  .topline { align-items: flex-start; flex-direction: column; }
  .hero-notes,
  .metrics { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .hero-copy,
  .info-card,
  .story,
  .highlight-band,
  .guides-intro,
  .timeline,
  .request-panel,
  .legal-panel,
  .faq-card,
  .aside-card,
  .thankyou { padding: 22px; border-radius: 24px; }
  .top-links { gap: 10px 14px; }
}
