@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #75d2df;
  --blue-light: #e6f8fb;
  --green: #a8e5a0;
  --orange: #ff9f7c;
  --red: #ff5960;
  --yellow: #fac31d;
  --text: #4f4e4e;
  --line: #222;
  --paper: #fffdf5;
  --max: 1040px;
  --motion-duration: 880ms;
  --motion-ease: cubic-bezier(.16, 1, .3, 1);
}

.page-main,
.archive-main,
.single-main {
  padding-top: 0;
}

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 120px 24px 70px;
}

.page-hero h1 {
  margin: 0 0 18px;
  padding-top: 18px;
  border-top: 1px solid #222;
  color: #111;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.25;
}

.page-hero > p:not(.ghost-heading) {
  max-width: 760px;
  margin: 0;
}

.visual-page-hero {
  position: relative;
  min-height: clamp(290px, 28vw, 390px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 88px;
  padding: 190px 24px 82px;
  overflow: hidden;
  background:
    linear-gradient(rgba(117,210,223,.62), rgba(117,210,223,.62)),
    var(--page-hero-image, url('../images/hero-10-deer-water.jpg')) center 56% / cover;
  color: #fff;
  text-align: center;
}

.visual-page-hero--about { background-position: center 45%; }
.visual-page-hero--service { background-position: center 42%; }
.visual-page-hero--contents {
  min-height: clamp(260px, 23vw, 340px);
  margin-top: 0;
  margin-bottom: 68px;
  padding-top: 158px;
  padding-bottom: 70px;
  background-position: 50% 48%;
}
.visual-page-hero--news { background-position: center 46%; }
.visual-page-hero--contact { background-position: center 45%; }
.visual-page-hero--recruit {
  min-height: clamp(430px, 42vw, 620px);
  background:
    linear-gradient(rgba(117,210,223,.62), rgba(117,210,223,.62)),
    var(--page-hero-image, url('../images/hero-09-field.jpg')) center 38% / cover;
}

.visual-page-hero-inner {
  position: relative;
  z-index: 1;
}

.visual-page-hero-kicker {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-shadow: 0 2px 18px rgba(0,0,0,.18);
}

.visual-page-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(23px, 2.8vw, 34px);
  line-height: 1.35;
  letter-spacing: .05em;
  text-shadow: 0 2px 15px rgba(0,0,0,.16);
}

.visual-page-hero-sub {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: .08em;
  text-shadow: 0 2px 15px rgba(0,0,0,.16);
}

.content-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 100px;
}

.content-block {
  margin: 0 0 70px;
}

.content-block h2,
.wp-content h2 {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid #222;
  color: #111;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
}

.content-block h3,
.wp-content h3 {
  color: #111;
  line-height: 1.45;
}

.feature-grid,
.post-grid,
.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.feature-grid.three-up,
.post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article,
.post-card,
.product-detail-grid article,
.buy-panel,
.contact-summary,
.contact-form-panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0,0,0,.05);
}

.feature-grid article,
.product-detail-grid article,
.buy-panel,
.contact-summary,
.contact-form-panel {
  padding: 28px;
}

.numbered-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px 18px;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  color: #111;
  font-weight: 700;
}

.post-card {
  overflow: hidden;
}

.post-card-link {
  display: grid;
  height: 100%;
}

.post-card-thumb {
  margin: 0;
  background: #f2f2f2;
}

.post-card-image,
.post-card-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.post-card-body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
}

.post-card-category {
  margin: 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.post-card-title {
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.55;
}

.post-card-body p {
  margin: 0;
  font-size: 13px;
}

.single-post {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 24px 100px;
}

.single-hero h1 {
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.35;
}

.single-thumb {
  margin: 38px 0 50px;
}

.single-thumb img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.wp-content {
  color: #333;
}

.wp-content p,
.wp-content ul,
.wp-content ol {
  margin: 0 0 1.4em;
}

.wp-content img {
  height: auto;
  margin: 32px auto;
}

.wp-content table,
.info-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.wp-content th,
.wp-content td,
.info-table th,
.info-table td {
  border: 1px solid #d8d8d8;
  padding: 14px 16px;
  vertical-align: top;
}

.info-table th {
  width: 28%;
  background: #f4f4f4;
  color: #111;
  text-align: left;
}

.single-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

.single-nav div {
  display: flex;
  gap: 14px;
}

.pagination-nav {
  margin-top: 48px;
  text-align: center;
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.sakewo-form {
  display: grid;
  gap: 18px;
}

.sakewo-form label,
.sakewo-form fieldset {
  display: grid;
  gap: 7px;
  margin: 0;
}

.sakewo-form input[type="text"],
.sakewo-form input[type="email"],
.sakewo-form input[type="tel"],
.sakewo-form textarea {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 12px 13px;
  font: inherit;
}

.sakewo-form fieldset {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px;
}

.sakewo-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.form-note,
.form-alert {
  margin: 0;
  font-size: 13px;
}

.form-alert {
  padding: 12px;
  border: 1px solid #ffd0d0;
  background: #fff5f5;
  color: #a30000;
}

.check-list {
  display: grid;
  gap: 10px;
  padding-left: 1.2em;
}

.product-detail-grid article img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin-bottom: 18px;
  background: var(--blue-light);
}

.buy-panel {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sitemap-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 0;
  padding-left: 1.2em;
}

@media (max-width: 900px) {
  .page-main,
  .archive-main,
  .single-main {
    padding-top: 0;
  }

  .page-hero {
    padding: 66px 16px 42px;
  }

  .content-layout,
  .single-post {
    padding: 0 16px 70px;
  }

  .single-post {
    padding-top: 66px;
  }

  .feature-grid,
  .feature-grid.three-up,
  .post-grid,
  .product-detail-grid,
  .numbered-list,
  .contact-layout,
  .sitemap-list ul {
    grid-template-columns: 1fr;
  }

  .single-nav,
  .buy-panel {
    display: grid;
  }

  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 80px;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 30px);
  padding: 0 clamp(14px, 1.8vw, 28px) 0 8px;
  background: rgba(255,255,255,.53);
}
.brand img { width: 125px; height: 125px; object-fit: contain; }
.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.35vw, 24px);
  min-width: 0;
  font-size: clamp(12px, .88vw, 15px);
  font-weight: 500;
}
.site-nav a { white-space: nowrap; }
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.has-dropdown > a::after {
  content: "⌄";
  display: inline-block;
  margin-left: 10px;
  color: #111;
  font-weight: 700;
}
.subnav {
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  width: 300px;
  padding: 28px 30px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 42px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%, 10px, 0);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.nav-item:hover .subnav,
.nav-item:focus-within .subnav {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}
.subnav a {
  display: block;
  padding: 13px 0;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
}
.subnav a + a {
  border-top: 1px solid rgba(34,34,34,.08);
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 42px;
  border-radius: 24px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.pill-blue { background: var(--blue); }
.pill-red { background: var(--red); }
.pill-orange { background: var(--orange); }
.header-phone, .menu-toggle, .menu-close { display: none; }

@media (min-width: 901px) and (max-width: 1240px) {
  .brand img {
    width: 104px;
    height: 104px;
  }
  .site-nav {
    gap: 13px;
    font-size: 12px;
  }
  .site-nav .pill {
    min-width: 104px;
    min-height: 38px;
  }
}

/* Iteration24 final override: this block must stay at the end of the stylesheet. */
.visual-page-hero:not(.visual-page-hero--recruit):not(.visual-page-hero--contents) {
  min-height: 308px;
  margin: 80px 0 88px;
  padding: 82px 24px 72px;
}
.visual-page-hero--about { background-position: center 48%; }
.visual-page-hero--service { background-position: center 48%; }
.visual-page-hero--product { background-position: center 50%; }
.visual-page-hero--recruit {
  min-height: 464px;
  margin: 80px 0 0;
  padding: 0 24px;
  background:
    linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)),
    var(--page-hero-image, url('../images/hero-09-field.jpg')) center 50% / cover;
}
.visual-page-hero--recruit .visual-page-hero-kicker,
.visual-page-hero--recruit .visual-page-hero-sub {
  display: none;
}
.visual-page-hero--recruit h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.45;
}

.products-intro {
  padding-top: 96px;
  padding-bottom: 104px;
}
.products-intro .split {
  grid-template-columns: minmax(320px, 420px) minmax(360px, 520px);
  justify-content: center;
  gap: 72px;
}
.products-intro .copy-block {
  justify-self: start;
}
.products-intro .product-main {
  width: min(100%, 520px);
  justify-self: end;
}

.section.service:not(.service-page-overview) {
  grid-template-columns: minmax(300px, 360px) minmax(340px, 420px);
  justify-content: center;
  width: min(920px, calc(100% - 56px));
  gap: 54px 48px;
  padding-top: 112px;
  padding-bottom: 96px;
}
.section.service:not(.service-page-overview) .section-title-left {
  justify-self: center;
  width: min(100%, 340px);
  text-align: center;
}
.section.service:not(.service-page-overview) .service-card {
  min-height: 0;
  padding: 0 28px 28px;
  border-radius: 0;
}
.section.service:not(.service-page-overview) .service-card img {
  height: 224px;
}
.section.service:not(.service-page-overview) .service-card.featured img {
  height: 214px;
  object-fit: contain;
  background: #fff;
}

.works {
  width: min(1040px, calc(100% - 56px));
  max-width: none;
  padding-top: 98px;
  padding-right: 0;
  padding-left: 0;
}
.works .wide-title,
.works .card-grid.three {
  max-width: 1040px;
}
.works .wide-title {
  margin-bottom: 56px;
}
.works .card-grid.three {
  gap: 38px;
}

.product-strip {
  position: relative;
  grid-template-columns: minmax(0, 1040px);
  gap: 0;
  padding-top: 92px;
  padding-bottom: 98px;
}
.product-row {
  width: min(1040px, 100%);
  gap: clamp(28px, 4vw, 58px);
  justify-content: space-between;
}
.product-row img {
  width: clamp(132px, 12vw, 190px);
}
.product-label {
  position: absolute;
  top: 50%;
  right: max(48px, calc((100vw - 1180px) / 2));
  width: min(330px, 24vw);
  transform: translateY(-50%);
  padding: 16px 0;
  background: rgba(230,248,251,.78);
}

.product-page .product-story-list {
  padding-top: 0;
}
.product-page .product-story-row {
  grid-template-columns: minmax(0, 495px) minmax(0, 430px);
  justify-content: center;
  gap: 56px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.product-page .product-story-row figure {
  padding: 44px;
  background: var(--blue-light);
}
.product-page .product-story-row.is-reverse {
  grid-template-columns: minmax(0, 430px) minmax(0, 495px);
}

.dashi-hero {
  min-height: 464px;
  margin-top: 80px;
  padding: 0 24px;
  align-items: flex-end;
  background:
    linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,.02)),
    var(--dashi-hero) center 50% / cover;
}
.dashi-hero img {
  width: min(360px, 40vw);
  max-height: 270px;
  transform: translateY(56px);
}
.dashi-intro {
  padding: 128px 24px 112px;
}
.dashi-intro h1 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.45;
}
.dashi-intro p {
  max-width: 760px;
  margin-top: 28px;
  text-align: center;
}
.dashi-story,
.dashi-story figure {
  min-height: 558px;
}

.media-band h2 {
  max-width: min(100%, 980px);
  background: rgba(255,255,255,.82);
  color: #333;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
  white-space: normal;
}

.access + .contact-faq,
.contact-faq {
  width: min(1040px, calc(100% - 96px));
  min-height: 382px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  padding: 72px 40px 68px;
}
.contact-faq::before {
  inset: 0 50% 0 0;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
}
.contact-faq::after {
  top: 134px;
  right: 40px;
  left: 40px;
}
.contact-panel,
.faq-panel {
  min-height: 232px;
  padding: 0 34px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.contact-panel .section-en,
.faq-panel .section-en {
  margin-bottom: 50px;
}

.shoplist-hero {
  min-height: 380px;
  margin-top: 80px;
  background:
    linear-gradient(rgba(117,210,223,.64), rgba(117,210,223,.64)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/06/dasi1.jpg") center 58% / cover no-repeat;
}
.shoplist-region-line {
  grid-template-columns: 150px minmax(0, 1fr);
}
.shoplist-region-line-body {
  border-top-width: 2px;
}

@media (max-width: 900px) {
  .visual-page-hero:not(.visual-page-hero--recruit):not(.visual-page-hero--contents) {
    min-height: 250px;
    margin-top: 54px;
    padding: 92px 18px 62px;
  }
  .visual-page-hero--recruit {
    min-height: 360px;
    margin-top: 54px;
    padding: 0 20px;
  }
  .products-intro .split,
  .section.service:not(.service-page-overview),
  .product-page .product-story-row,
  .product-page .product-story-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .section.service:not(.service-page-overview) {
    width: min(520px, calc(100% - 28px));
    padding-top: 72px;
    padding-bottom: 78px;
  }
  .product-strip {
    display: block;
    padding: 58px 18px 72px;
  }
  .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .product-row img {
    width: min(100%, 150px);
    margin: 0 auto;
  }
  .product-label {
    position: static;
    width: min(100%, 320px);
    margin: 36px auto 0;
    transform: none;
  }
  .dashi-hero {
    min-height: 320px;
    margin-top: 54px;
  }
  .dashi-hero img {
    width: min(310px, 78vw);
    transform: translateY(42px);
  }
  .dashi-intro {
    padding: 92px 20px 72px;
  }
  .dashi-intro p {
    text-align: left;
  }
  .dashi-story,
  .dashi-story figure {
    min-height: auto;
  }
  .media-band h2 {
    font-size: clamp(24px, 7.4vw, 34px);
  }
  .access + .contact-faq,
  .contact-faq {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 58px 18px 62px;
  }
  .contact-faq::after {
    top: 112px;
    right: 18px;
    left: 18px;
  }
}

/* Iteration35: final cascade fixes for headings, underlines, and image alignment. */
body.wp-theme-sakewo-original .section-title--line .ghost-heading,
body.wp-theme-sakewo-original .section-title-left .ghost-heading,
body.wp-theme-sakewo-original .sdgs-copy .ghost-heading,
body.wp-theme-sakewo-original .company-title .ghost-heading,
body.wp-theme-sakewo-original .access-info .ghost-heading,
body.wp-theme-sakewo-original .products-intro .ghost-heading {
  display: block;
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(34, 34, 34, .58);
  line-height: 1.05;
}

body.wp-theme-sakewo-original .section-title-left .ghost-heading {
  border-bottom-color: rgba(166, 224, 158, .95);
}

body.wp-theme-sakewo-original .section-title--line h2,
body.wp-theme-sakewo-original .section-title-left h2,
body.wp-theme-sakewo-original .sdgs-copy h2,
body.wp-theme-sakewo-original .company-title h2,
body.wp-theme-sakewo-original .access-info h2,
body.wp-theme-sakewo-original .products-intro .copy-block h1 {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
}

body.wp-theme-sakewo-original .wide-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
}

body.wp-theme-sakewo-original .wide-title .ghost-heading {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  line-height: 1;
}

body.wp-theme-sakewo-original .wide-title h2 {
  margin: -34px 0 0 clamp(220px, 26vw, 330px);
  padding-top: 0;
  border-top: 0;
}

body.wp-theme-sakewo-original .service-card,
body.wp-theme-sakewo-original .card-grid article,
body.wp-theme-sakewo-original .feature-grid article,
body.wp-theme-sakewo-original .service-media-card,
body.wp-theme-sakewo-original .post-card {
  overflow: hidden;
}

body.wp-theme-sakewo-original .card-grid img,
body.wp-theme-sakewo-original .feature-grid img,
body.wp-theme-sakewo-original .works-list img,
body.wp-theme-sakewo-original .service-media-card img,
body.wp-theme-sakewo-original .post-card img,
body.wp-theme-sakewo-original .about-future-section img,
body.wp-theme-sakewo-original .product-story-row img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  object-position: center center;
}

body.wp-theme-sakewo-original .service-page-overview .service-card img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card img {
  width: calc(100% + 56px);
  max-width: none;
  height: 220px;
  margin: 0 -28px 24px;
  object-fit: cover;
  object-position: center center;
}

