    :root {
      --cream: #F5F0E8;
      --warm-white: #FAFAF7;
      --soft-beige: #ECE6DC;
      --charcoal: #2A2420;
      --brown: #7A5C3E;
      --orange: #D97745;
      --light-brown: #C4A882;
      --text-body: #3D3530;
      --text-muted: #8A7A6E;
      --border: #E0D5C5;
      --white: #FFFFFF;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Noto Sans KR', sans-serif;
      background: var(--warm-white);
      color: var(--text-body);
      font-weight: 300;
      line-height: 1.8;
      word-break: keep-all;
    }
    a { color: inherit; text-decoration: none; }
    img, video { width: 100%; display: block; object-fit: cover; }

    /* NAV */
    .nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      height: 72px;
      padding: 0 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(250,250,247,0.82);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(224,213,197,0.65);
      transition: box-shadow 0.3s ease, background 0.3s ease;
    }
    .nav-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 25px;
      font-weight: 600;
      letter-spacing: 4px;
      color: var(--charcoal);
    }
    .nav-links { display: flex; gap: 32px; list-style: none; }
    .nav-links a {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-muted);
      transition: color 0.2s;
    }
    .nav-links a:hover { color: var(--charcoal); }
    .nav-store {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      background: var(--charcoal);
      color: var(--cream);
      padding: 10px 20px;
      transition: background 0.2s;
    }
    .nav-store:hover { background: var(--brown); }

    /* COMMON */
    section { padding: 110px 40px; }
    .section-inner { max-width: 1120px; margin: 0 auto; }
    .brand-label, .section-label {
      font-size: 11px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 20px;
      font-weight: 400;
    }
    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(38px, 4.8vw, 64px);
      font-weight: 300;
      line-height: 1.12;
      color: var(--charcoal);
      letter-spacing: -0.02em;
      margin-bottom: 28px;
    }
    .section-body {
      font-size: 15px;
      line-height: 1.95;
      color: var(--text-muted);
      max-width: 620px;
    }

    /* HERO */
    .hero {
      min-height: 100vh;
      padding: 0;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: var(--cream);
    }
    .hero-video, .hero-fallback {
      position: absolute;
      inset: 0;
      z-index: 1;
    }
    .hero-video video { height: 100vh; opacity: 0.78; }
    .hero-fallback {
      background:
        radial-gradient(ellipse at 78% 45%, rgba(196,168,130,0.28) 0%, transparent 62%),
        radial-gradient(ellipse at 20% 80%, rgba(122,92,62,0.12) 0%, transparent 52%),
        linear-gradient(105deg, var(--cream) 0%, var(--warm-white) 48%, var(--soft-beige) 100%);
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient(90deg, rgba(250,250,247,0.9) 0%, rgba(250,250,247,0.68) 40%, rgba(250,250,247,0.18) 100%);
    }
    .hero-content {
      position: relative;
      z-index: 3;
      width: min(760px, 90%);
      margin-left: 7vw;
      padding-top: 72px;
    }
    .hero-eyebrow {
      font-size: 11px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 24px;
      opacity: 0;
      animation: fadeUp 0.8s ease 0.15s forwards;
    }
    .hero-title {
      font-size: clamp(46px, 7vw, 96px);
      font-weight: 300;
      line-height: 1.08;
      color: var(--charcoal);
      letter-spacing: -0.06em;
      margin-bottom: 30px;
      opacity: 0;
      animation: fadeUp 0.8s ease 0.35s forwards;
    }
    .hero-sub {
      font-size: 17px;
      line-height: 1.95;
      color: var(--text-body);
      max-width: 520px;
      margin-bottom: 44px;
      opacity: 0;
      animation: fadeUp 0.8s ease 0.55s forwards;
    }
    .hero-cta {
      display: flex;
      gap: 14px;
      align-items: center;
      opacity: 0;
      animation: fadeUp 0.8s ease 0.75s forwards;
    }
    .btn-primary, .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 150px;
      padding: 14px 28px;
      font-size: 13px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      transition: all 0.28s ease;
    }
    .btn-primary { background: var(--charcoal); color: var(--cream); }
    .btn-primary:hover { background: var(--brown); transform: translateY(-2px); }
    .btn-secondary { border: 1px solid var(--charcoal); color: var(--charcoal); }
    .btn-secondary:hover { background: var(--charcoal); color: var(--cream); }
    .hero-note {
      position: absolute;
      z-index: 4;
      right: 40px;
      bottom: 40px;
      font-size: 11px;
      letter-spacing: 3px;
      color: var(--text-muted);
      writing-mode: vertical-rl;
      text-transform: uppercase;
    }

    /* BRAND */
    .brand-section { background: var(--warm-white); }
    .brand-grid {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 82px;
      align-items: center;
    }
    .brand-quote {
      background: var(--cream);
      padding: 56px 48px;
      min-height: 520px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .quote-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(36px, 4vw, 54px);
      font-weight: 300;
      line-height: 1.24;
      color: var(--charcoal);
      margin-bottom: 28px;
    }
    .quote-body { font-size: 14px; color: var(--text-muted); line-height: 1.9; }
    .principles {
      margin-top: 36px;
      padding-top: 32px;
      border-top: 1px solid var(--border);
      display: grid;
      gap: 16px;
    }
    .principle {
      display: grid;
      grid-template-columns: 110px 1fr;
      gap: 18px;
      padding-bottom: 16px;
      border-bottom: 1px solid rgba(224,213,197,0.72);
    }
    .principle:last-child { border-bottom: 0; padding-bottom: 0; }
    .principle strong {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--charcoal);
      font-weight: 500;
    }
    .principle span { font-size: 13px; color: var(--text-muted); line-height: 1.75; }

    /* LIFE SCENES */
    .life-section { background: var(--soft-beige); }
    .life-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 40px;
      margin-bottom: 58px;
    }
    .life-slider-wrap {
      position: relative;
      margin-left: calc((100vw - min(1100px, calc(100vw - 80px))) / -2);
      margin-right: calc((100vw - min(1100px, calc(100vw - 80px))) / -2);
      padding-left: calc((100vw - min(1100px, calc(100vw - 80px))) / 2);
      padding-right: calc((100vw - min(1100px, calc(100vw - 80px))) / 2);
    }
    .life-slider {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      cursor: grab;
      padding: 2px 0 18px;
      scrollbar-width: none;
    }
    .life-slider::-webkit-scrollbar { display: none; }
    .life-slider.is-dragging {
      cursor: grabbing;
      scroll-behavior: auto;
      user-select: none;
    }
    .life-card {
      background: var(--warm-white);
      min-height: 440px;
      display: flex;
      flex-direction: column;
      flex: 0 0 min(420px, 78vw);
      scroll-snap-align: start;
    }
    .life-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      border: 1px solid rgba(42,36,32,0.16);
      border-radius: 999px;
      background: rgba(250,250,247,0.82);
      color: var(--charcoal);
      font-size: 22px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 5;
      backdrop-filter: blur(12px);
      transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    }
    .life-control:hover {
      background: var(--charcoal);
      color: var(--cream);
      transform: translateY(-50%) scale(1.04);
    }
    .life-control.prev { left: 32px; }
    .life-control.next { right: 32px; }
    .life-control::after { content: ""; position: absolute; inset: -12px; }
    .life-progress {
      position: relative;
      height: 1px;
      margin-top: 18px;
      background: rgba(42,36,32,0.14);
      overflow: hidden;
    }
    .life-progress-bar {
      display: block;
      width: 22%;
      height: 100%;
      background: var(--charcoal);
      transform: translateX(0);
      transition: transform 0.15s ease, width 0.15s ease;
    }
    .life-image {
      background: var(--cream);
      overflow: hidden;
    }

    .life-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    .life-text { padding: 30px 28px 34px; }
    .life-text h3 {
      font-size: 20px;
      font-weight: 400;
      color: var(--charcoal);
      margin-bottom: 12px;
      letter-spacing: -0.03em;
    }
    .life-text p { font-size: 14px; color: var(--text-muted); line-height: 1.85; }

    /* DABI */
    .dabi-section {
      background: var(--warm-white);
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .dabi-box {
      background: var(--charcoal);
      color: var(--cream);
      padding: 72px 64px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .dabi-box .section-label { color: var(--light-brown); }
    .dabi-box .section-title { color: var(--cream); }
    .dabi-box .section-body { color: rgba(245,240,232,0.66); }
    .dabi-note {
      border-left: 1px solid rgba(245,240,232,0.18);
      padding-left: 42px;
      color: rgba(245,240,232,0.72);
      font-size: 14px;
      line-height: 2;
    }

    /* PRODUCTS */
    .products-section { background: var(--cream); }
    .products-header { margin-bottom: 60px; }
    .products-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }
    .product-card {
      background: var(--warm-white);
      padding: 48px 36px;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease;
    }
    .product-card::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: var(--orange);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
    .product-card:hover { transform: translateY(-4px); }
    .product-card:hover::before { transform: scaleX(1); }
    .product-tag {
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 16px;
    }
    .product-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      color: var(--charcoal);
      margin-bottom: 8px;
    }
    .product-volume {
      font-size: 12px;
      color: var(--text-muted);
      letter-spacing: 1px;
      margin-bottom: 24px;
    }
    .product-badges { margin-bottom: 16px; }
    .product-badge {
      display: inline-block;
      background: var(--charcoal);
      color: var(--cream);
      font-size: 10px;
      letter-spacing: 1px;
      padding: 4px 10px;
      margin-bottom: 8px;
      margin-right: 4px;
    }
    .product-badge.soft {
      background: transparent;
      border: 1px solid var(--border);
      color: var(--text-muted);
    }
    .product-features { list-style: none; margin-bottom: 32px; }
    .product-features li {
      font-size: 13px;
      line-height: 1.7;
      color: var(--text-muted);
      padding: 7px 0;
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: start;
      gap: 10px;
    }
    .product-features li::before {
      content: '✓';
      color: var(--orange);
      font-size: 11px;
      flex-shrink: 0;
      padding-top: 2px;
    }
    .product-link {
      display: inline-block;
      margin-top: 8px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--charcoal);
      border-bottom: 1px solid var(--charcoal);
      padding-bottom: 2px;
      transition: color 0.2s, border-color 0.2s;
    }
    .product-link:hover { color: var(--orange); border-color: var(--orange); }


    /* FAMILY CARE / SPACE CARE */
    .family-care-section { background: var(--warm-white); }
    .space-care-section { background: var(--cream); }
    .family-care-box,
    .space-care-box {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 70px;
      align-items: center;
      padding: 70px 64px;
      background: var(--cream);
      border: 1px solid var(--border);
    }
    .family-care-note,
    .space-care-note {
      font-size: 13px;
      line-height: 1.9;
      color: var(--text-muted);
      margin-top: 22px;
    }
    .family-care-grid,
    .space-care-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2px;
    }
    .family-care-card,
    .space-care-card {
      background: var(--warm-white);
      border: 1px solid var(--border);
      padding: 30px 26px;
      min-height: 170px;
    }
    .family-care-card strong,
    .space-care-card strong {
      display: block;
      margin-bottom: 10px;
      font-size: 15px;
      font-weight: 500;
      color: var(--charcoal);
    }
    .family-care-card p,
    .space-care-card p {
      font-size: 13px;
      line-height: 1.8;
      color: var(--text-muted);
    }

    /* CERT */
    .cert-section { background: var(--warm-white); }
    .cert-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 2px;
      margin-top: 60px;
    }
    .cert-card {
      padding: 40px 28px;
      border: 1px solid var(--border);
      text-align: center;
      background: rgba(245,240,232,0.42);
    }
    .cert-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 50px;
      font-weight: 300;
      color: var(--charcoal);
      line-height: 1;
      margin-bottom: 8px;
    }
    .cert-unit { font-size: 14px; color: var(--text-muted); margin-bottom: 12px; }
    .cert-title { font-size: 13px; font-weight: 500; color: var(--charcoal); margin-bottom: 6px; }
    .cert-desc { font-size: 12px; line-height: 1.7; color: var(--text-muted); }

    /* JOURNAL */
    .journal-section { background: var(--soft-beige); }
    .journal-list {
      margin-top: 54px;
      border-top: 1px solid var(--border);
    }
    .journal-item {
      display: grid;
      grid-template-columns: 160px 1fr 80px;
      gap: 28px;
      align-items: center;
      padding: 30px 0;
      border-bottom: 1px solid var(--border);
    }
    .journal-category {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
    }
    .journal-title {
      font-size: 21px;
      font-weight: 400;
      color: var(--charcoal);
      letter-spacing: -0.03em;
    }
    .journal-arrow { text-align: right; color: var(--text-muted); }
    a.journal-item { color: inherit; text-decoration: none; transition: opacity 0.2s ease; }
    a.journal-item:hover { opacity: 0.72; }

    /* FAQ */
    .faq-section { background: var(--cream); }
    .faq-list { margin-top: 60px; }
    .faq-item {
      border-bottom: 1px solid var(--border);
      overflow: hidden;
    }
    .faq-q {
      padding: 28px 0;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }
    .faq-q-text { font-size: 15px; font-weight: 400; color: var(--charcoal); line-height: 1.5; }
    .faq-icon { font-size: 20px; color: var(--text-muted); transition: transform 0.3s ease; flex-shrink: 0; }
    .faq-item.open .faq-icon { transform: rotate(45deg); }
    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
    }
    .faq-a-inner { padding-bottom: 28px; font-size: 14px; line-height: 1.9; color: var(--text-muted); max-width: 760px; }
    .faq-item.open .faq-a { max-height: 240px; }

    /* BUY */
    .buy-section {
      background: var(--charcoal);
      color: var(--cream);
      text-align: center;
    }
    .buy-section .section-label { color: var(--light-brown); }
    .buy-section .section-title { color: var(--cream); }
    .buy-section .section-body { color: rgba(245,240,232,0.66); margin: 0 auto; }
    .buy-buttons { display: flex; justify-content: center; gap: 14px; margin-top: 36px; }
    .buy-buttons .btn-primary { background: var(--cream); color: var(--charcoal); }
    .buy-buttons .btn-primary:hover { background: var(--light-brown); }
    .buy-buttons .btn-secondary { color: var(--cream); border-color: rgba(245,240,232,0.5); }
    .buy-buttons .btn-secondary:hover { background: var(--cream); color: var(--charcoal); }

    /* FOOTER */
    footer {
      background: #1A1512;
      padding: 60px 40px;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    .footer-inner {
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px;
      align-items: start;
    }
    .footer-logo {
      font-family: 'Cormorant Garamond', serif;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 4px;
      color: var(--cream);
      margin-bottom: 12px;
    }
    .footer-tagline { font-size: 12px; color: rgba(255,255,255,0.38); letter-spacing: 1px; line-height: 1.8; }
    .footer-title { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--light-brown); margin-bottom: 16px; }
    .footer-info { font-size: 12px; line-height: 2; color: rgba(255,255,255,0.38); }
    .footer-social { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 20px; }
    .footer-social a { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); transition: color 0.2s; }
    .footer-social a:hover { color: var(--light-brown); }
    .footer-bottom {
      max-width: 1120px;
      margin: 40px auto 0;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.06);
      display: flex;
      justify-content: space-between;
      font-size: 11px;
      color: rgba(255,255,255,0.24);
      letter-spacing: 1px;
    }

    /* ANIMATIONS */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* MOBILE */
    @media (max-width: 900px) {
      .nav { height: 64px; padding: 0 20px; }
      .nav-links { display: none; }
      .nav-store { padding: 9px 14px; font-size: 11px; }
      section { padding: 78px 22px; }
      .hero-content { width: 100%; margin-left: 0; padding: 0 22px; }
      .hero-overlay { background: rgba(250,250,247,0.72); }
      .hero-title { font-size: clamp(42px, 12vw, 64px); }
      .hero-sub { font-size: 15px; }
      .hero-cta, .buy-buttons { flex-direction: column; align-items: flex-start; }
      .buy-buttons { align-items: center; }
      .btn-primary, .btn-secondary { width: 100%; max-width: 260px; }
      .hero-note { display: none; }
      .brand-grid, .dabi-box { grid-template-columns: 1fr; gap: 38px; }
      .brand-quote { padding: 42px 28px; min-height: auto; }
      .principle { grid-template-columns: 1fr; gap: 6px; }
      .life-head { display: block; }
      .products-grid { grid-template-columns: 1fr; }
      .family-care-box,
    .space-care-box { grid-template-columns: 1fr; padding: 42px 28px; gap: 36px; }
      .family-care-grid,
    .space-care-grid { grid-template-columns: 1fr; }
      .life-slider-wrap {
        margin-left: -22px;
        margin-right: -22px;
        padding-left: 22px;
        padding-right: 22px;
      }
      .life-control { display: none; }
      .dabi-box { padding: 48px 28px; }
      .dabi-note { border-left: 0; padding-left: 0; border-top: 1px solid rgba(245,240,232,0.18); padding-top: 28px; }
      .cert-grid { grid-template-columns: repeat(2,1fr); }
      .journal-item { grid-template-columns: 1fr; gap: 8px; }
      .journal-arrow { text-align: left; }
      .footer-inner { grid-template-columns: 1fr; gap: 32px; }
      .footer-bottom { flex-direction: column; gap: 8px; }
    }

    @media (max-width: 520px) {
      .cert-grid { grid-template-columns: 1fr; }
    }

    /* BRAND LOCK: darb must always remain lowercase */
    .brand-name,
    .nav-logo,
    .footer-logo {
      text-transform: none !important;
    }

    .dabi-link {
      display: inline-block;
      margin-top: 18px;
      color: var(--cream);
      border-bottom: 1px solid rgba(245,240,232,0.5);
      padding-bottom: 2px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: color 0.2s, border-color 0.2s;
    }
    .dabi-link:hover {
      color: var(--light-brown);
      border-color: var(--light-brown);
    }

    .page-main {
      padding-top: 72px;
    }
    .sub-hero {
      background: var(--cream);
      padding-top: 150px;
      padding-bottom: 96px;
    }
    .sub-hero .section-body {
      max-width: 720px;
    }
    .content-section {
      background: var(--warm-white);
    }
    .content-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 70px;
      align-items: start;
    }
    .content-card {
      background: var(--cream);
      border: 1px solid var(--border);
      padding: 44px 38px;
    }
    .content-card h3 {
      font-size: 22px;
      font-weight: 400;
      letter-spacing: -0.03em;
      color: var(--charcoal);
      margin-bottom: 18px;
    }
    .content-card p,
    .article-body p,
    .article-body li {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.95;
    }
    .article-body {
      max-width: 760px;
      margin: 0 auto;
    }
    .article-body h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(32px, 4vw, 54px);
      font-weight: 300;
      line-height: 1.18;
      letter-spacing: -0.03em;
      color: var(--charcoal);
      margin: 70px 0 24px;
    }
    .article-body blockquote {
      margin: 70px 0;
      padding: 42px 48px;
      background: var(--cream);
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(30px, 4vw, 48px);
      font-weight: 300;
      line-height: 1.3;
      color: var(--charcoal);
    }
    .article-meta {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 20px;
    }
    .article-list {
      margin: 26px 0 0 18px;
    }
    .article-list li { margin-bottom: 10px; }
    .back-link {
      display: inline-block;
      margin-top: 56px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--charcoal);
      border-bottom: 1px solid var(--charcoal);
      padding-bottom: 2px;
    }

    @media (max-width: 900px) {
      .page-main { padding-top: 64px; }
      .sub-hero { padding-top: 110px; padding-bottom: 72px; }
      .content-grid { grid-template-columns: 1fr; gap: 34px; }
      .content-card { padding: 34px 26px; }
      .article-body blockquote { padding: 34px 28px; }
    }
