/* 
  雪冷え日本酒と三陸の幸 LP CSS
  ターゲット: lp-blog/articles202607/yukibie-sake-sanriku.html
*/

.sake-pairing-article {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #333;
  line-height: 1.8;
  background-color: #fcfcfc;
  font-size: 1.1rem;
}

/* =========================================================
   2026 Editorial redesign — Sekinoichi summer sake journal
   ========================================================= */

:root {
  --sake-ink: #17242b;
  --sake-navy: #123246;
  --sake-navy-deep: #081f2c;
  --sake-blue: #315f76;
  --sake-ice: #dcebf0;
  --sake-paper: #f5f1e8;
  --sake-paper-light: #fbfaf6;
  --sake-white: #fff;
  --sake-gold: #ad8951;
  --sake-gold-text: #735a31;
  --sake-red: #7d352b;
  --sake-line: rgba(23, 36, 43, 0.16);
  --sake-shadow: 0 22px 70px rgba(8, 31, 44, 0.14);
  --sake-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --sake-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.sake-pairing-article {
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(173, 137, 81, 0.035) 1px, transparent 1px),
    var(--sake-paper-light);
  background-size: 72px 72px;
  color: var(--sake-ink);
  font-family: var(--sake-serif);
  font-size: 17px;
  line-height: 2;
}

.sake-pairing-article p,
.sake-pairing-article li {
  font-size: 1rem;
}

.sake-pairing-article a {
  color: var(--sake-navy);
  text-underline-offset: 0.25em;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.sake-pairing-article a:focus-visible,
.lp-header a:focus-visible {
  outline: 3px solid #d7aa53;
  outline-offset: 4px;
}

.lp-header .container {
  width: min(calc(100% - 40px), 1320px);
  max-width: none;
  gap: 24px;
}

.lp-header .header-logo {
  width: auto;
  max-width: 150px;
  height: 72px;
  object-fit: contain;
}

.lp-header .header-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 40px);
}

.lp-header .header-nav a,
.lp-header .header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-family: var(--sake-sans);
}

.lp-header .header-icons {
  flex: 0 0 auto;
}

@media screen and (max-width: 1180px) {
  .lp-header .header-icons {
    display: flex;
  }

  .lp-header .header-icons .header-icon {
    display: none;
  }

  .lp-header .header-icons .header-icon:last-child {
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .lp-header .container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    min-height: 68px;
  }

  .lp-header .header-logo {
    max-width: 112px;
    height: 54px;
  }

  .lp-header .header-nav {
    display: none;
  }

  .lp-header .header-icons {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #guide_bottom_wrap {
    overflow: hidden;
  }

  #guide_bottom {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    box-sizing: border-box;
    width: calc(100% - 32px) !important;
    max-width: 980px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #guide_bottom .guide_bottom_L,
  #guide_bottom .guide_bottom_C,
  #guide_bottom .guide_bottom_R,
  #guide_bottom .guide_bottom_BOX {
    float: none !important;
    width: auto !important;
    max-width: 100%;
  }

  #guide_bottom img {
    max-width: 100%;
    height: auto;
  }

  #footer_wrap {
    box-sizing: border-box;
    width: calc(100% - 32px) !important;
    max-width: 980px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  #footer_wrap #attention,
  #footer_wrap #copyright {
    box-sizing: border-box;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #guide_bottom {
    grid-template-columns: 1fr;
    width: calc(100% - 28px) !important;
  }

  #guide_bottom .guide_bottom_BOX {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #footer_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 28px) !important;
    text-align: center;
  }

  #footer_wrap #attention,
  #footer_wrap #copyright {
    float: none !important;
    width: 100% !important;
  }

  #footer_wrap #attention img {
    max-width: 100%;
    height: auto;
  }
}