body.wp-theme-sakewo-original .service-page-overview .service-card.featured img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card.featured img {
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

body.wp-theme-sakewo-original .service-page-overview .coming,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .coming {
  left: 50%;
  right: auto;
  top: 110px;
  width: auto;
  max-width: calc(100% - 36px);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

body.wp-theme-sakewo-original .service-page-overview .service-grid .service-card:nth-child(3) img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-grid .service-card:nth-child(3) img {
  object-position: center center;
}

body.wp-theme-sakewo-original .works-list {
  width: min(920px, calc(100% - 56px));
  margin-right: auto;
  margin-left: auto;
}

body.wp-theme-sakewo-original .works-list > h2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(34, 34, 34, .58);
}

/* Iteration36-final: unscoped theme-only cascade for headline rules and image widths. */
.section-title--line .ghost-heading,
.section-title-left .ghost-heading,
.sdgs-copy .ghost-heading,
.company-title .ghost-heading,
.access-info .ghost-heading,
.products-intro .ghost-heading {
  display: block;
  margin: 0 0 22px;
  padding: 0 0 12px;
  border-top: 0;
  border-bottom: 1px solid rgba(34, 34, 34, .58);
  line-height: 1.05;
}

.section-title-left .ghost-heading {
  border-bottom-color: rgba(166, 224, 158, .95);
}

.section-title--line h1,
.section-title--line h2,
.section-title-left h2,
.sdgs-copy h2,
.company-title h2,
.access-info h2,
.products-intro .copy-block h1 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.wide-title {
  position: relative;
  min-height: clamp(72px, 7vw, 112px);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  overflow: visible;
}

.wide-title .ghost-heading {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: .86;
}

.wide-title h2 {
  position: absolute;
  left: clamp(210px, 27vw, 360px);
  bottom: -3px;
  margin: 0;
  padding: 0;
  border: 0;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card img,
.card-grid img,
.feature-grid img,
.works-list img,
.service-media-card img,
.post-card img,
.about-future-section img,
.product-story-row img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  object-position: center;
}

.service-card img {
  height: 220px;
  margin: 0 0 24px;
  object-fit: cover;
}

.service-card.featured img {
  object-fit: contain;
}

.service-card .coming {
  right: auto;
  left: 50%;
  top: 110px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.works-list,
.works-list .feature-grid.three-up {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

/* Iteration34: single-source stabilizers after removing duplicated final overrides. */
body.wp-theme-sakewo-original .site-nav,
body.wp-theme-sakewo-original .site-nav > a,
body.wp-theme-sakewo-original .site-nav > .nav-item,
body.wp-theme-sakewo-original .site-nav > .nav-item > a {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

body.wp-theme-sakewo-original .site-nav {
  flex-wrap: nowrap;
  min-width: 0;
}

body.wp-theme-sakewo-original .section-title--line {
  margin-bottom: 52px;
}

body.wp-theme-sakewo-original .section-title--line .ghost-heading,
body.wp-theme-sakewo-original .section-title-left .ghost-heading,
body.wp-theme-sakewo-original .sdgs-copy .ghost-heading {
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(34, 34, 34, .58);
}

body.wp-theme-sakewo-original .section-title-left .ghost-heading {
  border-bottom-color: rgba(166, 224, 158, .95);
}

body.wp-theme-sakewo-original .section-title--line h2,
body.wp-theme-sakewo-original .section-title-left h2,
body.wp-theme-sakewo-original .sdgs-copy h2 {
  margin-top: 22px;
  padding-top: 0;
  border-top: 0;
}

body.wp-theme-sakewo-original .section-title--line h2:first-child,
body.wp-theme-sakewo-original .section-title-left h2:first-child {
  margin-top: 0;
}

body.wp-theme-sakewo-original .visual-page-hero,
body.wp-theme-sakewo-original .shoplist-hero,
body.wp-theme-sakewo-original .dashi-hero,
body.wp-theme-sakewo-original .kodawari-grid article {
  background-size: cover;
  background-position: center center;
}

body.wp-theme-sakewo-original .service-card img,
body.wp-theme-sakewo-original .card-grid img,
body.wp-theme-sakewo-original .works-list img,
body.wp-theme-sakewo-original .service-media-card img,
body.wp-theme-sakewo-original .post-card img,
body.wp-theme-sakewo-original .feature-grid img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  object-position: center center;
}

body.wp-theme-sakewo-original .about-future-section figure,
body.wp-theme-sakewo-original .about-future-section img,
body.wp-theme-sakewo-original .product-story-row figure,
body.wp-theme-sakewo-original .product-story-row img {
  width: 100%;
}

/* Iteration26: final visual parity overrides for distant production sections. */
html {
  scroll-padding-top: 92px;
}

body.wp-theme-sakewo-original {
  overflow-x: hidden;
}

body.wp-theme-sakewo-original .site-header {
  z-index: 9999;
}

body.wp-theme-sakewo-original .site-main {
  overflow: hidden;
}

body.wp-theme-sakewo-original .lower-access {
  width: min(1040px, calc(100% - 96px));
  max-width: none;
  margin: 118px auto 0;
  padding: 78px 0 44px;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: clamp(56px, 6vw, 108px);
  align-items: center;
}

body.wp-theme-sakewo-original .lower-access .access-info {
  position: relative;
  z-index: 1;
}

body.wp-theme-sakewo-original .lower-access .access-info .ghost-heading {
  margin: 0 0 8px;
  border-bottom: 1px solid rgba(34, 34, 34, .72);
  color: rgba(0, 0, 0, .12);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

body.wp-theme-sakewo-original .lower-access .access-info h2 {
  margin: 0 0 34px;
  color: #444;
  font-size: clamp(22px, 2vw, 30px);
}

body.wp-theme-sakewo-original .lower-access .access-info p {
  margin: 0 0 14px;
  color: #666;
  font-size: 16px;
  line-height: 1.75;
}

body.wp-theme-sakewo-original .lower-access .access-map iframe {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
}

body.wp-theme-sakewo-original .access + .contact-faq,
body.wp-theme-sakewo-original .contact-faq {
  position: relative;
  width: min(1040px, calc(100% - 112px));
  max-width: none;
  min-height: 372px;
  margin-right: auto;
  margin-left: auto;
  padding: 72px 46px 66px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

body.wp-theme-sakewo-original .access + .contact-faq {
  margin-top: 68px;
}

body.wp-theme-sakewo-original .contact-faq::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 0;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  background: rgba(117, 210, 223, .25);
}

body.wp-theme-sakewo-original .contact-faq::after {
  content: "";
  position: absolute;
  top: 134px;
  right: 46px;
  left: 46px;
  z-index: 1;
  height: 1px;
  background: rgba(34, 34, 34, .68);
}

body.wp-theme-sakewo-original .contact-panel,
body.wp-theme-sakewo-original .faq-panel {
  position: relative;
  z-index: 2;
  min-height: 224px;
  padding: 0 34px;
  display: grid;
  align-content: center;
  justify-items: center;
}

body.wp-theme-sakewo-original .contact-panel .section-en,
body.wp-theme-sakewo-original .faq-panel .section-en {
  margin: 0 0 52px;
  color: #444;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1;
}

body.wp-theme-sakewo-original .contact-panel h2,
body.wp-theme-sakewo-original .faq-panel h2 {
  margin: 0 0 26px;
  color: #444;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.35;
}

body.wp-theme-sakewo-original .contact-bg {
  left: 22px;
  bottom: 48px;
  max-width: 68%;
  color: rgba(117, 210, 223, .18);
  font-size: clamp(96px, 9vw, 142px);
  line-height: .82;
  letter-spacing: 0;
}

body.wp-theme-sakewo-original .contact-panel .pill,
body.wp-theme-sakewo-original .faq-panel .outline {
  position: relative;
  z-index: 3;
}

body.wp-theme-sakewo-original .section.service:not(.service-page-overview),
body.wp-theme-sakewo-original .service-page-overview {
  width: min(960px, calc(100% - 72px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 112px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(350px, 430px);
  gap: 56px 60px;
  align-items: center;
  justify-content: center;
}

body.wp-theme-sakewo-original .service-page-overview .service-grid {
  display: contents;
}

body.wp-theme-sakewo-original .service-page-overview .service-title,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .section-title-left {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: min(100%, 340px);
  text-align: center;
}

body.wp-theme-sakewo-original .service-page-overview .service-card,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card {
  width: 100%;
  min-height: 0;
  padding: 0 28px 28px;
  border-radius: 0;
  box-shadow: 0 22px 44px rgba(0, 0, 0, .08);
}

body.wp-theme-sakewo-original .service-page-overview .service-card.featured,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card.featured {
  grid-column: 2;
  grid-row: 1;
}

body.wp-theme-sakewo-original .service-page-overview .service-grid .service-card:nth-child(2),
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-grid .service-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

body.wp-theme-sakewo-original .service-page-overview .service-grid .service-card:nth-child(3),
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-grid .service-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

body.wp-theme-sakewo-original .service-page-overview .service-card img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card img {
  width: calc(100% + 56px);
  height: 220px;
  margin: 0 -28px 24px;
  object-fit: cover;
}

body.wp-theme-sakewo-original .service-page-overview .service-card.featured img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card.featured img {
  height: 214px;
  object-fit: contain;
  background: #fff;
}

body.wp-theme-sakewo-original .service-page-overview .coming,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .coming {
  top: 86px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

body.wp-theme-sakewo-original .works-list {
  width: min(900px, calc(100% - 96px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 104px 0 118px;
}

body.wp-theme-sakewo-original .works-list > h2 {
  max-width: 900px;
  margin: 0 auto 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(34, 34, 34, .62);
  color: #111;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.25;
}

body.wp-theme-sakewo-original .works-list .feature-grid.three-up {
  width: min(820px, 100%);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 54px;
}

body.wp-theme-sakewo-original .works-list .feature-grid article {
  background: transparent;
  box-shadow: none;
}

body.wp-theme-sakewo-original .works-list img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
  background: #f2f2f2;
}

body.wp-theme-sakewo-original .media-band {
  padding: 112px 24px 124px;
  overflow: hidden;
  background: var(--paper);
}

body.wp-theme-sakewo-original .media-band .content-layout {
  width: min(1040px, calc(100% - 48px));
  max-width: none;
}

body.wp-theme-sakewo-original .media-band h2 {
  display: inline-block;
  max-width: min(100%, 980px);
  margin: 0 0 52px;
  padding: 8px 12px 10px;
  background: rgba(255, 255, 255, .88);
  color: #333;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.15;
  letter-spacing: .02em;
  white-space: normal;
  word-break: keep-all;
  text-shadow: none;
}

body.wp-theme-sakewo-original .media-band .section-eyebrow {
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
}

body.wp-theme-sakewo-original .staff-band {
  padding: 104px 24px 112px;
  background: var(--green);
}

body.wp-theme-sakewo-original .staff-grid {
  width: min(1180px, calc(100% - 72px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 34px;
}

body.wp-theme-sakewo-original .staff-grid article {
  min-height: 150px;
  padding: 26px 30px 24px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-areas:
    "photo role"
    "photo name"
    "photo kana";
  column-gap: 24px;
  align-items: center;
  border-left: 5px solid var(--blue);
  background: #fff;
  box-shadow: none;
}

body.wp-theme-sakewo-original .staff-grid article img {
  grid-area: photo;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

body.wp-theme-sakewo-original .staff-grid article span {
  grid-area: role;
  color: #777;
  font-size: 15px;
  line-height: 1.5;
}

body.wp-theme-sakewo-original .staff-grid article strong {
  grid-area: name;
  color: #333;
  font-size: 22px;
  line-height: 1.35;
}

body.wp-theme-sakewo-original .staff-grid article small {
  grid-area: kana;
  color: #777;
  font-size: 13px;
  letter-spacing: .04em;
}

body.wp-theme-sakewo-original .partner-list {
  width: min(1040px, calc(100% - 96px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 94px;
  padding-bottom: 96px;
}

body.wp-theme-sakewo-original .partner-list::before,
body.wp-theme-sakewo-original .partner-list iframe,
body.wp-theme-sakewo-original .partner-placeholder {
  display: none !important;
}

body.wp-theme-sakewo-original .partner-list > h2 {
  margin-bottom: 34px;
  color: #aaa;
  font-size: clamp(30px, 3.2vw, 48px);
  text-align: center;
}

body.wp-theme-sakewo-original .product-page .buy-panel,
body.wp-theme-sakewo-original .dashi-page .buy-panel {
  overflow: hidden;
}

body.wp-theme-sakewo-original .product-page .buy-panel h2,
body.wp-theme-sakewo-original .dashi-page .buy-panel h2 {
  max-width: 1040px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.22;
  word-break: keep-all;
  overflow-wrap: normal;
}

body.wp-theme-sakewo-original .product-strip {
  position: relative;
  padding: 88px max(190px, calc((100vw - 1180px) / 2)) 100px max(42px, calc((100vw - 1180px) / 2));
  overflow: hidden;
}

body.wp-theme-sakewo-original .product-row {
  width: min(960px, 100%);
  gap: clamp(26px, 3.4vw, 54px);
  justify-content: space-between;
}

body.wp-theme-sakewo-original .product-row img {
  width: clamp(126px, 11vw, 180px);
  max-height: 310px;
  object-fit: contain;
}

body.wp-theme-sakewo-original .product-label {
  right: max(210px, calc((100vw - 1040px) / 2));
  width: min(310px, 22vw);
  background: rgba(230, 248, 251, .8);
}

body.wp-theme-sakewo-original .product-page .product-story-row {
  grid-template-columns: minmax(0, 500px) minmax(0, 430px);
  gap: 56px;
  justify-content: center;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

body.wp-theme-sakewo-original .product-page .product-story-row.is-reverse {
  grid-template-columns: minmax(0, 430px) minmax(0, 500px);
}

body.wp-theme-sakewo-original .product-page .product-story-row figure {
  padding: 44px;
  background: var(--blue-light);
}

body.wp-theme-sakewo-original .dashi-hero {
  min-height: 464px;
  margin-top: 80px;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background:
    linear-gradient(rgba(255, 255, 255, .03), rgba(255, 255, 255, .03)),
    var(--dashi-hero) center 50% / cover no-repeat;
}

body.wp-theme-sakewo-original .dashi-hero img {
  width: min(360px, 40vw);
  max-height: 270px;
  object-fit: contain;
  transform: translateY(56px);
}

body.wp-theme-sakewo-original .dashi-intro {
  padding: 128px 24px 112px;
  text-align: center;
}

body.wp-theme-sakewo-original .dashi-intro .content-layout {
  width: min(920px, calc(100% - 48px));
  max-width: none;
}

body.wp-theme-sakewo-original .dashi-intro h1 {
  margin: 0;
  color: #333;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.45;
}

body.wp-theme-sakewo-original .dashi-intro h1 + h1 {
  margin-top: 12px;
}

body.wp-theme-sakewo-original .dashi-intro p {
  max-width: 760px;
  margin: 30px auto 0;
  color: #444;
  line-height: 2;
}

body.wp-theme-sakewo-original .dashi-story {
  width: min(1120px, calc(100% - 72px));
  max-width: none;
  min-height: 558px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

body.wp-theme-sakewo-original .dashi-story.is-reverse figure {
  order: 2;
}

body.wp-theme-sakewo-original .dashi-story figure {
  min-height: 558px;
}

body.wp-theme-sakewo-original .dashi-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.wp-theme-sakewo-original .dashi-story > div {
  display: grid;
  align-content: center;
  padding: clamp(42px, 5vw, 82px);
  background: #fff;
}

body.wp-theme-sakewo-original .dashi-proof {
  width: min(1040px, calc(100% - 72px));
  max-width: none;
  padding: 104px 0 112px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  text-align: center;
}

body.wp-theme-sakewo-original .dashi-proof h2,
body.wp-theme-sakewo-original .dashi-proof > .section-subtitle {
  grid-column: 1 / -1;
}

body.wp-theme-sakewo-original .dashi-proof article {
  min-height: 520px;
  padding: 0 26px 44px;
  border: 1px solid #ddd;
  background: #fff;
}

body.wp-theme-sakewo-original .dashi-proof article img {
  width: calc(100% + 52px);
  height: 176px;
  margin: 0 -26px 42px;
  object-fit: cover;
}

body.wp-theme-sakewo-original .dashi-proof article h3 {
  margin: 0 0 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  color: #4b4b4b;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.45;
}

body.wp-theme-sakewo-original .dashi-proof article p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}

body.wp-theme-sakewo-original .supporters-band {
  padding: 96px 24px 112px;
  background:
    linear-gradient(rgba(230, 248, 251, .86), rgba(230, 248, 251, .86)),
    url('../images/logo-sakewo.png') repeat center / 150px auto,
    var(--blue-light);
}

body.wp-theme-sakewo-original .supporters-band .content-layout {
  width: min(960px, calc(100% - 48px));
  max-width: none;
}

body.wp-theme-sakewo-original .supporters-hero {
  width: min(760px, 100%);
  margin: 0 auto 54px;
}

body.wp-theme-sakewo-original .supporters-box {
  width: min(820px, 100%);
  margin: 40px auto 0;
  padding: 36px 48px;
  background: rgba(255, 255, 255, .9);
}

body.wp-theme-sakewo-original .shoplist-hero {
  min-height: 380px;
  margin: 80px 0 104px;
  padding: 122px 24px 112px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(117, 210, 223, .68), rgba(117, 210, 223, .68)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/08/38b004d515d89d278dfc869f6766bf13-e1723640718119-768x706.jpg") center 50% / cover no-repeat;
  color: #fff;
  text-align: center;
}

body.wp-theme-sakewo-original .shoplist-hero::before {
  display: none;
}

body.wp-theme-sakewo-original .shoplist-hero h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 70px);
  letter-spacing: .04em;
  line-height: 1.12;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

body.wp-theme-sakewo-original .shoplist-hero-kicker {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 42px);
  font-weight: 800;
  letter-spacing: .12em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

body.wp-theme-sakewo-original .shoplist-hero > p:not(.shoplist-hero-kicker),
body.wp-theme-sakewo-original .shoplist-hero-stats,
body.wp-theme-sakewo-original .shoplist-lead {
  display: none;
}

body.wp-theme-sakewo-original .shoplist-page {
  width: min(1120px, calc(100% - 72px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.wp-theme-sakewo-original .shoplist-region-lines {
  margin: 0 0 112px;
}

body.wp-theme-sakewo-original .shoplist-region-line {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 62px;
}

body.wp-theme-sakewo-original .shoplist-region-line h3 {
  margin: 0;
  color: #4a4a4a;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
}

body.wp-theme-sakewo-original .shoplist-region-line-body {
  padding-top: 10px;
  border-top: 2px solid rgba(117, 210, 223, .95);
}

body.wp-theme-sakewo-original .shoplist-region-line:nth-child(2n) .shoplist-region-line-body {
  border-top-color: rgba(201, 189, 167, .92);
}

body.wp-theme-sakewo-original .shoplist-region-line:nth-child(3n) .shoplist-region-line-body {
  border-top-color: rgba(166, 224, 158, .95);
}

body.wp-theme-sakewo-original .shoplist-district-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 24px;
  margin: 12px 0 18px;
  color: #333;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.5;
}

body.wp-theme-sakewo-original .shoplist-district-row > span {
  white-space: nowrap;
}

body.wp-theme-sakewo-original .shoplist-region-lines .shoplist-district-row a {
  display: inline-block;
  margin: 0 28px 10px 0;
  color: #333;
  text-decoration: none;
}

body.wp-theme-sakewo-original .shoplist-store-section {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

body.wp-theme-sakewo-original .shop-card {
  padding: 28px 30px;
  border: 1px solid rgba(117, 210, 223, .45);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .04);
}

body.wp-theme-sakewo-original .shop-card h3 {
  color: #333;
  font-size: 20px;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 64px;
  }

  body.wp-theme-sakewo-original .lower-access,
  body.wp-theme-sakewo-original .section.service:not(.service-page-overview),
  body.wp-theme-sakewo-original .service-page-overview,
  body.wp-theme-sakewo-original .dashi-story,
  body.wp-theme-sakewo-original .product-page .product-story-row,
  body.wp-theme-sakewo-original .product-page .product-story-row.is-reverse {
    width: min(560px, calc(100% - 28px));
    grid-template-columns: 1fr;
  }

  body.wp-theme-sakewo-original .lower-access {
    margin-top: 72px;
    padding: 48px 0 32px;
    gap: 34px;
  }

  body.wp-theme-sakewo-original .lower-access .access-map iframe {
    height: 300px;
  }

  body.wp-theme-sakewo-original .access + .contact-faq,
  body.wp-theme-sakewo-original .contact-faq {
    width: calc(100% - 28px);
    min-height: 0;
    grid-template-columns: 1fr;
    row-gap: 34px;
    padding: 58px 18px 62px;
  }

  body.wp-theme-sakewo-original .contact-faq::before {
    inset: 0 0 52% 0;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  }

  body.wp-theme-sakewo-original .contact-faq::after {
    top: 112px;
    right: 18px;
    left: 18px;
  }

  body.wp-theme-sakewo-original .service-page-overview .service-title,
  body.wp-theme-sakewo-original .service-page-overview .service-card.featured,
  body.wp-theme-sakewo-original .service-page-overview .service-grid .service-card:nth-child(2),
  body.wp-theme-sakewo-original .service-page-overview .service-grid .service-card:nth-child(3),
  body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .section-title-left,
  body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card.featured,
  body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-grid .service-card:nth-child(2),
  body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-grid .service-card:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }

  body.wp-theme-sakewo-original .works-list,
  body.wp-theme-sakewo-original .shoplist-page,
  body.wp-theme-sakewo-original .dashi-proof,
  body.wp-theme-sakewo-original .staff-grid,
  body.wp-theme-sakewo-original .partner-list {
    width: min(560px, calc(100% - 28px));
  }

  body.wp-theme-sakewo-original .works-list .feature-grid.three-up,
  body.wp-theme-sakewo-original .dashi-proof,
  body.wp-theme-sakewo-original .staff-grid {
    grid-template-columns: 1fr;
  }

  body.wp-theme-sakewo-original .staff-grid article {
    grid-template-columns: 80px minmax(0, 1fr);
    column-gap: 18px;
  }

  body.wp-theme-sakewo-original .staff-grid article img {
    width: 80px;
    height: 80px;
  }

  body.wp-theme-sakewo-original .product-strip {
    padding: 58px 18px 72px;
  }

  body.wp-theme-sakewo-original .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  body.wp-theme-sakewo-original .product-row img {
    width: min(100%, 150px);
    margin: 0 auto;
  }

  body.wp-theme-sakewo-original .product-label {
    position: static;
    width: min(100%, 320px);
    margin: 36px auto 0;
    transform: none;
  }

  body.wp-theme-sakewo-original .dashi-hero {
    min-height: 320px;
    margin-top: 54px;
  }

  body.wp-theme-sakewo-original .dashi-hero img {
    width: min(310px, 78vw);
    transform: translateY(42px);
  }

  body.wp-theme-sakewo-original .dashi-intro {
    padding: 92px 20px 72px;
  }

  body.wp-theme-sakewo-original .dashi-story,
  body.wp-theme-sakewo-original .dashi-story figure {
    min-height: auto;
  }

  body.wp-theme-sakewo-original .dashi-story.is-reverse figure {
    order: 0;
  }

  body.wp-theme-sakewo-original .dashi-proof article {
    min-height: 0;
  }

  body.wp-theme-sakewo-original .media-band {
    padding: 72px 18px 82px;
  }

  body.wp-theme-sakewo-original .media-band h2 {
    font-size: clamp(24px, 7.4vw, 34px);
  }

  body.wp-theme-sakewo-original .shoplist-hero {
    min-height: 300px;
    margin-top: 54px;
    margin-bottom: 70px;
    padding: 94px 18px 84px;
  }

  body.wp-theme-sakewo-original .shoplist-region-line,
  body.wp-theme-sakewo-original .shoplist-district-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Iteration25: close the visibly distant sections before another production loop. */
body.wp-theme-sakewo-original .site-main {
  overflow-x: hidden;
}

.site-header {
  z-index: 50;
}

.section.service:not(.service-page-overview) {
  width: min(940px, calc(100% - 72px));
  grid-template-columns: minmax(280px, 340px) minmax(360px, 420px);
  gap: 54px 46px;
}

.section.service:not(.service-page-overview) .section-title-left {
  align-self: center;
  transform: translateX(-6px);
}

.section.service:not(.service-page-overview) .service-card {
  box-shadow: 0 12px 38px rgba(0,0,0,.08);
}

.section.service:not(.service-page-overview) .service-grid .service-card:nth-child(3) .coming,
.service-page-overview .service-grid .service-card:nth-child(3) .coming {
  display: inline-block;
  max-width: 92%;
  margin: 0 auto 10px;
  padding: 0;
  background: transparent;
  color: rgba(255,255,255,.92);
  font-size: clamp(18px, 1.5vw, 26px);
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0,0,0,.28);
}

.works-list {
  width: min(1030px, calc(100% - 96px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 0 118px;
}

.works-list > h2 {
  width: min(100%, 1030px);
  margin: 0 auto 52px;
  color: #333;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.2;
}

.works-list .feature-grid.three-up {
  width: min(100%, 860px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 58px;
  justify-content: center;
}

.works-list .feature-grid article {
  background: transparent;
  box-shadow: none;
}

.works-list img {
  height: 224px;
  background: #f3f3f3;
}

.media-band {
  background: #f7f3e8;
  padding-top: 118px;
}

.media-band .content-layout {
  width: min(1030px, calc(100% - 72px));
}

.media-band h2 {
  width: fit-content;
  max-width: min(100%, 760px);
  margin: 0 auto 72px;
  padding: 10px 16px 12px;
  background: rgba(255,255,255,.62);
  color: #333;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.14;
  text-align: center;
  text-shadow: none;
  white-space: normal;
}

.media-band .section-eyebrow {
  color: var(--blue);
  font-weight: 800;
}

.staff-band {
  padding: 96px 24px;
}

.staff-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.staff-grid article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 18px 22px;
  min-height: 148px;
  padding: 20px 26px 20px 20px;
}

.staff-grid article img {
  grid-row: 1 / span 3;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  background: #f4f4f4;
}

.staff-grid article span,
.staff-grid article strong,
.staff-grid article small {
  grid-column: 2;
}

.staff-grid span,
.staff-grid small {
  font-size: 14px;
}

.staff-grid strong {
  font-size: 22px;
  line-height: 1.22;
}

.partner-list {
  padding-top: 68px;
  padding-bottom: 80px;
}

.partner-list::before,
.partner-list iframe[src=""],
.partner-list iframe:not([src]) {
  display: none !important;
}

.partner-list .info-table {
  margin-bottom: 48px;
}

.access + .contact-faq,
.contact-faq {
  position: relative;
  width: min(1040px, calc(100% - 88px));
  min-height: 374px;
  margin-right: auto;
  margin-left: auto;
  padding: 76px 48px 66px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 0;
  overflow: hidden;
}

.access + .contact-faq {
  margin-top: 96px;
}

.contact-faq::before {
  inset: 0 auto 0 0;
  width: 50.6%;
  transform: none;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  background: rgba(117,210,223,.24);
}

.contact-faq::after {
  top: 134px;
  right: 48px;
  left: 48px;
  height: 1px;
  background: rgba(0,0,0,.62);
}

.contact-panel,
.faq-panel {
  min-height: 224px;
  padding: 0 36px;
  display: grid;
  align-content: center;
  justify-items: center;
}

.contact-panel .section-en,
.faq-panel .section-en {
  margin: 0 0 58px;
  color: #3f3f3f;
  font-size: clamp(24px, 2vw, 34px);
  letter-spacing: .02em;
}

.contact-panel h2,
.faq-panel h2 {
  margin-bottom: 22px;
}

.contact-bg {
  left: 40px;
  bottom: 54px;
  max-width: 74%;
  color: rgba(117,210,223,.19);
  font-size: clamp(96px, 8.6vw, 132px);
}

.product-strip {
  padding: 88px max(32px, calc((100vw - 1180px) / 2)) 100px;
}

.product-row {
  width: min(900px, 68vw);
  margin-right: auto;
  margin-left: 0;
}

.product-row img {
  width: clamp(130px, 11vw, 178px);
  opacity: .92;
}

.product-label {
  right: max(42px, calc((100vw - 1130px) / 2));
  width: min(310px, 22vw);
  z-index: 2;
}

.product-label .ghost-heading {
  font-size: clamp(32px, 3.4vw, 54px);
}

.product-page .product-story-list {
  width: min(1080px, calc(100% - 72px));
}

.product-page .product-story-row {
  grid-template-columns: minmax(360px, 500px) minmax(360px, 440px);
  gap: 62px;
  align-items: center;
  padding: 68px 0;
}

.product-page .product-story-row figure {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 36px;
}

.product-page .product-story-row figure img {
  max-height: 390px;
  object-fit: contain;
}

.product-page .product-story-row div {
  max-width: 430px;
}

.product-page .product-story-row h2 {
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.28;
}

.dashi-proof {
  width: min(1060px, calc(100% - 72px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 104px 0;
}

.dashi-proof h2,
.dashi-proof > .section-subtitle {
  grid-column: 1 / -1;
  text-align: center;
}

.dashi-proof article {
  min-height: 560px;
  padding: 0 28px 56px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}

.dashi-proof article img {
  width: calc(100% + 56px);
  max-width: none;
  height: 180px;
  margin: 0 -28px 46px;
  object-fit: cover;
}

.dashi-proof article h3 {
  margin-bottom: 24px;
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.35;
}

.dashi-proof article p {
  max-width: 300px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2;
}

.shoplist-hero {
  min-height: 382px;
  margin-top: 80px;
  margin-bottom: 104px;
  background:
    linear-gradient(rgba(117,210,223,.70), rgba(117,210,223,.70)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/08/38b004d515d89d278dfc869f6766bf13-e1723640718119-768x706.jpg") center 47% / cover no-repeat;
}

.shoplist-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(42px, 4.6vw, 66px);
  letter-spacing: .02em;
}

.shoplist-hero p:not(.shoplist-hero-kicker),
.shoplist-hero-stats {
  display: none;
}

.shoplist-page {
  width: min(1030px, calc(100% - 72px));
}

.shoplist-lead {
  margin-bottom: 76px;
  text-align: center;
}

.shoplist-lead h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.shoplist-region-lines {
  margin-bottom: 114px;
}

.shoplist-region-line {
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.shoplist-region-line h3 {
  color: #444;
  font-size: clamp(28px, 2.8vw, 40px);
}

.shoplist-region-line-body {
  padding-top: 16px;
}

.shoplist-district-row {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  margin: 0 0 20px;
  font-size: clamp(18px, 1.55vw, 24px);
}

.shoplist-store-section {
  width: min(1030px, 100%);
  margin-bottom: 86px;
}

.shoplist-store-section > h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  font-size: clamp(28px, 2.6vw, 38px);
}

.shoplist-store-section > h2::after {
  content: "";
  display: block;
  height: 2px;
  background: rgba(117,210,223,.8);
}

.shoplist-store-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shop-card {
  min-height: 144px;
  padding: 26px 28px;
  border: 1px solid rgba(117,210,223,.42);
  border-left: 5px solid var(--blue);
  box-shadow: none;
}

.shop-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.shop-address {
  font-size: 14px;
  line-height: 1.7;
}

.supporters-band {
  background:
    linear-gradient(rgba(230,248,251,.82), rgba(230,248,251,.82)),
    url('../images/logo-sakewo.png') repeat center / 155px auto,
    var(--blue-light);
}

@media (max-width: 900px) {
  .section.service:not(.service-page-overview),
  .works-list,
  .media-band .content-layout,
  .shoplist-page,
  .product-page .product-story-list,
  .dashi-proof {
    width: min(560px, calc(100% - 28px));
  }
  .section.service:not(.service-page-overview),
  .works-list .feature-grid.three-up,
  .staff-grid,
  .product-page .product-story-row,
  .dashi-proof,
  .shoplist-store-grid {
    grid-template-columns: 1fr;
  }
  .works-list {
    padding-top: 72px;
  }
  .works-list .feature-grid.three-up {
    width: 100%;
    gap: 34px;
  }
  .staff-grid article {
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 122px;
    padding: 18px;
  }
  .staff-grid article img {
    width: 78px;
    height: 78px;
  }
  .access + .contact-faq,
  .contact-faq {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 58px 20px 64px;
  }
  .contact-faq::before {
    width: 100%;
    height: 52%;
    clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%);
  }
  .contact-faq::after {
    top: 112px;
    right: 20px;
    left: 20px;
  }
  .product-row {
    width: 100%;
  }
  .product-label {
    width: min(100%, 320px);
  }
  .dashi-proof article {
    min-height: 0;
  }
  .shoplist-region-line,
  .shoplist-district-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Iteration24: reduce remaining production gaps without copying Elementor markup. */
.visual-page-hero:not(.visual-page-hero--recruit):not(.visual-page-hero--contents) {
  min-height: 308px;
  margin: 80px 0 88px;
  padding: 82px 24px 72px;
}
.visual-page-hero--about,
.visual-page-hero--service,
.visual-page-hero--product,
.visual-page-hero--news,
.visual-page-hero--contact {
  background-size: cover;
}
.visual-page-hero--about { background-position: center 48%; }
.visual-page-hero--service { background-position: center 48%; }
.visual-page-hero--product { background-position: center 50%; }
.visual-page-hero--recruit {
  min-height: 464px;
  margin: 80px 0 0;
  padding: 0 24px;
  background:
    linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)),
    var(--page-hero-image, url('../images/hero-09-field.jpg')) center 50% / cover;
}
.visual-page-hero--recruit .visual-page-hero-kicker,
.visual-page-hero--recruit .visual-page-hero-sub {
  display: none;
}
.visual-page-hero--recruit h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.45;
  letter-spacing: .04em;
}

.products-intro {
  padding-top: 96px;
  padding-bottom: 104px;
}
.products-intro .split {
  grid-template-columns: minmax(320px, 420px) minmax(360px, 520px);
  justify-content: center;
  gap: 72px;
}
.products-intro .copy-block {
  justify-self: start;
}
.products-intro .product-main {
  width: min(100%, 520px);
  justify-self: end;
}

.section.service:not(.service-page-overview) {
  grid-template-columns: minmax(300px, 360px) minmax(340px, 420px);
  justify-content: center;
  width: min(920px, calc(100% - 56px));
  gap: 54px 48px;
  padding-top: 112px;
  padding-bottom: 96px;
}
.section.service:not(.service-page-overview) .section-title-left {
  justify-self: center;
  width: min(100%, 340px);
  text-align: center;
}
.section.service:not(.service-page-overview) .service-card {
  min-height: 0;
  padding: 0 28px 28px;
  border-radius: 0;
}
.section.service:not(.service-page-overview) .service-card img {
  height: 224px;
}
.section.service:not(.service-page-overview) .service-card.featured img {
  height: 214px;
  object-fit: contain;
  background: #fff;
}

.works {
  width: min(1040px, calc(100% - 56px));
  max-width: none;
  padding-top: 98px;
  padding-right: 0;
  padding-left: 0;
}
.works .wide-title,
.works .card-grid.three {
  max-width: 1040px;
}
.works .wide-title {
  margin-bottom: 56px;
}
.works .card-grid.three {
  gap: 38px;
}

.product-strip {
  position: relative;
  grid-template-columns: minmax(0, 1040px);
  gap: 0;
  padding-top: 92px;
  padding-bottom: 98px;
}
.product-row {
  width: min(1040px, 100%);
  gap: clamp(28px, 4vw, 58px);
  justify-content: space-between;
}
.product-row img {
  width: clamp(132px, 12vw, 190px);
}
.product-label {
  position: absolute;
  top: 50%;
  right: max(48px, calc((100vw - 1180px) / 2));
  width: min(330px, 24vw);
  transform: translateY(-50%);
  padding: 16px 0;
  background: rgba(230,248,251,.78);
}

.product-page .product-story-list {
  padding-top: 0;
}
.product-page .product-story-row {
  grid-template-columns: minmax(0, 495px) minmax(0, 430px);
  justify-content: center;
  gap: 56px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.product-page .product-story-row figure {
  padding: 44px;
  background: var(--blue-light);
}
.product-page .product-story-row.is-reverse {
  grid-template-columns: minmax(0, 430px) minmax(0, 495px);
}

.dashi-hero {
  min-height: 464px;
  margin-top: 80px;
  padding: 0 24px;
  align-items: flex-end;
  background:
    linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,.02)),
    var(--dashi-hero) center 50% / cover;
}
.dashi-hero img {
  width: min(360px, 40vw);
  max-height: 270px;
  transform: translateY(56px);
}
.dashi-intro {
  padding: 128px 24px 112px;
}
.dashi-intro h1 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.45;
}
.dashi-intro p {
  max-width: 760px;
  margin-top: 28px;
  text-align: center;
}
.dashi-story,
.dashi-story figure {
  min-height: 558px;
}

.media-band h2 {
  max-width: min(100%, 980px);
  background: rgba(255,255,255,.82);
  color: #333;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
  white-space: normal;
}

.access + .contact-faq,
.contact-faq {
  width: min(1040px, calc(100% - 96px));
  min-height: 382px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  padding: 72px 40px 68px;
}
.contact-faq::before {
  inset: 0 50% 0 0;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
}
.contact-faq::after {
  top: 134px;
  right: 40px;
  left: 40px;
}
.contact-panel,
.faq-panel {
  min-height: 232px;
  padding: 0 34px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.contact-panel .section-en,
.faq-panel .section-en {
  margin-bottom: 50px;
}

.shoplist-hero {
  min-height: 380px;
  margin-top: 80px;
  background:
    linear-gradient(rgba(117,210,223,.64), rgba(117,210,223,.64)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/06/dasi1.jpg") center 58% / cover no-repeat;
}
.shoplist-region-line {
  grid-template-columns: 150px minmax(0, 1fr);
}
.shoplist-region-line-body {
  border-top-width: 2px;
}

@media (max-width: 900px) {
  .visual-page-hero:not(.visual-page-hero--recruit):not(.visual-page-hero--contents) {
    min-height: 250px;
    margin-top: 54px;
    padding: 92px 18px 62px;
  }
  .visual-page-hero--recruit {
    min-height: 360px;
    margin-top: 54px;
    padding: 0 20px;
  }
  .products-intro .split,
  .section.service:not(.service-page-overview),
  .product-page .product-story-row,
  .product-page .product-story-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .section.service:not(.service-page-overview) {
    width: min(520px, calc(100% - 28px));
    padding-top: 72px;
    padding-bottom: 78px;
  }
  .product-strip {
    display: block;
    padding: 58px 18px 72px;
  }
  .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .product-row img {
    width: min(100%, 150px);
    margin: 0 auto;
  }
  .product-label {
    position: static;
    width: min(100%, 320px);
    margin: 36px auto 0;
    transform: none;
  }
  .dashi-hero {
    min-height: 320px;
    margin-top: 54px;
  }
  .dashi-hero img {
    width: min(310px, 78vw);
    transform: translateY(42px);
  }
  .dashi-intro {
    padding: 92px 20px 72px;
  }
  .dashi-intro p {
    text-align: left;
  }
  .dashi-story,
  .dashi-story figure {
    min-height: auto;
  }
  .media-band h2 {
    font-size: clamp(24px, 7.4vw, 34px);
  }
  .access + .contact-faq,
  .contact-faq {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 58px 18px 62px;
  }
  .contact-faq::after {
    top: 112px;
    right: 18px;
    left: 18px;
  }
}

.hero { position: relative; height: clamp(660px, calc(100vh - 80px), 860px); margin-top: 80px; overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  transition: opacity 1.2s ease, transform 8s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1.12); }
.hero-copy {
  position: absolute;
  left: 42px;
  bottom: clamp(38px, 6vh, 64px);
  color: rgba(255,255,255,.58);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.35;
  letter-spacing: 0;
}
.hero-copy p { margin: 0; }
.social-rail {
  position: fixed;
  left: 0;
  top: 42%;
  z-index: 18;
  display: grid;
  gap: 10px;
}
.social-rail a, .social-row a, .footer-social a:not(.pill) {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-weight: 800;
}
.floating-banner {
  position: fixed;
  right: 12px;
  top: 50%;
  z-index: 17;
  width: 180px;
  transform: translateY(-20%);
}

.section { padding: 105px 24px; }
.narrow, .split, .service, .works, .sdgs, .company, .contents-band .narrow, .access {
  max-width: var(--max);
  margin: 0 auto;
}
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.ghost-heading {
  margin: 0 0 -6px;
  color: rgba(0,0,0,.12);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}
.copy-block h1, .section h2, .band h2, .about-text h2 { margin: 0 0 24px; font-weight: 700; }
.copy-block h1, .wide-title h2 { border-top: 1px solid #333; padding-top: 18px; }
.button-stack { width: 285px; display: grid; gap: 11px; }
.buy {
  display: block;
  padding: 9px 18px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 5px 10px rgba(0,0,0,.18);
}
.buy-red { background: var(--red); }
.buy-green { background: #31c652; }
.buy-yellow { background: var(--yellow); color: #161616; }
.product-main { max-width: 520px; }
.products-intro .ghost-heading { white-space: nowrap; font-size: clamp(34px, 3.4vw, 52px); }

.band { padding: 80px 24px; }
.band-blue { background: var(--blue); }
.news-band { text-align: center; }
.white-label { color: #fff; font-size: 30px; font-weight: 800; margin: 0 auto 5px; max-width: 720px; border-bottom: 1px solid var(--line); }
.news-list { display: grid; gap: 28px; text-align: left; }
.news-list.three { grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.news-list.two { grid-template-columns: repeat(2, 1fr); }
.news-list article, .news-list a { border-bottom: 1px solid #222; padding-bottom: 6px; }
time { display: block; font-size: 11px; margin-top: 8px; }
.outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 5px 22px;
  border: 1px solid #222;
  background: transparent;
  font-size: 14px;
}
.more { margin-top: 36px; }
.center { margin: 44px auto 0; display: flex; width: fit-content; }

.about-block { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.about-image { background-position: center; background-size: cover; }
.about-text { padding: 130px 14vw 90px 80px; }
.small-heading { border-bottom: 1px solid #222; padding-bottom: 7px; }
.about-text h2 { font-size: 32px; color: #111; }
.about-text p { max-width: 460px; }
.stripe { height: 58px; }
.stripe-green { background: var(--green); }
.stripe-orange { background: var(--orange); }

.service {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 36px;
  width: min(var(--max), calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-right: 0;
  padding-left: 0;
  align-items: center;
}
.section-title-left {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: min(100%, 300px);
  margin: 0;
}
.section-title-left h2 { border-top: 1px solid var(--green); padding-top: 15px; }
.service-grid { display: contents; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #fff;
  box-shadow: 0 13px 25px rgba(0,0,0,.09);
  padding-bottom: 28px;
  text-align: center;
}
.service-card.featured { grid-column: 2; grid-row: 1; }
.service-grid .service-card:nth-child(2) { grid-column: 1; grid-row: 2; }
.service-grid .service-card:nth-child(3) { grid-column: 2; grid-row: 2; }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-card h3 { border-bottom: 1px solid #333; margin: 26px 28px 14px; padding-bottom: 12px; }
.service-card p { padding: 0 28px; margin: 0; font-size: 14px; text-align: left; }
.coming {
  position: absolute;
  left: 50%;
  top: 115px;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
  white-space: nowrap;
  z-index: 2;
}
.service > .outline.center { grid-column: 1 / -1; justify-self: center; margin-top: -4px; }

.wide-title {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 50px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--orange);
}
.wide-title h2 {
  position: absolute;
  left: 190px;
  bottom: -6px;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 30px;
}
.card-grid { display: grid; gap: 40px; max-width: 1040px; margin: 0 auto; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid img { width: 100%; height: 300px; object-fit: cover; background: #e9e9e9; }
.card-grid h3 { font-size: 15px; color: #111; }

.product-strip {
  background: var(--blue-light);
  padding: 95px 24px;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 330px);
  justify-content: center;
  align-items: center;
  gap: 54px;
  overflow: hidden;
}
.product-row { display: flex; min-width: 0; gap: 36px; align-items: center; justify-content: center; }
.product-row img { width: 170px; max-height: 300px; object-fit: contain; }
.product-label { display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 18px; justify-self: end; max-width: 330px; }
.product-label img { width: 110px; }
.product-label p { color: #bbb; font-size: 34px; line-height: 1.35; font-weight: 800; margin: 0; }
.product-label h2 { grid-column: 2; border-top: 1px solid #222; padding-top: 20px; margin: 0; }

.media-panel { max-width: 1040px; margin: 0 auto; padding: 60px 170px; background: rgba(255,255,255,.75); text-align: center; }
.section-en { border-bottom: 1px solid #222; padding-bottom: 16px; font-size: 28px; font-weight: 700; margin: 0 0 10px; }

.sdgs { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 90px; }
.sdgs-copy .ghost-heading { margin-bottom: -2px; }
.sdgs-copy h2 { margin-top: 0; border-top: 1px solid #222; padding-top: 36px; }
.sdgs-text h3 { display: inline-block; padding: 2px 8px; background: var(--blue); color: #fff; font-size: 24px; }
.video-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.video-grid figure { margin: 0; }
.video-embed { aspect-ratio: 16 / 9; background: #eef6f7; overflow: hidden; }
.video-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #eef6f7;
  cursor: pointer;
  overflow: hidden;
}
.video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 50px;
  transform: translate(-50%, -50%);
  border-radius: 14px;
  background: #f00;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.video-play::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 14px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
}
.video-grid figcaption { font-size: 13px; border-top: 1px solid var(--blue); padding-top: 10px; }
.sdgs-button { grid-column: 2; justify-self: end; }

.kodawari { background: var(--blue); padding: 90px 24px 94px; text-align: center; }
.kodawari-en { color: #fff; font-size: 60px; line-height: 1; font-weight: 800; margin: 0; }
.kodawari h2 { margin: -10px 0 55px; }
.kodawari-grid { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); }
.kodawari-grid article { min-height: 400px; background-size: cover; background-position: center; position: relative; display: flex; align-items: center; padding: 45px; text-align: left; }
.kodawari-grid article:first-child { grid-column: 1 / -1; }
.kodawari-grid div { background: rgba(255,255,255,.72); padding: 24px; width: 88%; }
.kodawari-grid article:first-child div { width: 55%; }
.kodawari-grid b { color: var(--orange); font-size: 32px; }
.kodawari-grid h3 { display: inline; font-size: 20px; }
.kodawari-grid p { margin-bottom: 0; }

.company { padding: 115px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.company-photo { height: 425px; background-size: cover; background-position: center; clip-path: polygon(0 0, 92% 0, 62% 100%, 0 100%); }
.company-links h2 { border-top: 1px solid #222; padding-top: 18px; }
.mini-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.mini-buttons .outline::after { content: "›"; margin-left: 10px; font-size: 20px; line-height: 1; }

.contents-band { background: #f8f4e8; padding: 95px 24px; }
.contents-band .ghost-heading { color: rgba(255,255,255,.9); }
.contents-cards { background: #fff; padding: 0; gap: 0; }
.contents-cards article { padding-bottom: 20px; }
.contents-cards img { height: 180px; }
.contents-cards p, .contents-cards h3, .contents-cards time { margin-left: 18px; margin-right: 18px; }
.contents-cards p { font-size: 12px; margin-bottom: 5px; }

.access {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(420px, 1.28fr);
  gap: 72px;
  align-items: center;
  min-height: 520px;
}
.access h2 { border-top: 1px solid #222; padding-top: 14px; max-width: 240px; }
.access p { margin: 5px 0; }
.access-map {
  min-width: 0;
  height: 360px;
  background: #eef6f4;
}
.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.lower-access {
  padding-top: 88px;
  padding-bottom: 96px;
}
.lower-access .ghost-heading {
  margin-bottom: -2px;
}

.contact-faq { position: relative; display: grid; grid-template-columns: 1fr 1fr; max-width: 1040px; margin: 0 auto; padding: 75px 24px 64px; text-align: center; overflow: hidden; }
.contact-faq::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 -28%;
  background: rgba(117, 210, 223, .25);
  clip-path: polygon(0 0, 100% 0, 64% 100%, 0 100%);
  z-index: -2;
}
.contact-bg { position: absolute; left: 0; bottom: -58px; color: rgba(117,210,223,.18); font-size: 130px; font-weight: 800; line-height: 1; z-index: -1; }
.social-row { display: flex; justify-content: center; gap: 9px; margin-top: 15px; }
.faq-panel .outline { margin-top: 10px; }

.site-footer { background: var(--blue); color: #11343b; padding: 55px 42px 0; display: grid; grid-template-columns: 120px 1fr 280px; gap: 55px; align-items: start; }
.site-footer img { width: 105px; }
.site-footer nav { display: grid; grid-template-columns: repeat(4, max-content); gap: 18px 28px; font-size: 13px; }
.footer-social { display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-size: 13px; }
.copyright { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid #fff; padding: 9px 12%; font-size: 13px; color: #fff; }

@media (max-width: 900px) {
  body { font-size: 13px; line-height: 1.9; }
  .site-header { height: 54px; padding: 0 12px; gap: 12px; }
  .brand img { width: 48px; height: 48px; }
  .header-phone { display: block; margin-left: auto; font-size: 12px; }
  .menu-toggle { display: grid; width: 36px; height: 36px; border: 0; background: transparent; place-content: center; gap: 4px; }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: #333; }
  .site-nav {
    position: fixed;
    inset: 0 auto 0 0;
    width: calc(100vw - 26px);
    max-width: 360px;
    padding: 85px 16px 22px;
    display: grid;
    align-content: start;
    gap: 0;
    background: #fff;
    transform: translateX(-102%);
    transition: transform .22s ease;
    box-shadow: 6px 0 18px rgba(0,0,0,.08);
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { position: relative; padding: 16px 0; border-bottom: 1px solid #f0f0f0; font-size: 16px; }
  .nav-item { display: block; }
  .subnav {
    position: static;
    width: auto;
    padding: 0 0 10px 16px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .subnav a {
    padding: 9px 0;
    border-bottom: 0;
    color: #555;
    font-size: 13px;
  }
  .subnav a + a {
    border-top: 0;
  }
  .site-nav .pill { display: none; }
  .has-dropdown > a::after {
    content: "⌄";
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid #eee;
    border-radius: 3px;
    transform: translateY(-50%);
    color: #111;
    font-size: 18px;
    line-height: 1;
    margin-left: 0;
  }
  .menu-close {
    display: block;
    position: absolute;
    right: 12px;
    top: 22px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    width: 45px;
    height: 41px;
    font-size: 24px;
    font-weight: 700;
  }
  .hero { height: 530px; margin-top: 54px; }
  .hero-copy { left: 10px; bottom: 34px; font-size: 22px; color: #fff; }
  .social-rail { display: none; }
  .floating-banner { width: 106px; right: 8px; top: 242px; transform: none; position: absolute; }
  .section, .band { padding: 58px 16px; }
  .split, .about-block, .sdgs, .company, .contact-faq { grid-template-columns: 1fr; }
  .ghost-heading { font-size: 24px; }
  .products-intro .split { gap: 18px; align-items: start; }
  .products-intro .copy-block { display: contents; }
  .products-intro .ghost-heading { order: 0; font-size: 22px; width: 100%; border-bottom: 1px solid #222; }
  .products-intro .copy-block h1 { order: 1; border-top: 0; padding-top: 0; margin-bottom: 4px; }
  .products-intro .product-main { order: 2; width: min(100%, 355px); }
  .products-intro .button-stack { order: 3; }
  .copy-block h1 { font-size: 18px; }
  .button-stack { width: 100%; }
  .product-main { margin: 14px auto 0; }
  .news-list.three, .news-list.two, .card-grid.three, .video-grid { grid-template-columns: 1fr; }
  .about-image { display: block; min-height: 300px; }
  .about-text { padding: 42px 14px 64px; }
  .about-text h2 { display: none; }
  .stripe { height: 34px; }
  .service { display: block; }
  .section-title-left { margin: 0; text-align: center; max-width: none; width: auto; }
  .service-grid { display: grid; grid-template-columns: 1fr; margin: 32px 0 0; gap: 28px; }
  .service-card.featured,
  .service-grid .service-card:nth-child(2),
  .service-grid .service-card:nth-child(3) { grid-column: auto; grid-row: auto; }
  .service-card img { height: 180px; }
  .coming { top: 105px; font-size: 22px; }
  .card-grid img { height: 240px; }
  .product-strip { grid-template-columns: 1fr; padding: 48px 16px; gap: 30px; max-width: 100%; }
  .product-row {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    min-width: 0;
    justify-items: center;
    overflow: hidden;
  }
  .product-row img { width: 112px; max-width: 100%; }
  .product-row img:nth-child(n+3) { display: none; }
  .product-label {
    order: 1;
    display: grid;
    grid-template-columns: 78px 1fr;
    align-items: center;
    gap: 12px;
    justify-self: center;
    width: min(100%, 260px);
  }
  .product-label img { width: 72px; }
  .product-label p { font-size: 27px; }
  .product-label h2 { grid-column: 1 / -1; text-align: center; padding-top: 12px; }
  .media-panel { padding: 42px 18px; }
  .sdgs-text h3 { font-size: 17px; }
  .sdgs-button { grid-column: auto; justify-self: center; }
  .kodawari { padding: 52px 14px 80px; }
  .kodawari-en { font-size: 38px; }
  .kodawari-grid { grid-template-columns: 1fr; }
  .kodawari-grid article, .kodawari-grid article:first-child { min-height: 430px; grid-column: auto; padding: 16px; align-items: flex-start; }
  .kodawari-grid div, .kodawari-grid article:first-child div { width: 100%; margin-top: 24px; }
  .company { padding: 60px 16px; }
  .company-photo { height: 150px; }
  .contents-cards img { height: 210px; }
  .access { display: grid; grid-template-columns: 1fr; gap: 28px; min-height: auto; }
  .access-map { height: 310px; margin: 0 -16px; }
  .access-info { max-width: 360px; }
  .contact-bg { font-size: 50px; bottom: -24px; }
  .contact-faq { gap: 34px; }
  .contact-faq::before { inset: 0 0 48% 0; clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%); }
  .shoplist-anchor-nav,
  .shoplist-store-grid {
    grid-template-columns: 1fr;
  }
  .shoplist-panel {
    margin-top: 48px;
    padding: 42px 18px 46px;
  }
  .site-footer { grid-template-columns: 1fr; gap: 22px; padding: 36px 20px 0; text-align: left; }
  .site-footer img { margin: 0 auto; }
  .site-footer nav { grid-template-columns: repeat(2, 1fr); }
  .footer-social { justify-content: center; flex-wrap: wrap; }
  .copyright { margin: 0 -20px; padding: 9px 20px; display: grid; gap: 4px; text-align: center; }
}

/* Original-theme motion and page hardening */
.site-header {
  transition: background .28s ease, box-shadow .28s ease, height .28s ease;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
}
.motion-ready [data-animate] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity var(--motion-duration) var(--motion-ease) var(--reveal-delay, 0ms),
    transform var(--motion-duration) var(--motion-ease) var(--reveal-delay, 0ms),
    clip-path var(--motion-duration) var(--motion-ease) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready [data-animate="fade"] { transform: none; }
.motion-ready [data-animate="slide-left"] { transform: translate3d(-46px, 0, 0); }
.motion-ready [data-animate="slide-to-left"] { transform: translate3d(56px, 0, 0); }
.motion-ready [data-animate="slide-up"] { transform: translate3d(0, 32px, 0); }
.motion-ready [data-animate="slide-down"] { transform: translate3d(0, -32px, 0); }
.motion-ready [data-animate="zoom"] { transform: scale(.94); }
.motion-ready [data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-slide {
    transition: none;
  }
}

.page-image-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
  margin: 0 0 72px;
}
.page-image-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f3f3;
}
.page-image-split img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.page-image-split.is-visible img,
.post-card:hover .post-card-image {
  transform: scale(1.045);
}
.section-eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.page-image-split h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.35;
}
.service-feature-grid article {
  overflow: hidden;
  padding: 0 0 26px;
}
.service-feature-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.service-feature-grid h2,
.service-feature-grid p {
  margin-left: 24px;
  margin-right: 24px;
}
.post-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(117,210,223,.75);
  box-shadow: 0 18px 34px rgba(0,0,0,.09);
}
.post-card-thumb {
  overflow: hidden;
}
.post-card-image {
  transition: transform .65s ease;
}
.news-index-list {
  display: grid;
  gap: 0;
}
.news-index-list .post-card--news-list {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(117,210,223,.8);
  background: transparent;
}
.news-index-list .post-card--news-list:hover {
  transform: none;
  box-shadow: none;
}
.post-card--news-list .post-card-link {
  grid-template-columns: minmax(0, 1.45fr) 300px;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
}
.post-card--news-list .post-card-thumb {
  order: 2;
  border-radius: 4px;
}
.post-card--news-list .post-card-thumb img,
.post-card--news-list .post-card-image {
  height: 220px;
  aspect-ratio: auto;
  object-fit: cover;
}
.post-card--news-list .post-card-body {
  order: 1;
  padding: 0;
  gap: 10px;
}
.post-card--news-list .post-card-title {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}
.post-card--news-list .post-card-body > p:not(.post-card-category) {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-index-list + .pagination-nav .page-numbers:not(.prev):not(.next):not(.current) {
  display: none;
}
.news-index-list + .pagination-nav .page-numbers.current {
  display: none;
}
.pagination-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination-nav .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
}
.pagination-nav .page-numbers.current {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}

.section-title--line {
  max-width: var(--max);
  margin: 0 auto 34px;
  padding: 0 24px;
}
.section-title--line .ghost-heading {
  margin-bottom: -10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(34,34,34,.45);
}
.narrow-copy {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
  line-height: 2;
}
.narrow-copy .signature {
  text-align: right;
  font-size: 13px;
}
.identity-section {
  padding: 100px 0 96px;
}
.about-page {
  overflow-x: hidden;
}
.mission-card-band,
.staff-band {
  background: var(--green);
  padding: 76px 24px 82px;
}
.mission-card {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 44px;
}
.mission-card h2 {
  margin: 0 0 12px;
  color: #333;
  font-size: clamp(24px, 3vw, 34px);
}
.mission-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.about-future-section {
  position: relative;
  padding: 136px 0 0;
  background: #eefbff;
  text-align: center;
}
.about-future-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 96px;
  background: #346cde;
}
.about-future-copy {
  position: relative;
  z-index: 1;
  max-width: 830px;
  margin: 0 auto 70px;
  padding: 0 24px;
}
.about-future-copy::before {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  margin: 0 auto 30px;
  background: var(--blue);
}
.about-future-copy h2 {
  margin: 0 0 22px;
  color: #333;
  font-size: clamp(22px, 2.2vw, 30px);
}
.about-future-copy p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}
.about-future-section figure {
  position: relative;
  z-index: 1;
  margin: 0;
}
.about-future-section img {
  display: block;
  width: 100%;
  height: 226px;
  object-fit: cover;
  object-position: center 44%;
}
.belief-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 70px;
  margin-top: 68px;
  padding: 128px 24px 72px;
  background: #effdff;
}
.belief-section article {
  text-align: center;
  border-bottom: 1px solid rgba(117,210,223,.7);
  padding-bottom: 26px;
}
.message-section {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 58px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.message-section img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}
.staff-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.staff-grid article {
  min-height: 84px;
  padding: 16px 20px;
  background: #fff;
  border-left: 4px solid var(--blue);
}
.staff-grid span,
.staff-grid small {
  display: block;
  font-size: 12px;
  color: #727272;
}
.staff-grid strong {
  display: block;
  margin: 6px 0 2px;
  color: #333;
}
.company-info {
  padding-top: 110px;
}
.partner-list {
  position: relative;
  padding-top: 130px;
  padding-bottom: 360px;
}
.partner-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 78px;
  transform: translateX(-50%) skewY(-3deg);
  transform-origin: left top;
  background: var(--blue);
  opacity: .9;
  z-index: -1;
}
.partner-list h2 {
  margin-bottom: 34px;
}
.partner-table {
  margin-bottom: 54px;
  font-size: 13px;
}
.partner-placeholder {
  min-height: 220px;
  margin: 0 0 50px;
  border: 1px solid #ddd;
  background: #fff;
}
.about-related-list {
  max-width: 430px;
  margin-top: 42px;
  font-size: 13px;
  line-height: 2.1;
}
.about-related-list p:first-child {
  color: var(--blue);
  font-weight: 800;
}

.service-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 60px;
  align-items: center;
}
.service-page-overview {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 88px;
}
.service-page-overview .service-title,
.service-title {
  text-align: center;
}
.service-page-overview .service-title .ghost-heading,
.service-title .ghost-heading {
  margin-bottom: 8px;
}
.service-page-overview .service-card {
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
  padding: 0 28px 30px;
  text-align: center;
}
.service-page-overview .service-card img {
  width: calc(100% + 56px);
  height: 230px;
  margin: 0 -28px 24px;
  object-fit: cover;
}
.service-page-overview .service-card h3 {
  margin: 0 0 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
}
.service-kodawari {
  margin-top: 0;
}
.service-kodawari .kodawari-grid {
  margin-top: 50px;
}
.works-list .feature-grid article {
  padding: 0 0 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.works-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #eee;
}
.works-list .feature-grid.three-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 740px;
  margin: 0 auto;
}
.works-list h3 {
  margin: 14px 0 0;
  font-size: 15px;
}
.works-list > h2 {
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
}
.media-band {
  background: var(--paper);
  padding: 72px 0;
}
.media-band h2 {
  color: rgba(255,255,255,.9);
  font-size: clamp(32px, 4vw, 48px);
}
.service-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 28px;
  margin-top: 42px;
}
.service-media-card {
  background: #fff;
}
.service-media-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.service-media-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #f2f2f2;
}
.service-media-card time {
  display: block;
  margin: 18px 18px 8px;
  color: #8c8c8c;
  font-size: 11px;
}
.service-media-card h3 {
  min-height: 72px;
  margin: 0 18px 16px;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}
.service-media-card span {
  display: inline-block;
  margin: 0 18px 22px;
  padding: 8px 14px;
  background: #c9bda7;
  color: #fff;
  font-size: 11px;
}
.supporters-band {
  background:
    linear-gradient(rgba(230,248,251,.86), rgba(230,248,251,.86)),
    url('../images/logo-sakewo.png') repeat center / 220px auto,
    var(--blue-light);
  padding: 82px 0 92px;
  text-align: center;
}
.supporters-band .content-layout {
  padding-bottom: 0;
}
.supporters-hero {
  max-width: 860px;
  margin: 0 auto 54px;
}
.supporters-hero img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}
.supporters-band h2 {
  max-width: 560px;
  margin: 34px auto 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(34,34,34,.35);
}
.supporters-box {
  max-width: 840px;
  min-height: 500px;
  margin: 22px auto 0;
  padding: 26px 32px;
  background: rgba(255,255,255,.94);
  border: 1px solid #ddd;
  text-align: left;
}
.supporters-box strong {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
.supporters-box p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
}

.product-story-list {
  display: grid;
  gap: 90px;
  padding-top: 50px;
}
.product-story-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.product-story-row.is-reverse figure {
  order: 2;
}
.product-story-row figure {
  margin: 0;
  padding: 54px;
  background: #c4d2e2;
}
.product-story-row img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.product-story-row h2 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c4a96f;
  color: #333;
}
.product-story-row div > p:first-child {
  color: #c4a96f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.business-order {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 34px;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 34px 42px;
  border: 1px solid #bbb;
}
.shoplist-panel {
  max-width: 1040px;
  margin: 72px auto 0;
  padding: 58px 28px 62px;
  background: linear-gradient(135deg, rgba(117,210,223,.16), #fff 48%, rgba(255,155,112,.11));
  text-align: center;
  border: 1px solid rgba(117,210,223,.45);
  box-shadow: 0 18px 38px rgba(0,0,0,.06);
}
.shoplist-en {
  margin: 0 0 8px;
  color: rgba(117,210,223,.32);
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
}
.shoplist-panel h2 {
  width: fit-content;
  margin: -4px auto 18px;
  padding-top: 14px;
  border-top: 1px solid #222;
  color: #222;
  font-size: clamp(24px, 2.8vw, 38px);
}
.shoplist-panel p:not(.shoplist-en) {
  max-width: 680px;
  margin: 0 auto 24px;
  color: #444;
  font-weight: 600;
}
.shoplist-panel .pill {
  color: #fff;
  font-weight: 800;
}
.shoplist-page {
  padding-top: 20px;
}
.shoplist-lead {
  max-width: 840px;
  margin: 0 auto 50px;
  text-align: center;
}
.shoplist-lead h2 {
  margin: 0 0 20px;
  color: #333;
  font-size: clamp(26px, 3.2vw, 42px);
}
.shoplist-region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.shoplist-region-grid article {
  min-height: 190px;
  padding: 28px 30px;
  border-left: 4px solid var(--blue);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.05);
}
.shoplist-region-grid h3 {
  margin: 0 0 14px;
  color: #333;
}
.shoplist-region-grid ul {
  margin: 0;
  padding-left: 1.2em;
}
.shoplist-contact {
  margin: 42px 0 0;
  text-align: center;
}
.shoplist-anchor-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 70px;
}
.shoplist-anchor-nav a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(117,210,223,.52);
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0,0,0,.035);
}
.shoplist-anchor-nav span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
}
.shoplist-store-section {
  margin: 0 0 78px;
  scroll-margin-top: 110px;
}
.shoplist-store-section > h2 {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
  color: #333;
  font-size: clamp(24px, 3vw, 38px);
}
.shoplist-store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.shop-card {
  padding: 24px 26px;
  border-left: 4px solid var(--blue);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.055);
}
.shop-card h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 18px;
  line-height: 1.45;
}
.shop-card h3 a {
  color: inherit;
  text-decoration: none;
}
.shop-address {
  margin: 0 0 16px;
  color: #555;
  font-size: 13px;
  line-height: 1.75;
}
.shop-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-links a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(117,210,223,.7);
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

/* Iteration17: visible polish for lower pages and SHOP LIST. */
.shoplist-hero {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 12px;
  padding: 178px 34px 82px;
  text-align: center;
  overflow: hidden;
}
.shoplist-hero::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 236px;
  height: 1px;
  background: rgba(34,34,34,.28);
}
.shoplist-hero-kicker {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto -6px;
  padding: 0 24px;
  background: #fff;
  color: rgba(0,0,0,.10);
  font-size: clamp(54px, 6.2vw, 94px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: 0;
}
.shoplist-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: #171717;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.18;
  letter-spacing: .02em;
}
.shoplist-hero > p:not(.shoplist-hero-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: #555;
  font-size: clamp(15px, 1.16vw, 18px);
  line-height: 2.05;
}
.shoplist-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.shoplist-hero-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  min-width: 140px;
  justify-content: center;
  padding: 9px 17px 11px;
  border: 1px solid rgba(117,210,223,.58);
  background: rgba(230,248,251,.46);
  color: #555;
  font-weight: 800;
}
.shoplist-hero-stats b {
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}
.shoplist-page {
  max-width: 1120px;
  padding-top: 0;
}
.shoplist-lead {
  max-width: 840px;
  margin-bottom: 42px;
}
.shoplist-lead .section-subtitle {
  color: var(--blue);
}
.shoplist-lead h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(34,34,34,.58);
  font-size: clamp(28px, 3vw, 44px);
}
.shoplist-lead p {
  color: #555;
  font-size: 15px;
  line-height: 2;
}
.shoplist-anchor-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 82px;
}
.shoplist-anchor-nav a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 78px;
  padding: 16px 18px 16px 22px;
  border-color: rgba(117,210,223,.58);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.045);
  font-size: 15px;
  overflow: hidden;
}
.shoplist-anchor-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--blue);
}
.shoplist-anchor-nav strong {
  min-width: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.35;
}
.shoplist-anchor-nav small {
  grid-column: 1;
  margin-top: 5px;
  color: #8b8b8b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}
.shoplist-anchor-nav span {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 34px;
  height: 34px;
  align-self: center;
  font-size: 12px;
}
.shoplist-anchor-nav a:hover,
.shoplist-anchor-nav a:focus {
  border-color: var(--blue);
  transform: translateY(-2px);
}
.shoplist-region-lines {
  display: block;
  margin: 0 auto 88px;
  padding: 0;
}
.shoplist-region-line {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  margin: 0 0 58px;
  align-items: start;
}
.shoplist-region-line h3 {
  margin: -8px 0 0;
  color: #4a4a4a;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.25;
  white-space: nowrap;
}
.shoplist-region-line-body {
  position: relative;
  display: grid;
  gap: 24px 44px;
  padding-top: 20px;
  border-top: 2px solid rgba(117,210,223,.78);
}
.shoplist-region-line:nth-child(2n) .shoplist-region-line-body {
  border-top-color: rgba(214,198,147,.76);
}
.shoplist-region-line:nth-child(3n) .shoplist-region-line-body {
  border-top-color: rgba(161,225,154,.82);
}
.shoplist-district-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  color: #333;
  font-size: clamp(17px, 1.75vw, 24px);
  font-weight: 800;
  line-height: 1.75;
}
.shoplist-district-row.is-plain {
  grid-template-columns: 1fr;
}
.shoplist-district-row > span {
  color: #333;
  white-space: nowrap;
}
.shoplist-district-row div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.shoplist-region-lines .shoplist-district-row a {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #333;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.shoplist-region-lines .shoplist-district-row a::before,
.shoplist-region-lines .shoplist-district-row a small,
.shoplist-region-lines .shoplist-district-row a span {
  display: none;
}
.shoplist-region-lines .shoplist-district-row a:hover,
.shoplist-region-lines .shoplist-district-row a:focus {
  color: var(--blue);
  transform: none;
}
.shoplist-store-section {
  margin-bottom: 90px;
}
.shoplist-store-section > .section-subtitle {
  color: var(--blue);
}
.shoplist-store-section > h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom-color: rgba(34,34,34,.28);
}
.shoplist-store-section > h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(117,210,223,.5);
}
.shoplist-store-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.shop-card {
  min-height: 186px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(117,210,223,.40);
  border-left-width: 5px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.04);
}
.shop-card h3 {
  min-height: 52px;
}
.shop-links a {
  background: rgba(230,248,251,.48);
}
.contact-faq {
  max-width: 1180px;
  min-height: 460px;
  align-items: center;
  padding: 92px 36px 86px;
  isolation: isolate;
}
.contact-faq::before {
  inset: 0 49% 0 0;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
}
.contact-panel,
.faq-panel {
  position: relative;
  z-index: 1;
  min-height: 250px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.contact-panel .section-en,
.faq-panel .section-en {
  width: min(100%, 360px);
}
.contact-bg {
  left: 36px;
  bottom: 36px;
  font-size: clamp(86px, 10vw, 154px);
}
.works-list {
  max-width: 980px;
}
.works-list > h2,
.works-list .feature-grid.three-up {
  max-width: 820px;
}
.media-band h2 {
  color: #333;
  font-size: clamp(30px, 4.6vw, 62px);
  line-height: 1.15;
}
.media-band .section-eyebrow {
  color: var(--blue);
  font-weight: 800;
}
.staff-band {
  padding-top: 92px;
  padding-bottom: 96px;
}
.staff-grid {
  gap: 20px;
}
.staff-grid article {
  min-height: 128px;
  padding: 26px 28px;
  box-shadow: 0 14px 32px rgba(0,0,0,.045);
}
.partner-list {
  padding-bottom: 190px;
}
.partner-placeholder {
  display: none;
}
@media (max-width: 1100px) {
  .shoplist-anchor-nav,
  .shoplist-store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .shoplist-hero {
    padding: 96px 18px 54px;
  }
  .shoplist-hero::before {
    left: 18px;
    right: 18px;
    top: 132px;
  }
  .shoplist-hero-kicker {
    margin-bottom: 0;
    font-size: 40px;
  }
  .shoplist-hero h1 {
    font-size: 34px;
  }
  .shoplist-hero-stats {
    gap: 10px;
  }
  .shoplist-hero-stats span {
    min-width: 132px;
    padding: 9px 14px;
  }
  .shoplist-anchor-nav,
  .shoplist-store-grid {
    grid-template-columns: 1fr;
  }
  .shop-card h3 {
    min-height: auto;
  }
  .contact-faq {
    min-height: auto;
    padding: 58px 18px 62px;
  }
  .contact-faq::before {
    inset: 0 0 48% 0;
    clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  }
  .contact-panel,
  .faq-panel {
    min-height: 210px;
  }
}
.product-page .buy-panel,
.dashi-page .buy-panel {
  max-width: 1040px;
  margin: 0 auto;
}
.product-page .buy-panel h2,
.dashi-page .buy-panel h2 {
  word-break: keep-all;
  overflow-wrap: normal;
}

.dashi-page {
  background: #fff;
  color: #4a4a4a;
}
.dashi-hero {
  min-height: clamp(340px, 32vw, 430px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  padding: 60px 24px 40px;
  background:
    linear-gradient(rgba(255,255,255,.04), rgba(255,255,255,.04)),
    var(--dashi-hero) center 46% / cover;
  text-align: center;
}
.dashi-hero img {
  width: min(526px, 58vw);
  max-height: 375px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,.08));
}
.dashi-intro {
  padding: 86px 24px 92px;
  background: var(--paper);
  text-align: center;
}
.dashi-intro .content-layout {
  display: block;
  max-width: 920px;
  padding: 0;
}
.dashi-intro h1 {
  margin: 0;
  color: #4a4a4a;
  font-size: clamp(26px, 3.8vw, 46px);
  line-height: 1.55;
  letter-spacing: .02em;
}
.dashi-intro h1 + h1 {
  margin-top: 8px;
}
.dashi-intro p {
  max-width: 830px;
  margin: 30px auto 0;
  line-height: 2.1;
  text-align: left;
}
.dashi-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: 528px;
  background: #fff;
}
.dashi-story.is-reverse figure {
  order: 2;
}
.dashi-story figure {
  height: 100%;
  min-height: 528px;
  margin: 0;
}
.dashi-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashi-story > div {
  max-width: 610px;
  padding: 72px clamp(42px, 7vw, 92px);
}
.section-subtitle {
  margin: 0 0 12px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.dashi-story h2 {
  margin: 0 0 24px;
  color: #444;
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.5;
}
.dashi-story p:not(.section-subtitle) {
  margin: 18px 0 0;
  line-height: 2;
}
.dashi-centered {
  max-width: 1010px;
  margin: 104px auto 118px;
  padding: 0 24px;
  text-align: center;
}
.dashi-blend h2 {
  margin: 0 0 14px;
  color: #4a4a4a;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.45;
}
.dashi-blend > p:not(.section-subtitle) {
  max-width: 920px;
  margin: 28px auto 0;
  line-height: 2.1;
  text-align: left;
}
.dashi-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 42px;
  margin-top: 54px;
}
.dashi-ingredient-grid figure {
  margin: 0;
  text-align: center;
}
.dashi-ingredient-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.dashi-ingredient-grid figcaption {
  margin-top: 14px;
  color: #555;
  font-size: 13px;
}
.dashi-method {
  background: var(--paper);
  padding: 72px 24px;
}
.dashi-method > div {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .95fr 1.28fr;
  gap: 66px;
  align-items: start;
}
.dashi-method h2 {
  margin: 0 0 10px;
  color: #444;
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.55;
}
.dashi-method p:not(.section-subtitle) {
  margin: 0;
  line-height: 2.05;
}
.dashi-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  padding-top: 86px;
  padding-bottom: 88px;
  text-align: center;
}
.dashi-proof h2,
.dashi-proof > .section-subtitle {
  grid-column: 1 / -1;
}
.dashi-proof h2 {
  margin: 0 0 6px;
}
.dashi-proof > .section-subtitle {
  margin-bottom: 42px;
}
.dashi-proof article {
  min-height: 470px;
  padding: 0 32px 38px;
  border: 1px solid #ddd;
  background: #fff;
}
.dashi-proof article img {
  width: calc(100% + 64px);
  height: 180px;
  margin: 0 -32px 34px;
  object-fit: cover;
}
.dashi-proof article h3 {
  margin: 0 0 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #4a4a4a;
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.45;
}
.dashi-proof article p {
  margin: 0;
  line-height: 2.05;
}
.dashi-future {
  max-width: 960px;
  margin: 0 auto;
  padding: 84px 24px 132px;
  text-align: center;
}
.dashi-future h2 {
  margin: 0 0 10px;
  color: #4a4a4a;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.45;
}
.dashi-future p:not(.section-subtitle) {
  margin: 28px auto 0;
  line-height: 2.1;
  text-align: left;
}
.dashi-recipe {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 78px;
  align-items: center;
  padding: 86px max(24px, calc((100vw - 1080px) / 2));
  background: var(--paper);
}
.dashi-recipe figure {
  margin: 0;
  display: flex;
  gap: 26px;
  justify-content: center;
}
.dashi-recipe img {
  width: 178px;
  height: 178px;
  border-radius: 999px;
  object-fit: cover;
}
.dashi-recipe h2 {
  margin: 0 0 10px;
  color: #4a4a4a;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.45;
}
.dashi-recipe p:not(.section-subtitle) {
  margin: 24px 0 0;
  line-height: 2;
}
.dashi-instagram {
  max-width: 980px;
  margin: 0 auto;
  padding: 108px 24px 150px;
  text-align: center;
}
.dashi-instagram h2 {
  margin: 0 0 24px;
  color: #4a4a4a;
  font-size: clamp(28px, 3.2vw, 44px);
}
.dashi-instagram p:not(.section-subtitle) {
  max-width: 840px;
  margin: 0 auto;
  line-height: 2;
}
.instagram-placeholder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 620px;
  margin: 44px auto 34px;
  border: 1px solid #eee;
  background: #fff;
}
.instagram-placeholder span {
  border-right: 1px solid #eee;
}
.instagram-placeholder span:last-child {
  border-right: 0;
}
.dashi-buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto 118px;
  padding: 64px 72px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0,0,0,.08);
}
.dashi-buy h2 {
  margin: 0;
  color: rgba(0,0,0,.16);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1;
}
.dashi-buy p {
  margin: 20px 0 0;
  line-height: 2;
}
.dashi-buy-title {
  color: #4a4a4a;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.35;
}
.dashi-buy .button-stack {
  max-width: 360px;
  margin-top: 28px;
}
.dashi-buy > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact-layout {
  grid-template-columns: .85fr 1.25fr;
  gap: 70px;
  align-items: start;
  padding-top: 70px;
}
.contact-summary {
  border: 0;
  box-shadow: none;
  text-align: center;
}
.contact-summary img {
  width: 132px;
  margin: 0 auto 34px;
}
.contact-summary ul {
  display: inline-block;
  margin: 0 auto 24px;
  padding: 22px 30px;
  border: 1px solid var(--orange);
  text-align: left;
}
.contact-form-panel {
  background: var(--blue-light);
  border: 0;
  box-shadow: none;
}

.recruit-page {
  background: #fff;
}
.recruit-lead {
  max-width: 900px;
  padding-top: 14px;
  padding-bottom: 86px;
}
.recruit-lead h2,
.recruit-message h2,
.recruit-jobs h2,
.recruit-day h2,
.recruit-requirements h2 {
  margin: 0 0 24px;
  color: #333;
  font-size: clamp(27px, 3.2vw, 42px);
  line-height: 1.45;
}
.recruit-lead p:not(.section-subtitle),
.recruit-message p,
.recruit-environment p,
.recruit-job-grid p,
.recruit-day li {
  color: #555;
  line-height: 2;
}
.recruit-environment {
  padding: 88px 0 92px;
  background: linear-gradient(90deg, rgba(117,210,223,.16), #fff 48%);
}
.recruit-environment .content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 62px;
  align-items: center;
  padding-bottom: 0;
}
.recruit-environment h2 {
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid #222;
  color: #333;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.5;
}
.recruit-environment figure {
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 18px 42px rgba(0,0,0,.08);
}
.recruit-environment img {
  width: 100%;
  height: clamp(360px, 34vw, 520px);
  object-fit: cover;
  object-position: center 32%;
}
.recruit-fit {
  padding-top: 96px;
  padding-bottom: 76px;
}
.recruit-fit .section-title--line {
  padding: 0;
}
.recruit-card-grid,
.recruit-job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.recruit-card-grid article,
.recruit-job-grid article {
  min-height: 220px;
  padding: 28px 30px;
  border-left: 5px solid var(--blue);
  background: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.06);
}
.recruit-card-grid h3,
.recruit-job-grid h3 {
  margin: 0 0 12px;
  color: #333;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
}
.recruit-card-grid p,
.recruit-job-grid p {
  margin: 0;
}
.recruit-message {
  padding-top: 86px;
  padding-bottom: 90px;
  border-top: 1px solid rgba(34,34,34,.18);
  border-bottom: 1px solid rgba(34,34,34,.18);
}
.recruit-message .signature {
  margin-top: 28px;
  color: #333;
  font-weight: 800;
  text-align: right;
}
.recruit-jobs {
  padding-top: 96px;
  padding-bottom: 72px;
}
.recruit-job-grid article span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.recruit-job-grid .job-lead {
  margin-bottom: 14px;
  color: #333;
  font-weight: 800;
}
.recruit-day {
  padding-top: 20px;
  padding-bottom: 80px;
}
.recruit-day ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.recruit-day li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 16px 20px;
  background: #f7fbfc;
  border-left: 4px solid var(--blue);
}
.recruit-day span {
  color: #333;
  font-weight: 800;
}
.recruit-requirements {
  padding-top: 20px;
  padding-bottom: 74px;
}
.recruit-requirements .info-table {
  box-shadow: 0 14px 32px rgba(0,0,0,.05);
}
.recruit-cta {
  max-width: 1040px;
  margin: 0 auto 12px;
  padding: 58px 24px 66px;
  text-align: center;
  background: linear-gradient(135deg, rgba(117,210,223,.16), rgba(255,159,124,.12));
}
.recruit-cta h2 {
  margin: 0 0 20px;
  color: #333;
  font-size: clamp(26px, 3vw, 40px);
}
.recruit-access {
  margin-top: 0;
}

.contents-grid .post-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.contents-grid {
  max-width: 1030px;
  gap: 44px 40px;
  padding-top: 0;
}
.contents-grid .post-card-link {
  display: block;
}
.contents-grid .post-card-thumb {
  position: relative;
  overflow: visible;
  background: transparent;
}
.contents-grid .post-card-image,
.contents-grid .post-card-thumb img {
  height: 280px;
  aspect-ratio: auto;
  object-fit: cover;
}
.contents-grid .post-card-category {
  width: fit-content;
  min-width: 150px;
  margin: -34px auto 16px;
  padding: 10px 14px;
  position: relative;
  z-index: 1;
  background: #fff;
  color: #333;
  text-align: center;
}
.contents-grid .post-card-body {
  padding: 0;
}
.contents-grid .post-card-title {
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}
.contents-grid .post-card-body > p:not(.post-card-category) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.contents-grid + .pagination-nav .page-numbers:not(.prev):not(.next):not(.current) {
  display: none;
}
.contents-grid + .pagination-nav .page-numbers.current {
  display: none;
}

.archive-hero {
  padding-top: 150px;
}
.archive-grid .post-card-title {
  font-size: clamp(17px, 1.7vw, 24px);
}

.single-main {
  background: #f2a080 url('../img/bg_logo.webp') repeat-y center top / 3265px 2000px;
  background-attachment: fixed;
}
.single-main .single-post {
  max-width: none;
  margin: 0;
  padding: 0 0 90px;
}
.single-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  overflow: hidden;
  padding: 120px max(24px, calc((100vw - 1087px) / 2)) 80px;
  color: #fff;
}
.single-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.52);
  z-index: 0;
}
.single-hero-bg {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}
.single-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-hero > *:not(.single-hero-bg) {
  position: relative;
  z-index: 1;
  max-width: 1087px;
}
.single-hero .post-card-category {
  width: fit-content;
  padding: 5px 18px 6px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #abd5a2;
  color: #fff;
  font-size: 14px;
}
.single-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.5;
}
.single-hero time {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.sakewo-breadcrumb {
  position: relative;
  margin: 0 0 30px;
  background: #fff;
}
.sakewo-breadcrumb ul {
  max-width: 1087px;
  margin: 0 auto;
  padding: 10px 24px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  font-size: 13px;
}
.sakewo-breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 12px;
  background: url('../img/arrow_breadcrumb.svg') no-repeat center / contain;
}
.single-content {
  max-width: 1087px;
  margin: 0 auto;
  padding: 42px 30px;
  border-radius: 10px;
  background: #fff;
}
.single-content * {
  color: #6f6f6f;
}
.single-content p,
.single-content li {
  font-size: 18px;
}
.single-content h2 {
  position: relative;
  margin-top: 1.6em;
  padding: 26px 0 20px;
  border-top: 0;
  font-size: clamp(24px, 3vw, 32px);
}
.single-content h2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 35px;
  height: 26px;
  background: url('../img/bg_post_h2_before.svg') no-repeat center / contain;
}
.single-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 167px;
  height: 6px;
  background: url('../img/bg_post_h2_after.svg') no-repeat center / contain;
}
.single-content h3 {
  position: relative;
  padding-bottom: 16px;
  font-size: clamp(20px, 2.4vw, 25px);
}
.single-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 159px;
  height: 3px;
  background: url('../img/bg_post_h3_after.svg') no-repeat center / contain;
}
.single-content .wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.single-content .post-img-caption {
  margin-top: -18px;
  text-align: right;
  color: #b7b7b7;
  font-size: 13px;
}
.single-content .list-decorated {
  margin-left: 30px;
  list-style: none;
}
.single-content .list-decorated li {
  position: relative;
  list-style: none;
}
.single-content .list-decorated li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 9px;
  width: 22px;
  height: 22px;
  background: url('../img/arrow_post_li.svg') no-repeat center / contain;
}
.single-content figure.memo-table table {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 3px 6px #00000029;
}
.single-content figure.memo-table table th,
.single-content figure.memo-table table td {
  border: 0;
}
.single-content figure.memo-table thead td {
  padding: 6px;
  background: #abd5a2;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.single-content figure.memo-table thead td::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  vertical-align: middle;
  background: url('../img/icon_memo.svg') no-repeat center / contain;
}
.speech-bubble-container {
  display: flex;
  gap: 38px;
  align-items: flex-start;
  margin: 3em 0;
}
.speech-bubble-speaker {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
  gap: 5px;
  font-weight: 800;
}
.speech-bubble-speaker::before {
  content: "";
  width: 129px;
  height: 129px;
  background: url('../img/speaker_sakewo.webp') no-repeat center / contain;
}
.speech-bubble-speaker::after {
  content: "しゃけを";
}
.speech-bubble {
  position: relative;
  max-width: 520px;
  padding: 20px 30px 24px;
  border-radius: 20px;
  background: #f8f8f8;
  box-shadow: 0 3px 6px #00000029;
  font-weight: 700;
}
.speech-bubble::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 30px;
  width: 25px;
  height: 16px;
  background: url('../img/bubble_triangle.svg') no-repeat center / contain;
}
.single-nav {
  max-width: 1087px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 900px) {
  .page-image-split,
  .post-card--news-list .post-card-link {
    grid-template-columns: 1fr;
  }
  .post-card--news-list .post-card-thumb,
  .post-card--news-list .post-card-body {
    order: initial;
  }
  .page-image-split img {
    min-height: 240px;
  }
  .archive-hero {
    padding-top: 78px;
  }
  .single-main {
    background: #f2a080 url('../img/bg_logo_sp.webp') repeat-y center top / 500px 3055px;
    background-attachment: fixed;
  }
  .single-hero {
    min-height: 560px;
    padding: 96px 20px 72px;
  }
  .single-hero::before {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 54px;
    z-index: 1;
    width: 59px;
    height: 123px;
    background: url('../img/arrow_entry_header.webp') no-repeat center / contain;
  }
  .single-content {
    width: calc(100% - 40px);
    padding: 30px 22px;
  }
  .single-content p,
  .single-content li {
    font-size: 16px;
  }
  .single-content h2::before {
    left: -16px;
    width: 25px;
    height: 18px;
  }
  .single-content h2::after {
    width: 146px;
  }
  .speech-bubble-container {
    gap: 16px;
  }
  .speech-bubble-speaker::before {
    width: 65px;
    height: 65px;
  }
  .speech-bubble-speaker::after {
    font-size: 10px;
  }
  .speech-bubble {
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
  }
  .speech-bubble::after {
    left: -13px;
    top: 20px;
    width: 13px;
    height: 8px;
  }
  .visual-page-hero {
    min-height: 250px;
    margin: 0 0 54px;
    padding: 96px 20px 64px;
  }
  .mission-card,
  .belief-section,
  .message-section,
  .service-overview,
  .product-story-row,
  .business-order,
  .dashi-split,
  .dashi-method div,
  .dashi-proof,
  .dashi-recipe,
  .dashi-buy,
  .contact-layout,
  .recruit-environment .content-layout,
  .recruit-card-grid,
  .recruit-job-grid,
  .shoplist-region-grid {
    grid-template-columns: 1fr;
  }
  .service-media-grid {
    grid-template-columns: 1fr;
  }
  .service-media-card img {
    height: 210px;
  }
  .mission-card {
    padding: 28px 24px;
  }
  .staff-grid {
    grid-template-columns: 1fr;
  }
  .message-section {
    gap: 28px;
  }
  .service-card--primary {
    transform: none;
  }
  .service-card img {
    height: 210px;
  }
  .product-story-list {
    gap: 58px;
  }
  .product-story-row.is-reverse figure,
  .dashi-split.is-reverse figure {
    order: initial;
  }
  .dashi-hero {
    min-height: 300px;
    margin-top: 72px;
    padding: 42px 20px 32px;
  }
  .dashi-hero img {
    width: min(420px, 88vw);
  }
  .dashi-intro {
    padding: 54px 20px 60px;
  }
  .dashi-intro p {
    text-align: left;
  }
  .product-story-row figure {
    padding: 36px;
  }
  .dashi-story,
  .dashi-story figure {
    min-height: auto;
  }
  .dashi-story figure {
    height: 320px;
  }
  .dashi-split div {
    max-width: none;
    padding: 34px 24px 54px;
  }
  .dashi-centered,
  .dashi-future,
  .dashi-instagram {
    margin-top: 0;
    padding-top: 62px;
    padding-bottom: 68px;
  }
  .dashi-ingredient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }
  .dashi-method {
    padding: 54px 22px;
  }
  .dashi-method > div {
    gap: 26px;
  }
  .dashi-proof {
    padding-top: 58px;
    padding-bottom: 62px;
  }
  .dashi-proof article {
    min-height: auto;
  }
  .dashi-recipe {
    gap: 34px;
    padding: 58px 22px;
  }
  .dashi-recipe figure {
    order: -1;
    flex-wrap: wrap;
  }
  .instagram-placeholder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 420px;
  }
  .dashi-buy {
    gap: 34px;
    margin: 0 20px 64px;
    padding: 36px 24px;
  }
  .dashi-buy > img {
    max-width: 320px;
    margin: 0 auto;
  }
  .shoplist-region-lines {
    margin-bottom: 56px;
  }
  .shoplist-region-line {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 42px;
  }
  .shoplist-region-line h3 {
    margin: 0;
  }
  .shoplist-region-line-body {
    gap: 18px;
    padding-top: 16px;
  }
  .shoplist-district-row {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    font-size: 17px;
  }
  .shoplist-district-row div {
    gap: 8px 18px;
  }
  .contact-layout {
    gap: 32px;
  }
  .recruit-lead,
  .recruit-fit,
  .recruit-message,
  .recruit-jobs,
  .recruit-day,
  .recruit-requirements {
    padding-top: 48px;
    padding-bottom: 52px;
  }
  .recruit-environment {
    padding: 54px 0;
  }
  .recruit-environment img {
    height: 360px;
  }
  .recruit-card-grid,
  .recruit-job-grid {
    gap: 18px;
  }
  .recruit-card-grid article,
  .recruit-job-grid article {
    min-height: auto;
    padding: 24px 22px;
  }
  .recruit-day li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .recruit-cta {
    margin: 0 16px 8px;
    padding: 42px 18px 46px;
  }
  .contents-grid .post-card-image,
  .contents-grid .post-card-thumb img {
    aspect-ratio: 4 / 3;
  }
}

