    :root {
      color-scheme: light;
      --bg: #f7f1e8;
      --bg-soft: #fcf8f1;
      --bg-panel: rgba(255, 252, 247, 0.9);
      --bg-panel-strong: #fffdf8;
      --ink: #2d2b2a;
      --ink-soft: #5e5854;
      --charcoal: #3d3a38;
      --rose: #b4878c;
      --rose-soft: rgba(180, 135, 140, 0.16);
      --gold: #c1a26d;
      --gold-soft: rgba(193, 162, 109, 0.16);
      --sage: #838f83;
      --sage-soft: rgba(131, 143, 131, 0.14);
      --line: rgba(62, 55, 49, 0.14);
      --line-strong: rgba(62, 55, 49, 0.24);
      --shadow: 0 28px 62px rgba(78, 63, 52, 0.08);
      --shadow-soft: 0 18px 32px rgba(78, 63, 52, 0.06);
      --radius-xl: 32px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --shell: min(1200px, calc(100% - 32px));
      --font-sans: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
      --font-serif: "Shippori Mincho", "Yu Mincho", serif;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background:
        radial-gradient(circle at top left, rgba(180, 135, 140, 0.1), transparent 30%),
        radial-gradient(circle at 100% 0, rgba(193, 162, 109, 0.12), transparent 28%),
        linear-gradient(180deg, #fffdfa 0%, #f8f2e9 44%, #f6f0e7 100%);
      font-family: var(--font-sans);
      line-height: 1.78;
      letter-spacing: 0.01em;
      overflow-x: hidden;
    }

    body::before {
      position: fixed;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(61, 58, 56, 0.025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(61, 58, 56, 0.02) 1px, transparent 1px);
      background-size: 36px 36px;
      mask: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55) 14%, rgba(0, 0, 0, 0.55) 88%, transparent);
      content: "";
      pointer-events: none;
      z-index: -1;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    h1,
    h2,
    h3,
    h4,
    p,
    ul,
    li {
      margin: 0;
    }

    ul {
      padding-left: 1.1em;
    }

    .shell {
      width: var(--shell);
      margin: 0 auto;
    }

    .hero {
      position: relative;
      min-height: auto;
      padding: clamp(72px, 8vw, 120px) 0 88px;
      scroll-margin-top: 112px;
      overflow: hidden;
      background:
        linear-gradient(
          90deg,
          rgba(255, 253, 248, 0.98) 0%,
          rgba(255, 253, 248, 0.94) 38%,
          rgba(255, 253, 248, 0.72) 60%,
          rgba(255, 253, 248, 0.28) 100%
        ),
        url("../images/sds-hero.jpg");
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
    }

    .hero::before {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          180deg,
          rgba(255, 253, 248, 0.72) 0%,
          rgba(255, 253, 248, 0.36) 24%,
          transparent 48%
        );
      content: "";
      pointer-events: none;
      z-index: 0;
    }

    .hero .shell {
      position: relative;
      z-index: 1;
    }

    .hero__grid {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
      gap: clamp(28px, 5vw, 54px);
      align-items: center;
    }

    .hero__grid > div {
      margin-top: clamp(12px, 2vw, 24px);
    }

    .eyebrow,
    .section-label,
    .mini-label,
    .flow-step__number,
    .marker__label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--rose);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
    }

    .eyebrow {
      margin-top: clamp(12px, 2vw, 20px);
      margin-bottom: 18px;
      padding: 8px 14px;
      border: 1px solid rgba(180, 135, 140, 0.18);
      border-radius: 999px;
      background: rgba(255, 252, 248, 0.76);
    }

    .eyebrow::before,
    .section-label::before {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--rose) 0%, #ccb4b8 100%);
      content: "";
    }

    .section-label {
      margin-bottom: 12px;
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: var(--font-serif);
      line-height: 1.24;
      letter-spacing: 0.02em;
    }

    .hero h1 {
      font-size: clamp(2.9rem, 6.2vw, 5rem);
      line-height: 1.08;
    }

    .hero__lead {
      display: inline-block;
      max-width: 32ch;
      margin-top: 20px;
      color: var(--charcoal);
      font-size: clamp(1.08rem, 2.3vw, 1.44rem);
      line-height: 1.9;
      word-break: keep-all;
      overflow-wrap: normal;
      white-space: nowrap;
    }

    .hero__aside {
      justify-self: end;
      width: min(100%, 400px);
    }

    .panel-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #3b4a45;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .panel-label::before {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #c7b07c;
      content: "";
    }

    .panel,
    .entry-card,
    .document-card,
    .step-card,
    .note-card,
    .comparison-card,
    .myth-card,
    .cta-strip,
    .flow-step {
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: var(--bg-panel);
      box-shadow: var(--shadow);
      backdrop-filter: blur(10px);
    }

    .panel {
      padding: clamp(20px, 3vw, 28px);
    }

    .hero__panel {
      padding: 24px 24px 20px;
      border: 1px solid rgba(49, 66, 80, 0.16);
      background: rgba(255, 255, 255, 0.52);
      backdrop-filter: blur(10px);
    }

    .hero__panel-label {
      margin-bottom: 18px;
    }

    .hero__panel-list {
      display: grid;
      gap: 0;
      padding: 0;
      list-style: none;
    }

    .hero__panel-list li {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 4px;
      padding: 16px 0;
      border-top: 1px solid rgba(49, 66, 80, 0.12);
    }

    .hero__panel-list li:first-child {
      border-top: 1px solid rgba(49, 66, 80, 0.18);
    }

    .hero__panel-list strong {
      color: var(--charcoal);
      font-family: var(--font-serif);
      font-size: 1.1rem;
      line-height: 1.4;
      font-weight: 600;
    }

    .hero__panel-list span {
      color: rgba(49, 66, 80, 0.58);
      font-size: 0.74rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .section {
      position: relative;
      padding: clamp(72px, 8vw, 112px) 0;
      scroll-margin-top: 90px;
      overflow: hidden;
      isolation: isolate;
    }

    .section::before {
      position: absolute;
      inset: 0;
      content: "";
      pointer-events: none;
      z-index: 0;
    }

    .section::after {
      position: absolute;
      top: clamp(20px, 3vw, 34px);
      right: clamp(18px, 4vw, 40px);
      color: rgba(61, 58, 56, 0.045);
      font-family: var(--font-serif);
      font-size: clamp(5rem, 13vw, 12rem);
      line-height: 1;
      letter-spacing: 0.02em;
      content: "";
      pointer-events: none;
      z-index: 0;
    }

    .section > .shell {
      position: relative;
      z-index: 1;
    }

    #overview::before {
      background: rgba(255, 253, 248, 0.48);
    }

    #composition::before {
      background:
        radial-gradient(circle at 88% 12%, rgba(193, 162, 109, 0.12), transparent 34%),
        rgba(252, 248, 241, 0.66);
    }

    #hazards::before {
      background:
        radial-gradient(circle at 12% 18%, rgba(180, 135, 140, 0.13), transparent 34%),
        rgba(249, 243, 236, 0.72);
    }

    #allergens::before {
      background:
        linear-gradient(135deg, rgba(255, 253, 249, 0.82), rgba(180, 135, 140, 0.08)),
        rgba(255, 252, 247, 0.7);
    }

    #flow::before {
      background:
        radial-gradient(circle at 82% 20%, rgba(131, 143, 131, 0.14), transparent 34%),
        rgba(246, 244, 237, 0.76);
    }

    #limits::before {
      background:
        linear-gradient(180deg, rgba(245, 241, 234, 0.92), rgba(239, 234, 226, 0.78));
    }

    #misconceptions::before {
      background:
        linear-gradient(90deg, rgba(61, 58, 56, 0.026) 1px, transparent 1px),
        linear-gradient(180deg, rgba(61, 58, 56, 0.02) 1px, transparent 1px),
        rgba(250, 246, 239, 0.84);
      background-size: 42px 42px, 42px 42px, auto;
    }

    #contact::before {
      background:
        radial-gradient(circle at 12% 22%, rgba(180, 135, 140, 0.16), transparent 34%),
        radial-gradient(circle at 86% 20%, rgba(193, 162, 109, 0.16), transparent 32%),
        rgba(255, 251, 244, 0.92);
    }

    #overview::after {
      content: "01";
    }

    #composition::after {
      content: "02";
    }

    #hazards::after {
      content: "03";
    }

    #allergens::after {
      content: "04";
    }

    #flow::after {
      content: "05";
    }

    #limits::after {
      content: "06";
    }

    #misconceptions::after {
      content: "07";
    }

    #contact::after {
      content: "08";
    }

    .section-head {
      position: relative;
      max-width: 760px;
      margin-bottom: 34px;
      padding-left: 22px;
    }

    .section-head::before {
      position: absolute;
      left: 0;
      top: 4px;
      width: 3px;
      height: calc(100% - 8px);
      border-radius: 999px;
      background: linear-gradient(180deg, var(--rose), var(--gold));
      content: "";
      opacity: 0.72;
    }

    .section-head h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      white-space: nowrap;
    }

    .section-head p {
      margin-top: 14px;
      color: var(--ink-soft);
      font-size: 1rem;
    }

    .entry-grid,
    .step-grid,
    .comparison-grid,
    .myth-grid,
    .support-grid {
      display: grid;
      gap: 18px;
    }

    .entry-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .entry-card,
    .step-card,
    .note-card,
    .comparison-card,
    .myth-card {
      padding: clamp(18px, 3vw, 24px);
    }

    .entry-card h3,
    .step-card h3,
    .myth-card h3,
    .comparison-card h3 {
      font-size: 1.24rem;
    }

    .entry-card p,
    .step-card p,
    .note-card p,
    .comparison-card p,
    .myth-card p {
      margin-top: 10px;
      color: var(--ink-soft);
      font-size: 0.93rem;
    }

    .entry-card__line {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      margin-top: 14px;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(193, 162, 109, 0.12);
      color: var(--charcoal);
      font-size: 0.82rem;
      font-weight: 700;
    }

    .step-layout,
    .hazard-layout,
    .allergen-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
      gap: 24px;
      align-items: start;
    }

    .document-card {
      padding: 18px;
    }

    .document-card__head {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 14px;
    }

    .document-card__head h3 {
      font-size: 1.18rem;
    }

    .document-card__head p {
      color: var(--ink-soft);
      font-size: 0.9rem;
    }

    .document-frame,
    .document-crop {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(61, 58, 56, 0.12);
      background: #fff;
      box-shadow: var(--shadow-soft);
    }

    .document-frame img,
    .document-crop img {
      width: 100%;
      height: auto;
    }

    .document-frame::after,
    .document-crop::after {
      position: absolute;
      inset: 0;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      content: "";
      pointer-events: none;
    }

    .marker {
      position: absolute;
      border: 2px solid currentColor;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.06);
      box-shadow: 0 10px 22px rgba(31, 27, 25, 0.08);
    }

    .marker--rose {
      color: rgba(180, 135, 140, 0.92);
      background: rgba(180, 135, 140, 0.12);
    }

    .marker--gold {
      color: rgba(193, 162, 109, 0.92);
      background: rgba(193, 162, 109, 0.12);
    }

    .marker--slate {
      color: rgba(120, 129, 138, 0.92);
      background: rgba(120, 129, 138, 0.12);
    }

    .marker__label {
      position: absolute;
      top: -13px;
      left: 14px;
      min-height: 26px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 253, 249, 0.96);
      border: 1px solid currentColor;
      color: inherit;
      letter-spacing: 0.06em;
    }

    .callout-bubble,
    .reading-card,
    .code-card {
      padding: 22px;
      border: 1px solid rgba(61, 58, 56, 0.1);
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 244, 236, 0.9)),
        radial-gradient(circle at top right, rgba(180, 135, 140, 0.12), transparent 42%);
      box-shadow: var(--shadow-soft);
    }

    .callout-bubble h3,
    .reading-card h3,
    .code-card h3 {
      font-size: 1.22rem;
    }

    .callout-bubble p,
    .reading-card p,
    .code-card p {
      margin-top: 10px;
      color: var(--ink-soft);
      font-size: 0.93rem;
    }

    .reading-card__group + .reading-card__group {
      margin-top: 18px;
      padding-top: 18px;
      border-top: 1px solid rgba(61, 58, 56, 0.08);
    }

    .reading-card__group strong {
      display: inline-flex;
      min-height: 30px;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(180, 135, 140, 0.1);
      font-size: 0.82rem;
      letter-spacing: 0.05em;
    }

    .reading-card__group p {
      margin-top: 10px;
    }

    .code-grid {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .code-card__row {
      display: grid;
      gap: 10px;
      padding: 14px 16px;
      border: 1px solid rgba(61, 58, 56, 0.08);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.82);
    }

    .code-card__tag {
      display: inline-flex;
      width: fit-content;
      min-height: 32px;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(180, 135, 140, 0.14);
      color: var(--charcoal);
      font-size: 0.84rem;
      font-weight: 700;
    }

    .code-card__desc {
      color: var(--ink-soft);
      font-size: 0.9rem;
    }

    .allergen-chips,
    .fact-chips,
    .cta-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .allergen-chip,
    .fact-chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 6px 14px;
      border-radius: 999px;
      border: 1px solid rgba(61, 58, 56, 0.12);
      background: rgba(255, 255, 255, 0.88);
      box-shadow: var(--shadow-soft);
      font-size: 0.86rem;
      font-weight: 700;
    }

    .allergen-chip {
      background: linear-gradient(135deg, rgba(180, 135, 140, 0.12), rgba(255, 255, 255, 0.96));
      color: var(--charcoal);
    }

    .note-card {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 244, 236, 0.92)),
        radial-gradient(circle at top left, rgba(193, 162, 109, 0.14), transparent 40%);
    }

    .document-crop {
      min-height: 530px;
      background: #fff;
    }

    .document-crop--allergen .marker--rose {
      left: 10%;
      top: 21%;
      width: 80%;
      height: 18%;
    }

    .flow-rail {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      margin-top: 22px;
    }

    .flow-step {
      padding: 20px 18px;
      position: relative;
      min-height: 160px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 242, 232, 0.88)),
        radial-gradient(circle at top right, rgba(193, 162, 109, 0.12), transparent 42%);
    }

    .flow-step__number {
      margin-bottom: 14px;
      color: var(--gold);
    }

    .flow-step h3 {
      font-size: 1.14rem;
    }

    .flow-step p {
      margin-top: 10px;
      color: var(--ink-soft);
      font-size: 0.9rem;
    }

    .support-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 24px;
    }

    .support-card {
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius-lg);
      background: rgba(255, 252, 247, 0.88);
      box-shadow: var(--shadow-soft);
    }

    .support-card h3 {
      font-size: 1.08rem;
    }

    .support-card p {
      margin-top: 8px;
      color: var(--ink-soft);
      font-size: 0.9rem;
    }

    .support-card .document-frame {
      margin-top: 14px;
    }

    .support-card--gc .marker--gold {
      left: 10%;
      top: 78.6%;
      width: 80%;
      height: 8%;
    }

    .support-card--ifra .marker--rose {
      left: 10%;
      top: 66.8%;
      width: 79%;
      height: 11.2%;
    }

    .fact-strip {
      margin-top: 18px;
      padding: 16px 18px;
      border: 1px dashed rgba(61, 58, 56, 0.18);
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.76);
    }

    .fact-strip p {
      color: var(--ink-soft);
      font-size: 0.92rem;
    }

    .example-card {
      display: grid;
      gap: 16px;
      padding: clamp(22px, 3vw, 28px);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(249, 243, 235, 0.9)),
        radial-gradient(circle at top right, rgba(180, 135, 140, 0.12), transparent 40%);
      box-shadow: var(--shadow);
    }

    .example-card__title {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
    }

    .example-card__name {
      font-size: 1.5rem;
    }

    .example-card__label {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(193, 162, 109, 0.14);
      color: var(--charcoal);
      font-size: 0.82rem;
      font-weight: 700;
    }

    .example-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .example-block {
      padding: 16px 18px;
      border: 1px solid rgba(61, 58, 56, 0.08);
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.8);
    }

    .example-block strong {
      display: block;
      font-size: 0.9rem;
      letter-spacing: 0.04em;
    }

    .example-block p,
    .example-block ul {
      margin-top: 10px;
      color: var(--ink-soft);
      font-size: 0.92rem;
    }

    .comparison-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .comparison-card ul {
      margin-top: 12px;
      color: var(--ink-soft);
      font-size: 0.92rem;
    }

    .comparison-card li + li {
      margin-top: 6px;
    }

    .next-reference-line {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      align-items: center;
      justify-content: space-between;
      margin-top: 24px;
      padding: 18px 20px;
      border-top: 1px solid rgba(61, 58, 56, 0.14);
      border-bottom: 1px solid rgba(61, 58, 56, 0.14);
    }

    .next-reference-line span {
      color: var(--ink-soft);
      font-size: 0.86rem;
      font-weight: 700;
      letter-spacing: 0.12em;
    }

    .next-reference-line__links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .next-reference-line__links a {
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      padding: 0 16px;
      border: 1px solid rgba(61, 58, 56, 0.18);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      color: var(--charcoal);
      font-size: 0.88rem;
      font-weight: 700;
    }

    .myth-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .myth-card strong {
      display: block;
      color: var(--charcoal);
      font-size: 0.96rem;
    }

    .myth-card__truth {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid rgba(61, 58, 56, 0.08);
    }

    .cta-strip {
      display: flex;
      gap: 18px;
      align-items: center;
      justify-content: space-between;
      padding: 24px 26px;
      background:
        linear-gradient(135deg, rgba(180, 135, 140, 0.08), rgba(193, 162, 109, 0.12)),
        rgba(255, 252, 247, 0.9);
      border: 1px solid rgba(180, 135, 140, 0.18);
    }

    .cta-strip h2 {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
    }

    .cta-strip p {
      margin-top: 12px;
      max-width: 66ch;
      color: var(--ink-soft);
      font-size: 0.96rem;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid var(--line-strong);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.84);
      color: var(--charcoal);
      font-size: 0.92rem;
      font-weight: 700;
      transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease,
        background 180ms ease;
    }

    .button:hover,
    .button:focus-visible {
      transform: translateY(-1px);
      border-color: rgba(180, 135, 140, 0.34);
      box-shadow: 0 14px 24px rgba(78, 63, 52, 0.08);
      outline: none;
    }

    .button--primary {
      border-color: rgba(180, 135, 140, 0.4);
      background: linear-gradient(135deg, #8f6a72 0%, #c1a26d 100%);
      color: #fffdfa;
      box-shadow: 0 18px 30px rgba(143, 106, 114, 0.18);
    }

    .button--soft {
      background: rgba(255, 255, 255, 0.92);
    }

    .footer {
      padding: 0 0 44px;
    }

    .footer-card {
      padding: 18px 20px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: rgba(255, 252, 247, 0.82);
      color: var(--ink-soft);
      font-size: 0.9rem;
      box-shadow: var(--shadow-soft);
    }

    .figure-section3 .marker--rose {
      left: 43.2%;
      top: 72.6%;
      width: 35.5%;
      height: 3.4%;
    }

    .figure-section3 .marker--gold {
      left: 80.3%;
      top: 72.6%;
      width: 9.2%;
      height: 3.4%;
    }

    .figure-section3 .marker--slate {
      left: 43.2%;
      top: 76.3%;
      width: 46.3%;
      height: 3.3%;
    }

    .figure-hazards .marker--rose {
      left: 11.4%;
      top: 45.6%;
      width: 78.6%;
      height: 5.4%;
    }

    .figure-hazards .marker--gold {
      left: 11.4%;
      top: 51.4%;
      width: 78.6%;
      height: 5.4%;
    }

    @media (max-width: 1100px) {
      .hero__grid,
      .step-layout,
      .hazard-layout,
      .allergen-layout {
        grid-template-columns: 1fr;
      }

      .entry-grid,
      .example-grid,
      .support-grid,
      .comparison-grid {
        grid-template-columns: 1fr 1fr;
      }

      .myth-grid {
        grid-template-columns: 1fr;
      }

      .flow-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

    }

    @media (max-width: 860px) {
      .entry-grid,
      .comparison-grid,
      .support-grid,
      .example-grid,
      .flow-rail {
        grid-template-columns: 1fr;
      }

      .hero__aside {
        justify-self: stretch;
        width: 100%;
      }

      .cta-strip {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 680px) {
      .hero {
        padding: 56px 0 76px;
        scroll-margin-top: 156px;
        background:
          linear-gradient(
            180deg,
            rgba(255, 253, 248, 0.94) 0%,
            rgba(255, 253, 248, 0.88) 56%,
            rgba(255, 253, 248, 0.72) 100%
          ),
          url("../images/sds-hero.jpg");
        background-size: cover;
        background-position: 68% center;
      }

      .hero h1 {
        font-size: clamp(2rem, 8.6vw, 2.8rem);
      }

      .section-head h2 {
        white-space: normal;
      }

      .section {
        padding: 60px 0;
      }

      .section::after {
        display: none;
      }

      .section-head {
        margin-bottom: 28px;
        padding-left: 18px;
      }

      .section-head::before {
        top: 2px;
        height: calc(100% - 4px);
      }

      .hero__lead {
        font-size: 1.04rem;
        line-height: 1.9;
      }

      .hero__grid > div {
        margin-top: 0;
      }

      .hero__aside {
        width: 100%;
      }

      .document-card,
      .support-card,
      .entry-card,
      .step-card,
      .note-card,
      .comparison-card,
      .myth-card,
      .panel {
        padding: 16px;
      }

      .document-crop {
        min-height: 360px;
      }

      .hero__panel {
        margin-top: 12px;
      }

      .cta-buttons,
      .cta-strip .button {
        width: 100%;
      }

      .cta-strip .button {
        justify-content: center;
      }

      .marker {
        border-radius: 10px;
      }

      .marker__label {
        left: 8px;
        min-height: 22px;
        padding: 2px 8px;
        font-size: 0.64rem;
      }
    }

    @media (min-width: 1024px) {
      .hero {
        min-height: 60vh;
      }
    }