.content-width {
  width: min(calc(100% - 48px), 920px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.narrow-width {
  width: min(calc(100% - 48px), 760px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.article-breadcrumb {
  width: min(calc(100% - 48px), 1240px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0 16px;
  color: #607079;
  font-family: var(--sake-sans);
  font-size: 0.75rem;
}

.sake-pairing-article .article-breadcrumb ol {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.article-breadcrumb li {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 0.75rem;
  white-space: nowrap;
}

.article-breadcrumb li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 0.65em;
  color: var(--sake-gold);
}

.article-hero {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 660px;
  margin: 0 0 96px;
  border-radius: 2px;
  background: var(--sake-navy-deep);
  box-shadow: var(--sake-shadow);
  isolation: isolate;
}

.article-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 19, 27, 0.9) 0%, rgba(4, 19, 27, 0.64) 42%, rgba(4, 19, 27, 0.08) 72%),
    linear-gradient(0deg, rgba(4, 19, 27, 0.55), transparent 45%);
}

.article-hero-copy {
  z-index: 2;
  align-self: end;
  width: min(58%, 720px);
  padding: 80px 76px 74px;
  color: var(--sake-white);
  text-align: left;
}

.article-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
  color: #d8c39d;
  font-family: var(--sake-sans);
  font-size: 0.82rem !important;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.article-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.article-hero h1 {
  margin: 0 0 28px;
  color: var(--sake-white);
  font-family: var(--sake-serif);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.28;
  text-wrap: balance;
}

.article-hero h1 span {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.7;
}

.article-lead {
  max-width: 560px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem !important;
  line-height: 1.9;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--sake-sans);
  font-size: 0.76rem !important;
  letter-spacing: 0.05em;
}

.article-hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.article-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-intro {
  position: relative;
  padding: 0 0 96px;
  background: transparent;
}

.intro-title {
  max-width: 760px;
  margin: 0 auto 50px;
  color: var(--sake-navy);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
  text-wrap: balance;
}

.article-intro .content-width > p:first-of-type {
  padding: 30px 36px;
  border-top: 1px solid var(--sake-gold);
  border-bottom: 1px solid var(--sake-gold);
  background: rgba(255, 255, 255, 0.56);
  color: var(--sake-navy-deep);
  font-weight: 500;
}

.article-summary {
  position: relative;
  margin: 64px 0 48px;
  padding: 36px 42px 34px;
  border: 0;
  border-top: 3px solid var(--sake-navy);
  border-radius: 0;
  background: var(--sake-white);
  box-shadow: 0 14px 40px rgba(8, 31, 44, 0.08);
}

.article-summary-title {
  margin-bottom: 18px;
  color: var(--sake-navy);
  font-family: var(--sake-sans);
  font-size: 0.85rem !important;
  letter-spacing: 0.14em;
}

.article-summary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 36px;
  padding: 0;
  list-style: none;
}

.article-summary li {
  position: relative;
  margin: 0;
  padding-left: 22px;
  font-family: var(--sake-sans);
  font-size: 0.92rem;
}

.article-summary li::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 9px;
  height: 1px;
  background: var(--sake-gold);
}

.article-toc {
  margin-top: 46px;
  padding: 38px 42px 30px;
  border: 1px solid var(--sake-line);
  border-radius: 0;
  background: rgba(245, 241, 232, 0.76);
  font-family: var(--sake-sans);
}

.article-toc-title {
  margin-bottom: 18px;
  color: var(--sake-gold);
  font-family: var(--sake-serif);
  font-size: 1.05rem !important;
  letter-spacing: 0.18em;
}

.article-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.article-toc li {
  counter-increment: toc;
  margin: 0;
  border-bottom: 1px solid var(--sake-line);
}

.article-toc a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 48px;
  padding: 13px 0;
  color: var(--sake-ink);
  line-height: 1.6;
}