/* Iteration22: production parity pass for high-visibility lower-page sections. */
.service-page-overview {
  width: min(1040px, calc(100% - 48px));
}
.service-page-overview .service-title {
  justify-self: center;
}
.service-page-overview .service-card.featured {
  justify-self: center;
  width: min(100%, 430px);
}
.service-page-overview .service-grid .service-card:nth-child(2),
.service-page-overview .service-grid .service-card:nth-child(3) {
  width: min(100%, 430px);
}

.works-list {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
.works-list > h2 {
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(34,34,34,.55);
  color: #111;
}
.works-list .feature-grid.three-up {
  max-width: 840px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 48px;
  margin-right: auto;
  margin-left: auto;
}
.works-list img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f2f2f2;
}

.media-band {
  overflow: hidden;
  padding: 96px 24px;
  background: var(--paper);
}
.media-band .content-layout {
  max-width: 1040px;
  padding-right: 0;
  padding-left: 0;
}
.media-band h2 {
  max-width: 100%;
  margin: 0 0 54px;
  background: transparent;
  color: #333;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-shadow: none;
}
.media-band .section-eyebrow {
  color: var(--blue);
}

.contact-faq {
  width: min(1180px, calc(100% - 72px));
  max-width: none;
  min-height: 460px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 78px;
  margin: 0 auto;
  padding: 86px 36px 82px;
  overflow: visible;
  text-align: center;
}
.contact-faq::before {
  inset: 0 50% 0 0;
  transform: translateX(-22px);
  background: rgba(117,210,223,.25);
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  z-index: 0;
}
.contact-faq::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 154px;
  right: 36px;
  left: 36px;
  height: 1px;
  background: rgba(34,34,34,.56);
}
.contact-panel,
.faq-panel {
  z-index: 1;
  min-height: 260px;
  padding: 0 28px;
}
.contact-panel .section-en,
.faq-panel .section-en {
  width: auto;
  max-width: none;
  margin-bottom: 56px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #444;
  font-size: clamp(24px, 2.5vw, 38px);
}
.contact-bg {
  left: 18px;
  bottom: 42px;
  max-width: 100%;
  color: rgba(117,210,223,.18);
  font-size: clamp(88px, 10vw, 154px);
  line-height: .9;
  pointer-events: none;
}
.contact-panel h3,
.faq-panel h3 {
  margin-top: 0;
}

