@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,500;0,600;0,700;1,500&family=Cormorant+Garamond:ital,wght@0,500;1,500;1,600&family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');
:root { --ink:#2b2530; --muted:#5c4f66; --paper:#fbfaf7; --card:#fff; --lavender:#e6def2; --blush:#f6dde3; --peach:#f7e3d0; --butter:#f5eac7; --mint:#dceee1; --sky:#dce7f2; --line:#eae6e0; --gold:#b79a6b; --shadow:0 24px 50px rgba(43,37,48,.1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; line-height: 1.65; }
body::before { content:""; display:block; height:6px; background:linear-gradient(90deg,var(--blush),var(--peach),var(--butter),var(--mint),var(--sky),var(--lavender)); }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251,250,247,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.site-header .wrap { min-height: 90px; display: flex; align-items: center; gap: 24px; justify-content: space-between; }
.brand { text-decoration: none; font-family: 'Playfair Display',serif; font-size: 1.42rem; font-weight: 600; white-space: nowrap; }
.brand::before { content: "SC"; font: 500 .68rem/1 Manrope,sans-serif; display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 10px; border-bottom: 1px solid var(--ink); vertical-align: 2px; }
nav { display: flex; align-items: center; gap: 21px; }
nav a { text-decoration: none; font-size: .78rem; font-weight: 600; }
nav a:hover, nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-block; padding: 14px 22px; background: var(--ink); border: 1px solid var(--ink); color: white; text-decoration: none; font-size: .77rem; font-weight: 600; letter-spacing: .02em; }
.button:hover { background: #4a404b; }
.button.light { color: var(--ink); background: transparent; }
.hero { padding: 88px 0 78px; background:linear-gradient(110deg,var(--paper) 58%,#fbf0f2 58%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 16px; color: #7a6a85; font-family:'Cormorant Garamond',serif; font-style: italic; font-size: 1.35rem; }
h1, h2, h3 { font-family:'Bodoni Moda',serif; line-height: 1.1; font-weight:600; }
h1 { max-width: 740px; margin: 0 0 20px; font-size: clamp(2.65rem, 5vw, 4.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.2vw, 3rem); margin: 0 0 16px; letter-spacing: -.025em; }
h3 { margin: 0 0 10px; font-size: 1.35rem; }
.lead { max-width: 670px; margin: 0 0 28px; color: var(--muted); font-size: 1.12rem; }
.hero-art { min-height: 340px; padding: 18px; display: flex; align-items: end; background:linear-gradient(135deg,var(--blush),var(--lavender)); box-shadow:var(--shadow); border:1px solid var(--line); }
.hero-art::before { content:""; position:absolute; }
.hero-art span { display: block; width: 100%; padding: 33px; background: rgba(255,255,255,.84); font-family:'Cormorant Garamond',serif; font-style:italic; font-size: 1.9rem; line-height: 1.1; }
.section { padding: 76px 0; }
.section.tint { background: #f8f1f3; }
.section.mint { background: var(--mint); }
.section-head { max-width: 700px; margin-bottom: 36px; }
.section-head p { color: var(--muted); margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); background: var(--card); box-shadow: 0 5px 14px rgba(50,37,48,.03); }
.card p { margin: 0; color: var(--muted); }
.card a { font-weight: 750; text-underline-offset: 4px; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; display: inline-block; width: 25px; color: #5d7969; font-weight: 800; }
.callout { padding: 48px; background: var(--ink); color: white; }
.callout h2 { color: white; }
.callout p { color: #e9e3ea; max-width: 670px; }
.faq details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { max-width: 760px; color: var(--muted); }
.footer { padding: 36px 0; color: #5d555e; text-align: center; font-size: .86rem; }
.footer p { margin: 6px 0; }
@media (max-width: 780px) {
  .site-header .wrap { min-height: 68px; gap: 10px; }
  nav { display: none; }
  .brand { font-size: 1.15rem; }
  .button { padding: 10px 11px; font-size: .68rem; }
  .hero { padding: 64px 0 52px; background: var(--paper); }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 34px; }
  .hero-art { min-height: 220px; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
}
