:root {
  --ink: #101b2c;
  --navy: #14243d;
  --paper: #f4f0e8;
  --paper-deep: #e9e2d6;
  --red: #b63732;
  --line: rgba(16, 27, 44, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:focus-visible, .wordmark:focus-visible { outline: 3px solid rgba(182, 55, 50, .35); outline-offset: 3px; }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { background: var(--paper-deep); }

.site-header {
  width: min(1320px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.wordmark-mark { padding: 9px 10px 8px; background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.wordmark-name { font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.header-contact { height: 42px; padding-inline: 18px; }

.hero {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.07fr .93fr;
  gap: clamp(36px, 7vw, 112px);
  padding: clamp(72px, 10vw, 150px) 0 110px;
  align-items: center;
}
.eyebrow { margin: 0 0 24px; color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
h1 { max-width: 800px; margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 6.6vw, 104px); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
.hero-intro { max-width: 680px; margin-bottom: 34px; color: #4b5360; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.primary-button { min-height: 52px; padding-inline: 24px; border-radius: 2px; background: var(--red); color: #fffaf2; font-weight: 700; }
.primary-button:hover { background: #972d29; }
.launch-note { color: #656c75; font-size: 13px; font-weight: 700; }

.hero-visual { position: relative; min-height: 590px; overflow: hidden; background: var(--navy); box-shadow: 20px 22px 0 var(--paper-deep); }
.visual-image { position: absolute; inset: 0; background-image: linear-gradient(145deg, rgba(20,36,61,.12), rgba(20,36,61,.52)), url("assets/smg-editorial.png"); background-size: cover; background-position: center; }
.visual-caption { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; gap: 3px; padding: 70px 30px 28px; color: white; background: linear-gradient(transparent, rgba(8,18,33,.94) 55%); font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 25px); line-height: 1.25; }
.visual-caption strong { margin-top: 8px; color: #f2c7b6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }

.services { padding: 110px max(24px, calc((100vw - 1320px) / 2)); border-block: 1px solid var(--line); background: #fffdf8; }
.section-heading { display: grid; grid-template-columns: .35fr 1fr; gap: 32px; align-items: start; margin-bottom: 62px; }
.section-heading h2, .principle h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 74px); line-height: 1.03; letter-spacing: -.035em; font-weight: 500; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 30px 34px 20px 0; border-right: 1px solid var(--line); }
.service-card + .service-card { padding-left: 34px; }
.service-card:last-child { border-right: 0; }
.service-number { display: block; margin-bottom: 70px; color: var(--red); font-size: 12px; font-weight: 800; }
.service-card h3 { margin-bottom: 16px; font-size: 23px; }
.service-card p { max-width: 340px; color: #5e646d; font-size: 16px; line-height: 1.65; }

.principle { padding: 110px max(24px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1fr .75fr; gap: 90px; background: var(--navy); color: white; }
.eyebrow.light { color: #e7a694; }
.principle-copy { padding-top: 42px; }
.principle-copy > p { color: #c3ccd9; font-size: 19px; line-height: 1.7; }
.principle ul { margin: 34px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.principle li { display: flex; align-items: center; gap: 11px; color: #f0eee9; font-size: 14px; font-weight: 700; }
.principle li svg { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: #e7a694; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.contact { max-width: 960px; margin: 0 auto; padding: 125px 24px; text-align: center; }
.contact p:not(.eyebrow) { max-width: 650px; margin: 28px auto 34px; color: #59616b; font-size: 18px; line-height: 1.65; }
footer { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0 34px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #68707b; font-size: 12px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-visual { min-height: 460px; }
  .section-heading, .principle { grid-template-columns: 1fr; gap: 26px; }
  .principle-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card + .service-card { min-height: 0; padding: 28px 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-number { margin-bottom: 34px; }
}

@media (max-width: 560px) {
  .site-header, .hero, footer { width: min(100% - 32px, 1320px); }
  .wordmark-name { display: none; }
  .header-contact { padding-inline: 13px; }
  .hero { padding: 58px 0 75px; }
  h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-visual { min-height: 390px; box-shadow: 10px 11px 0 var(--paper-deep); }
  .services, .principle { padding-block: 76px; }
  .contact { padding-block: 88px; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
