/*
 * 디자인 철학: '현장의 신뢰' — 뉴 다큐멘터리 에디토리얼.
 * 식단표와 검수표의 모듈 라인, Kitchen Forest와 아이보리의 대비, 토마토 오렌지의 절제된 행동 유도를 유지한다.
 */
:root {
  --forest: #163f32;
  --forest-deep: #092a22;
  --forest-soft: #dce8df;
  --ivory: #f5f2e9;
  --paper: #fbfaf5;
  --charcoal: #1f2823;
  --orange: #e9623c;
  --line: #d3d8ce;
  --muted: #667069;
  --display: "Gmarket Sans", "Noto Sans KR", sans-serif;
  --body: "Noto Sans KR", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--charcoal); font-family: var(--body); line-height: 1.75; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.site-shell { min-height: 100vh; overflow: hidden; }
.utility-line { height: 6px; background: var(--orange); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 88px; padding: 0 5.7vw; border-bottom: 1px solid var(--line); background: rgba(251,250,245,.96); }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand strong { display: block; color: var(--forest); font-family: var(--display); font-size: 15px; letter-spacing: .12em; }
.brand small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.header-nav { display: flex; gap: 26px; color: var(--forest); font-size: 14px; font-weight: 700; }
.header-nav a { padding: 8px 0; border-bottom: 2px solid transparent; transition: border-color .18s ease, color .18s ease; }
.header-nav a:hover, .header-nav a[aria-current="page"] { color: var(--orange); border-bottom-color: var(--orange); }
.header-call { display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; color: white; background: var(--forest); font-size: 13px; font-weight: 700; transition: transform .16s ease, background .16s ease; }
.header-call:hover { background: var(--orange); transform: translateY(-2px); }
.header-call:active { transform: scale(.97); }
.page-hero { display: grid; grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr); min-height: 418px; border-bottom: 1px solid var(--forest); background: var(--forest); color: white; }
.hero-rail { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 52px 5.7vw; border-right: 1px solid rgba(255,255,255,.22); background: var(--forest-deep); }
.rail-label, .article-kicker, .eyebrow { margin: 0; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.hero-rail strong { font-family: var(--display); font-size: clamp(76px, 11vw, 162px); line-height: .72; letter-spacing: -.1em; color: rgba(255,255,255,.13); }
.hero-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 76px 7vw 58px 6vw; }
.hero-copy h1 { max-width: 780px; margin: 16px 0; font-family: var(--display); font-size: clamp(38px, 5.1vw, 72px); line-height: 1.18; letter-spacing: -.065em; }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-copy p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; }
.board-main { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.notice-strip { display: grid; grid-template-columns: 180px 1fr auto; align-items: stretch; margin-top: -1px; border: 1px solid var(--forest); background: var(--paper); }
.notice-strip > * { padding: 20px 24px; }
.notice-tag { display: flex; align-items: center; gap: 10px; color: white; background: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.notice-tag::before { width: 7px; height: 7px; content: ""; background: var(--orange); border-radius: 50%; }
.notice-text { font-weight: 700; }
.notice-link { color: var(--forest); font-size: 13px; font-weight: 800; }
.notice-link:hover { color: var(--orange); }
.section-lead { display: flex; justify-content: space-between; align-items: end; gap: 2rem; padding: 106px 0 32px; border-bottom: 2px solid var(--forest); }
.section-lead h2 { margin: 10px 0 0; font-family: var(--display); font-size: clamp(31px, 4vw, 52px); line-height: 1.18; letter-spacing: -.06em; }
.section-lead h2 em { color: var(--orange); font-style: normal; }
.section-lead p { width: min(390px, 100%); margin: 0; color: var(--muted); font-size: 14px; }
.filter-row { display: flex; gap: 9px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.filter-row span { padding: 7px 13px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.filter-row span:first-child { border-color: var(--forest); background: var(--forest); color: white; }
.article-list { border-left: 1px solid var(--line); }
.article-card { display: grid; grid-template-columns: 106px minmax(0, 1fr) 52px; gap: 24px; align-items: center; min-height: 174px; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--paper); transition: background .2s ease, transform .2s ease; }
.article-card:hover { background: white; transform: translateX(8px); }
.article-index { align-self: stretch; display: flex; justify-content: center; align-items: flex-start; padding-top: 6px; border-right: 1px solid var(--line); color: var(--orange); font-family: var(--display); font-size: 24px; font-weight: 700; }
.article-meta { margin: 0 0 8px; color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.article-card h3 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(21px, 2.3vw, 30px); line-height: 1.3; letter-spacing: -.045em; }
.article-card p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.arrow { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--forest); color: var(--forest); font-size: 21px; transition: color .18s ease, background .18s ease; }
.article-card:hover .arrow { color: white; background: var(--orange); border-color: var(--orange); }
.footer { margin-top: 104px; padding: 42px 5.7vw; background: var(--forest-deep); color: rgba(255,255,255,.64); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 1.5rem; width: min(1180px, 100%); margin: 0 auto; }
.footer b { color: white; }
.article-wrap { width: min(1120px, calc(100% - 44px)); margin: 0 auto; }
.article-head { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 30px; padding: 102px 0 54px; border-bottom: 2px solid var(--forest); }
.article-number { padding-top: 8px; color: var(--orange); font-family: var(--display); font-size: 26px; font-weight: 700; }
.article-head h1 { max-width: 880px; margin: 13px 0 22px; font-family: var(--display); font-size: clamp(37px, 5.5vw, 69px); line-height: 1.15; letter-spacing: -.067em; }
.article-head h1 em { color: var(--orange); font-style: normal; }
.article-summary { max-width: 660px; margin: 0; color: var(--muted); font-size: 17px; }
.article-info { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: var(--forest); font-size: 12px; font-weight: 800; }
.article-body { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(42px, 8vw, 110px); padding: 66px 0 0; }
.body-content { max-width: 710px; }
.body-content > p { margin: 0 0 26px; font-size: 17px; }
.point { position: relative; padding: 28px 28px 28px 94px; border-top: 1px solid var(--line); }
.point:last-child { border-bottom: 1px solid var(--line); }
.point-index { position: absolute; top: 30px; left: 0; color: var(--orange); font-family: var(--display); font-size: 18px; font-weight: 700; }
.point h2 { margin: 0 0 10px; font-family: var(--display); font-size: 25px; letter-spacing: -.045em; }
.point p { margin: 0; color: var(--muted); font-size: 15px; }
.article-aside { align-self: start; position: sticky; top: 24px; padding: 26px; border: 1px solid var(--forest); background: var(--forest); color: white; }
.article-aside p { margin: 0 0 17px; font-size: 13px; color: rgba(255,255,255,.76); }
.article-aside a { display: inline-block; padding: 12px 16px; background: var(--orange); color: white; font-size: 13px; font-weight: 800; }
.article-aside a:hover { background: white; color: var(--forest); }
.article-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 94px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--forest); font-size: 13px; font-weight: 800; }
.article-nav a:hover { color: var(--orange); }
@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 0 22px; }
  .header-nav { display: none; }
  .header-call { padding: 9px 12px; font-size: 11px; }
  .brand img { width: 35px; height: 35px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 8px; }
  .page-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-rail { min-height: 118px; padding: 26px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .hero-rail strong { position: absolute; right: 20px; bottom: 10px; }
  .hero-copy { padding: 48px 22px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy p:last-child { font-size: 14px; }
  .notice-strip { grid-template-columns: 1fr; }
  .notice-strip > * { padding: 15px 18px; }
  .notice-link { padding-top: 0; }
  .section-lead { display: block; padding: 72px 0 24px; }
  .section-lead p { margin-top: 15px; }
  .article-card { grid-template-columns: 50px minmax(0, 1fr) 35px; gap: 14px; min-height: 150px; padding: 22px 14px 22px 0; }
  .article-index { font-size: 18px; }
  .article-card h3 { font-size: 21px; }
  .article-card p:last-child { font-size: 13px; line-height: 1.6; }
  .arrow { width: 32px; height: 32px; font-size: 16px; }
  .footer { margin-top: 65px; padding: 32px 22px; }
  .footer-inner { display: block; }
  .footer-inner > :last-child { margin-top: 10px; }
  .article-head { display: block; padding: 65px 0 38px; }
  .article-number { margin-bottom: 14px; }
  .article-head h1 { font-size: 40px; }
  .article-summary { font-size: 15px; }
  .article-body { display: block; padding-top: 42px; }
  .body-content > p { font-size: 16px; }
  .point { padding: 25px 0 25px 55px; }
  .point-index { top: 27px; }
  .point h2 { font-size: 21px; }
  .article-aside { position: static; margin-top: 46px; }
  .article-nav { margin-top: 56px; }
}

/* 현장 증거 블록: 실제 운영 사진과 검수표·트레이에서 온 모듈 문법을 기사 본문에 반복한다. */
.evidence-frame { position: relative; margin: 34px 0 40px; border: 1px solid var(--forest); background: var(--forest); }
.evidence-frame img { display: block; width: 100%; aspect-ratio: 16 / 8; object-fit: cover; filter: saturate(.86) contrast(1.02); }
.evidence-frame figcaption { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding: 16px 19px; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.55; }
.evidence-frame figcaption b { color: var(--orange); font-size: 10px; letter-spacing: .13em; }
.evidence-frame::after { position: absolute; right: 16px; top: 16px; content: "FIELD EVIDENCE"; padding: 6px 8px; background: rgba(9,42,34,.82); color: white; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.checklist-panel { display: grid; grid-template-columns: 1.15fr .85fr; margin: 36px 0 42px; border: 1px solid var(--forest); background: var(--paper); }
.checklist-intro { padding: 29px; background: var(--forest); color: white; }
.checklist-intro p { margin: 0 0 11px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.checklist-intro h3 { margin: 0; font-family: var(--display); font-size: 27px; line-height: 1.3; letter-spacing: -.05em; }
.checklist-list { padding: 10px 24px; }
.checklist-list div { display: grid; grid-template-columns: 28px 1fr; gap: 9px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.checklist-list div:last-child { border-bottom: 0; }
.checklist-list b { color: var(--orange); font-family: var(--display); }
.operation-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0 42px; border: 1px solid var(--forest); }
.operation-grid > div { min-height: 170px; padding: 24px 20px; border-right: 1px solid var(--forest); background: var(--paper); }
.operation-grid > div:last-child { border-right: 0; background: var(--forest); color: white; }
.operation-grid span { display: block; margin-bottom: 39px; color: var(--orange); font-family: var(--display); font-size: 18px; font-weight: 700; }
.operation-grid h3 { margin: 0 0 8px; font-family: var(--display); font-size: 20px; letter-spacing: -.045em; }
.operation-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.operation-grid > div:last-child p { color: rgba(255,255,255,.72); }
.article-aside { overflow: hidden; }
.article-aside::before { position: absolute; z-index: 0; right: -26px; bottom: -30px; width: 138px; height: 138px; content: ""; background: url("/manus-storage/aiofoodlab-symbol_09f641f4.png") center / contain no-repeat; opacity: .12; filter: brightness(0) invert(1); }
.article-aside > * { position: relative; z-index: 1; }
@media (max-width: 760px) {
  .evidence-frame figcaption { grid-template-columns: 1fr; gap: 4px; padding: 13px 15px; }
  .checklist-panel { grid-template-columns: 1fr; }
  .checklist-intro { padding: 23px; }
  .operation-grid { grid-template-columns: 1fr; }
  .operation-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--forest); }
  .operation-grid > div:last-child { border-bottom: 0; }
  .operation-grid span { margin-bottom: 16px; }
}

/* 네이버 블로그 자동 연동 목록 */
.naver-hero .hero-rail strong { font-size: clamp(84px, 10vw, 144px); letter-spacing: -.08em; }
.naver-list-heading { padding-bottom: 28px; }
.naver-post-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--forest); border-left: 1px solid var(--forest); }
.naver-post-card { border-right: 1px solid var(--forest); border-bottom: 1px solid var(--forest); background: var(--paper); }
.naver-post-link { display: grid; grid-template-columns: 175px minmax(0, 1fr); min-height: 225px; height: 100%; transition: background .18s ease, transform .18s ease; }
.naver-post-link:hover { background: white; transform: translateY(-5px); }
.naver-post-image, .naver-post-placeholder { width: 100%; height: 100%; min-height: 225px; object-fit: cover; background: var(--forest-deep); }
.naver-post-placeholder { display: grid; place-items: center; color: rgba(255,255,255,.18); font-family: var(--display); font-size: 58px; }
.naver-post-content { display: flex; flex-direction: column; align-items: flex-start; padding: 25px 24px; }
.naver-post-meta { margin: 0 0 11px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.naver-post-content h2 { margin: 0; font-family: var(--display); font-size: 22px; line-height: 1.35; letter-spacing: -.045em; }
.naver-post-excerpt { display: -webkit-box; overflow: hidden; margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.naver-post-action { margin-top: auto; padding-top: 18px; color: var(--forest); font-size: 12px; font-weight: 800; }
.naver-post-action b { padding-left: 4px; color: var(--orange); font-size: 15px; }
.naver-feed-note { margin: 0; padding: 22px 0 0; color: var(--muted); font-size: 12px; }
.naver-feed-note a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.naver-empty { padding: 80px 30px; border: 1px solid var(--forest); background: var(--paper); }
.naver-empty h2 { margin: 8px 0; font-family: var(--display); font-size: 32px; letter-spacing: -.05em; }
.naver-empty p:last-child { margin: 0; color: var(--muted); }
@media (max-width: 960px) { .naver-post-list { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .naver-post-link { grid-template-columns: 116px minmax(0, 1fr); min-height: 166px; }
  .naver-post-image, .naver-post-placeholder { min-height: 166px; }
  .naver-post-content { padding: 16px 15px; }
  .naver-post-meta { font-size: 8px; }
  .naver-post-content h2 { font-size: 18px; }
  .naver-post-excerpt { -webkit-line-clamp: 2; font-size: 12px; }
  .naver-post-action { padding-top: 10px; font-size: 11px; }
}

/* 대표 기록과 운영 로그의 위계를 분명히 하는 네이버 블로그 기록지 레이아웃 */
.naver-post-media { position: relative; width: 100%; min-height: 225px; overflow: hidden; background: var(--forest-deep); }
.naver-post-media .naver-post-image { display: block; }
.naver-post-media .naver-post-placeholder[hidden] { display: none; }
.naver-post-card:first-child { grid-column: 1 / -1; }
.naver-post-card:first-child .naver-post-link { grid-template-columns: minmax(260px, 40%) 1fr; min-height: 302px; }
.naver-post-card:first-child .naver-post-media, .naver-post-card:first-child .naver-post-image, .naver-post-card:first-child .naver-post-placeholder { min-height: 302px; }
.naver-post-card:first-child .naver-post-content { padding: 38px; }
.naver-post-card:first-child .naver-post-content h2 { font-size: clamp(26px, 3vw, 38px); max-width: 640px; }
.naver-post-card:first-child .naver-post-excerpt { max-width: 640px; -webkit-line-clamp: 4; font-size: 14px; }
.naver-post-card:first-child .naver-post-action::before { display: inline-block; margin-right: 8px; padding: 3px 6px; background: var(--orange); color: white; content: "대표 기록"; font-size: 9px; letter-spacing: .09em; }
@media (max-width: 560px) {
  .naver-post-card:first-child .naver-post-link { grid-template-columns: 1fr; }
  .naver-post-card:first-child .naver-post-media, .naver-post-card:first-child .naver-post-image, .naver-post-card:first-child .naver-post-placeholder { min-height: 206px; }
  .naver-post-card:first-child .naver-post-content { padding: 20px 16px; }
  .naver-post-card:first-child .naver-post-content h2 { font-size: 24px; }
}

/* 네이버 블로그 원본 썸네일은 잘라내지 않고 전체 비율로 표시한다. */
.naver-post-media { display: grid; place-items: center; box-sizing: border-box; padding: 8px; background: #0b382d; }
.naver-post-media .naver-post-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; background: #f4f0e7; }
.naver-post-card:first-child .naver-post-media .naver-post-image { min-height: 0; }

/* 네이버 블로그 현장 운영 기록지 */
.naver-journal { background: #f4f0e7; }
.naver-journal .site-header { border-bottom: 1px solid rgba(22,63,50,.16); }
.naver-journal .header-nav a[aria-current="page"] { color: var(--orange); }
.journal-masthead { display: grid; grid-template-columns: minmax(130px, 15vw) minmax(0, 1fr) minmax(260px, 23vw); min-height: 380px; border-bottom: 1px solid var(--forest); background: #f4f0e7; }
.masthead-index { display: flex; position: relative; flex-direction: column; justify-content: space-between; padding: 32px 28px 30px; overflow: hidden; background: var(--forest-deep); color: white; }
.masthead-index::after { position: absolute; right: -24px; bottom: -48px; width: 180px; height: 180px; content: "NB"; color: rgba(255,255,255,.08); font-family: var(--display); font-size: 130px; font-weight: 800; letter-spacing: -.1em; }
.masthead-index span { position: relative; z-index: 1; font-family: var(--display); font-size: 46px; font-weight: 800; letter-spacing: -.08em; }
.masthead-index i { position: absolute; top: 95px; left: 28px; width: 1px; height: 168px; background: rgba(255,255,255,.36); }
.masthead-index small { position: relative; z-index: 1; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1.5; }
.masthead-copy { align-self: center; padding: 70px clamp(32px, 7vw, 100px); }
.masthead-copy h1 { max-width: 760px; margin: 9px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(46px, 5.5vw, 84px); font-weight: 700; line-height: 1.04; letter-spacing: -.075em; }
.masthead-copy h1 em, .journal-section-head h2 em, .record-log-head h2 em, .journal-empty h2 em { color: var(--orange); font-style: normal; }
.masthead-note { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 20px; padding: 44px 30px 34px; border-left: 1px solid var(--forest); background: #e8e2d5; }
.masthead-note .note-rule { width: 38px; height: 4px; background: var(--orange); }
.masthead-note p { margin: 0; color: var(--forest); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.masthead-note strong { color: var(--orange); font-family: var(--display); font-size: 10px; letter-spacing: .08em; }
.journal-container { max-width: 1210px; margin: 0 auto; padding: 102px 28px 82px; }
.journal-section-head, .record-log-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .58fr); gap: 38px; align-items: end; }
.section-label { margin: 0 0 10px; color: var(--orange); font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.journal-section-head h2, .record-log-head h2, .journal-empty h2 { margin: 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(34px, 4vw, 58px); line-height: 1.08; letter-spacing: -.065em; }
.journal-section-head > p, .record-log-head > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.journal-lead { margin-top: 30px; border: 1px solid var(--forest); background: #fffdf7; }
.journal-lead-link { display: grid; grid-template-columns: minmax(360px, 1.03fr) minmax(0, 1fr); min-height: 445px; color: inherit; transition: background .2s ease; }
.journal-lead-link:hover { background: #fff; }
.field-media { position: relative; box-sizing: border-box; display: grid; place-items: center; margin: 0; padding: 18px; overflow: hidden; background: var(--forest-deep); }
.field-media::before { position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.16); content: ""; pointer-events: none; }
.field-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #f4f0e7; }
.field-media--lead { min-height: 445px; border-right: 1px solid var(--forest); }
.field-media--row { width: 148px; min-height: 148px; padding: 10px; }
.field-media figcaption { position: absolute; z-index: 2; right: 18px; bottom: 17px; left: 18px; display: flex; justify-content: space-between; color: rgba(255,255,255,.84); font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .09em; pointer-events: none; }
.field-media--row figcaption { right: 10px; bottom: 8px; left: 10px; font-size: 8px; }
.field-media-fallback { display: grid; position: absolute; z-index: 1; place-items: center; inset: 0; color: white; text-align: center; }
.field-media-fallback span { color: rgba(255,255,255,.17); font-family: var(--display); font-size: 96px; font-weight: 800; letter-spacing: -.1em; }
.field-media-fallback small { position: absolute; bottom: 42px; color: rgba(255,255,255,.64); font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .12em; line-height: 1.45; }
.journal-lead-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 70px); }
.record-line { display: flex; align-items: center; gap: 12px; margin: 0; color: var(--muted); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.record-stamp { display: inline-block; padding: 5px 8px; background: var(--orange); color: white; font-size: 9px; }
.journal-lead-copy h2 { max-width: 670px; margin: 20px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(30px, 3.3vw, 51px); line-height: 1.18; letter-spacing: -.065em; }
.lead-excerpt { display: -webkit-box; max-width: 640px; overflow: hidden; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.lead-foot { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 34px; border-top: 1px solid rgba(22,63,50,.22); color: var(--forest); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.lead-foot strong { color: var(--orange); }
.lead-foot b { padding-left: 5px; font-size: 14px; }
.record-log { margin-top: 106px; }
.record-log-head { padding-bottom: 25px; border-bottom: 2px solid var(--forest-deep); }
.record-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--forest); }
.journal-record { min-width: 0; border-right: 1px solid var(--forest); border-bottom: 1px solid var(--forest); background: #fffdf7; }
.journal-record-link { display: grid; grid-template-columns: 52px 148px minmax(0, 1fr) 38px; min-height: 212px; color: inherit; transition: background .2s ease; }
.journal-record-link:hover { background: #fff; }
.record-number { display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 17px; border-right: 1px solid rgba(22,63,50,.25); color: var(--orange); font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.record-number i { width: 1px; height: 100%; background: rgba(22,63,50,.25); }
.record-copy { min-width: 0; padding: 22px 19px 18px; }
.record-meta { display: flex; gap: 8px; margin: 0; color: var(--orange); font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.record-meta span::before { display: inline-block; width: 3px; height: 3px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--orange); content: ""; }
.record-copy h3 { display: -webkit-box; overflow: hidden; margin: 11px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: 19px; line-height: 1.34; letter-spacing: -.045em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.record-copy > p:last-child { display: -webkit-box; overflow: hidden; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.record-arrow { display: flex; align-items: flex-start; justify-content: center; padding-top: 25px; color: var(--orange); font-family: var(--display); font-size: 21px; }
.journal-source-note { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-top: 27px; padding: 19px 0; border-top: 1px solid rgba(22,63,50,.28); border-bottom: 1px solid rgba(22,63,50,.28); }
.journal-source-note > span { color: var(--orange); font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.journal-source-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.journal-source-note p a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.journal-source-note > a { color: var(--forest); font-family: var(--display); font-size: 11px; font-weight: 800; white-space: nowrap; }
.journal-empty { margin-top: 30px; padding: 100px 40px; border: 1px solid var(--forest); background: #fffdf7; }
.journal-empty > p:last-child { color: var(--muted); }
@media (max-width: 1040px) {
  .journal-masthead { grid-template-columns: 108px minmax(0, 1fr); }
  .masthead-note { grid-column: 2; min-height: 150px; flex-direction: row; align-items: flex-end; justify-content: space-between; padding: 28px clamp(32px, 7vw, 70px); border-top: 1px solid var(--forest); border-left: 0; }
  .masthead-note p { max-width: 480px; }
  .record-list { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .journal-masthead { grid-template-columns: 70px minmax(0, 1fr); min-height: auto; }
  .masthead-index { min-height: 250px; padding: 20px 13px; }
  .masthead-index span { font-size: 31px; }
  .masthead-index i { top: 64px; left: 34px; height: 94px; }
  .masthead-index small { font-size: 7px; letter-spacing: .08em; }
  .masthead-copy { padding: 55px 24px 43px; }
  .masthead-copy h1 { font-size: clamp(38px, 11.5vw, 56px); }
  .masthead-note { grid-column: 1 / -1; gap: 14px; padding: 20px 22px; }
  .masthead-note p { font-size: 12px; }
  .masthead-note strong { font-size: 8px; }
  .journal-container { padding: 65px 18px 55px; }
  .journal-section-head, .record-log-head { grid-template-columns: 1fr; gap: 14px; }
  .journal-section-head h2, .record-log-head h2 { font-size: 38px; }
  .journal-section-head > p, .record-log-head > p { font-size: 12px; }
  .journal-lead { margin-top: 23px; }
  .journal-lead-link { grid-template-columns: 1fr; min-height: 0; }
  .field-media--lead { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--forest); }
  .journal-lead-copy { min-height: 305px; padding: 28px 24px; }
  .journal-lead-copy h2 { margin-top: 16px; font-size: 31px; }
  .lead-excerpt { margin-top: 16px; font-size: 13px; }
  .lead-foot { padding-top: 22px; font-size: 10px; }
  .record-log { margin-top: 68px; }
  .record-log-head { padding-bottom: 18px; }
  .record-list { display: block; border-left: 0; }
  .journal-record { border-right: 0; }
  .journal-record-link { grid-template-columns: 35px 96px minmax(0, 1fr) 25px; min-height: 152px; }
  .record-number { padding-top: 13px; font-size: 10px; }
  .field-media--row { width: 96px; min-height: 152px; padding: 7px; }
  .field-media--row figcaption { display: none; }
  .record-copy { padding: 15px 11px; }
  .record-meta { gap: 4px; font-size: 8px; }
  .record-meta span::before { margin-right: 4px; }
  .record-copy h3 { margin-top: 8px; font-size: 15px; -webkit-line-clamp: 3; }
  .record-copy > p:last-child { display: none; }
  .record-arrow { padding-top: 16px; font-size: 17px; }
  .journal-source-note { grid-template-columns: 1fr; gap: 8px; padding: 17px 0; }
  .journal-source-note > a { font-size: 10px; }
}

/* 브랜드 심벌을 기록지의 도장처럼 반복해 ALL IN ONE 정체성을 강화한다. */
.masthead-copy { position: relative; overflow: hidden; }
.masthead-copy::after { position: absolute; right: -25px; bottom: -42px; width: 182px; height: 182px; background: url("/manus-storage/aiofoodlab-symbol_09f641f4.png") center / contain no-repeat; content: ""; filter: grayscale(1) contrast(1.15); opacity: .07; pointer-events: none; }
.masthead-copy > * { position: relative; z-index: 1; }
.record-log-head::after { align-self: end; width: 58px; height: 2px; margin-bottom: 8px; background: var(--orange); content: ""; }
.record-log-head { grid-template-columns: minmax(0, 1fr) minmax(220px, .58fr) 58px; }
.record-meta time::before { display: inline-block; width: 7px; height: 7px; margin: 0 7px 1px 0; border: 1px solid var(--orange); border-radius: 50%; box-sizing: border-box; content: ""; }
@media (max-width: 720px) {
  .record-log-head { grid-template-columns: 1fr; }
  .record-log-head::after { display: none; }
  .masthead-copy::after { right: -45px; width: 140px; height: 140px; }
}

/* 메인페이지 톤을 계승한 네이버 블로그 피드 */
.blog-feed-page { background: var(--paper); }
.blog-feed-page .site-header { position: relative; z-index: 4; }
.blog-feed-page .header-nav a[aria-current="page"] { color: var(--orange); }
.blog-feed-hero { position: relative; min-height: 650px; overflow: hidden; background: var(--forest-deep); color: white; }
.blog-feed-hero > img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center; }
.blog-feed-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,45,35,.95) 0%, rgba(6,45,35,.84) 43%, rgba(6,45,35,.27) 76%, rgba(6,45,35,.1) 100%); }
.blog-feed-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 190px; width: min(1210px, calc(100% - 56px)); min-height: 650px; margin: 0 auto; }
.blog-feed-hero-copy { align-self: center; max-width: 750px; padding: 92px 0; }
.blog-feed-hero-copy h1 { margin: 12px 0 0; color: white; font-family: var(--display); font-size: clamp(48px, 5.8vw, 83px); font-weight: 700; line-height: 1.06; letter-spacing: -.08em; }
.blog-feed-hero-copy h1 em, .blog-split-heading h2 em, .blog-archive-heading h2 em, .blog-feed-cta h2 em, .blog-empty h2 em { color: var(--orange); font-style: normal; }
.blog-feed-hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.8; word-break: keep-all; }
.blog-hero-button { display: inline-flex; gap: 18px; align-items: center; margin-top: 34px; padding: 15px 20px; background: var(--orange); color: white; font-family: var(--display); font-size: 13px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.blog-hero-button:hover { background: #f57d50; transform: translateY(-3px); }
.blog-hero-button b { font-size: 18px; }
.blog-feed-hero-side { display: flex; flex-direction: column; justify-content: flex-end; gap: 34px; padding: 0 0 78px 35px; border-left: 1px solid rgba(255,255,255,.35); }
.blog-feed-hero-side > span { writing-mode: vertical-rl; color: rgba(255,255,255,.5); font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.blog-feed-hero-side > div { display: grid; gap: 11px; }
.blog-feed-hero-side strong { padding-top: 11px; border-top: 1px solid rgba(255,255,255,.42); color: white; font-size: 12px; font-weight: 600; }
.blog-feed-content { width: min(1210px, calc(100% - 56px)); margin: 0 auto; padding: 104px 0 0; }
.blog-editorial-section { display: grid; grid-template-columns: 112px minmax(0, 1fr); }
.blog-section-rail { display: flex; flex-direction: column; gap: 18px; padding-top: 3px; color: var(--forest); }
.blog-section-rail span { color: var(--orange); font-family: var(--display); font-size: 43px; font-weight: 800; letter-spacing: -.08em; }
.blog-section-rail p { margin: 0; writing-mode: vertical-rl; font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.blog-split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); gap: 42px; align-items: end; }
.blog-split-heading h2, .blog-archive-heading h2, .blog-empty h2 { margin: 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(38px, 4.1vw, 64px); line-height: 1.08; letter-spacing: -.075em; }
.blog-split-heading > p, .blog-archive-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.featured-article { margin-top: 36px; overflow: hidden; background: white; border: 1px solid var(--forest); }
.featured-article-link { display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1fr); min-height: 430px; color: inherit; transition: background .18s ease; }
.featured-article-link:hover { background: #fffdf8; }
.blog-thumbnail { position: relative; box-sizing: border-box; display: grid; place-items: center; overflow: hidden; background: var(--forest-deep); }
.blog-thumbnail::after { position: absolute; z-index: 1; inset: 10px; border: 1px solid rgba(255,255,255,.18); content: ""; pointer-events: none; }
.blog-thumbnail img { position: relative; z-index: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; background: #f4f0e7; }
.blog-thumbnail--featured { min-height: 430px; padding: 18px; border-right: 1px solid var(--forest); }
.blog-thumbnail--card { height: 212px; padding: 11px; }
.blog-thumbnail-fallback { display: grid; position: absolute; z-index: 2; place-items: center; gap: 8px; inset: 0; color: rgba(255,255,255,.7); font-family: var(--display); font-size: 9px; font-weight: 800; line-height: 1.45; letter-spacing: .11em; text-align: center; }
.blog-thumbnail-fallback img { width: 70px; height: 70px; object-fit: contain; background: transparent; filter: brightness(0) invert(1); opacity: .7; }
.featured-article-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 66px); }
.blog-meta { display: flex; gap: 10px; align-items: center; margin: 0; color: var(--orange); font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.featured-article-copy .blog-meta span { padding: 5px 8px; background: var(--orange); color: white; font-size: 9px; }
.featured-article-copy h2 { margin: 19px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(29px, 3.3vw, 51px); line-height: 1.18; letter-spacing: -.068em; }
.featured-article-copy > p:not(.blog-meta) { display: -webkit-box; max-width: 600px; overflow: hidden; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.featured-article-foot { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(22,63,50,.2); color: var(--forest); font-family: var(--display); font-size: 11px; font-weight: 800; }
.featured-article-foot strong { color: var(--orange); }
.featured-article-foot b, .blog-card-more b { padding-left: 5px; font-size: 14px; }
.blog-feed-archive { margin-top: 122px; }
.blog-archive-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); gap: 42px; align-items: end; padding-bottom: 27px; border-bottom: 2px solid var(--forest-deep); }
.blog-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; padding-top: 28px; }
.blog-card { overflow: hidden; background: white; border: 1px solid rgba(22,63,50,.35); }
.blog-card-link { display: flex; height: 100%; flex-direction: column; color: inherit; transition: background .18s ease, transform .18s ease; }
.blog-card-link:hover { background: #fffdf8; transform: translateY(-5px); }
.blog-card-copy { display: flex; height: 100%; min-height: 218px; flex-direction: column; padding: 22px; }
.blog-card-copy .blog-meta span::before { display: inline-block; width: 3px; height: 3px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--orange); content: ""; }
.blog-card-copy h3 { display: -webkit-box; overflow: hidden; margin: 13px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: 21px; line-height: 1.36; letter-spacing: -.052em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-card-copy > p:not(.blog-meta) { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.blog-card-more { margin-top: auto; padding-top: 21px; color: var(--orange); font-family: var(--display); font-size: 11px; font-weight: 800; }
.blog-feed-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-top: 104px; padding: clamp(32px, 5vw, 68px); overflow: hidden; background: var(--forest-deep); color: white; }
.blog-feed-cta h2 { margin: 9px 0 0; color: white; font-family: var(--display); font-size: clamp(34px, 4.2vw, 61px); line-height: 1.08; letter-spacing: -.07em; }
.blog-feed-cta a { display: flex; min-width: 220px; flex-direction: column; gap: 8px; padding: 17px 20px; background: var(--orange); color: white; font-family: var(--display); font-size: 14px; font-weight: 800; }
.blog-feed-cta a b { font-size: 11px; }
.blog-feed-source { margin: 0; padding: 22px 0 55px; color: var(--muted); font-size: 12px; }
.blog-feed-source a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.blog-empty { margin-top: 36px; padding: 90px 50px; background: white; border: 1px solid var(--forest); }
.blog-empty > p:last-child { color: var(--muted); }
@media (max-width: 1040px) {
  .blog-feed-hero-inner { grid-template-columns: minmax(0, 1fr) 150px; }
  .blog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .blog-feed-hero { min-height: 560px; }
  .blog-feed-hero-overlay { background: linear-gradient(90deg, rgba(6,45,35,.93), rgba(6,45,35,.56)); }
  .blog-feed-hero-inner { grid-template-columns: 1fr; width: calc(100% - 38px); min-height: 560px; }
  .blog-feed-hero-copy { padding: 76px 0 40px; }
  .blog-feed-hero-copy h1 { font-size: clamp(43px, 12vw, 61px); }
  .blog-feed-hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .blog-feed-hero-side { display: none; }
  .blog-feed-content { width: calc(100% - 38px); padding-top: 66px; }
  .blog-editorial-section { grid-template-columns: 1fr; }
  .blog-section-rail { flex-direction: row; align-items: baseline; gap: 11px; padding-bottom: 18px; }
  .blog-section-rail span { font-size: 30px; }
  .blog-section-rail p { writing-mode: horizontal-tb; font-size: 9px; }
  .blog-split-heading, .blog-archive-heading { grid-template-columns: 1fr; gap: 14px; }
  .blog-split-heading h2, .blog-archive-heading h2 { font-size: 42px; }
  .blog-split-heading > p, .blog-archive-heading > p { font-size: 12px; }
  .featured-article { margin-top: 23px; }
  .featured-article-link { grid-template-columns: 1fr; min-height: 0; }
  .blog-thumbnail--featured { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--forest); }
  .featured-article-copy { min-height: 290px; padding: 28px 23px; }
  .featured-article-copy h2 { font-size: 31px; }
  .featured-article-copy > p:not(.blog-meta) { margin-top: 15px; font-size: 13px; }
  .blog-feed-archive { margin-top: 72px; }
  .blog-card-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 18px; }
  .blog-card-link { display: grid; grid-template-columns: 112px minmax(0, 1fr); min-height: 164px; }
  .blog-thumbnail--card { height: auto; min-height: 164px; padding: 8px; }
  .blog-card-copy { min-height: 0; padding: 16px; }
  .blog-card-copy h3 { margin-top: 9px; font-size: 18px; }
  .blog-card-copy > p:not(.blog-meta) { display: none; }
  .blog-card-more { padding-top: 11px; font-size: 10px; }
  .blog-feed-cta { display: block; margin-top: 74px; padding: 34px 24px; }
  .blog-feed-cta h2 { font-size: 39px; }
  .blog-feed-cta a { width: 100%; min-width: 0; margin-top: 24px; box-sizing: border-box; }
  .blog-feed-source { padding: 20px 0 38px; font-size: 11px; line-height: 1.65; }
}

/* 카드 아카이브는 최신 글 섹션의 시작선에 맞추고 외곽 여백을 확보한다. */
.blog-feed-archive { margin-left: 112px; padding-right: 24px; }
.blog-card-grid { gap: 28px; padding-top: 34px; }
.blog-card-copy { padding: 25px 24px; }
@media (max-width: 1040px) {
  .blog-feed-archive { margin-left: 82px; padding-right: 0; }
  .blog-card-grid { gap: 24px; }
}
@media (max-width: 760px) {
  .blog-feed-archive { margin-left: 0; padding-right: 0; }
  .blog-card-grid { gap: 18px; padding-top: 20px; }
  .blog-card-copy { padding: 16px; }
}

/* 전면 재구성: 메인페이지 톤을 따르는 단순형 네이버 블로그 페이지 */
.simple-blog-page { background: var(--paper); }
.simple-blog-page .header-nav a[aria-current="page"] { color: var(--orange); }
.simple-blog-hero { position: relative; min-height: 575px; overflow: hidden; background: var(--forest-deep); }
.simple-blog-hero > img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center; }
.simple-blog-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,44,34,.96) 0%, rgba(5,44,34,.84) 44%, rgba(5,44,34,.16) 77%, rgba(5,44,34,.08) 100%); }
.simple-blog-hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 125px 0 102px; color: white; }
.simple-blog-hero-content h1 { max-width: 790px; margin: 13px 0 0; color: white; font-family: var(--display); font-size: clamp(49px, 5.9vw, 84px); font-weight: 700; line-height: 1.06; letter-spacing: -.082em; }
.simple-blog-hero-content h1 em, .simple-blog-intro h2 em, .simple-list-heading h2 em, .simple-blog-callout h2 em, .simple-empty h2 em { color: var(--orange); font-style: normal; }
.simple-blog-hero-content > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 0; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.82; word-break: keep-all; }
.simple-blog-container { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 105px 0 0; }
.simple-blog-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .54fr); gap: 50px; align-items: end; padding-bottom: 33px; border-bottom: 2px solid var(--forest-deep); }
.simple-blog-intro h2, .simple-list-heading h2, .simple-empty h2 { margin: 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(38px, 4.1vw, 63px); line-height: 1.08; letter-spacing: -.075em; }
.simple-blog-intro > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.75; word-break: keep-all; }
.simple-featured-post { margin-top: 38px; overflow: hidden; border: 1px solid var(--forest); background: white; }
.simple-featured-post > a { display: grid; grid-template-columns: 1.02fr 1fr; min-height: 415px; color: inherit; transition: background .18s ease; }
.simple-featured-post > a:hover { background: #fffdf8; }
.simple-post-image { position: relative; box-sizing: border-box; display: grid; place-items: center; overflow: hidden; background: #e8e4da; }
.simple-post-image--large { min-height: 415px; border-right: 1px solid var(--forest); }
.simple-post-image--card { height: 206px; }
.simple-post-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.simple-post-image-fallback { display: grid; position: absolute; place-items: center; inset: 0; background: var(--forest-deep); }
.simple-post-image-fallback img { width: 72px; height: 72px; filter: brightness(0) invert(1); opacity: .7; }
.simple-featured-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(34px, 5vw, 65px); }
.simple-post-meta { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--orange); font-family: var(--display); font-size: 10px; font-weight: 800; letter-spacing: .055em; }
.simple-featured-copy .simple-post-meta span { padding: 5px 8px; background: var(--orange); color: white; font-size: 9px; }
.simple-featured-copy h2 { margin: 20px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: clamp(29px, 3.2vw, 49px); line-height: 1.19; letter-spacing: -.065em; }
.simple-featured-excerpt { display: -webkit-box; max-width: 610px; overflow: hidden; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.simple-featured-copy > strong { margin-top: auto; padding-top: 27px; color: var(--orange); font-family: var(--display); font-size: 12px; font-weight: 800; }
.simple-featured-copy > strong b, .simple-card-link b { padding-left: 5px; font-size: 15px; }
.simple-blog-list-section { margin-top: 112px; }
.simple-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(22,63,50,.34); }
.simple-list-heading > a { padding-bottom: 6px; color: var(--forest); font-family: var(--display); font-size: 12px; font-weight: 800; white-space: nowrap; }
.simple-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; padding-top: 32px; }
.simple-post-card { overflow: hidden; border: 1px solid rgba(22,63,50,.35); background: white; }
.simple-post-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; transition: background .18s ease, transform .18s ease; }
.simple-post-card > a:hover { background: #fffdf8; transform: translateY(-4px); }
.simple-post-card-copy { display: flex; min-height: 224px; flex: 1; flex-direction: column; padding: 24px; }
.simple-post-card-copy .simple-post-meta span::before { display: inline-block; width: 3px; height: 3px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--orange); content: ""; }
.simple-post-card-copy h3 { display: -webkit-box; overflow: hidden; margin: 13px 0 0; color: var(--forest-deep); font-family: var(--display); font-size: 21px; line-height: 1.35; letter-spacing: -.052em; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.simple-post-card-copy > p:not(.simple-post-meta) { display: -webkit-box; overflow: hidden; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.simple-card-link { margin-top: auto; padding-top: 21px; color: var(--orange); font-family: var(--display); font-size: 11px; font-weight: 800; }
.simple-blog-callout { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-top: 108px; padding: clamp(34px, 5vw, 68px); background: var(--forest-deep); color: white; }
.simple-blog-callout h2 { margin: 10px 0 0; color: white; font-family: var(--display); font-size: clamp(35px, 4vw, 60px); line-height: 1.08; letter-spacing: -.07em; }
.simple-blog-callout > a { display: flex; min-width: 214px; flex-direction: column; gap: 7px; padding: 17px 20px; background: var(--orange); color: white; font-family: var(--display); font-weight: 800; }
.simple-blog-callout > a span { font-size: 14px; }
.simple-blog-callout > a strong { font-size: 11px; }
.simple-blog-source { margin: 0; padding: 20px 0 54px; color: var(--muted); font-size: 12px; }
.simple-blog-source a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.simple-empty { margin-top: 38px; padding: 95px 50px; border: 1px solid var(--forest); background: white; }
.simple-empty > p:last-child { color: var(--muted); }
@media (max-width: 1000px) {
  .simple-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
@media (max-width: 720px) {
  .simple-blog-hero { min-height: 505px; }
  .simple-blog-hero-overlay { background: linear-gradient(90deg, rgba(5,44,34,.94), rgba(5,44,34,.48)); }
  .simple-blog-hero-content { width: calc(100% - 38px); padding: 97px 0 70px; }
  .simple-blog-hero-content h1 { font-size: clamp(42px, 11.2vw, 58px); }
  .simple-blog-hero-content > p:not(.eyebrow) { font-size: 14px; }
  .simple-blog-container { width: calc(100% - 38px); padding-top: 68px; }
  .simple-blog-intro { grid-template-columns: 1fr; gap: 14px; padding-bottom: 22px; }
  .simple-blog-intro h2, .simple-list-heading h2 { font-size: 42px; }
  .simple-blog-intro > p { font-size: 12px; }
  .simple-featured-post { margin-top: 24px; }
  .simple-featured-post > a { grid-template-columns: 1fr; min-height: 0; }
  .simple-post-image--large { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--forest); }
  .simple-featured-copy { min-height: 285px; padding: 27px 23px; }
  .simple-featured-copy h2 { margin-top: 15px; font-size: 31px; }
  .simple-featured-excerpt { margin-top: 14px; font-size: 13px; }
  .simple-blog-list-section { margin-top: 72px; }
  .simple-list-heading { align-items: flex-start; flex-direction: column; gap: 13px; padding-bottom: 20px; }
  .simple-list-heading > a { padding-bottom: 0; font-size: 11px; }
  .simple-post-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 20px; }
  .simple-post-card > a { display: grid; grid-template-columns: 116px minmax(0, 1fr); min-height: 166px; }
  .simple-post-image--card { height: auto; min-height: 166px; }
  .simple-post-card-copy { min-height: 0; padding: 16px; }
  .simple-post-card-copy h3 { margin-top: 9px; font-size: 18px; }
  .simple-post-card-copy > p:not(.simple-post-meta) { display: none; }
  .simple-card-link { padding-top: 12px; font-size: 10px; }
  .simple-blog-callout { display: block; margin-top: 75px; padding: 34px 24px; }
  .simple-blog-callout h2 { font-size: 39px; }
  .simple-blog-callout > a { width: 100%; min-width: 0; box-sizing: border-box; margin-top: 25px; }
  .simple-blog-source { padding: 20px 0 39px; font-size: 11px; line-height: 1.65; }
}

.simple-post-image-fallback[hidden] { display: none; }
