:root {
  color-scheme: light;
  --paper: #fffaf0;
  --brown: #5b3423;
  --brown-dark: #351b12;
  --gold: #a9701f;
  --green: #356b42;
  --red: #a13d34;
  --line: rgba(91, 52, 35, 0.22);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  min-width: 320px;
  margin: 0;
  background: radial-gradient(rgba(218, 151, 34, 0.48) 1px, transparent 1.2px) 0 0 / 10px 10px, var(--paper);
  color: var(--brown);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.58;
}
a { color: inherit; }

.sg-info-skip {
  position: fixed; top: 12px; left: 12px; z-index: 30;
  padding: 10px 14px; background: var(--brown-dark); color: var(--paper);
  transform: translateY(-160%);
}
.sg-info-skip:focus { transform: none; }

.sg-info-header {
  position: sticky; top: 0; z-index: 20;
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 14px clamp(24px, 5vw, 80px); border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.94); backdrop-filter: blur(16px);
}
.sg-info-brand, .sg-info-footer-brand {
  font-family: "Bakbak One", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400; letter-spacing: -0.045em; line-height: 1;
  text-decoration: none; text-transform: uppercase;
}
.sg-info-brand { font-size: 34px; }
.sg-info-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2.1vw, 32px); }
.sg-info-nav a {
  font-family: "Bakbak One", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px; text-decoration: none; text-transform: uppercase;
}
.sg-info-nav a:hover, .sg-info-nav a:focus-visible,
.sg-info-footer a:hover, .sg-info-footer a:focus-visible { color: var(--gold); outline: 0; }
.sg-info-nav [aria-current="page"] { text-decoration: underline; text-underline-offset: 0.3em; }

.sg-info-shell, .sg-info-footer { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.sg-info-hero { min-height: 76svh; display: grid; align-content: center; padding: clamp(84px, 11vw, 170px) clamp(8px, 4vw, 64px); }
.sg-info-eyebrow, .sg-info-label {
  margin: 0; color: var(--gold); font-family: "Bakbak One", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase;
}
.sg-info-hero h1, .sg-info-section h2, .sg-info-callout h2 {
  margin: 22px 0 0; color: var(--brown-dark); font-family: "Bakbak One", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400; letter-spacing: -0.045em; line-height: 0.96; text-transform: uppercase; text-wrap: balance;
}
.sg-info-hero h1 { max-width: 1260px; font-size: clamp(58px, 8.6vw, 142px); }
.sg-info-hero-copy { max-width: 900px; margin: 34px 0 0; font-size: clamp(21px, 2vw, 31px); font-weight: 580; line-height: 1.42; }
.sg-info-note { max-width: 820px; margin: 24px 0 0; color: rgba(91, 52, 35, 0.75); font-size: 15px; }
.sg-info-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.sg-info-button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 20px; border: 1px solid var(--brown); font-family: "Bakbak One", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px; letter-spacing: 0.02em; text-decoration: none; text-transform: uppercase;
}
.sg-info-button--solid { background: var(--brown); color: var(--paper); }
.sg-info-button:hover, .sg-info-button:focus-visible { outline: 0; box-shadow: 5px 5px 0 rgba(91,52,35,.18); transform: translate(-2px,-2px); }

.sg-info-section {
  display: grid; grid-template-columns: minmax(150px,.3fr) minmax(0,1.7fr); gap: clamp(32px,6vw,110px);
  padding: clamp(76px,9vw,140px) clamp(8px,4vw,64px); border-top: 1px solid var(--line);
}
.sg-info-section h2, .sg-info-callout h2 { max-width: 1040px; font-size: clamp(42px,5.6vw,88px); }
.sg-info-section p { max-width: 900px; margin: 26px 0 0; font-size: clamp(18px,1.45vw,22px); }
.sg-info-lead { font-size: clamp(23px,2.1vw,33px) !important; font-weight: 620; line-height: 1.4; }

.sg-info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 40px; border: 1px solid var(--line); background: var(--line); }
.sg-info-grid article { padding: clamp(26px,3vw,44px); background: rgba(255,250,240,.97); }
.sg-info-grid h3, .sg-info-list h3, .sg-info-steps h3, .sg-info-timeline h3 {
  margin: 0; color: var(--brown-dark); font-family: "Bakbak One", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(22px,1.8vw,29px); font-weight: 400; letter-spacing: -.02em; line-height: 1.08; text-transform: uppercase;
}
.sg-info-grid p, .sg-info-list p, .sg-info-steps p, .sg-info-timeline p { margin: 16px 0 0; font-size: 17px; line-height: 1.55; }

.sg-info-list { margin-top: 40px; border-top: 1px solid var(--brown); }
.sg-info-list article { display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); gap: 40px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.sg-info-list article > p { margin-top: 0; }
.sg-info-list--stack article { grid-template-columns: 1fr; gap: 0; }