.article-toc a::before {
  content: counter(toc, decimal-leading-zero);
  color: var(--sake-gold-text);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.article-toc a:hover {
  color: var(--sake-blue);
  opacity: 1;
}

.article-section {
  position: relative;
  padding: 112px 0;
}

.section-white {
  background: rgba(255, 255, 255, 0.86);
}

.section-ice {
  background: #eaf1f2;
}

.section-kinari {
  background: var(--sake-paper);
}

.section-deep-blue {
  background: var(--sake-navy-deep);
}

.article-section h2 {
  margin-bottom: 54px;
  padding-bottom: 28px;
  color: var(--sake-navy);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  text-wrap: balance;
}

.article-section h2::after {
  left: 0;
  width: 72px;
  height: 1px;
  transform: none;
  background: var(--sake-gold);
}

.section-figure {
  position: relative;
  margin: 0 -80px 56px;
  border-radius: 0;
  box-shadow: var(--sake-shadow);
}

.section-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.section-figure img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.temperature-grid {
  gap: 0;
  margin: 58px 0;
  border-top: 1px solid var(--sake-line);
  border-bottom: 1px solid var(--sake-line);
}

.temperature-card {
  padding: 42px 28px 36px;
  border: 0;
  border-right: 1px solid var(--sake-line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
}

.temperature-card:last-child {
  border-right: 0;
}

.temperature-card::before {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin: 0 auto 22px;
  background: var(--temperature-color, var(--sake-blue));
}

.temperature-snow { --temperature-color: #91bed0; }
.temperature-flower { --temperature-color: #c9959b; }
.temperature-cool { --temperature-color: #4f7d91; }

.temperature-degree {
  color: var(--sake-blue);
  font-family: var(--sake-sans);
  font-size: 0.86rem !important;
  letter-spacing: 0.08em;
}

.temperature-card h3 {
  color: var(--sake-navy-deep);
  font-size: 1.65rem;
  font-weight: 500;
}

.temperature-keyword {
  border: 1px solid var(--sake-line);
  border-radius: 0;
  background: transparent;
  color: #58666d;
  font-family: var(--sake-sans);
  font-size: 0.78rem !important;
}

.temperature-flow {
  gap: 28px;
  margin: 48px 0;
  padding: 34px;
  border: 1px solid rgba(49, 95, 118, 0.15);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.54);
}

.temperature-flow small {
  border-radius: 0;
  background: transparent;
}

.key-message,
.section-note,
.tasting-note {
  margin: 50px 0;
  padding: 32px 36px;
  border: 0;
  border-left: 2px solid var(--sake-gold);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 30px rgba(8, 31, 44, 0.06);
}

.key-message h3 {
  color: var(--sake-navy);
  font-size: 1.35rem;
  font-weight: 500;
}

.selection-grid {
  gap: 18px;
  margin: 64px 0;
}

.selection-card {
  min-height: 260px;
  padding: 52px 28px 30px;
  border-top: 1px solid var(--sake-navy);
  border-radius: 0;
  background: rgba(232, 241, 243, 0.56);
}

.selection-number {
  top: 16px;
  left: 28px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--sake-gold-text);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.selection-card h3 {
  color: var(--sake-navy);
  font-size: 1.2rem;
  font-weight: 500;
}

.pairing-notice {
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
}

.pairing-grid {
  gap: 22px;
  margin: 60px 0;
}

.pairing-card {
  border: 1px solid rgba(173, 137, 81, 0.3);
  border-radius: 0;
  background: var(--sake-paper-light);
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.pairing-card:hover {
  border-color: rgba(173, 137, 81, 0.75);
  background: #fff;
}

.pairing-card img {
  aspect-ratio: 5 / 4;
}

.pairing-card-body {
  padding: 28px 30px 32px;
}

.pairing-tag {
  border-radius: 0;
  background: transparent;
  color: var(--sake-gold-text);
  font-family: var(--sake-sans);
  font-size: 0.7rem !important;
  letter-spacing: 0.12em;
}

.pairing-card h3 {
  color: var(--sake-navy);
  font-weight: 500;
  line-height: 1.65;
}

.scene-grid {
  gap: 1px;
  margin: 56px 0;
  background: var(--sake-line);
}

.scene-grid article {
  padding: 36px 28px;
  border-radius: 0;
  background: var(--sake-white);
}

.scene-grid i {
  color: var(--sake-gold);
}

.sparkling-column {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  margin: 88px -80px;
  padding: 0;
  border-radius: 0;
  background: var(--sake-navy-deep);
  box-shadow: var(--sake-shadow);
}

.sparkling-column-image img {
  height: 100%;
  min-height: 640px;
  border-radius: 0;
  object-fit: cover;
}

.sparkling-column-body {
  align-self: center;
  padding: 56px 52px;
  color: rgba(255, 255, 255, 0.8);
}

.sparkling-column-body h3 {
  color: var(--sake-white);
  font-size: 1.75rem;
  font-weight: 500;
}

.sparkling-column .editorial-label {
  color: #d8c39d;
}

.product-showcase {
  margin-top: 100px;
  padding-top: 70px;
  border-top: 1px solid var(--sake-line);
}

.summer-sake-heading {
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}

.summer-sake-heading > p:not(.editorial-label) {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
}

.reservation-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  margin: 32px 0 24px;
  padding: 22px 26px;
  border: 1px solid #dbc89f;
  background: #fffaf0;
  color: var(--sake-navy-deep);
  text-align: left;
}

.reservation-label,
.product-status {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  background: var(--sake-red);
  color: #fff;
  font-family: var(--sake-sans);
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.reservation-notice strong {
  font-size: 1.02rem;
}

.reservation-notice p {
  margin: 6px 0 0 !important;
  color: #59636a;
  font-size: 0.84rem !important;
  line-height: 1.75;
}

.feature-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border-bottom: 1px solid var(--sake-navy);
  color: var(--sake-navy) !important;
  font-family: var(--sake-sans);
  font-weight: 700;
  text-decoration: none;
}

.feature-page-link::after {
  content: "→";
  margin-left: 12px;
  transition: transform 180ms ease;
}

.feature-page-link:hover::after {
  transform: translateX(4px);
}

.showcase-title {
  margin-bottom: 24px;
  color: var(--sake-navy);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
}

.product-group-title {
  margin: 0 0 28px;
  color: var(--sake-navy-deep);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 500;
}

.product-group-title span {
  margin-right: 10px;
  color: var(--sake-gold-text);
  font-family: var(--sake-sans);
  font-size: 0.72em;
  letter-spacing: 0.1em;
}

.standard-sake-intro {
  max-width: 760px;
  margin: 96px 0 36px;
}

.standard-sake-intro p:last-child {
  margin-bottom: 0;
}

.product-grid {
  gap: 18px;
}

.product-card {
  padding: 0;
  border: 1px solid var(--sake-line);
  border-radius: 0;
  background: var(--sake-white);
  box-shadow: none;
  text-align: left;
}

.product-card:hover {
  box-shadow: 0 20px 45px rgba(8, 31, 44, 0.12);
}

.product-link {
  display: flex;
  flex-direction: column;
}

.product-image {
  min-height: 300px;
  padding: 26px;
  background: #f7f4ee;
}

.product-card img {
  max-width: 190px;
  margin: 0 auto;
}

.product-info {
  height: auto;
  flex: 1;
  padding: 28px;
}

.product-category {
  color: var(--sake-gold-text);
  font-size: 0.72rem !important;
  letter-spacing: 0.1em;
}

.product-status {
  margin-bottom: 14px !important;
}

.product-status-stock {
  background: var(--sake-navy);
}

.product-card h4 {
  color: var(--sake-navy-deep);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.7;
}

.product-price {
  color: var(--sake-red);
  font-family: var(--sake-sans);
  font-size: 0.92rem !important;
}

.product-desc {
  margin-bottom: 28px !important;
  color: #4d5b61;
  font-size: 0.9rem !important;
  line-height: 1.85;
}

.btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border: 0;
  border-top: 1px solid var(--sake-line);
  border-radius: 0;
  color: var(--sake-navy);
  font-family: var(--sake-sans);
  text-align: center;
}

.product-card:hover .btn-detail {
  background: var(--sake-navy-deep);
  color: #fff;
}

.sake-choice-guide {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) 1.28fr;
  gap: 54px;
  margin-top: 72px;
  padding: 42px 46px;
  border: 1px solid var(--sake-line);
  background: var(--sake-paper);
}

.sake-choice-guide h4 {
  margin: 0;
  color: var(--sake-navy-deep);
  font-size: 1.45rem;
  font-weight: 500;
}

.sake-choice-guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sake-choice-guide li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sake-line);
  font-family: var(--sake-sans);
  font-size: 0.88rem;
}