.staff-band {
  padding: 112px max(24px, calc((100vw - 1120px) / 2)) 118px;
  background: var(--green);
}
.staff-grid {
  max-width: 1120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 0 auto;
}
.staff-grid article {
  min-height: 142px;
  padding: 30px 30px 28px;
  border-left: 4px solid var(--blue);
  box-shadow: none;
}

.company-info {
  max-width: 940px;
  padding-top: 116px;
}
.partner-list {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 116px 24px 150px;
}
.partner-list > h2 {
  margin: 0 0 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(34,34,34,.65);
  color: #222;
}
.partner-table {
  margin: 0 auto 54px;
}
.about-related-list {
  margin-top: 48px;
}

.shoplist-hero {
  max-width: none;
  min-height: 380px;
  margin: 80px 0 104px;
  padding: 122px 24px 110px;
  background:
    linear-gradient(rgba(117,210,223,.62), rgba(117,210,223,.62)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/08/38b004d515d89d278dfc869f6766bf13-e1723640718119-768x706.jpg") center / cover no-repeat;
  color: #fff;
}
.shoplist-hero::before {
  display: none;
}
.shoplist-hero-kicker {
  margin: 0 auto 8px;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 58px);
  letter-spacing: .08em;
  line-height: 1.15;
  text-shadow: 0 2px 14px rgba(0,0,0,.18);
}
.shoplist-hero h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 64px);
  line-height: 1.18;
  text-shadow: 0 2px 14px rgba(0,0,0,.18);
}
.shoplist-hero > p:not(.shoplist-hero-kicker),
.shoplist-hero-stats {
  display: none;
}
.shoplist-page {
  max-width: 1120px;
}
.shoplist-lead {
  display: none;
}
.shoplist-region-lines {
  margin-bottom: 98px;
}
.shoplist-region-line {
  grid-template-columns: 150px minmax(0, 1fr);
  margin-bottom: 60px;
}
.shoplist-region-line h3 {
  font-size: clamp(28px, 3.2vw, 42px);
}
.shoplist-district-row {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
}