.sg-info-steps { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--brown); }
.sg-info-steps li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.sg-info-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--brown); border-radius: 50%; font-family: "Bakbak One",sans-serif; font-size: 14px; }

.sg-info-faq { margin-top: 40px; border-top: 1px solid var(--brown); }
.sg-info-faq details { border-bottom: 1px solid var(--line); }
.sg-info-faq summary { padding: 25px 45px 25px 0; font-family: "Bakbak One",sans-serif; font-size: clamp(21px,1.8vw,28px); line-height: 1.15; text-transform: uppercase; cursor: pointer; }
.sg-info-faq details p { margin: 0; padding: 0 0 28px; }

.sg-info-timeline { margin-top: 42px; border-left: 1px solid var(--brown); }
.sg-info-timeline article { position: relative; padding: 0 0 52px clamp(30px,4vw,62px); }
.sg-info-timeline article::before { position: absolute; top: .35em; left: -6px; width: 11px; height: 11px; border: 2px solid var(--brown); border-radius: 50%; background: var(--paper); content: ""; }
.sg-info-timeline time { display: block; margin-bottom: 12px; color: var(--gold); font-family: "Bakbak One",sans-serif; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }

.sg-info-contact-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(340px,1.15fr); gap: clamp(40px,8vw,120px); margin-top: 42px; }
.sg-info-contact-form { display: grid; gap: 18px; padding: clamp(28px,4vw,52px); border: 1px solid var(--brown); background: rgba(255,250,240,.97); }
.sg-info-contact-form label { display: grid; gap: 7px; }
.sg-info-contact-form label > span { font-family: "Bakbak One",sans-serif; font-size: 13px; text-transform: uppercase; }
.sg-info-contact-form input, .sg-info-contact-form select, .sg-info-contact-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid rgba(91,52,35,.48); border-radius: 0;
  background: var(--paper); color: var(--brown-dark); font: inherit;
}
.sg-info-contact-form textarea { min-height: 180px; resize: vertical; }
.sg-info-contact-form button { min-height: 52px; border: 0; background: var(--brown); color: var(--paper); font-family: "Bakbak One",sans-serif; font-size: 15px; text-transform: uppercase; cursor: pointer; }

.sg-info-callout { margin: clamp(70px,9vw,140px) auto; padding: clamp(50px,7vw,100px); background: var(--brown-dark); color: var(--paper); }
.sg-info-callout h2 { color: var(--paper); }
.sg-info-callout p { max-width: 820px; margin: 26px 0 0; font-size: clamp(18px,1.5vw,23px); }
.sg-info-callout .sg-info-button { margin-top: 32px; border-color: var(--paper); background: var(--paper); color: var(--brown-dark); }

.sg-info-footer { min-height: 210px; display: flex; align-items: flex-start; justify-content: space-between; gap: 46px; padding: 52px clamp(8px,4vw,64px) 68px; border-top: 1px solid var(--brown); }
.sg-info-footer-brand { font-size: clamp(30px,3vw,48px); }
.sg-info-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.sg-info-footer nav a { font-family: "Bakbak One",sans-serif; font-size: 13px; text-decoration: none; text-transform: uppercase; }

@media (max-width: 900px) {
  .sg-info-header { position: relative; }
  .sg-info-nav a:not([aria-current="page"]):not([href="/download/"]) { display: none; }
  .sg-info-shell, .sg-info-footer { width: min(100% - 32px,1440px); }
  .sg-info-section { grid-template-columns: 1fr; gap: 25px; }
  .sg-info-contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .sg-info-header { min-height: 68px; padding-inline: 18px; }
  .sg-info-brand { font-size: 28px; }
  .sg-info-nav { gap: 10px; }
  .sg-info-hero { min-height: calc(100svh - 68px); padding-block: 72px; }
  .sg-info-hero h1 { font-size: clamp(42px,12vw,58px); }
  .sg-info-hero-copy { font-size: 20px; }
  .sg-info-actions { display: grid; }
  .sg-info-section { padding-block: 70px; }
  .sg-info-section h2, .sg-info-callout h2 { font-size: clamp(38px,12vw,54px); }
  .sg-info-grid { grid-template-columns: 1fr; }
  .sg-info-list article { grid-template-columns: 1fr; gap: 14px; }
  .sg-info-list article > p { margin-top: 0; }
  .sg-info-contact-layout { grid-template-columns: 1fr; }
  .sg-info-callout { width: 100%; margin-bottom: 0; }
  .sg-info-footer { width: 100%; min-height: 0; display: grid; padding: 46px 24px 64px; }
  .sg-info-footer nav { display: grid; justify-content: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sg-info-button:hover, .sg-info-button:focus-visible { transform: none; }
}