.sake-choice-guide li:first-child {
  border-top: 1px solid var(--sake-line);
}

.sake-choice-guide li span {
  color: var(--sake-gold-text);
  font-weight: 700;
}

.step-list {
  margin: 56px 0;
  counter-reset: step;
}

.step-list li {
  position: relative;
  margin: 0;
  padding: 30px 24px 30px 110px;
  border-bottom: 1px solid var(--sake-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.step-list li:first-child {
  border-top: 1px solid var(--sake-line);
}

.step-number {
  position: absolute;
  top: 34px;
  left: 0;
  width: 84px;
  color: var(--sake-gold-text);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.faq-list details {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--sake-line);
  border-radius: 0;
  background: transparent;
}

.faq-list details:first-child {
  border-top: 1px solid var(--sake-line);
}

.faq-list summary {
  min-height: 60px;
  padding: 24px 56px 24px 0;
  color: var(--sake-navy-deep);
  font-weight: 500;
  line-height: 1.7;
}

.faq-list summary::after {
  right: 12px;
  color: var(--sake-gold);
  font-family: var(--sake-sans);
  font-weight: 400;
}

.faq-list summary:focus-visible {
  outline: 3px solid #d7aa53;
  outline-offset: 4px;
}

.faq-list div {
  padding: 0 48px 26px 0;
}

.faq-list div p {
  border-top: 0;
}

.official-note {
  width: min(calc(100% - 48px), 760px);
  max-width: none;
  margin: 80px auto;
  padding: 34px 40px;
  border-left: 2px solid var(--sake-gold);
  background: var(--sake-paper);
  font-family: var(--sake-sans);
}

.final-cta-section {
  padding: 112px 24px;
  background: var(--sake-navy-deep);
}

.final-cta-inner {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.final-cta-inner > p:not(.editorial-label):not(.alcohol-note) {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.final-cta-section h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 500;
}

.article-button {
  min-height: 52px;
  padding: 14px 34px;
  border-radius: 0;
  font-family: var(--sake-sans);
  letter-spacing: 0.04em;
}

.article-button-light {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff !important;
}

.article-button-light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--sake-navy-deep) !important;
}

.article-button-primary {
  border: 1px solid #fff;
  background: #fff;
  color: var(--sake-navy-deep) !important;
}

.article-button-primary:hover {
  background: #e8d7b7;
}

@media (max-width: 720px) {
  .summer-sake-heading {
    text-align: left;
  }

  .reservation-notice,
  .sake-choice-guide {
    grid-template-columns: 1fr;
  }

  .reservation-notice {
    gap: 14px;
    padding: 20px;
  }

  .feature-page-link {
    width: 100%;
    border: 1px solid var(--sake-navy);
    text-align: center;
  }

  .standard-sake-intro {
    margin-top: 72px;
  }

  .sake-choice-guide {
    gap: 26px;
    padding: 30px 22px;
  }

  .sake-choice-guide li {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .final-cta-section {
    padding: 80px 20px;
  }

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

/* 2026 summer editorial finish: article-specific ornament and flatter composition. */
.sake-pairing-article .editorial-label {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--sake-gold);
  color: var(--sake-gold-text);
  font-family: var(--sake-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.temperature-story {
  margin: 44px 0 54px;
  padding: 24px 30px 18px;
  border-top: 1px solid rgba(16, 62, 78, 0.24);
  border-bottom: 1px solid rgba(16, 62, 78, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.temperature-story-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.temperature-story-svg path,
.temperature-story-svg circle {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.temperature-axis { stroke: #d8e4e6; stroke-width: 8; }
.temperature-fill { stroke: var(--sake-gold); stroke-width: 2.5; }
.temperature-medallion { stroke-width: 1.5; }
.medallion-snow { fill: #f2f8f9 !important; stroke: #b9d5dc; }
.medallion-flower { fill: #fcf3f0 !important; stroke: #e5c2bc; }
.medallion-cool { fill: #f3f7f4 !important; stroke: #bfd0c6; }
.ice-mark { stroke: #438ca4; stroke-width: 2.8; }
.flower-mark { stroke: #ad5147; stroke-width: 2.7; }
.flower-mark circle { fill: #d2a45e !important; stroke: #ad5147; stroke-width: 2; }
.cool-mark { stroke: #226e84; stroke-width: 2.7; }
.temperature-tick { stroke: var(--sake-gold-text); stroke-width: 2; }

.temperature-story figcaption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4px;
  color: var(--sake-blue);
  font-family: var(--sake-sans);
  font-size: 0.88rem;
  text-align: center;
}

.temperature-story figcaption span + span {
  border-left: 1px solid rgba(16, 62, 78, 0.18);
}

.temperature-story figcaption b {
  display: block;
  margin-bottom: 3px;
  color: var(--sake-navy);
  font-size: 1rem;
}

.sanriku-coast-svg {
  display: block;
  width: min(100%, 900px);
  height: auto;
  margin: -18px auto 34px;
}

.sanriku-coast-svg path,
.ichinoseki-water-svg path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coast-horizon { stroke: rgba(215, 234, 238, 0.56); stroke-width: 3; }
.coast-wave { stroke: #79afbd; stroke-width: 5; }
.coast-gold { stroke: #d7b36d; stroke-width: 3; }

.sake-pairing-article #sanriku-pairing h2 {
  color: #fffaf0 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.sake-pairing-article #sanriku-pairing .pairing-notice,
.sake-pairing-article #sanriku-pairing .pairing-notice p {
  color: #edf6f5 !important;
}

.sake-pairing-article #sanriku-pairing .pairing-notice {
  border-color: rgba(215, 234, 238, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.ichinoseki-water-svg {
  display: block;
  width: min(100%, 900px);
  height: auto;
  margin: -12px auto 34px;
  overflow: visible;
}

.ichinoseki-water-svg .water-landscape,
.ichinoseki-water-svg .water-landscape path {
  fill: none !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ichinoseki-water-svg .water-mountain-back { stroke: #9cb4a7; stroke-width: 3; }
.ichinoseki-water-svg .water-mountain-front { stroke: #315f76; stroke-width: 4; }
.ichinoseki-water-svg .water-stratum { stroke: rgba(173, 137, 81, 0.62); stroke-width: 2; }
.ichinoseki-water-svg .water-flow { stroke: #75aabd; stroke-width: 3; stroke-dasharray: 4 9; }
.ichinoseki-water-svg .water-ripple { stroke: #28768f; stroke-width: 3; }
.ichinoseki-water-svg .water-source { fill: rgba(190, 220, 228, 0.34) !important; stroke: #28768f; stroke-width: 3; }
.ichinoseki-water-svg .sake-cup { stroke: #735a31; stroke-width: 3; }

.sake-pairing-article .selection-grid,
.sake-pairing-article .scene-grid {
  gap: 0;
  border-top: 1px solid rgba(16, 62, 78, 0.22);
  border-bottom: 1px solid rgba(16, 62, 78, 0.22);
}

.sake-pairing-article .selection-card,
.sake-pairing-article .scene-grid article {
  min-height: 0;
  padding: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sake-pairing-article .selection-card + .selection-card,
.sake-pairing-article .scene-grid article + article {
  border-left: 1px solid rgba(16, 62, 78, 0.18);
}

.sake-pairing-article .scene-grid i { display: none; }

.sake-pairing-article .scene-grid h3::before {
  content: "◯";
  display: block;
  margin-bottom: 10px;
  color: var(--sake-gold-text);
  font-family: var(--sake-sans);
  font-size: 0.74rem;
  letter-spacing: 0;
}

.sake-pairing-article .pairing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sake-pairing-article .pairing-card { border-radius: 0; box-shadow: none; }
.sake-pairing-article .pairing-card:hover { transform: none; box-shadow: none; }
.sake-pairing-article .pairing-card img { aspect-ratio: 4 / 3; object-fit: cover; }

.sake-pairing-article .key-message,
.sake-pairing-article .pairing-notice,
.sake-pairing-article .official-note {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.sake-pairing-article .product-card,
.sake-pairing-article .section-figure,
.sake-pairing-article .sparkling-column {
  border-radius: 0;
  box-shadow: none;
}

.sake-pairing-article .product-card:hover { transform: none; box-shadow: none; border-color: var(--sake-gold); }

.sake-pairing-article .sake-social-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  width: min(calc(100% - 40px), 1080px);
  margin: 72px auto;
  padding: 0;
  clear: both !important;
  float: none !important;
  box-sizing: border-box;
  border-top: 1px solid rgba(16, 62, 78, 0.24);
  border-bottom: 1px solid rgba(16, 62, 78, 0.24);
}

.sake-pairing-article .sake-social-grid .social-block {
  display: block !important;
  width: auto !important;
  max-width: none;
  min-width: 0;
  margin: 0 !important;
  padding: 34px;
  float: none !important;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}

.sake-pairing-article .sake-social-grid .social-block + .social-block { border-left: 1px solid rgba(16, 62, 78, 0.18); }
.sake-pairing-article .sake-social-grid h3 { margin: 0 0 10px; color: var(--sake-navy); font-family: var(--sake-sans); font-size: 1.16rem; letter-spacing: 0.04em; }
.sake-pairing-article .sake-social-grid p { margin: 0 0 22px; color: var(--sake-blue); font-size: 0.94rem; }
.sake-pairing-article .sake-social-grid a { color: var(--sake-navy); text-decoration: none; }
.sake-pairing-article .sake-social-grid img { display: block; width: auto; max-width: 100%; height: auto; margin: 0; float: none; }
.sake-pairing-article .sake-social-grid .line-official-section img { width: 100%; }
.sake-pairing-article .sake-social-grid .instagram-section a { display: flex; align-items: center; gap: 18px; }
.sake-pairing-article .sake-social-grid .instagram-section img { width: 92px; max-width: 92px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.sake-pairing-article .sake-social-grid .instagram-section strong { border-bottom: 1px solid var(--sake-gold); padding-bottom: 4px; }

.sake-pairing-article .related-article-card { border-radius: 0; box-shadow: none; }
.sake-pairing-article .related-article-card:hover { transform: none; box-shadow: none; border-color: var(--sake-gold); }

@supports (animation-timeline: view()) {
  .temperature-fill,
  .sanriku-coast-svg path,
  .ichinoseki-water-svg path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: yukibie-line-draw 1ms linear both;
    animation-timeline: view();
    animation-range: entry 8% cover 40%;
  }
}

@keyframes yukibie-line-draw { to { stroke-dashoffset: 0; } }

@media (max-width: 767px) {
  .temperature-story { margin: 32px -4px 42px; padding: 16px 10px 14px; }
  .temperature-story figcaption { font-size: 0.72rem; }
  .temperature-story figcaption b { font-size: 0.88rem; }
  .sanriku-coast-svg { margin-top: -8px; margin-bottom: 24px; }
  .ichinoseki-water-svg { width: 100%; margin-bottom: 24px; }
  .sake-pairing-article .selection-grid,
  .sake-pairing-article .scene-grid,
  .sake-pairing-article .pairing-grid,
  .sake-pairing-article .sake-social-grid { grid-template-columns: 1fr !important; }
  .sake-pairing-article .selection-card,
  .sake-pairing-article .scene-grid article { padding: 25px 8px; }
  .sake-pairing-article .selection-card + .selection-card,
  .sake-pairing-article .scene-grid article + article,
  .sake-pairing-article .sake-social-grid .social-block + .social-block { border-left: 0; border-top: 1px solid rgba(16, 62, 78, 0.18); }
  .sake-pairing-article .sake-social-grid { width: min(calc(100% - 28px), 1080px); margin: 48px auto; }
  .sake-pairing-article .sake-social-grid .social-block { padding: 26px 20px; }
}

/* Drinking occasions: compact editorial triptych with meaningful line drawings. */
.sake-pairing-article #sekinoichi-taste .scene-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 54px 0 72px;
  border-top: 1px solid var(--sake-line);
  border-bottom: 1px solid var(--sake-line);
  background: #fff;
}

.sake-pairing-article #sekinoichi-taste .scene-grid article {
  display: flex !important;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 34px 28px 36px !important;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}

.sake-pairing-article #sekinoichi-taste .scene-grid article + article {
  border-top: 0;
  border-left: 1px solid var(--sake-line);
}

.sake-pairing-article #sekinoichi-taste .scene-mark {
  display: block;
  width: 72px;
  height: auto;
  margin: 0 0 25px;
  overflow: visible;
}

.sake-pairing-article #sekinoichi-taste .scene-mark path {
  fill: none !important;
  stroke: var(--sake-gold-text);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sake-pairing-article #sekinoichi-taste .scene-grid h3 {
  margin: 0 0 15px;
  color: var(--sake-navy-deep);
  font-size: 1.22rem;
  line-height: 1.5;
}

.sake-pairing-article #sekinoichi-taste .scene-grid h3::before {
  content: none;
}

.sake-pairing-article #sekinoichi-taste .scene-grid p {
  margin: 0;
  color: #46575f;
  font-size: 0.92rem;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .sake-pairing-article #sekinoichi-taste .scene-grid {
    grid-template-columns: 1fr !important;
    margin: 40px 0 54px;
  }

  .sake-pairing-article #sekinoichi-taste .scene-grid article {
    min-height: 0;
    padding: 28px 22px 30px !important;
  }

  .sake-pairing-article #sekinoichi-taste .scene-grid article + article {
    border-top: 1px solid var(--sake-line);
    border-left: 0;
  }

  .sake-pairing-article #sekinoichi-taste .scene-mark {
    width: 64px;
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .article-hero {
    min-height: 650px;
  }

  .article-hero-copy {
    width: 68%;
    padding: 64px 52px 54px;
  }

  .section-figure,
  .sparkling-column {
    margin-right: -36px;
    margin-left: -36px;
  }

  .sparkling-column-body {
    padding: 42px 36px;
  }
}

@media screen and (max-width: 767px) {
  html {
    scroll-behavior: auto;
  }

  .sake-pairing-article {
    font-size: 16px;
    line-height: 1.9;
  }

  .content-width,
  .narrow-width,
  .article-breadcrumb,
  .official-note {
    width: calc(100% - 36px);
  }

  .article-breadcrumb {
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .article-breadcrumb ol {
    flex-wrap: nowrap;
  }

  .article-breadcrumb li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article-hero {
    width: 100%;
    min-height: min(760px, calc(100svh - 68px));
    margin: 0 0 70px;
    border-radius: 0;
    box-shadow: none;
  }

  .article-hero::after {
    background: linear-gradient(0deg, rgba(3, 17, 24, 0.96) 0%, rgba(3, 17, 24, 0.72) 38%, rgba(3, 17, 24, 0.08) 72%);
  }

  .article-hero-copy {
    align-self: end;
    width: 100%;
    padding: 44px 22px 34px;
  }

  .article-kicker {
    margin-bottom: 18px;
    font-size: 0.72rem !important;
  }

  .article-kicker::before {
    width: 28px;
  }

  .article-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.25;
  }

  .article-hero h1 span {
    margin-top: 12px;
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .article-lead {
    margin-bottom: 24px;
    font-size: 0.92rem !important;
  }

  .article-lead br {
    display: none;
  }

  .article-hero-visual img {
    object-position: center;
  }

  .article-intro {
    padding-bottom: 64px;
  }

  .intro-title {
    margin-bottom: 32px;
    font-size: 1.5rem;
    text-align: left;
  }

  .article-intro .content-width > p:first-of-type {
    padding: 24px 18px;
  }

  .article-summary {
    margin: 42px 0 34px;
    padding: 28px 24px 24px;
  }

  .article-summary ul,
  .article-toc ol {
    grid-template-columns: 1fr;
  }

  .article-toc {
    margin-top: 34px;
    padding: 28px 22px 18px;
  }

  .article-toc a {
    min-height: 52px;
    padding: 14px 0;
  }

  .article-section {
    padding: 72px 0;
  }

  .article-section h2 {
    margin-bottom: 36px;
    padding-bottom: 20px;
    font-size: 1.55rem;
    line-height: 1.6;
  }

  .section-figure,
  .sparkling-column {
    margin-right: -18px;
    margin-left: -18px;
  }

  .section-figure {
    margin-bottom: 36px;
    box-shadow: 0 14px 36px rgba(8, 31, 44, 0.14);
  }

  .section-figure img {
    min-height: 240px;
    max-height: 420px;
    object-fit: cover;
  }

  .temperature-grid {
    display: block;
    margin: 42px 0;
  }

  .temperature-card {
    padding: 32px 22px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--sake-line);
  }

  .temperature-card:last-child {
    border-bottom: 0;
  }

  .temperature-flow {
    padding: 28px 20px;
  }

  .key-message,
  .section-note,
  .tasting-note {
    margin: 38px 0;
    padding: 26px 22px;
  }

  .selection-grid,
  .pairing-grid,
  .scene-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .selection-card {
    min-height: 0;
  }

  .pairing-grid {
    gap: 18px;
  }

  .pairing-card:hover {
    transform: none;
  }

  .pairing-card-body {
    padding: 24px 22px 26px;
  }

  .sparkling-column {
    grid-template-columns: 1fr;
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .sparkling-column-image img {
    min-height: 300px;
    max-height: 440px;
  }

  .sparkling-column-body {
    padding: 34px 24px 38px;
  }

  .product-showcase {
    margin-top: 68px;
    padding-top: 50px;
  }

  .product-image {
    min-height: 250px;
  }

  .product-info {
    padding: 24px 22px 26px;
  }

  .step-list li {
    padding: 26px 0 26px 62px;
  }

  .step-number {
    top: 30px;
    width: 52px;
  }

  .faq-list summary {
    padding: 21px 48px 21px 0;
    font-size: 0.95rem;
  }

  .faq-list div {
    padding: 0 0 22px;
  }

  .official-note {
    margin: 54px auto;
    padding: 26px 24px;
  }

  .final-cta-section {
    padding: 80px 20px;
  }

  .final-cta-buttons {
    gap: 12px;
  }

  .final-cta-buttons .article-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes editorial-reveal {
  from {
    opacity: 0.01;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@supports (animation-timeline: view()) {
  .article-section h2,
  .article-section .section-figure,
  .article-section .key-message,
  .article-section .temperature-grid,
  .article-section .selection-grid,
  .article-section .pairing-grid,
  .article-section .sparkling-column,
  .article-section .product-showcase,
  .article-section .step-list,
  .article-section .faq-list {
    animation-name: editorial-reveal;
    animation-duration: 1ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-timeline: view();
    animation-range: entry 4% cover 24%;
  }
}


/* Final CTA overrides: keep contrast and line breaks stable against legacy EC styles. */
.sake-pairing-article .final-cta-section .final-cta-inner {
  width: min(calc(100% - 32px), 960px);
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sake-pairing-article .final-cta-section #final-cta-title {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.55;
  text-wrap: balance;
}

.sake-pairing-article .final-cta-section #final-cta-title span {
  display: inline-block;
  white-space: nowrap;
}

.sake-pairing-article .final-cta-section .article-button-primary,
.sake-pairing-article .final-cta-section .article-button-primary:visited {
  border-color: #fff;
  background: #fff;
  color: #082532 !important;
}

.sake-pairing-article .final-cta-section .article-button-light,
.sake-pairing-article .final-cta-section .article-button-light:visited {
  border-color: rgba(255, 255, 255, 0.82);
  background: transparent;
  color: #fff !important;
}

.sake-pairing-article .final-cta-section .article-button-primary:hover,
.sake-pairing-article .final-cta-section .article-button-primary:focus-visible {
  background: #ead9b8;
  color: #082532 !important;
}

.sake-pairing-article .final-cta-section .article-button-light:hover,
.sake-pairing-article .final-cta-section .article-button-light:focus-visible {
  background: #fff;
  color: #082532 !important;
}

@media (max-width: 720px) {
  .sake-pairing-article .final-cta-section #final-cta-title span {
    display: block;
    white-space: normal;
  }
}

/* Stable catalogue grids: override legacy EC layout rules loaded on the same page. */
.sake-pairing-article #sanriku-pairing .pairing-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.sake-pairing-article #sanriku-pairing .pairing-card {
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

.sake-pairing-article #sanriku-pairing .pairing-card > img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.sake-pairing-article #sanriku-pairing .pairing-card-body {
  width: auto !important;
  flex: 1;
  box-sizing: border-box;
}

.sake-pairing-article .product-showcase .product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.sake-pairing-article .product-showcase .product-card,
.sake-pairing-article .product-showcase .product-link {
  min-width: 0;
  height: 100%;
}

.sake-pairing-article .product-showcase .product-name {
  color: var(--sake-navy-deep);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .sake-pairing-article #sanriku-pairing .pairing-grid,
  .sake-pairing-article .product-showcase .product-grid {
    grid-template-columns: 1fr !important;
  }
}