.dashi-page .buy-panel {
  background: #fff;
}

@media (max-width: 900px) {
  .service-page-overview {
    width: min(100% - 28px, 520px);
  }
  .works-list {
    max-width: 560px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .works-list .feature-grid.three-up,
  .staff-grid {
    grid-template-columns: 1fr;
  }
  .media-band {
    padding: 64px 18px;
  }
  .media-band h2 {
    margin-bottom: 28px;
    font-size: clamp(24px, 8vw, 36px);
  }
  .contact-faq {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 58px 18px 64px;
  }
  .contact-faq::before {
    inset: 0 0 50% 0;
    transform: none;
  }
  .contact-faq::after {
    top: 120px;
    right: 18px;
    left: 18px;
  }
  .contact-panel,
  .faq-panel {
    min-height: 210px;
    padding: 0 8px;
  }
  .contact-bg {
    left: 12px;
    bottom: 48%;
    font-size: 58px;
  }
  .staff-band {
    padding: 72px 18px 82px;
  }
  .company-info,
  .partner-list {
    padding-top: 72px;
  }
  .shoplist-hero {
    min-height: 300px;
    margin-top: 54px;
    margin-bottom: 64px;
    padding: 96px 18px 82px;
  }
  .shoplist-region-line,
  .shoplist-district-row {
    grid-template-columns: 1fr;
  }
}

/* Iteration23: closer static parity for old Astra/Elementor rendering with simple theme CSS. */
.service-page-overview {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(340px, 430px);
  gap: 54px 66px;
  align-items: center;
  width: min(1040px, calc(100% - 56px));
  padding-top: 118px;
  padding-bottom: 118px;
}
.service-page-overview .service-title {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: min(100%, 360px);
}
.service-page-overview .service-grid {
  display: contents;
}
.service-page-overview .service-card {
  width: 100%;
  min-height: 0;
  padding: 0 28px 28px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 38px rgba(0,0,0,.08);
}
.service-page-overview .service-card.featured {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
.service-page-overview .service-grid .service-card:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.service-page-overview .service-grid .service-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.service-page-overview .service-card img {
  width: calc(100% + 56px);
  height: 220px;
  margin: 0 -28px 24px;
  object-fit: cover;
}
.service-page-overview .service-card.featured img {
  height: 214px;
  object-fit: contain;
  background: #fff;
}
.service-page-overview .service-card h3 {
  margin: 0 0 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(34,34,34,.72);
  color: #444;
  font-size: 18px;
  text-align: center;
}
.service-page-overview .service-card p {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.9;
}
.service-page-overview .coming {
  top: 82px;
  font-size: 22px;
}

.works-list {
  width: min(920px, calc(100% - 56px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.works-list > h2 {
  max-width: 920px;
  margin: 0 auto 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(34,34,34,.58);
  color: #111;
  font-size: clamp(28px, 3vw, 44px);
}
.works-list .feature-grid.three-up {
  max-width: 820px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 54px;
  margin-right: auto;
  margin-left: auto;
}
.works-list .feature-grid article {
  background: transparent;
}
.works-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f2f2f2;
}

.media-band {
  padding: 108px 24px 116px;
  overflow: hidden;
  background: var(--paper);
}
.media-band .content-layout {
  max-width: 1040px;
}
.media-band h2 {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 58px;
  padding: 6px 10px 8px;
  background: rgba(255,255,255,.46);
  color: #333;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: .02em;
  overflow-wrap: normal;
  word-break: keep-all;
  text-shadow: none;
}

.access + .contact-faq,
.contact-faq {
  width: min(1080px, calc(100% - 96px));
  max-width: none;
  min-height: 382px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 82px;
  margin-right: auto;
  margin-left: auto;
  padding: 74px 40px 70px;
  overflow: hidden;
}
.access + .contact-faq {
  margin-top: 112px;
}
.contact-faq::before {
  inset: 0 50% 0 0;
  transform: none;
  background: rgba(117,210,223,.25);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}
.contact-faq::after {
  top: 132px;
  right: 40px;
  left: 40px;
  background: rgba(34,34,34,.58);
}
.contact-panel,
.faq-panel {
  min-height: 230px;
  padding: 0 28px;
}
.contact-panel .section-en,
.faq-panel .section-en {
  margin-bottom: 50px;
  color: #444;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
}
.contact-bg {
  left: 34px;
  bottom: 58px;
  max-width: 65%;
  color: rgba(117,210,223,.18);
  font-size: clamp(88px, 9vw, 136px);
  line-height: .88;
}
.contact-panel h2,
.faq-panel h2 {
  color: #444;
  font-size: clamp(24px, 2.6vw, 36px);
}

.partner-placeholder {
  display: none;
}

.shoplist-hero {
  display: grid;
  place-items: center;
  min-height: 380px;
  margin: 0 0 104px;
  padding: 122px 24px 112px;
  background:
    linear-gradient(rgba(117,210,223,.66), rgba(117,210,223,.66)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/08/38b004d515d89d278dfc869f6766bf13-e1723640718119-768x706.jpg") center / cover no-repeat;
  color: #fff;
  text-align: center;
}
.shoplist-hero h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 70px);
  letter-spacing: .04em;
  line-height: 1.12;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.shoplist-hero-kicker {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.8vw, 42px);
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
}
.shoplist-page {
  width: min(1120px, calc(100% - 56px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.shoplist-region-lines {
  margin-bottom: 112px;
}
.shoplist-region-line {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 62px;
}
.shoplist-region-line h3 {
  margin: 0;
  color: #4a4a4a;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
}
.shoplist-region-line-body {
  padding-top: 10px;
  border-top: 2px solid rgba(117,210,223,.95);
}
.shoplist-region-line:nth-child(2n) .shoplist-region-line-body {
  border-top-color: rgba(201,189,167,.9);
}
.shoplist-region-line:nth-child(3n) .shoplist-region-line-body {
  border-top-color: rgba(166,224,158,.95);
}
.shoplist-district-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 24px;
  margin: 12px 0 18px;
  color: #333;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.5;
}
.shoplist-district-row > span {
  white-space: nowrap;
}
.shoplist-region-lines .shoplist-district-row a {
  display: inline-block;
  margin: 0 28px 10px 0;
  color: #333;
  text-decoration: none;
}
.shoplist-store-section {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.product-page .buy-panel h2,
.dashi-page .buy-panel h2 {
  max-width: 980px;
  font-size: clamp(32px, 4.8vw, 72px);
  line-height: 1.22;
  word-break: keep-all;
  overflow-wrap: normal;
}

.supporters-band {
  background:
    linear-gradient(rgba(230,248,251,.84), rgba(230,248,251,.84)),
    url('../images/logo-sakewo.png') repeat center / 150px auto,
    var(--blue-light);
}
.supporters-box {
  background: rgba(255,255,255,.9);
}

@media (max-width: 900px) {
  .service-page-overview {
    display: grid;
    grid-template-columns: 1fr;
    width: min(520px, calc(100% - 28px));
    padding-top: 72px;
    padding-bottom: 78px;
  }
  .service-page-overview .service-title,
  .service-page-overview .service-card.featured,
  .service-page-overview .service-grid .service-card:nth-child(2),
  .service-page-overview .service-grid .service-card:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }
  .works-list,
  .shoplist-page {
    width: min(560px, calc(100% - 28px));
  }
  .works-list .feature-grid.three-up,
  .service-media-grid {
    grid-template-columns: 1fr;
  }
  .media-band {
    padding: 72px 18px 82px;
  }
  .media-band h2 {
    font-size: clamp(24px, 8vw, 34px);
    white-space: normal;
  }
  .access + .contact-faq,
  .contact-faq {
    width: calc(100% - 28px);
    min-height: 0;
    grid-template-columns: 1fr;
    row-gap: 34px;
    padding: 58px 18px 62px;
  }
  .access + .contact-faq {
    margin-top: 70px;
  }
  .contact-faq::before {
    inset: 0 0 52% 0;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  }
  .contact-faq::after {
    top: 112px;
    right: 18px;
    left: 18px;
  }
  .contact-panel,
  .faq-panel {
    min-height: 200px;
    padding: 0 8px;
  }
  .contact-bg {
    left: 12px;
    bottom: 48%;
    max-width: 100%;
    font-size: 62px;
  }
  .shoplist-hero {
    min-height: 300px;
    margin-bottom: 70px;
    padding: 94px 18px 84px;
  }
  .shoplist-region-line,
  .shoplist-district-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Iteration24 end-of-file override: production parity pass. */
.visual-page-hero:not(.visual-page-hero--recruit):not(.visual-page-hero--contents) {
  min-height: 308px;
  margin: 80px 0 88px;
  padding: 82px 24px 72px;
}
.visual-page-hero--about { background-position: center 48%; }
.visual-page-hero--service { background-position: center 48%; }
.visual-page-hero--product { background-position: center 50%; }
.visual-page-hero--recruit {
  min-height: 464px;
  margin: 80px 0 0;
  padding: 0 24px;
  background:
    linear-gradient(rgba(0,0,0,.16), rgba(0,0,0,.16)),
    var(--page-hero-image, url('../images/hero-09-field.jpg')) center 50% / cover;
}
.visual-page-hero--recruit .visual-page-hero-kicker,
.visual-page-hero--recruit .visual-page-hero-sub {
  display: none;
}
.visual-page-hero--recruit h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.45;
}
.products-intro {
  padding-top: 96px;
  padding-bottom: 104px;
}
.products-intro .split {
  grid-template-columns: minmax(320px, 420px) minmax(360px, 520px);
  justify-content: center;
  gap: 72px;
}
.products-intro .copy-block {
  justify-self: start;
}
.products-intro .product-main {
  width: min(100%, 520px);
  justify-self: end;
}
.section.service:not(.service-page-overview) {
  grid-template-columns: minmax(300px, 360px) minmax(340px, 420px);
  justify-content: center;
  width: min(920px, calc(100% - 56px));
  gap: 54px 48px;
  padding-top: 112px;
  padding-bottom: 96px;
}
.section.service:not(.service-page-overview) .section-title-left {
  justify-self: center;
  width: min(100%, 340px);
  text-align: center;
}
.section.service:not(.service-page-overview) .service-card {
  min-height: 0;
  padding: 0 28px 28px;
  border-radius: 0;
}
.section.service:not(.service-page-overview) .service-card img {
  height: 224px;
}
.section.service:not(.service-page-overview) .service-card.featured img {
  height: 214px;
  object-fit: contain;
  background: #fff;
}
.works {
  width: min(1040px, calc(100% - 56px));
  max-width: none;
  padding-top: 98px;
  padding-right: 0;
  padding-left: 0;
}
.works .wide-title,
.works .card-grid.three {
  max-width: 1040px;
}
.works .wide-title {
  margin-bottom: 56px;
}
.works .card-grid.three {
  gap: 38px;
}
.product-strip {
  position: relative;
  grid-template-columns: minmax(0, 1040px);
  gap: 0;
  padding-top: 92px;
  padding-bottom: 98px;
}
.product-row {
  width: min(1040px, 100%);
  gap: clamp(28px, 4vw, 58px);
  justify-content: space-between;
}
.product-row img {
  width: clamp(132px, 12vw, 190px);
}
.product-label {
  position: absolute;
  top: 50%;
  right: max(48px, calc((100vw - 1180px) / 2));
  width: min(330px, 24vw);
  transform: translateY(-50%);
  padding: 16px 0;
  background: rgba(230,248,251,.78);
}
.product-page .product-story-list {
  padding-top: 0;
}
.product-page .product-story-row {
  grid-template-columns: minmax(0, 495px) minmax(0, 430px);
  justify-content: center;
  gap: 56px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.product-page .product-story-row figure {
  padding: 44px;
  background: var(--blue-light);
}
.product-page .product-story-row.is-reverse {
  grid-template-columns: minmax(0, 430px) minmax(0, 495px);
}
.dashi-hero {
  min-height: 464px;
  margin-top: 80px;
  padding: 0 24px;
  align-items: flex-end;
  background:
    linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,.02)),
    var(--dashi-hero) center 50% / cover;
}
.dashi-hero img {
  width: min(360px, 40vw);
  max-height: 270px;
  transform: translateY(56px);
}
.dashi-intro {
  padding: 128px 24px 112px;
}
.dashi-intro h1 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.45;
}
.dashi-intro p {
  max-width: 760px;
  margin-top: 28px;
  text-align: center;
}
.dashi-story,
.dashi-story figure {
  min-height: 558px;
}
.media-band h2 {
  max-width: min(100%, 980px);
  background: rgba(255,255,255,.82);
  color: #333;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
  white-space: normal;
}
.access + .contact-faq,
.contact-faq {
  width: min(1040px, calc(100% - 96px));
  min-height: 382px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  padding: 72px 40px 68px;
}
.contact-faq::before {
  inset: 0 50% 0 0;
  clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
}
.contact-faq::after {
  top: 134px;
  right: 40px;
  left: 40px;
}
.contact-panel,
.faq-panel {
  min-height: 232px;
  padding: 0 34px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.contact-panel .section-en,
.faq-panel .section-en {
  margin-bottom: 50px;
}
.shoplist-hero {
  min-height: 380px;
  margin-top: 80px;
  background:
    linear-gradient(rgba(117,210,223,.64), rgba(117,210,223,.64)),
    url("https://sakewo.co.jp/wp-content/uploads/2024/06/dasi1.jpg") center 58% / cover no-repeat;
}
.shoplist-region-line {
  grid-template-columns: 150px minmax(0, 1fr);
}
.shoplist-region-line-body {
  border-top-width: 2px;
}
@media (max-width: 900px) {
  .visual-page-hero:not(.visual-page-hero--recruit):not(.visual-page-hero--contents) {
    min-height: 250px;
    margin-top: 54px;
    padding: 92px 18px 62px;
  }
  .visual-page-hero--recruit {
    min-height: 360px;
    margin-top: 54px;
    padding: 0 20px;
  }
  .products-intro .split,
  .section.service:not(.service-page-overview),
  .product-page .product-story-row,
  .product-page .product-story-row.is-reverse {
    grid-template-columns: 1fr;
  }
  .section.service:not(.service-page-overview) {
    width: min(520px, calc(100% - 28px));
    padding-top: 72px;
    padding-bottom: 78px;
  }
  .product-strip {
    display: block;
    padding: 58px 18px 72px;
  }
  .product-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .product-row img {
    width: min(100%, 150px);
    margin: 0 auto;
  }
  .product-label {
    position: static;
    width: min(100%, 320px);
    margin: 36px auto 0;
    transform: none;
  }
  .dashi-hero {
    min-height: 320px;
    margin-top: 54px;
  }
  .dashi-hero img {
    width: min(310px, 78vw);
    transform: translateY(42px);
  }
  .dashi-intro {
    padding: 92px 20px 72px;
  }
  .dashi-intro p {
    text-align: left;
  }
  .dashi-story,
  .dashi-story figure {
    min-height: auto;
  }
  .media-band h2 {
    font-size: clamp(24px, 7.4vw, 34px);
  }
  .access + .contact-faq,
  .contact-faq {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    padding: 58px 18px 62px;
  }
  .contact-faq::after {
    top: 112px;
    right: 18px;
    left: 18px;
  }
}
/* Iteration35-final: authoritative last-cascade fixes. */
body.wp-theme-sakewo-original .section-title--line .ghost-heading,
body.wp-theme-sakewo-original .section-title-left .ghost-heading,
body.wp-theme-sakewo-original .sdgs-copy .ghost-heading,
body.wp-theme-sakewo-original .company-title .ghost-heading,
body.wp-theme-sakewo-original .access-info .ghost-heading,
body.wp-theme-sakewo-original .products-intro .ghost-heading {
  display: block;
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(34, 34, 34, .58);
  line-height: 1.05;
}

body.wp-theme-sakewo-original .section-title-left .ghost-heading {
  border-bottom-color: rgba(166, 224, 158, .95);
}

body.wp-theme-sakewo-original .section-title--line h2,
body.wp-theme-sakewo-original .section-title-left h2,
body.wp-theme-sakewo-original .sdgs-copy h2,
body.wp-theme-sakewo-original .company-title h2,
body.wp-theme-sakewo-original .access-info h2,
body.wp-theme-sakewo-original .products-intro .copy-block h1 {
  margin-top: 24px;
  padding-top: 0;
  border-top: 0;
}

body.wp-theme-sakewo-original .wide-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
}

body.wp-theme-sakewo-original .wide-title .ghost-heading {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  line-height: 1;
}

body.wp-theme-sakewo-original .wide-title h2 {
  margin: -34px 0 0 clamp(220px, 26vw, 330px);
  padding-top: 0;
  border-top: 0;
}

body.wp-theme-sakewo-original .card-grid img,
body.wp-theme-sakewo-original .feature-grid img,
body.wp-theme-sakewo-original .works-list img,
body.wp-theme-sakewo-original .service-media-card img,
body.wp-theme-sakewo-original .post-card img,
body.wp-theme-sakewo-original .about-future-section img,
body.wp-theme-sakewo-original .product-story-row img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  object-position: center center;
}

body.wp-theme-sakewo-original .service-card {
  position: relative;
  overflow: hidden;
}

body.wp-theme-sakewo-original .service-page-overview .service-card img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card img {
  width: calc(100% + 56px);
  max-width: none;
  height: 220px;
  margin: 0 -28px 24px;
  object-fit: cover;
  object-position: center center;
}

body.wp-theme-sakewo-original .service-page-overview .service-card.featured img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card.featured img {
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

body.wp-theme-sakewo-original .service-page-overview .coming,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .coming {
  left: 50%;
  right: auto;
  top: 110px;
  width: auto;
  max-width: calc(100% - 36px);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

body.wp-theme-sakewo-original .works-list {
  width: min(920px, calc(100% - 56px));
  margin-right: auto;
  margin-left: auto;
}

body.wp-theme-sakewo-original .works-list > h2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(34, 34, 34, .58);
}

/* Iteration36-final-eof: authoritative final cascade for headlines and images. */
.section-title--line .ghost-heading,
.section-title-left .ghost-heading,
.sdgs-copy .ghost-heading,
.company-title .ghost-heading,
.access-info .ghost-heading,
.products-intro .ghost-heading {
  display: block;
  margin: 0 0 22px;
  padding: 0 0 12px;
  border-top: 0;
  border-bottom: 1px solid rgba(34, 34, 34, .58);
  line-height: 1.05;
}

.section-title-left .ghost-heading {
  border-bottom-color: rgba(166, 224, 158, .95);
}

.section-title--line h1,
.section-title--line h2,
.section-title-left h2,
.sdgs-copy h2,
.company-title h2,
.access-info h2,
.products-intro .copy-block h1 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.wide-title {
  position: relative;
  min-height: clamp(72px, 7vw, 112px);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  overflow: visible;
}

.wide-title .ghost-heading {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: .86;
}

.wide-title h2 {
  position: absolute;
  left: clamp(210px, 27vw, 360px);
  bottom: -3px;
  margin: 0;
  padding: 0;
  border: 0;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card img,
.card-grid img,
.feature-grid img,
.works-list img,
.service-media-card img,
.post-card img,
.about-future-section img,
.product-story-row img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  object-position: center;
}

.service-card img {
  height: 220px;
  margin: 0 0 24px;
  object-fit: cover;
}

.service-card.featured img {
  object-fit: contain;
}

.service-card .coming {
  right: auto;
  left: 50%;
  top: 110px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.works-list,
.works-list .feature-grid.three-up {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

/* Iteration36-specific-eof: beat earlier scoped duplicate rules. */
body.wp-theme-sakewo-original .section-title--line .ghost-heading,
body.wp-theme-sakewo-original .section-title-left .ghost-heading,
body.wp-theme-sakewo-original .sdgs-copy .ghost-heading,
body.wp-theme-sakewo-original .company-title .ghost-heading,
body.wp-theme-sakewo-original .access-info .ghost-heading,
body.wp-theme-sakewo-original .products-intro .ghost-heading {
  margin: 0 0 22px;
  padding: 0 0 12px;
  border-top: 0;
  border-bottom: 1px solid rgba(34, 34, 34, .58);
  line-height: 1.05;
}

body.wp-theme-sakewo-original .section-title-left .ghost-heading {
  border-bottom-color: rgba(166, 224, 158, .95);
}

body.wp-theme-sakewo-original .section-title--line h1,
body.wp-theme-sakewo-original .section-title--line h2,
body.wp-theme-sakewo-original .section-title-left h2,
body.wp-theme-sakewo-original .sdgs-copy h2,
body.wp-theme-sakewo-original .company-title h2,
body.wp-theme-sakewo-original .access-info h2,
body.wp-theme-sakewo-original .products-intro .copy-block h1 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.wp-theme-sakewo-original .wide-title {
  position: relative;
  min-height: clamp(72px, 7vw, 112px);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orange);
  overflow: visible;
}

body.wp-theme-sakewo-original .wide-title .ghost-heading {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: .86;
}

body.wp-theme-sakewo-original .wide-title h2 {
  position: absolute;
  left: clamp(210px, 27vw, 360px);
  bottom: -3px;
  margin: 0;
  padding: 0;
  border: 0;
}

body.wp-theme-sakewo-original .service-page-overview .service-card img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card img,
body.wp-theme-sakewo-original .service-card img {
  display: block;
  width: calc(100% + 56px);
  max-width: none;
  height: 220px;
  margin: 0 -28px 24px;
  object-fit: cover;
  object-position: center;
}

body.wp-theme-sakewo-original .service-page-overview .service-card.featured img,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .service-card.featured img,
body.wp-theme-sakewo-original .service-card.featured img {
  object-fit: contain;
  object-position: center;
  background: #fff;
}

body.wp-theme-sakewo-original .service-page-overview .coming,
body.wp-theme-sakewo-original .section.service:not(.service-page-overview) .coming,
body.wp-theme-sakewo-original .service-card .coming {
  right: auto;
  left: 50%;
  top: 110px;
  width: auto;
  max-width: calc(100% - 36px);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
