@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/*
 * Furao official site visual prototype
 * Scope: staging draft pages, public article templates, archive/search pages,
 * legal pages and the 404 page. Production remains untouched until final approval.
 */

:root {
  --furao-cream: #fff8ee;
  --furao-paper: #fffdf8;
  --furao-ink: #34271f;
  --furao-muted: #705f54;
  --furao-orange: #e86f3c;
  --furao-orange-dark: #b94722;
  --furao-yellow: #f4c95d;
  --furao-green: #6f8e65;
  --furao-green-dark: #3f623c;
  --furao-pink: #eaa08c;
  --furao-blue: #8eb8b7;
  --furao-line: #e9ddd0;
  --furao-shadow: 0 18px 50px rgb(82 55 34 / 12%);
}

/* Keep full-width page templates inside the Cocoon content frame. */
:where(body.page, body.attachment) #content-in {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Keep Cocoon's fixed desktop wrapper from overflowing archive and 404 layouts. */
:is(body.search, body.archive, body.blog, body.error404) #content-in {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

/*
 * Furao recipe article prototype
 * Scope: recipe-category single posts on staging.
 * Content, permalinks, taxonomies and structured data remain unchanged.
 */

body.single-post.categoryid-98 {
  color: var(--furao-ink);
  background:
    radial-gradient(circle at 7% 3%, rgb(244 201 93 / 18%) 0 10rem, transparent 10.1rem),
    linear-gradient(180deg, #fff8ee 0, #fffdf8 38rem, #fff8ee 100%);
}

body.single-post.categoryid-98 #content {
  max-width: 1180px;
  margin-top: clamp(28px, 5vw, 64px);
}

body.single-post.categoryid-98 #main {
  width: min(100%, 860px);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgb(233 221 208 / 92%);
  border-radius: 30px;
  background: rgb(255 253 248 / 96%);
  box-shadow: var(--furao-shadow);
}

body.single-post.categoryid-98 #sidebar {
  display: none;
}

body.single-post.categoryid-98 .article-header {
  margin-bottom: clamp(34px, 6vw, 58px);
}

body.single-post.categoryid-98 .entry-title {
  margin: 0 0 clamp(22px, 4vw, 34px);
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.42;
}

body.single-post.categoryid-98 .entry-title::before {
  display: block;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  background: #f8e5b4;
  color: #6a4b16;
  content: "RECIPE";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.3;
}

body.single-post.categoryid-98 .entry-title::after {
  display: block;
  width: 72px;
  height: 6px;
  margin-top: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--furao-orange) 0 58%, var(--furao-yellow) 58%);
  content: "";
}

body.single-post.categoryid-98 .eye-catch-wrap {
  margin-bottom: 20px;
}

body.single-post.categoryid-98 .eye-catch {
  overflow: hidden;
  border-radius: 24px;
  background: #f5eee4;
  box-shadow: 0 15px 34px rgb(82 55 34 / 15%);
}

body.single-post.categoryid-98 .eye-catch img {
  display: block;
  width: 100%;
}

body.single-post.categoryid-98 .eye-catch .cat-label {
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  background: rgb(255 253 248 / 92%);
  color: var(--furao-green-dark);
  font-size: .72rem;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

body.single-post.categoryid-98 .article-header .sns-share {
  display: none !important;
}

body.single-post.categoryid-98 .article-header .sns-share-buttons {
  gap: 8px;
}

body.single-post.categoryid-98 .sns-share .sns-button {
  min-height: 44px;
  border-width: 1px;
  border-radius: 13px;
  box-shadow: none;
  font-size: .76rem;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.single-post.categoryid-98 .sns-share .sns-button:hover,
body.single-post.categoryid-98 .sns-share .sns-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgb(82 55 34 / 10%);
}

body.single-post.categoryid-98 .date-tags,
body.single-post.categoryid-98 .read-time {
  color: var(--furao-muted);
  font-size: .76rem;
}

body.single-post.categoryid-98 .date-tags {
  margin-top: 16px;
}

body.single-post.categoryid-98 .read-time {
  width: fit-content;
  margin: 10px 0 0 auto;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f6f0e8;
}

body.single-post.categoryid-98 .entry-content {
  color: var(--furao-muted);
  font-size: 1rem;
  line-height: 1.95;
}

body.single-post.categoryid-98 .entry-content > p:first-child {
  color: var(--furao-ink);
  font-size: 1.08rem;
  font-weight: 600;
}

body.single-post.categoryid-98 .entry-content p {
  margin-block: 1.25em;
}

body.single-post.categoryid-98 .entry-content a {
  color: var(--furao-green-dark);
  text-decoration-color: rgb(63 98 60 / 42%);
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
}

body.single-post.categoryid-98 .entry-content h2 {
  position: relative;
  margin: clamp(64px, 9vw, 94px) 0 28px;
  padding: 20px 22px 20px 28px;
  border: 1px solid #eadcc9;
  border-radius: 18px;
  background:
    linear-gradient(100deg, rgb(244 201 93 / 23%), transparent 72%),
    #fffaf2;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.5;
  box-shadow: 0 10px 24px rgb(82 55 34 / 7%);
}

body.single-post.categoryid-98 .entry-content h2::before {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 7px;
  border-radius: 0 99px 99px 0;
  background: var(--furao-orange);
  content: "";
}

body.single-post.categoryid-98 .entry-content h3 {
  margin: 40px 0 18px;
  padding: 11px 14px 11px 18px;
  border: 0;
  border-left: 5px solid var(--furao-green);
  border-radius: 0 12px 12px 0;
  background: #f3f8ef;
  color: var(--furao-ink);
  font-size: clamp(1.08rem, 2.5vw, 1.3rem);
  font-weight: 800;
  line-height: 1.55;
}

body.single-post.categoryid-98 .entry-content h4 {
  color: var(--furao-ink);
}

body.single-post.categoryid-98 .entry-content figure {
  margin-top: 24px;
  margin-bottom: 28px;
}

body.single-post.categoryid-98 .entry-content figure img {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgb(82 55 34 / 11%);
}

body.single-post.categoryid-98 .entry-content figcaption {
  margin-top: 9px;
  color: var(--furao-muted);
  font-size: .76rem;
  text-align: center;
}

body.single-post.categoryid-98 .entry-content > ul,
body.single-post.categoryid-98 .entry-content > ol {
  margin: 26px 0 32px;
  padding: 22px 24px 22px 3.1em;
  border: 1px solid #eadcc9;
  border-radius: 18px;
  background: #fffaf1;
  box-shadow: 0 8px 22px rgb(82 55 34 / 6%);
}

body.single-post.categoryid-98 .entry-content > ul li,
body.single-post.categoryid-98 .entry-content > ol li {
  margin-block: .5em;
  padding-left: .18em;
}

body.single-post.categoryid-98 .entry-content > ul li::marker,
body.single-post.categoryid-98 .entry-content > ol li::marker {
  color: var(--furao-orange-dark);
  font-weight: 800;
}

body.single-post.categoryid-98 .toc {
  margin: clamp(36px, 6vw, 54px) 0 26px;
  padding: 22px clamp(20px, 4vw, 30px);
  border: 1px solid #dbe5d6;
  border-radius: 20px;
  background: #f5faf2;
  box-shadow: 0 10px 28px rgb(82 55 34 / 7%);
}

body.single-post.categoryid-98 .toc-title {
  color: var(--furao-green-dark);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

body.single-post.categoryid-98 .toc a {
  color: var(--furao-ink);
  text-decoration: none;
}

body.single-post.categoryid-98 .toc a:hover,
body.single-post.categoryid-98 .toc a:focus-visible {
  color: var(--furao-orange-dark);
  text-decoration: underline;
}

body.single-post.categoryid-98 .entry-content p[id^="affiliate-disclosure"] {
  margin: -8px 0 42px;
  padding: 13px 16px;
  border-radius: 12px;
  background: #f7f3ed;
  color: var(--furao-muted);
  font-size: .76rem;
  line-height: 1.7;
}

body.single-post.categoryid-98 .entry-content blockquote {
  margin: 32px 0;
  padding: 24px 26px;
  border: 1px solid #eadcc9;
  border-left: 7px solid var(--furao-yellow);
  border-radius: 16px;
  background: #fffdf8;
}

body.single-post.categoryid-98 .easyLink-box {
  overflow: hidden;
  border: 1px solid #eadcc9 !important;
  border-radius: 20px !important;
  background: #fffaf1 !important;
  box-shadow: 0 12px 28px rgb(82 55 34 / 8%) !important;
}

body.single-post.categoryid-98 .furao-recipe-book-card {
  display: grid;
  align-items: center;
  gap: clamp(24px, 5vw, 44px);
  margin: 42px 0;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid #ead9c4;
  border-radius: 26px;
  background:
    radial-gradient(circle at 94% 10%, rgb(244 201 93 / 28%) 0 62px, transparent 63px),
    #fff9ef;
  box-shadow: 0 16px 34px rgb(82 55 34 / 10%);
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
}

body.single-post.categoryid-98 .furao-recipe-book-card__cover {
  width: fit-content;
  margin: 0 auto;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 30px rgb(82 55 34 / 18%);
  transform: rotate(-1.5deg);
}

body.single-post.categoryid-98 .furao-recipe-book-card__cover img {
  display: block;
  width: min(100%, 190px);
  height: auto;
  border-radius: 4px;
}

body.single-post.categoryid-98 .furao-recipe-book-card__copy p {
  margin: 0 0 12px;
}

body.single-post.categoryid-98 .furao-recipe-book-card__kicker {
  color: var(--furao-orange-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
}

body.single-post.categoryid-98 .furao-recipe-book-card__title {
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 900;
  line-height: 1.55;
}

body.single-post.categoryid-98 .furao-recipe-book-card__buttons {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 20px;
}

body.single-post.categoryid-98 .entry-content .furao-recipe-book-card__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid var(--furao-green-dark);
  border-radius: 999px;
  background: #fff;
  color: var(--furao-green-dark);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

body.single-post.categoryid-98 .entry-content .furao-recipe-book-card__buttons .furao-recipe-book-card__detail {
  border-color: var(--furao-green-dark);
  background: var(--furao-green-dark);
  color: #fff;
}

body.single-post.categoryid-98 .furao-recipe-book-card__disclosure {
  margin-top: 15px !important;
  color: var(--furao-muted);
  font-size: .7rem;
  line-height: 1.6;
}

@media screen and (max-width: 620px) {
  body.single-post.categoryid-98 .furao-recipe-book-card {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    text-align: center;
  }

  body.single-post.categoryid-98 .furao-recipe-book-card__cover img {
    width: min(58vw, 190px);
  }

  body.single-post.categoryid-98 .furao-recipe-book-card__buttons {
    flex-direction: column;
  }

  body.single-post.categoryid-98 .entry-content .furao-recipe-book-card__buttons a {
    width: 100%;
  }
}

body.single-post.categoryid-98 .article-footer {
  margin-top: clamp(64px, 9vw, 96px);
  padding-top: 34px;
  border-top: 4px solid #f5e5c7;
}

body.single-post.categoryid-98 .entry-categories-tags {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

body.single-post.categoryid-98 .entry-categories-tags a {
  padding: 8px 13px;
  border: 1px solid #dfd2c3;
  border-radius: 999px;
  background: #fffaf1;
  color: var(--furao-muted);
  font-size: .75rem;
  text-decoration: none;
}

body.single-post.categoryid-98 .article-footer .widget_search {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #dbe5d6;
  border-radius: 20px;
  background: #f5faf2;
}

body.single-post.categoryid-98 .article-footer .search-edit {
  min-height: 48px;
  border-color: #cfdacb;
  border-radius: 999px;
  background: #fff;
}

body.single-post.categoryid-98 .article-footer .sns-share {
  margin-top: 34px;
}

body.single-post.categoryid-98 .article-footer .sns-follow {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #eadcc9;
  border-radius: 20px;
  background: #fffaf1;
}

body.single-post.categoryid-98 .author-box {
  margin: 38px 0 0;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid #dbe5d6;
  border-radius: 22px;
  background: #f5faf2;
  box-shadow: 0 10px 26px rgb(82 55 34 / 7%);
}

body.single-post.categoryid-98 .author-box .author-thumb img {
  border: 4px solid #fff;
  box-shadow: 0 8px 18px rgb(82 55 34 / 12%);
}

body.single-post.categoryid-98 .author-box .author-name a {
  color: var(--furao-green-dark);
  font-weight: 800;
}

body.single-post.categoryid-98 .under-entry-content {
  width: min(100%, 860px);
  margin-inline: auto;
}

body.single-post.categoryid-98 .related-entries,
body.single-post.categoryid-98 .pager-post-navi,
body.single-post.categoryid-98 .comment-area {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #eadcc9;
  border-radius: 24px;
  background: rgb(255 253 248 / 96%);
  box-shadow: 0 12px 32px rgb(82 55 34 / 8%);
}

body.single-post.categoryid-98 .related-entry-heading,
body.single-post.categoryid-98 .comment-title {
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

body.single-post.categoryid-98 .related-entry-card-wrap {
  overflow: hidden;
  border: 1px solid #eadcc9;
  border-radius: 16px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.single-post.categoryid-98 .related-entry-card-wrap:hover,
body.single-post.categoryid-98 .related-entry-card-wrap:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgb(82 55 34 / 10%);
}

body.single-post.categoryid-98 .breadcrumb {
  width: min(100%, 860px);
  margin: 26px auto 0;
  color: var(--furao-muted);
  font-size: .75rem;
}

@media screen and (max-width: 760px) {
  body.single-post.categoryid-98 #content {
    margin-top: 18px;
  }

  body.single-post.categoryid-98 #main {
    padding: 28px 16px 38px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.single-post.categoryid-98 .entry-title {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
    line-height: 1.45;
  }

  body.single-post.categoryid-98 .eye-catch {
    border-radius: 18px;
  }

  body.single-post.categoryid-98 .entry-content {
    font-size: .98rem;
    line-height: 1.9;
  }

  body.single-post.categoryid-98 .entry-content h2 {
    margin-top: 58px;
    padding: 17px 17px 17px 22px;
    border-radius: 15px;
    font-size: 1.27rem;
  }

  body.single-post.categoryid-98 .entry-content h3 {
    margin-top: 34px;
    padding: 10px 12px 10px 14px;
    font-size: 1.08rem;
  }

  body.single-post.categoryid-98 .entry-content figure {
    margin-block: 20px 24px;
  }

  body.single-post.categoryid-98 .entry-content figure img {
    border-radius: 14px;
  }

  body.single-post.categoryid-98 .entry-content > ul,
  body.single-post.categoryid-98 .entry-content > ol {
    padding: 18px 16px 18px 2.65em;
    border-radius: 15px;
  }

  body.single-post.categoryid-98 .toc {
    padding: 20px 18px;
    border-radius: 16px;
  }

  body.single-post.categoryid-98 .article-footer,
  body.single-post.categoryid-98 .under-entry-content,
  body.single-post.categoryid-98 .breadcrumb {
    width: 100%;
  }

  body.single-post.categoryid-98 .under-entry-content {
    padding-inline: 12px;
  }

  body.single-post.categoryid-98 .related-entries,
  body.single-post.categoryid-98 .pager-post-navi,
  body.single-post.categoryid-98 .comment-area {
    padding: 20px 16px;
    border-radius: 18px;
  }

  body.single-post.categoryid-98 .author-box {
    padding: 22px 18px;
  }
}

/* 2026-09-05: Read / listen page and book-page refinements. */
body.page-id-2477 .furao-media-hero {
  position: relative;
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
  margin: 0 0 clamp(58px, 8vw, 92px);
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid #ead8b5;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 12%, rgb(244 201 93 / 32%) 0 7rem, transparent 7.1rem),
    linear-gradient(135deg, #fff8e9, #f6fbf2);
}

body.page-id-2477 .furao-media-hero__eyebrow {
  margin: 0 0 12px;
  color: var(--furao-orange-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
}

body.page-id-2477 .furao-media-hero .has-large-font-size {
  margin: 0 0 18px;
  color: var(--furao-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem) !important;
  line-height: 1.55;
}

body.page-id-2477 .furao-media-hero__icon {
  width: min(190px, 100%);
  margin: 0 auto;
  transform: rotate(3deg);
  filter: drop-shadow(0 14px 20px rgb(82 55 34 / 13%));
}

body.page-id-2477 .furao-media-hero__icon img {
  display: block;
  width: 100%;
  height: auto;
}

body.page-id-2477 .furao-media-section {
  margin-top: clamp(58px, 8vw, 94px);
}

body.page-id-2477 .furao-media-section > h2 {
  margin-top: 0;
}

body.page-id-2477 .furao-media-grid {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

body.page-id-2477 .furao-media-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-2477 .furao-media-grid--wide {
  grid-template-columns: 1fr;
}

body.page-id-2477 .furao-media-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 340px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgb(223 211 199 / 85%);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 12px 28px rgb(82 55 34 / 9%);
}

body.page-id-2477 .furao-media-card--yahoo { background: #fff7f6; }
body.page-id-2477 .furao-media-card--foodist { background: #fff9e8; }
body.page-id-2477 .furao-media-card--nadia { background: #f1faf5; }
body.page-id-2477 .furao-media-card--note { background: #f4faef; }
body.page-id-2477 .furao-media-card--standfm { background: #fff7ef; }

body.page-id-2477 .furao-media-card__icon,
body.page-id-2477 .furao-media-card__mark {
  width: 82px;
  height: 82px;
  margin: 0 0 20px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 9px 20px rgb(82 55 34 / 12%);
}

body.page-id-2477 .furao-media-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-2477 .furao-media-card__mark {
  display: grid;
  place-items: center;
  background: var(--furao-green-dark);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 800;
}

body.page-id-2477 .furao-media-card--foodist .furao-media-card__mark {
  background: var(--furao-orange-dark);
}

body.page-id-2477 .furao-media-card__label {
  margin: 0 0 10px;
  color: var(--furao-orange-dark);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
}

body.page-id-2477 .furao-media-card h3 {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--furao-ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

body.page-id-2477 .furao-media-card > p:not(.furao-media-card__label):not(.furao-media-card__mark) {
  margin-bottom: 22px;
}

body.page-id-2477 .furao-media-card .wp-block-buttons {
  margin-top: auto;
}

body.page-id-2477 .furao-media-card .wp-block-button__link {
  min-height: 44px;
  padding: 10px 19px;
  font-size: .9rem;
}

body.page-id-2477 .furao-media-grid--wide .furao-media-card {
  min-height: 0;
  padding-right: clamp(28px, 8vw, 100px);
}

body.page-id-2477 .furao-media-note {
  margin: 58px 0 0;
  color: var(--furao-muted);
}

body.page-id-2479 .furao-book-spread-grid--after-days {
  gap: clamp(18px, 3vw, 30px);
  margin: 30px 0 0;
}

body.page-id-2479 .furao-book-opening-line {
  font-size: clamp(1.3rem, 3vw, 1.7rem) !important;
  line-height: 1.65;
}

body.page-id-2479 .furao-book-permission-note {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--furao-muted);
  font-weight: 400;
  text-align: left;
}

body.page-id-2479 .furao-book-feature-card__symbol {
  display: none;
}

body.page-id-2479 .furao-book-more-spreads {
  margin: 26px 0 clamp(52px, 8vw, 88px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: 30px;
  background: linear-gradient(145deg, #fffdf7, #f2f9ef);
}

body.page-id-2479 .furao-book-more-spreads > h2 {
  margin-top: 0;
}

body.page-id-2479 .furao-book-spread-grid--lively {
  gap: clamp(20px, 4vw, 36px);
  margin-top: 30px;
}

body.page-id-2479 .furao-book-spread-grid--three {
  align-items: flex-start;
}

body.page-id-2479 .furao-book-spread-grid--lively .furao-book-spread-card {
  border-width: 5px;
  border-radius: 18px;
}

body.page-id-2479 .furao-book-message > h2 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

body.page-id-2479 .furao-book-message__icon {
  display: block;
  width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  margin: 0 0 16px !important;
  aspect-ratio: 1;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 50%;
}

body.page-id-2479 .furao-book-message__icon img {
  display: block;
  width: 72px !important;
  max-width: none !important;
  height: 72px !important;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  body.page-id-2477 .furao-media-grid--three {
    grid-template-columns: 1fr;
  }

  body.page-id-2477 .furao-media-card {
    min-height: 0;
  }
}

@media screen and (max-width: 720px) {
  body.page-id-2479 .furao-book-opening-line {
    font-size: 1.22rem !important;
    line-height: 1.6;
  }

  body.page-id-2477 .furao-media-hero {
    padding: 28px 22px;
    border-radius: 24px;
  }

  body.page-id-2477 .furao-media-hero > .wp-block-column:last-child {
    order: -1;
  }

  body.page-id-2477 .furao-media-hero__icon {
    width: 112px;
    margin-bottom: 4px;
  }

  body.page-id-2477 .furao-media-card {
    padding: 24px 22px;
  }

  body.page-id-2477 .furao-media-card__icon,
  body.page-id-2477 .furao-media-card__mark {
    width: 68px;
    height: 68px;
  }

  body.page-id-2479 .furao-book-spread-grid--after-days,
  body.page-id-2479 .furao-book-spread-grid--lively {
    gap: 20px;
  }

  body.page-id-2479 .furao-book-more-spreads {
    padding: 28px 18px;
    border-radius: 24px;
  }

  body.page-id-2479 .furao-book-message > h2 {
    margin-bottom: 24px;
    text-align: left;
  }

  body.page-id-2479 .furao-book-message__icon {
    margin: 6px auto 16px !important;
  }
}

/* Site header prototype */
.header-container {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgb(233 221 208 / 80%);
  background: rgb(255 253 248 / 96%);
  box-shadow: 0 8px 28px rgb(82 55 34 / 6%);
}

.header-container-in.hlt-center-logo {
  display: flex;
  width: min(100%, 1180px);
  min-height: 104px;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  margin: 0 auto;
  padding: 14px clamp(18px, 4vw, 34px);
}

.header-container-in.hlt-center-logo #header {
  flex: 0 0 auto;
  width: auto;
  height: auto;
}

.header-container-in.hlt-center-logo .header-in {
  display: flex;
  width: auto;
  height: auto;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}

.header-container-in.hlt-center-logo .logo-header {
  order: 1;
  margin: 0;
}

.header-container-in.hlt-center-logo .site-name {
  color: var(--furao-ink);
  text-decoration: none;
}

.header-container-in.hlt-center-logo .site-name-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header-container-in.hlt-center-logo .site-logo-image {
  display: none;
}

.header-container-in.hlt-center-logo .site-name-text::before {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff url('/wp-content/uploads/2022/08/cropped-S__25600002-e1659962797177-100x100.jpg') center / cover no-repeat;
  box-shadow: 0 7px 18px rgb(82 55 34 / 13%);
  content: "";
}

.header-container-in.hlt-center-logo .site-name-text::after {
  color: var(--furao-ink);
  content: "ふらおの台所";
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.68rem);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  white-space: nowrap;
}

.header-container-in.hlt-center-logo .tagline {
  order: 2;
  margin: -9px 0 0 62px;
  color: var(--furao-muted);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.35;
}

.header-container-in.hlt-center-logo #navi {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  background: transparent;
}

.header-container-in.hlt-center-logo .navi-in.wrap {
  width: auto;
}

.header-container-in.hlt-center-logo .menu-header {
  justify-content: flex-end;
  gap: 4px;
}

.header-container-in.hlt-center-logo .menu-header > li {
  width: auto;
  flex: 0 0 auto;
}

.header-container-in.hlt-center-logo .menu-header > li > a {
  min-height: 46px;
  padding: 0 clamp(12px, 1.7vw, 20px);
  border-radius: 999px;
  color: var(--furao-ink);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.header-container-in.hlt-center-logo .menu-header > li > a:hover,
.header-container-in.hlt-center-logo .menu-header > li > a:focus-visible {
  background: #f8e5b4;
  color: #684b1c;
  transform: translateY(-2px);
}

.header-container-in.hlt-center-logo .menu-header > li:is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a,
.header-container-in.hlt-center-logo .menu-header > li > a[aria-current="page"],
body.page-id-2474 #menu-item-2455 > a,
body.single-post #menu-item-2455 > a,
body.page-id-2477 #menu-item-2456 > a,
body.page-id-2479 #menu-item-2457 > a,
body.page-id-2481 #menu-item-2458 > a,
body.page-id-2487 #menu-item-2459 > a,
body.page-id-2483 #menu-item-2460 > a {
  background: var(--furao-green-dark);
  color: #fff !important;
}

.header-container-in.hlt-center-logo .menu-header > li:is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a:hover,
.header-container-in.hlt-center-logo .menu-header > li:is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a:focus-visible,
.header-container-in.hlt-center-logo .menu-header > li > a[aria-current="page"]:hover,
.header-container-in.hlt-center-logo .menu-header > li > a[aria-current="page"]:focus-visible,
.header-container-in.hlt-center-logo .menu-header > li > a:active {
  background: var(--furao-orange-dark);
  color: #fff !important;
}

.header-container-in.hlt-center-logo .menu-mobile {
  justify-content: flex-end;
  gap: 4px;
}

.header-container-in.hlt-center-logo .menu-mobile > li {
  width: auto !important;
  flex: 0 0 auto !important;
}

.header-container-in.hlt-center-logo .menu-mobile > li > a {
  width: auto !important;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--furao-ink);
  font-size: .78rem;
  font-weight: 700;
}

.header-container-in.hlt-center-logo .menu-mobile > li:is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a,
.header-container-in.hlt-center-logo .menu-mobile > li > a[aria-current="page"],
body.page-id-2474 #menu-item-2455 > a,
body.single-post #menu-item-2455 > a,
body.page-id-2477 #menu-item-2456 > a,
body.page-id-2479 #menu-item-2457 > a,
body.page-id-2481 #menu-item-2458 > a,
body.page-id-2487 #menu-item-2459 > a,
body.page-id-2483 #menu-item-2460 > a {
  background: var(--furao-green-dark);
  color: #fff !important;
}

.header-container-in.hlt-center-logo .menu-mobile > li > a:active {
  background: var(--furao-orange-dark);
  color: #fff !important;
}

/* "読む・聴く" is consolidated into the profile page; keep /media/ intact. */
li#menu-item-2456 {
  display: none;
}

.mobile-footer-menu-buttons li:has(> a[href="/media/"]) {
  display: none !important;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) {
  color: var(--furao-ink);
  background:
    radial-gradient(circle at 8% 7%, rgb(244 201 93 / 16%) 0 10rem, transparent 10.1rem),
    var(--furao-cream);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489,
  body.page-id-339,
  body.page-id-343,
  body.page-id-348
) #content {
  margin-top: 0;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) #main {
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .sns-share,
:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .sns-follow,
:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .footer-meta,
:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .date-tags {
  display: none;
}

body.page-id-2485 .article-header {
  display: none;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .article-header {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(50px, 7vw, 86px) clamp(20px, 4vw, 48px) 0;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .entry-title {
  margin: 0;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2.1rem, 6vw, 4.3rem);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.24;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .entry-title::after {
  display: block;
  width: 72px;
  height: 7px;
  margin-top: 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--furao-orange) 0 60%, var(--furao-yellow) 60%);
  content: "";
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .entry-content {
  margin: 0;
  line-height: 1.9;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489,
  body.page-id-339,
  body.page-id-343,
  body.page-id-348
) .entry-content > .wp-block-group {
  max-width: 1120px;
  margin-inline: auto;
  padding: clamp(42px, 7vw, 88px) clamp(20px, 4vw, 48px);
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .entry-content h1 {
  margin: 0 0 22px;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2.1rem, 6vw, 4.3rem);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.24;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .entry-content h1::after {
  display: block;
  width: 72px;
  height: 7px;
  margin-top: 22px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--furao-orange) 0 60%, var(--furao-yellow) 60%);
  content: "";
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .entry-content h2 {
  margin-top: clamp(64px, 9vw, 112px);
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 2.45rem);
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.4;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .entry-content h2::before {
  display: inline-block;
  width: .7em;
  height: .7em;
  margin-right: .5em;
  border-radius: 48% 52% 42% 58%;
  background: var(--furao-yellow);
  box-shadow: .25em -.18em 0 rgb(232 111 60 / 30%);
  content: "";
  transform: rotate(-8deg);
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .entry-content p {
  color: var(--furao-muted);
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .wp-block-button__link {
  min-height: 48px;
  padding: 13px 24px;
  border: 2px solid var(--furao-green-dark);
  border-radius: 999px;
  background: var(--furao-green-dark);
  box-shadow: 0 6px 0 rgb(52 39 31 / 14%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .wp-block-button__link:hover,
:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .wp-block-button__link:focus-visible {
  background: var(--furao-orange-dark);
  border-color: var(--furao-orange-dark);
  box-shadow: 0 3px 0 rgb(52 39 31 / 14%);
  transform: translateY(3px);
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489
) .is-style-outline > .wp-block-button__link {
  border-color: var(--furao-line);
  background: var(--furao-paper);
  color: var(--furao-ink);
}

/* Top page */
body.page-id-2485 .entry-content > .furao-home {
  max-width: none;
  padding: 26px clamp(18px, 4vw, 48px) 96px;
  gap: 0 !important;
}

body.page-id-2485 .furao-home > * {
  width: min(100%, 1080px);
  margin-right: auto;
  margin-left: auto;
}

body.page-id-2485 .furao-home > .furao-home-hero {
  width: min(100%, 1180px);
}

body.page-id-2485 .furao-home-kicker {
  margin: 0 0 12px;
  color: var(--furao-orange-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.6;
}

body.page-id-2485 .furao-home-hero {
  gap: clamp(30px, 5vw, 60px);
  margin-bottom: 78px;
  padding: clamp(36px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid rgb(233 221 208 / 75%);
  border-radius: 38px;
  background:
    radial-gradient(circle at 13% 13%, rgb(244 201 93 / 42%) 0 7rem, transparent 7.1rem),
    linear-gradient(135deg, #fff9e9 0%, #fff2df 100%);
  box-shadow: var(--furao-shadow);
}

body.page-id-2485 .furao-home-hero__copy {
  min-width: 0;
}

body.page-id-2485 .furao-home-hero h1 {
  max-width: 9.5em;
  margin: 0;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.35rem) !important;
  font-weight: 800;
  letter-spacing: .025em;
  line-break: strict;
  line-height: 1.23;
  text-wrap: balance;
}

body.page-id-2485 .furao-home-hero__lead {
  max-width: 31em;
  margin: 24px 0 0;
  color: #5e4c40;
  font-size: clamp(1rem, 1.45vw, 1.13rem) !important;
  line-height: 2;
}

body.page-id-2485 .furao-home-hero__buttons {
  gap: 12px;
  margin-top: 28px;
}

body.page-id-2485 .furao-home-hero__media figure {
  margin: 0;
  overflow: hidden;
  border: 8px solid rgb(255 255 255 / 90%);
  border-radius: 30px;
  box-shadow: 0 20px 50px rgb(82 55 34 / 20%);
  aspect-ratio: 4 / 5;
}

body.page-id-2485 .furao-home-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

body.page-id-2485 .furao-home-moods {
  padding: 12px 0 8px;
  text-align: center;
}

body.page-id-2485 .furao-home-moods h2,
body.page-id-2485 .furao-home-latest h2 {
  margin-top: 0;
}

body.page-id-2485 .furao-home-moods .wp-block-buttons {
  justify-content: center;
  gap: 12px;
  padding-top: 18px;
}

body.page-id-2485 .furao-home-moods .wp-block-button__link {
  padding-inline: 22px;
  border-color: transparent;
  background: #fff;
  box-shadow: 0 7px 22px rgb(82 55 34 / 10%);
}

body.page-id-2485 .furao-home-moods .wp-block-button:nth-child(4n+1) .wp-block-button__link { border-bottom: 4px solid var(--furao-orange); }
body.page-id-2485 .furao-home-moods .wp-block-button:nth-child(4n+2) .wp-block-button__link { border-bottom: 4px solid var(--furao-green); }
body.page-id-2485 .furao-home-moods .wp-block-button:nth-child(4n+3) .wp-block-button__link { border-bottom: 4px solid var(--furao-yellow); }
body.page-id-2485 .furao-home-moods .wp-block-button:nth-child(4n) .wp-block-button__link { border-bottom: 4px solid var(--furao-blue); }

body.page-id-2485 .furao-home-latest,
body.page-id-2485 .furao-home-feature,
body.page-id-2485 .furao-home-profile-card,
body.page-id-2485 .furao-home-media-card,
body.page-id-2485 .furao-home-work-card {
  margin-top: clamp(62px, 9vw, 104px);
}

body.page-id-2485 .furao-home-latest__grid {
  display: grid;
  gap: 24px;
  margin-top: 28px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-2485 .furao-home-latest__grid > li {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--furao-line);
  border-radius: 24px;
  background: var(--furao-paper);
  box-shadow: 0 12px 34px rgb(82 55 34 / 9%);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.page-id-2485 .furao-home-latest__grid > li:hover {
  box-shadow: 0 18px 42px rgb(82 55 34 / 16%);
  transform: translateY(-5px);
}

body.page-id-2485 .wp-block-latest-posts__featured-image {
  float: none !important;
  width: 100%;
  margin: 0 !important;
}

body.page-id-2485 .wp-block-latest-posts__featured-image a,
body.page-id-2485 .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
}

body.page-id-2485 .wp-block-latest-posts__featured-image img {
  height: 220px;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  transition: transform .35s ease;
}

body.page-id-2485 .furao-home-latest__grid > li:hover img {
  transform: scale(1.035);
}

body.page-id-2485 .wp-block-latest-posts__post-title {
  display: block;
  padding: 18px 18px 6px;
  color: var(--furao-ink);
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.65;
  text-decoration: none;
}

body.page-id-2485 .wp-block-latest-posts__post-date {
  padding: 0 18px 18px;
  color: #97867a;
  font-size: .78rem;
}

body.page-id-2485 .furao-home-feature {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--furao-line);
  border-radius: 32px;
  box-shadow: var(--furao-shadow);
}

body.page-id-2485 .furao-home-feature > .wp-block-columns {
  gap: clamp(30px, 5vw, 58px);
  margin: 0;
}

body.page-id-2485 .furao-home-feature h2,
body.page-id-2485 .furao-home-profile-card h2,
body.page-id-2485 .furao-home-media-card h2,
body.page-id-2485 .furao-home-work-card h2 {
  margin-top: 0;
}

body.page-id-2485 .furao-home-feature--book {
  background:
    radial-gradient(circle at 95% 8%, rgb(244 201 93 / 24%) 0 6rem, transparent 6.1rem),
    #fff8e9;
}

body.page-id-2485 .furao-home-feature--book .furao-book-cover-frame {
  width: fit-content;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--furao-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgb(82 55 34 / 13%);
}

body.page-id-2485 .furao-home-feature--book .furao-book-cover-frame img {
  display: block;
  max-width: min(100%, 300px);
  height: auto;
  filter: saturate(1.04) contrast(1.02);
}

body.page-id-2485 .furao-home-feature__buttons {
  gap: 10px;
  margin-top: 24px;
}

body.page-id-2485 .furao-home-feature__buttons--purchase {
  margin-top: 10px;
}

body.page-id-2485 .furao-home-disclosure {
  margin: 16px 0 0;
  color: var(--furao-muted);
  line-height: 1.7;
}

body.page-id-2485 .furao-home-feature--products {
  background:
    radial-gradient(circle at 8% 88%, rgb(142 184 183 / 24%) 0 6rem, transparent 6.1rem),
    #f3faf4;
}

body.page-id-2485 .furao-home-products__photo {
  margin: 0;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 26px 18px 28px 20px;
  background: #fff;
  box-shadow: 0 16px 34px rgb(82 55 34 / 12%);
  transform: rotate(-1deg);
}

body.page-id-2485 .furao-home-products__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.page-id-2485 .furao-home-profile-card {
  display: grid;
  align-items: center;
  gap: 28px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid #ead8b5;
  border-radius: 28px;
  background: #fffdf8;
  box-shadow: 0 12px 30px rgb(82 55 34 / 9%);
  grid-template-columns: auto minmax(0, 1fr);
}

body.page-id-2485 .furao-home-profile-card__icon {
  margin: 0;
  padding: 6px;
  border: 1px solid var(--furao-line);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgb(82 55 34 / 12%);
}

body.page-id-2485 .furao-home-profile-card__icon img {
  display: block;
  border-radius: 50%;
}

body.page-id-2485 .furao-home-media-card {
  position: relative;
  padding: clamp(30px, 5vw, 52px);
  overflow: hidden;
  border: 1px solid #cddfde;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 18%, rgb(255 255 255 / 82%) 0 5rem, transparent 5.1rem),
    #eef7f7;
}

body.page-id-2485 .furao-home-media-card__mark {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 15px;
  border-radius: 999px;
  background: #fff;
  color: #416968;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

body.page-id-2485 .furao-home-work-card {
  padding: clamp(34px, 5vw, 58px);
  border-radius: 30px;
  background:
    linear-gradient(115deg, rgb(63 98 60 / 96%), rgb(85 119 77 / 96%)),
    var(--furao-green-dark);
  box-shadow: var(--furao-shadow);
}

body.page-id-2485 .furao-home-work-card h2,
body.page-id-2485 .furao-home-work-card p {
  color: #fff;
}

body.page-id-2485 .furao-home-work-card .furao-home-kicker {
  color: #fff0b8;
}

body.page-id-2485 .furao-home-work-card h2::before {
  background: var(--furao-yellow);
}

body.page-id-2485 .furao-home-work-card .wp-block-button__link {
  border-color: #fff;
  background: #fff;
  color: var(--furao-green-dark);
}

/* Warm, unobtrusive mobile navigation and back-to-top controls. */
.mobile-footer-menu-buttons .menu-icon {
  display: grid;
  min-height: 28px;
  place-items: center;
  margin-bottom: 2px;
}

.mobile-footer-menu-buttons .menu-icon .fa {
  color: var(--furao-green-dark);
  font-size: 1.2rem;
}

.mobile-footer-menu-buttons .menu-button:nth-child(2) .menu-icon .fa { color: var(--furao-orange-dark); }
.mobile-footer-menu-buttons .menu-button:nth-child(3) .menu-icon .fa { color: #8a651d; }
.mobile-footer-menu-buttons .menu-button:nth-child(4) .menu-icon .fa { color: #467574; }
.mobile-footer-menu-buttons .menu-button:nth-child(5) .menu-icon .fa { color: #9b6254; }
.mobile-footer-menu-buttons .menu-button:nth-child(6) .menu-icon .fa { color: #4d5961; }

.go-to-top-button.go-to-top-common {
  width: 50px;
  height: 50px;
  border: 1px solid #dfcfb8;
  border-radius: 46% 54% 44% 56% / 52% 45% 55% 48%;
  background: #fff9e9;
  box-shadow: 0 8px 20px rgb(82 55 34 / 14%);
  color: var(--furao-green-dark);
  opacity: .9;
}

.go-to-top-button.go-to-top-common::after {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--furao-orange);
  content: "";
}

.go-to-top-button.go-to-top-common:hover,
.go-to-top-button.go-to-top-common:focus-visible {
  background: #f8e5b4;
  color: #684b1c;
  opacity: 1;
}

/* Recipe finder */
body.page-id-2474 .entry-content > .wp-block-group {
  position: relative;
  padding-top: clamp(54px, 8vw, 96px);
}

body.page-id-2474 .entry-content > .wp-block-group::before {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #f7df99;
  color: #694b19;
  content: "きょう何つくる？";
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .08em;
}

body.page-id-2474 .wp-block-search {
  margin: 30px 0 68px;
  padding: 10px;
  border: 1px solid var(--furao-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--furao-shadow);
}

body.page-id-2474 .wp-block-search__inside-wrapper {
  padding: 0;
  border: 0;
}

body.page-id-2474 .wp-block-search__input {
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: var(--furao-ink);
  font-size: 1rem;
}

body.page-id-2474 .wp-block-search__button {
  min-width: 64px;
  min-height: 58px;
  margin: 0;
  border: 0;
  border-radius: 16px;
  background: var(--furao-orange);
  color: #fff;
}

body.page-id-2474 .entry-content h2 {
  margin-top: 48px;
}

body.page-id-2474 .entry-content h2:nth-of-type(5n+1)::before { background: var(--furao-orange); }
body.page-id-2474 .entry-content h2:nth-of-type(5n+2)::before { background: var(--furao-green); }
body.page-id-2474 .entry-content h2:nth-of-type(5n+3)::before { background: var(--furao-yellow); }
body.page-id-2474 .entry-content h2:nth-of-type(5n+4)::before { background: var(--furao-blue); }
body.page-id-2474 .entry-content h2:nth-of-type(5n)::before { background: var(--furao-pink); }

body.page-id-2474 .wp-block-buttons {
  gap: 10px;
  margin-bottom: 52px;
}

body.page-id-2474 .wp-block-button__link,
body.page-id-2474 .is-style-outline > .wp-block-button__link {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--furao-line);
  background: #fff;
  box-shadow: 0 5px 16px rgb(82 55 34 / 8%);
  color: var(--furao-ink);
}

body.page-id-2474 .wp-block-button__link::before {
  margin-right: .45em;
  color: var(--furao-orange);
  content: "＋";
  font-weight: 900;
}

body.page-id-2474 .wp-block-separator {
  border-color: var(--furao-line);
}

/* Book page: publisher-approved interior spread previews. */
body.page-id-2479 .furao-book-spreads {
  margin: clamp(52px, 8vw, 88px) 0 26px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid #ead8b5;
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 10%, rgb(244 201 93 / 28%) 0 7rem, transparent 7.1rem),
    #fff8e9;
}

body.page-id-2479 .furao-book-spreads h2 {
  margin-top: 0;
}

body.page-id-2479 .furao-book-spread-grid {
  gap: clamp(18px, 3vw, 32px);
  margin-top: 28px;
}

body.page-id-2479 .furao-book-spread-card {
  overflow: hidden;
  margin: 0;
  border: 7px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgb(82 55 34 / 16%);
}

body.page-id-2479 .furao-book-spread-card img {
  display: block;
  width: 100%;
  height: auto;
}

body.page-id-2479 .furao-book-spread-grid > .wp-block-column:first-child .furao-book-spread-card {
  transform: rotate(-1deg);
}

body.page-id-2479 .furao-book-spread-grid > .wp-block-column:last-child .furao-book-spread-card {
  transform: rotate(1deg);
}

body.page-id-2479 .furao-book-spread-note {
  margin: 24px 0 0;
  padding-left: 1em;
  border-left: 4px solid var(--furao-yellow);
}

body.page-id-2479 .furao-book-features {
  position: relative;
  margin: clamp(52px, 8vw, 88px) 0;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid #ead8b5;
  border-radius: 30px;
  background:
    radial-gradient(circle at 96% 4%, rgb(234 160 140 / 20%) 0 7rem, transparent 7.1rem),
    #fff8e9;
}

body.page-id-2479 .furao-book-features > h2 {
  margin-top: 0;
}

body.page-id-2479 .furao-book-features__lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: var(--furao-muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

body.page-id-2479 .furao-book-feature-grid {
  display: grid;
  gap: 18px;
}

body.page-id-2479 .furao-book-feature-grid--five {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 1100px) {
  body.page-id-2479 .furao-book-feature-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.page-id-2479 .furao-book-feature-card {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgb(233 221 208 / 92%);
  border-radius: 22px;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 10px 26px rgb(82 55 34 / 8%);
  text-align: center;
}

body.page-id-2479 .furao-book-feature-card__symbol {
  position: absolute;
  top: 18px;
  right: 20px;
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1;
}

body.page-id-2479 .furao-book-feature-card__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--furao-yellow);
  color: var(--furao-ink);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
}

body.page-id-2479 .furao-book-feature-card h3 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.5;
}

body.page-id-2479 .furao-book-feature-card p:last-child {
  margin-bottom: 0;
  color: var(--furao-muted);
  font-size: .9rem;
  line-height: 1.8;
}

body.page-id-2479 .furao-book-feature-card:nth-child(3n + 2) {
  background: #f4fbf5;
}

body.page-id-2479 .furao-book-feature-card:nth-child(3n) {
  background: #fff9e8;
}

body.page-id-2479 .furao-book-spread-grid--inside-features {
  margin-block: clamp(30px, 5vw, 48px) 0;
}

body.page-id-2479 .furao-book-spread-grid--inside-features + .furao-book-spread-note {
  margin-bottom: 0;
}

body.page-id-2479 .furao-book-buy-buttons {
  gap: 14px;
  margin-top: 28px;
}

body.page-id-2479 .furao-book-buy-buttons .wp-block-button__link {
  border: 0;
  border-radius: 14px;
  font-weight: 800;
}

body.page-id-2479 .furao-book-buy-button--amazon .wp-block-button__link {
  background: #ffbf59;
  color: #34271f !important;
}

body.page-id-2479 .furao-book-buy-button--rakuten .wp-block-button__link {
  background: #bf0000;
  color: #fff !important;
}

body.page-id-2479 .furao-book-parts,
body.page-id-2479 .furao-book-reviews,
body.page-id-2479 .furao-book-message {
  margin: clamp(52px, 8vw, 88px) 0;
}

body.page-id-2479 .furao-book-parts__lead {
  max-width: 700px;
  color: var(--furao-muted);
}

body.page-id-2479 .furao-book-parts__rail {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.page-id-2479 .furao-book-part-card {
  margin-bottom: 0 !important;
  overflow: hidden;
  border: 1px solid var(--furao-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgb(82 55 34 / 9%);
  transition: transform .18s ease, box-shadow .18s ease;
}

body.page-id-2479 .furao-book-part-card:nth-child(even) {
  transform: translateY(16px);
}

body.page-id-2479 .furao-book-part-card:hover {
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 0 18px 36px rgb(82 55 34 / 14%);
}

body.page-id-2479 .furao-book-part-card figure {
  margin: 0;
}

body.page-id-2479 .furao-book-part-card img {
  display: block;
  width: 100%;
  aspect-ratio: 826 / 1194;
  object-fit: cover;
}

body.page-id-2479 .furao-book-part-card > p {
  min-height: 4.2em;
  margin: 0;
  padding: 14px 12px 16px;
  color: var(--furao-ink);
  font-size: .82rem;
  line-height: 1.55;
  text-align: center;
}

body.page-id-2479 .furao-book-reviews {
  padding: clamp(28px, 5vw, 52px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgb(244 201 93 / 22%) 0 5rem, transparent 5.1rem),
    #f3faf4;
}

body.page-id-2479 .furao-book-reviews h2 {
  margin-top: 0;
  text-align: center;
}

body.page-id-2479 .furao-book-reviews__grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-2479 .furao-book-review {
  position: relative;
  margin: 0;
  padding: 24px 24px 24px 54px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgb(82 55 34 / 8%);
}

body.page-id-2479 .furao-book-review::before {
  position: absolute;
  top: 14px;
  left: 18px;
  color: var(--furao-orange-dark);
  content: "“";
  font-family: Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
}

body.page-id-2479 .furao-book-review p {
  margin: 0;
  color: var(--furao-ink);
  font-weight: 700;
  line-height: 1.8;
}

body.page-id-2479 .furao-book-reviews__note {
  margin: 22px 0 0;
  color: var(--furao-muted);
  text-align: center;
}

body.page-id-2479 .furao-book-message {
  padding: clamp(30px, 6vw, 60px);
  border: 1px solid #e6d4ae;
  border-radius: 32px;
  background:
    radial-gradient(circle at 92% 8%, rgb(234 160 140 / 17%) 0 7rem, transparent 7.1rem),
    #fff8e9;
}

body.page-id-2479 .furao-book-message__columns {
  gap: clamp(28px, 5vw, 54px);
}

body.page-id-2479 .furao-book-message__columns > .wp-block-column:first-child figure {
  margin: 0 auto;
  transform: rotate(-2deg);
  filter: drop-shadow(0 18px 24px rgb(82 55 34 / 18%));
}

body.page-id-2479 .furao-book-message__icon {
  overflow: hidden;
  margin: 0 0 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgb(82 55 34 / 13%);
}

body.page-id-2479 .furao-book-message h2 {
  margin-top: 0;
}

@media screen and (max-width: 720px) {
  body.page-id-2479 .furao-book-feature-grid--five {
    grid-template-columns: 1fr;
  }

  body.page-id-2479 .furao-book-features {
    padding: 26px 18px;
    border-radius: 24px;
  }

  body.page-id-2479 .furao-book-spread-grid--inside-features {
    gap: 22px;
  }

  body.page-id-2479 .furao-book-parts__rail {
    overflow-x: auto;
    margin-bottom: 0;
    margin-right: -18px;
    padding: 0 18px 12px 0;
    grid-template-columns: repeat(5, minmax(190px, 72vw));
    scroll-snap-type: x proximity;
  }

  body.page-id-2479 .furao-book-parts > .furao-book-permission-note {
    margin-top: 10px;
  }

  body.page-id-2479 .furao-book-part-card,
  body.page-id-2479 .furao-book-part-card:nth-child(even) {
    transform: none;
    scroll-snap-align: start;
  }

  body.page-id-2479 .furao-book-reviews {
    padding: 28px 18px;
  }

  body.page-id-2479 .furao-book-reviews__grid {
    grid-template-columns: 1fr;
  }

  body.page-id-2479 .furao-book-message {
    padding: 30px 20px;
  }
}

/* Shared white content panels for secondary fixed pages. */
:is(
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .entry-content > .wp-block-group {
  margin-top: 28px;
  margin-bottom: 70px;
  border: 1px solid var(--furao-line);
  border-radius: 34px;
  background: rgb(255 253 248 / 92%);
  box-shadow: var(--furao-shadow);
}

:is(
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2487,
  body.page-id-2489
) .entry-content h3 {
  margin-top: 30px;
  padding: 20px 22px;
  border: 1px solid var(--furao-line);
  border-radius: 20px;
  background: #fff9ee;
  color: var(--furao-ink);
  font-size: 1.2rem;
}

@media (prefers-reduced-motion: reduce) {
  :is(
    body.page-id-2474,
    body.page-id-2477,
    body.page-id-2479,
    body.page-id-2481,
    body.page-id-2483,
    body.page-id-2485,
    body.page-id-2487,
    body.page-id-2489
  ) *,
  :is(
    body.page-id-2474,
    body.page-id-2477,
    body.page-id-2479,
    body.page-id-2481,
    body.page-id-2483,
    body.page-id-2485,
    body.page-id-2487,
    body.page-id-2489
  ) *::before,
  :is(
    body.page-id-2474,
    body.page-id-2477,
    body.page-id-2479,
    body.page-id-2481,
    body.page-id-2483,
    body.page-id-2485,
    body.page-id-2487,
    body.page-id-2489
  ) *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media screen and (max-width: 834px) {
  .header-container-in.hlt-center-logo {
    display: block;
    min-height: 0;
    padding: 14px 14px 0;
  }

  .header-container-in.hlt-center-logo #header,
  .header-container-in.hlt-center-logo .header-in {
    width: 100%;
  }

  .header-container-in.hlt-center-logo .header-in {
    align-items: center;
  }

  .header-container-in.hlt-center-logo .tagline {
    margin-left: 0;
  }

  .header-container-in.hlt-center-logo #navi {
    margin-top: 12px;
    margin-right: -14px;
    margin-left: -14px;
    overflow: hidden;
  }

  .header-container-in.hlt-center-logo .menu-mobile {
    justify-content: center;
    gap: 4px;
    padding: 6px 12px 12px;
  }

  .header-container-in.hlt-center-logo .menu-mobile > li {
    width: auto !important;
    flex: 0 0 auto !important;
  }

  .header-container-in.hlt-center-logo .menu-mobile > li > a {
    width: auto !important;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--furao-ink);
    font-size: .78rem;
    font-weight: 700;
  }

  body.page-id-2485 .furao-home-hero,
  body.page-id-2485 .furao-home-feature > .wp-block-columns {
    flex-direction: column;
  }

  body.page-id-2485 .furao-home-hero {
    gap: 28px;
    padding: 34px 24px 24px;
    border-radius: 28px;
  }

  body.page-id-2485 .furao-home-hero > .wp-block-column,
  body.page-id-2485 .furao-home-feature > .wp-block-columns > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }

  body.page-id-2485 .furao-home-hero__media img {
    height: 100%;
  }

  body.page-id-2485 .furao-home-latest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  :is(
    body.page-id-2474,
    body.page-id-2477,
    body.page-id-2479,
    body.page-id-2481,
    body.page-id-2483,
    body.page-id-2485,
    body.page-id-2487,
    body.page-id-2489
  ) .entry-content > .wp-block-group {
    border-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-2485 .entry-content > .furao-home {
    padding-inline: 14px;
  }

  body.page-id-2485 .furao-home-hero h1 {
    max-width: 9em;
    font-size: clamp(2.05rem, 10.5vw, 2.8rem) !important;
    letter-spacing: .015em;
  }

  body.page-id-2485 .furao-home-hero__lead {
    margin-top: 18px;
    line-height: 1.85;
  }

  body.page-id-2485 .furao-home-hero__media img {
    height: 100%;
    object-position: center 54%;
  }

  body.page-id-2485 .furao-home-hero__media figure {
    border-width: 6px;
    border-radius: 22px;
    aspect-ratio: 4 / 3;
  }

  body.page-id-2485 .furao-home-latest__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-id-2485 .wp-block-latest-posts__featured-image img {
    height: 220px;
  }

  body.page-id-2485 .furao-home-feature,
  body.page-id-2485 .furao-home-profile-card,
  body.page-id-2485 .furao-home-media-card,
  body.page-id-2485 .furao-home-work-card {
    padding: 26px 20px;
    border-radius: 24px;
  }

  body.page-id-2485 .furao-home-profile-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.page-id-2485 .furao-home-profile-card__icon {
    margin-right: auto;
    margin-left: auto;
  }

  body.page-id-2485 .furao-home-profile-card .wp-block-buttons,
  body.page-id-2485 .furao-home-media-card .wp-block-buttons {
    justify-content: center;
  }

  .mobile-footer-menu-buttons .menu-icon .fa {
    font-size: 1.08rem;
  }

  .mobile-footer-menu-buttons .menu-caption {
    font-size: .66rem;
  }

  .go-to-top-button.go-to-top-common {
    width: 44px;
    height: 44px;
  }

  body.page-id-2474 .wp-block-search__input {
    min-width: 0;
  }

  :is(
    body.page-id-2474,
    body.page-id-2477,
    body.page-id-2479,
    body.page-id-2481,
    body.page-id-2483,
    body.page-id-2485,
    body.page-id-2487,
    body.page-id-2489
  ) .wp-block-buttons {
    gap: 10px;
  }
}

/* Products and services: editorial storefront */
body.page-id-2481 .furao-market {
  display: grid;
  gap: clamp(38px, 6vw, 72px);
  padding-bottom: clamp(42px, 7vw, 88px);
}

body.page-id-2481 .furao-market__intro {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 78px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 30%, rgb(255 255 255 / 72%) 0 14%, transparent 14.5%),
    linear-gradient(135deg, #f7d77c, #f2a985 58%, #e9917f);
  box-shadow: var(--furao-shadow);
}

body.page-id-2481 .furao-market__intro::after {
  position: absolute;
  right: clamp(24px, 7vw, 84px);
  bottom: -38px;
  color: rgb(255 255 255 / 38%);
  content: "●";
  font-size: clamp(8rem, 22vw, 17rem);
  line-height: 1;
}

body.page-id-2481 .furao-market__intro > * {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

body.page-id-2481 .furao-market__intro h2 {
  margin: .25em 0;
  color: var(--furao-ink);
  font-size: clamp(2rem, 5.2vw, 4.1rem);
  line-height: 1.12;
}

body.page-id-2481 .furao-market__kicker,
body.page-id-2481 .furao-market__eyebrow,
body.page-id-2481 .furao-market__label {
  margin: 0;
  color: var(--furao-green-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

body.page-id-2481 .furao-market__section {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--furao-line);
  border-radius: 32px;
  background: rgb(255 253 248 / 88%);
  box-shadow: var(--furao-shadow);
}

body.page-id-2481 .furao-market__section > h2 {
  margin: .3em 0 1em;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.2;
}

body.page-id-2481 .furao-market__two {
  display: grid;
  align-items: stretch;
  gap: 24px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

body.page-id-2481 .furao-market__card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
}

body.page-id-2481 .furao-market__card--book {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  background:
    linear-gradient(rgb(63 98 60 / 92%), rgb(63 98 60 / 92%)),
    repeating-linear-gradient(135deg, transparent 0 15px, rgb(255 255 255 / 8%) 15px 16px);
  color: #fff;
}

body.page-id-2481 .furao-market__card--book .furao-market__label,
body.page-id-2481 .furao-market__card--book h3 {
  color: #fff;
}

body.page-id-2481 .furao-market__card--book h3,
body.page-id-2481 .furao-market__card--letter h3,
body.page-id-2481 .furao-market__split-copy h3,
body.page-id-2481 .furao-market__mini-card h3,
body.page-id-2481 .furao-market__sound h3 {
  margin: 12px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.35;
}

body.page-id-2481 .furao-market__card--letter .wp-block-image {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}

body.page-id-2481 .furao-market__card--letter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

body.page-id-2481 .furao-market__card-body {
  padding: 26px;
}

body.page-id-2481 .furao-market__section--green {
  border-color: transparent;
  background: #dce8d8;
}

body.page-id-2481 .furao-market__wide-photo {
  margin: 24px 0 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 38px rgb(55 77 46 / 15%);
}

body.page-id-2481 .furao-market__wide-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.page-id-2481 .furao-market__wide-photo figcaption {
  margin: 0;
  padding: 10px 12px 5px;
  color: var(--furao-muted);
  font-size: .75rem;
  text-align: center;
}

body.page-id-2481 .furao-market__split-copy {
  display: grid;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

body.page-id-2481 .furao-market__mini-card {
  margin-top: 28px;
  padding: 26px 30px;
  border: 1px dashed rgb(63 98 60 / 42%);
  border-radius: 22px;
  background: rgb(255 255 255 / 62%);
}

body.page-id-2481 .furao-market__sound {
  display: grid;
  align-items: center;
  gap: clamp(24px, 5vw, 54px);
  grid-template-columns: auto minmax(0, 1fr);
}

body.page-id-2481 .furao-market__sound-mark {
  display: grid;
  width: clamp(92px, 15vw, 148px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: var(--furao-yellow);
  color: var(--furao-ink);
  font-family: Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 6rem);
  line-height: 1;
  transform: rotate(-6deg);
}

body.page-id-2481 .furao-market__section--pink {
  border-color: transparent;
  background: #f8dfd7;
}

body.page-id-2481 .furao-market__stamps {
  display: grid;
  gap: 18px;
  margin: 28px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-id-2481 .furao-market__stamps .wp-block-image {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(112 69 52 / 12%);
}

body.page-id-2481 .furao-market__stamps img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

body.page-id-2481 .furao-market__note {
  margin: 0;
  color: var(--furao-muted);
  text-align: center;
}

/* Products: calmer shared card language, keeping HAKOYA as the visual anchor. */
body.page-id-2481 .furao-market {
  gap: clamp(34px, 5vw, 58px);
}

body.page-id-2481 .furao-market__intro {
  padding: clamp(34px, 6vw, 66px);
  background:
    radial-gradient(circle at 88% 20%, rgb(255 255 255 / 72%) 0 5.5rem, transparent 5.6rem),
    linear-gradient(135deg, #fff4d2, #f9dcb2 64%, #f1c7b2);
}

body.page-id-2481 .furao-market__intro::after {
  color: rgb(255 255 255 / 48%);
  font-size: clamp(7rem, 18vw, 13rem);
}

body.page-id-2481 .furao-market__section {
  padding: clamp(28px, 5vw, 52px);
}

body.page-id-2481 .furao-market__section--green {
  background: #e3eddf;
}

body.page-id-2481 .furao-market__mug {
  display: grid;
  align-items: center;
  gap: clamp(22px, 4vw, 42px);
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgb(63 98 60 / 18%);
  border-radius: 25px;
  background: rgb(255 255 255 / 80%);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

body.page-id-2481 .furao-market__mug-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 19px;
}

body.page-id-2481 .furao-market__mug-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.page-id-2481 .furao-market__mug-copy {
  padding: 14px clamp(8px, 2vw, 24px) 14px 0;
}

body.page-id-2481 .furao-market__mug-copy h3 {
  margin: 12px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--furao-ink);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

body.page-id-2481 .furao-market__card--book {
  display: grid;
  min-height: 100%;
  align-items: center;
  justify-content: initial;
  gap: 22px;
  padding: 24px;
  background: #fff8e8;
  color: var(--furao-ink);
  grid-template-columns: minmax(105px, 150px) minmax(0, 1fr);
}

body.page-id-2481 .furao-market__card--book .furao-market__label,
body.page-id-2481 .furao-market__card--book h3 {
  color: var(--furao-ink);
}

body.page-id-2481 .furao-market__book-cover {
  width: fit-content;
  margin: 0 auto;
  padding: 7px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 28px rgb(82 55 34 / 18%);
  transform: rotate(-2deg);
}

body.page-id-2481 .furao-market__book-cover img {
  display: block;
  height: auto;
  border-radius: 3px;
}

body.page-id-2481 .furao-market__card--letter {
  border: 1px solid var(--furao-line);
  box-shadow: 0 12px 28px rgb(82 55 34 / 8%);
}

body.page-id-2481 .furao-market__section--sound {
  border-color: transparent;
  background: #fff5e8;
}

body.page-id-2481 .furao-market__sound {
  grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
}

body.page-id-2481 .furao-market__sound-icon {
  width: min(100%, 190px);
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 42% 58% 48% 52% / 54% 44% 56% 46%;
  background: #fff;
  box-shadow: 0 14px 30px rgb(82 55 34 / 14%);
  transform: rotate(-3deg);
}

body.page-id-2481 .furao-market__sound-icon img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

body.page-id-2481 .furao-market__voice-essay {
  margin: 20px 0;
  padding: 16px 18px;
  border-left: 5px solid var(--furao-yellow);
  border-radius: 0 14px 14px 0;
  background: rgb(255 255 255 / 76%);
  color: var(--furao-muted);
  font-size: .9rem;
}

body.page-id-2481 .furao-market__voice-essay strong {
  color: var(--furao-ink);
}

body.page-id-2481 .furao-market__stamp-note {
  margin: -12px 0 22px;
  color: var(--furao-muted);
}

body.page-id-2481 .furao-market__stamp-buttons {
  gap: 12px;
}

@media screen and (max-width: 720px) {
  body.page-id-2481 .furao-market__mug,
  body.page-id-2481 .furao-market__card--book,
  body.page-id-2481 .furao-market__sound {
    grid-template-columns: 1fr;
  }

  body.page-id-2481 .furao-market__mug-copy {
    padding: 8px 6px 12px;
  }

  body.page-id-2481 .furao-market__book-cover {
    width: 150px;
  }

  body.page-id-2481 .furao-market__sound-copy {
    text-align: left;
  }
}

/* Footer prototype: replace the old logo treatment with the new kitchen identity. */
#footer.footer-container {
  margin-top: clamp(48px, 8vw, 96px);
  border-top: 8px solid var(--furao-yellow);
  background:
    radial-gradient(circle at 12% 15%, rgb(255 255 255 / 7%) 0 5rem, transparent 5.1rem),
    var(--furao-green-dark);
  color: #fff;
}

#footer .footer-in {
  padding: clamp(38px, 6vw, 68px) clamp(20px, 5vw, 54px);
}

#footer .footer-bottom {
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
}

#footer .footer-bottom-logo,
#footer .footer-bottom-content {
  float: none;
  width: auto;
  text-align: left;
}

#footer .logo-footer .site-logo-image {
  display: none;
}

#footer .logo-footer .site-name-text {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

#footer .logo-footer .site-name-text::before {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 3px solid rgb(255 255 255 / 82%);
  border-radius: 50%;
  background: #fff url('/wp-content/uploads/2022/08/cropped-S__25600002-e1659962797177-100x100.jpg') center / cover no-repeat;
  content: "";
}

#footer .logo-footer .site-name-text::after {
  color: #fff;
  content: "ふらおの台所";
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: .08em;
  white-space: nowrap;
}

#footer .menu-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px 22px;
  flex-wrap: wrap;
}

#footer .menu-footer li,
#footer .menu-footer li::before,
#footer .menu-footer li::after {
  border: 0 !important;
}

#footer .menu-footer a {
  padding: 6px 0;
  color: rgb(255 255 255 / 88%);
  font-size: .8rem;
  font-weight: 700;
}

#footer .menu-footer a:hover,
#footer .menu-footer a:focus-visible {
  color: var(--furao-yellow);
}

#footer .copyright {
  margin-top: 16px;
  color: rgb(255 255 255 / 66%);
  font-size: .74rem;
  text-align: right;
}

@media screen and (max-width: 720px) {
  body.page-id-2481 .furao-market__two,
  body.page-id-2481 .furao-market__split-copy,
  body.page-id-2481 .furao-market__sound,
  #footer .footer-bottom {
    grid-template-columns: 1fr;
  }

  body.page-id-2481 .furao-market__intro,
  body.page-id-2481 .furao-market__section {
    padding: 28px 20px;
    border-radius: 26px;
  }

  body.page-id-2481 .furao-market__stamps {
    grid-template-columns: 1fr;
  }

  body.page-id-2481 .furao-market__sound-mark {
    width: 92px;
  }

  #footer .footer-bottom-logo,
  #footer .footer-bottom-content,
  #footer .copyright {
    text-align: center;
  }

  #footer .menu-footer {
    justify-content: center;
  }
}

/* Profile and achievements */
body.page-id-2487 .furao-profile {
  display: grid;
  gap: clamp(42px, 7vw, 78px);
  padding-bottom: clamp(42px, 7vw, 88px);
}

body.page-id-2487 .furao-profile__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 7vw, 74px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 28%, rgb(244 201 93 / 90%) 0 5.5rem, transparent 5.6rem),
    var(--furao-green-dark);
  box-shadow: var(--furao-shadow);
  color: #fff;
}

body.page-id-2487 .furao-profile__hero > * {
  max-width: 760px;
}

body.page-id-2487 .furao-profile__hero > p {
  color: #fff !important;
}

body.page-id-2487 .furao-profile__hero h2 {
  margin: .3em 0;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 3.7rem);
  line-height: 1.25;
}

body.page-id-2487 .furao-profile__hero p:last-child {
  color: rgb(255 255 255 / 82%);
  line-height: 2;
}

body.page-id-2487 .furao-profile__hero .has-large-font-size,
body.page-id-2487 .furao-profile__hero .has-large-font-size strong {
  color: #fff;
}

body.page-id-2487 .furao-profile__reach {
  margin: 26px 0 4px;
  padding: 18px 20px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 18px;
  background: rgb(255 255 255 / 9%);
  color: #fff !important;
}

body.page-id-2487 .furao-profile__reach strong {
  color: var(--furao-yellow);
}

body.page-id-2487 .furao-profile__reach-note {
  margin: 0;
  color: rgb(255 255 255 / 68%) !important;
}

body.page-id-2487 .furao-profile__mug-icon {
  position: relative;
  z-index: 1;
  width: 78px;
  margin: 0;
}

body.page-id-2487 .furao-profile__mug-icon img {
  display: block;
  width: 78px;
  height: 78px;
  border: 4px solid rgb(255 255 255 / 88%);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 28px rgb(31 45 28 / 24%);
}

body.page-id-2487 .furao-profile__mug-icon--start {
  margin-bottom: 18px;
}

body.page-id-2487 .furao-profile__social {
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid var(--furao-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--furao-shadow);
}

body.page-id-2487 .furao-profile__social h2 {
  margin-top: 0;
}

body.page-id-2487 .furao-profile__social > p {
  color: var(--furao-muted);
}

body.page-id-2487 .furao-profile__social-links {
  display: grid;
  gap: 13px;
  margin-top: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-2487 .furao-profile__social-links .wp-block-button {
  width: 100%;
}

body.page-id-2487 .furao-profile__social-links .wp-block-button__link {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 9px 22px rgb(82 55 34 / 10%);
  font-size: .88rem;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.page-id-2487 .furao-profile__social-links .wp-block-button__link:hover,
body.page-id-2487 .furao-profile__social-links .wp-block-button__link:focus-visible {
  box-shadow: 0 13px 27px rgb(82 55 34 / 16%);
  transform: translateY(-2px);
}

body.page-id-2487 .furao-profile__openchat {
  position: relative;
  margin-top: 24px;
  padding: clamp(24px, 4vw, 36px);
  overflow: hidden;
  border: 1px solid #bfe8c9;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 12%, rgb(255 255 255 / 72%) 0 54px, transparent 55px),
    linear-gradient(135deg, #effcf2, #dcf7e3);
}

body.page-id-2487 .furao-profile__openchat::after {
  position: absolute;
  right: 24px;
  bottom: 14px;
  color: rgb(6 199 85 / 14%);
  content: "LINE";
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
}

body.page-id-2487 .furao-profile__openchat-kicker {
  margin: 0 0 8px;
  color: #087b38;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
}

body.page-id-2487 .furao-profile__openchat h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--furao-ink);
}

body.page-id-2487 .furao-profile__openchat > p:not(.furao-profile__openchat-kicker) {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: var(--furao-muted);
}

body.page-id-2487 .furao-profile__openchat .wp-block-buttons {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

body.page-id-2487 .furao-profile__openchat-button .wp-block-button__link {
  border: 2px solid #06c755;
  background: #06c755;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 22px rgb(6 199 85 / 20%);
}

body.page-id-2487 .furao-profile__openchat-button .wp-block-button__link:hover,
body.page-id-2487 .furao-profile__openchat-button .wp-block-button__link:focus-visible {
  background: #05ad4b;
  border-color: #05ad4b;
  transform: translateY(-2px);
}

body.page-id-2487 .furao-social--x .wp-block-button__link {
  background: #202020;
  color: #fff;
}

body.page-id-2487 .furao-social--instagram .wp-block-button__link {
  background: linear-gradient(120deg, #7d45c9, #d54d81 55%, #ef9f4b);
  color: #fff;
}

body.page-id-2487 .furao-social--line .wp-block-button__link {
  background: #06c755;
  color: #fff;
}

body.page-id-2487 .furao-social--yahoo .wp-block-button__link {
  background: #f05a55;
  color: #fff;
}

body.page-id-2487 .furao-social--foodist .wp-block-button__link {
  background: #fff1c9;
  color: #5f4829;
}

body.page-id-2487 .furao-social--nadia .wp-block-button__link {
  background: #e4f3e8;
  color: #315b3b;
}

body.page-id-2487 .furao-social--note .wp-block-button__link {
  background: #2cb696;
  color: #fff;
}

body.page-id-2487 .furao-social--stand .wp-block-button__link {
  background: var(--furao-yellow);
  color: var(--furao-ink);
}

body.page-id-2487 .furao-social--threads .wp-block-button__link {
  border: 2px solid #202020;
  background: #fff;
  color: #202020;
}

body.page-id-2487 .furao-profile__book-spotlight {
  display: grid;
  align-items: center;
  gap: clamp(26px, 5vw, 54px);
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #ead9c4;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 14%, rgb(244 201 93 / 30%) 0 68px, transparent 69px),
    #fff9ef;
  box-shadow: var(--furao-shadow);
  grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
}

body.page-id-2487 .furao-profile__book-cover {
  margin: 0 auto;
  transform: rotate(-2deg);
}

body.page-id-2487 .furao-profile__book-cover img {
  display: block;
  border: 7px solid #fff;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgb(82 55 34 / 20%);
}

body.page-id-2479 .furao-book-cover-frame {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 36px rgb(82 55 34 / 18%);
}

body.page-id-2479 .furao-book-cover-frame img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

body.page-id-2487 .furao-profile__book-kicker,
body.page-id-2487 .furao-profile__business-kicker {
  margin: 0 0 7px;
  color: var(--furao-orange-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
}

body.page-id-2487 .furao-profile__book-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  line-height: 1.35;
}

body.page-id-2487 .furao-profile__book-copy h2::before,
body.page-id-2487 .furao-profile__business-bridge h2::before {
  display: none;
}

body.page-id-2487 .furao-profile__book-actions {
  gap: 10px;
  margin-top: 22px;
}

body.page-id-2487 .furao-profile__book-actions .wp-block-button__link {
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 14px;
  font-size: .82rem;
  font-weight: 800;
}

body.page-id-2487 .furao-profile__book-detail .wp-block-button__link {
  background: var(--furao-green-dark);
  color: #fff !important;
}

body.page-id-2487 .furao-profile__book-amazon .wp-block-button__link {
  background: #ffbf59;
  color: #34271f !important;
}

body.page-id-2487 .furao-profile__book-rakuten .wp-block-button__link {
  background: #bf0000;
  color: #fff !important;
}

body.page-id-2487 .furao-profile__affiliate-note {
  margin: 14px 0 0;
  color: var(--furao-muted);
  line-height: 1.6;
}

body.page-id-2487 .furao-profile__business-bridge {
  padding: clamp(30px, 5vw, 52px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgb(255 255 255 / 9%) 0 74px, transparent 75px),
    var(--furao-green-dark);
  box-shadow: var(--furao-shadow);
}

body.page-id-2487 .furao-profile__business-bridge h2,
body.page-id-2487 .furao-profile__business-bridge > p:not(.furao-profile__business-kicker) {
  color: #fff !important;
}

body.page-id-2487 .furao-profile__business-bridge > p:not(.furao-profile__business-kicker) {
  max-width: 820px;
}

body.page-id-2487 .furao-profile__business-bridge .wp-block-buttons {
  margin-top: 24px;
}

body.page-id-2487 .furao-profile__business-bridge .wp-block-button__link {
  border-color: var(--furao-orange);
  background: var(--furao-orange);
  color: #fff !important;
}

body.page-id-2487 .furao-profile__kicker,
body.page-id-2487 .furao-profile__stat-label {
  margin: 0;
  color: var(--furao-yellow) !important;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

body.page-id-2487 .furao-profile__summary {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-2487 .furao-profile__stat {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--furao-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 32px rgb(82 55 34 / 9%);
}

body.page-id-2487 .furao-profile__stat:nth-child(2) {
  background: #fff4cf;
}

body.page-id-2487 .furao-profile__stat:nth-child(3) {
  background: #f7dfd7;
}

body.page-id-2487 .furao-profile__stat-label {
  color: var(--furao-green-dark);
}

body.page-id-2487 .furao-profile__stat-main {
  margin: 16px 0 8px;
  color: var(--furao-ink);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
}

body.page-id-2487 .furao-profile__stat p:last-child {
  margin: 0;
  color: var(--furao-muted);
  font-size: .82rem;
}

body.page-id-2487 .furao-profile > h2 {
  margin-bottom: -42px;
}

body.page-id-2487 .furao-profile__activity-grid {
  display: grid;
  align-items: stretch;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-2487 .furao-profile__activity {
  padding: 26px;
  border: 1px solid var(--furao-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(82 55 34 / 8%);
}

body.page-id-2487 .furao-profile__activity h3,
body.page-id-2487 .furao-profile__media h3 {
  margin: 0 0 18px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 3px solid var(--furao-yellow);
  border-radius: 0;
  background: transparent;
  color: var(--furao-ink);
  font-size: 1.2rem;
}

body.page-id-2487 .furao-profile__activity ul {
  margin: 0;
  padding-left: 1.25em;
}

body.page-id-2487 .furao-profile__activity li {
  margin-bottom: .8em;
  color: var(--furao-muted);
  font-size: .9rem;
}

body.page-id-2487 .furao-profile__achievements,
body.page-id-2487 .furao-profile__media {
  padding: clamp(28px, 5vw, 52px);
  border-radius: 28px;
}

body.page-id-2487 .furao-profile__book-link {
  margin: 20px 0 30px;
}

body.page-id-2487 .furao-profile__achievements {
  background: #fff4cf;
}

body.page-id-2487 .furao-profile__achievements h2,
body.page-id-2487 .furao-profile__media h2,
body.page-id-2487 .furao-profile__closing h2 {
  margin-top: 0;
}

body.page-id-2487 .furao-profile__achievements ul,
body.page-id-2487 .furao-profile__media ul {
  margin-bottom: 0;
}

body.page-id-2487 .furao-profile__achievements li,
body.page-id-2487 .furao-profile__media li {
  margin-bottom: .9em;
  line-height: 1.8;
}

body.page-id-2487 .furao-profile__media {
  border: 1px solid var(--furao-line);
  background: #fff;
  box-shadow: var(--furao-shadow);
}

body.page-id-2487 .furao-profile__timeline {
  position: relative;
  display: grid;
  gap: 20px;
  margin-top: 6px;
  padding: 34px 0 0;
}

body.page-id-2487 .furao-profile__timeline::before {
  position: absolute;
  top: 8px;
  bottom: 150px;
  left: calc(50% - 3px);
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(var(--furao-blue), var(--furao-green));
  content: "";
}

body.page-id-2487 .furao-profile__timeline-item {
  position: relative;
  width: calc(50% - 46px);
  margin: 36px auto 0 0;
  padding: 27px 28px 22px;
  border: 1px solid #efe1bb;
  border-radius: 22px;
  background: #fffdf3;
  box-shadow: 0 14px 30px rgb(82 55 34 / 11%);
}

body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
  border-color: #cde6e4;
  background: #f0fbfa;
}

body.page-id-2487 .furao-profile__timeline-item::after {
  position: absolute;
  top: 28px;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #fffdf3;
  content: "";
}

body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::after {
  right: auto;
  left: -18px;
  border-right: 18px solid #f0fbfa;
  border-left: 0;
}

body.page-id-2487 .furao-profile__timeline-item::before {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -54px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--furao-orange);
  box-shadow: 0 4px 10px rgb(82 55 34 / 16%);
  content: "";
}

body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::before {
  right: auto;
  left: -54px;
}

body.page-id-2487 .furao-profile__year {
  position: absolute;
  z-index: 1;
  top: -42px;
  right: 10px;
  margin: 0;
  color: var(--furao-green-dark) !important;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: .04em;
}

body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) .furao-profile__year {
  right: auto;
  left: 10px;
}

body.page-id-2487 .furao-profile__timeline-item ul {
  margin: 0;
  padding-left: 1.2em;
}

body.page-id-2487 .furao-profile__timeline-item li {
  margin-bottom: .65em;
  color: var(--furao-ink);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.65;
}

body.page-id-2487 .furao-profile__timeline-item li:last-child {
  margin-bottom: 0;
}

body.page-id-2487 .furao-profile__timeline-item li::marker {
  color: var(--furao-orange);
}

body.page-id-2487 .furao-profile__timeline-now {
  position: relative;
  z-index: 2;
  width: min(620px, 86%);
  margin: 72px auto 0;
  padding: 34px clamp(26px, 5vw, 48px);
  border: 3px solid #fff;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgb(255 255 255 / 55%) 0 38px, transparent 39px),
    linear-gradient(135deg, #f8d16d, #f4b5a2);
  box-shadow: 0 18px 42px rgb(82 55 34 / 16%);
  text-align: center;
}

body.page-id-2487 .furao-profile__timeline-now::before {
  position: absolute;
  top: -32px;
  left: calc(50% - 28px);
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--furao-green-dark);
  color: #fff;
  content: "✦";
  font-size: 1.25rem;
  box-shadow: 0 9px 20px rgb(82 55 34 / 18%);
}

body.page-id-2487 .furao-profile__timeline-now-kicker {
  margin: 0 0 2px;
  color: var(--furao-green-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
}

body.page-id-2487 .furao-profile__timeline-now h3 {
  margin: 0 0 10px;
  color: var(--furao-ink);
  font-size: clamp(1.6rem, 4vw, 2.25rem);
}

body.page-id-2487 .furao-profile__timeline-now > p:last-child {
  margin: 0;
  color: var(--furao-ink);
  line-height: 1.85;
}

body.page-id-2487 .furao-profile__closing {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 28px;
  background: #f7dfd7;
}

body.page-id-2487 .furao-profile__closing > p {
  max-width: 820px;
  line-height: 1.9;
}

body.page-id-2487 .furao-profile__mug-icon--end {
  width: 68px;
  margin: 30px auto 0;
}

body.page-id-2487 .furao-profile__mug-icon--end img {
  width: 68px;
  height: 68px;
  border-color: #fff;
  box-shadow: 0 9px 22px rgb(112 69 52 / 15%);
}

/* Profile revision: compact first view and a gentler path into the story. */
body.page-id-2487 .furao-profile__hero {
  display: grid;
  overflow: visible;
  align-items: center;
  gap: clamp(18px, 4vw, 32px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--furao-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 94% 10%, rgb(244 201 93 / 24%) 0 4.5rem, transparent 4.6rem),
    #fff;
  box-shadow: 0 12px 32px rgb(82 55 34 / 8%);
  color: var(--furao-ink);
  grid-template-columns: auto minmax(0, 1fr);
}

body.page-id-2487 .furao-profile__hero > * {
  max-width: none;
}

body.page-id-2487 .furao-profile__hero .furao-profile__mug-icon--start {
  width: 72px;
  margin: 0;
}

body.page-id-2487 .furao-profile__hero .furao-profile__mug-icon--start img {
  width: 72px;
  height: 72px;
  border-color: #fff;
  box-shadow: 0 9px 24px rgb(82 55 34 / 14%);
}

body.page-id-2487 .furao-profile__hero .furao-profile__kicker {
  color: var(--furao-orange-dark) !important;
}

body.page-id-2487 .furao-profile__hero h2 {
  margin: 3px 0 8px;
  color: var(--furao-ink);
  font-size: clamp(1.65rem, 3.4vw, 2.45rem);
  line-height: 1.3;
}

body.page-id-2487 .furao-profile__hero-lead {
  margin: 0 0 13px;
  color: var(--furao-green-dark) !important;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

body.page-id-2487 .furao-profile__mini-bio {
  margin: -4px 0 14px;
  color: var(--furao-muted) !important;
  font-size: .88rem;
  line-height: 1.75;
}

body.page-id-2487 .furao-profile__hero-points {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

body.page-id-2487 .furao-profile__hero-points li {
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f3f8f2;
  color: var(--furao-ink);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.45;
}

body.page-id-2487 .furao-profile__hero-points li:nth-child(2) {
  background: #fff5cf;
}

body.page-id-2487 .furao-profile__hero .furao-profile__reach {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--furao-muted) !important;
  flex-wrap: wrap;
  font-size: .82rem;
}

body.page-id-2487 .furao-profile__hero .furao-profile__reach strong {
  color: var(--furao-green-dark);
  font-size: 1.18rem;
}

body.page-id-2487 .furao-profile__hero .furao-profile__reach span {
  font-size: .7rem;
}

body.page-id-2487 .furao-profile__timeline {
  padding-top: 72px;
}

body.page-id-2487 .furao-profile__timeline::before {
  top: 30px;
  bottom: 106px;
}

body.page-id-2487 .furao-profile__timeline::after {
  position: absolute;
  bottom: 94px;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-top: 18px solid var(--furao-green);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
}

body.page-id-2487 .furao-profile__timeline-start {
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(50% - 22px);
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--furao-blue);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgb(82 55 34 / 15%);
}

body.page-id-2487 .furao-profile__timeline-now {
  width: min(500px, 80%);
  margin-top: 58px;
  padding: 22px clamp(22px, 4vw, 34px);
  border: 1px solid #ead8b5;
  border-radius: 20px;
  background: #fff8e9;
  box-shadow: 0 12px 28px rgb(82 55 34 / 10%);
}

body.page-id-2487 .furao-profile__timeline-now::before {
  top: -22px;
  left: calc(50% - 19px);
  width: 38px;
  height: 38px;
  border-width: 4px;
  font-size: .85rem;
  box-shadow: 0 7px 16px rgb(82 55 34 / 14%);
}

body.page-id-2487 .furao-profile__timeline-now h3 {
  margin-bottom: 6px;
  font-size: clamp(1.16rem, 2.6vw, 1.45rem);
}

body.page-id-2487 .furao-profile__timeline-now > p:last-child {
  color: var(--furao-muted);
  font-size: .86rem;
  line-height: 1.7;
}

body.page-id-2487 .furao-profile__closing {
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid #ead8b5;
  background:
    radial-gradient(circle at 92% 12%, rgb(255 255 255 / 55%) 0 4.5rem, transparent 4.6rem),
    linear-gradient(135deg, #fff8e9, #f7dfd7);
}

body.page-id-2487 .furao-profile__closing-kicker {
  margin: 0 0 7px;
  color: var(--furao-orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

body.page-id-2487 .furao-profile__closing-phrase {
  margin: 18px 0;
  color: var(--furao-green-dark);
  font-size: clamp(1.28rem, 3vw, 1.8rem);
  line-height: 1.5;
}

body.page-id-2487 .furao-profile__business-bridge {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--furao-line);
  border-left: 7px solid var(--furao-orange);
  background: #fff;
  box-shadow: 0 10px 26px rgb(82 55 34 / 8%);
}

body.page-id-2487 .furao-profile__business-bridge h3 {
  margin: 0 0 10px;
  color: var(--furao-ink);
}

body.page-id-2487 .furao-profile__business-bridge > p:not(.furao-profile__business-kicker) {
  margin-bottom: 0;
  color: var(--furao-muted) !important;
}

body.page-id-2487 .furao-profile__business-bridge .wp-block-button__link {
  border-color: var(--furao-green-dark);
  background: var(--furao-green-dark);
}

body.page-id-2487 .furao-profile__media .wp-block-buttons {
  margin-top: 24px;
}

@media screen and (max-width: 760px) {
  body.page-id-2487 .furao-profile__hero {
    align-items: start;
    gap: 14px;
    padding: 22px 18px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  body.page-id-2487 .furao-profile__hero .furao-profile__mug-icon--start,
  body.page-id-2487 .furao-profile__hero .furao-profile__mug-icon--start img {
    width: 58px;
    height: 58px;
  }

  body.page-id-2487 .furao-profile__hero h2 {
    font-size: 1.42rem;
  }

  body.page-id-2487 .furao-profile__hero-points {
    display: grid;
  }

  body.page-id-2487 .furao-profile__timeline::before {
    top: 30px;
    bottom: 124px;
  }

  body.page-id-2487 .furao-profile__timeline::after {
    bottom: 112px;
    left: 8px;
  }

  body.page-id-2487 .furao-profile__timeline-start {
    left: -5px;
  }

  body.page-id-2487 .furao-profile__timeline-now {
    width: calc(100% - 48px);
    margin-left: 48px;
    padding: 21px 20px;
    text-align: left;
  }

  body.page-id-2487 .furao-profile__timeline-now::before {
    top: -20px;
    left: -51px;
  }
}

/* Business work examples */
body.page-id-2483 .furao-business__works {
  margin: 44px 0;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--furao-line);
  border-radius: 28px;
  background: #fff9ef;
  box-shadow: var(--furao-shadow);
}

body.page-id-2483 .furao-business,
body.page-id-2483 .furao-business__intro,
body.page-id-2483 .furao-business__intro-title,
body.page-id-2483 .furao-business h2,
body.page-id-2483 .furao-business h3 {
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}

body.page-id-2483 .furao-business__intro {
  margin-bottom: 42px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 28px;
  background: #fff9ef;
}

body.page-id-2483 .furao-business__intro-title {
  margin-top: 0;
  color: var(--furao-ink);
  font-size: clamp(1.65rem, 4.5vw, 3rem) !important;
  line-height: 1.5;
}

body.page-id-2483 .furao-business__works > h2 {
  margin-top: 0;
}

body.page-id-2483 .furao-business__works-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-2483 .furao-business__work-card {
  padding: 24px 22px;
  border: 1px solid #eadfce;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 24px rgb(82 55 34 / 8%);
}

body.page-id-2483 .furao-business__work-card:nth-child(2) {
  background: #f0fbfa;
}

body.page-id-2483 .furao-business__work-card:nth-child(3) {
  background: #fff6d9;
}

body.page-id-2483 .furao-business__work-card h3 {
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--furao-yellow);
  color: var(--furao-ink);
  font-size: 1.04rem;
}

body.page-id-2483 .furao-business__work-card ul {
  margin: 0;
  padding-left: 1.2em;
}

body.page-id-2483 .furao-business__work-card li {
  margin-bottom: .78em;
  color: var(--furao-muted);
  font-size: .88rem;
  line-height: 1.7;
}

body.page-id-2483 .furao-business__work-card li:last-child {
  margin-bottom: 0;
}

body.page-id-2483 .furao-business__work-card .furao-business__etc {
  color: var(--furao-green-dark);
  font-weight: 800;
  list-style: none;
}

body.page-id-2483 .furao-business__work-card .furao-business__etc::before {
  content: none;
}

body.page-id-2483 .furao-business__works-note {
  margin: 22px 0 0;
  color: var(--furao-muted);
}

/* Contact: a calm, usable form surface. The staging mock is inert by design. */
body.page-id-348 {
  color: var(--furao-ink);
  background:
    radial-gradient(circle at 8% 7%, rgb(244 201 93 / 16%) 0 10rem, transparent 10.1rem),
    var(--furao-cream);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

body.page-id-348 #content {
  margin-top: 0;
}

body.page-id-348 #main {
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-348 #sidebar,
body.page-id-348 .sns-share,
body.page-id-348 .sns-follow,
body.page-id-348 .footer-meta,
body.page-id-348 .date-tags,
body.page-id-348 .article-header {
  display: none;
}

body.page-id-348 .furao-contact {
  display: grid;
  width: min(100% - 32px, 960px);
  gap: clamp(30px, 5vw, 52px);
  margin: clamp(34px, 6vw, 72px) auto;
}

body.page-id-348 .furao-contact__hero {
  padding: clamp(34px, 6vw, 62px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 91% 18%, rgb(255 255 255 / 70%) 0 5rem, transparent 5.1rem),
    linear-gradient(135deg, #fff4d2, #f5d4b9);
  box-shadow: var(--furao-shadow);
}

body.page-id-348 .furao-contact__kicker {
  margin: 0 0 12px;
  color: var(--furao-orange-dark);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .16em;
}

body.page-id-348 .furao-contact__hero h1,
body.page-id-348 .furao-contact__hero h2,
body.page-id-348 .furao-contact__form-shell h2,
body.page-id-348 .furao-contact__guide h3 {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
}

body.page-id-348 .furao-contact__hero h1,
body.page-id-348 .furao-contact__hero h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.35;
}

body.page-id-348 .furao-contact__hero p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--furao-muted);
}

body.page-id-348 .furao-contact__guide {
  gap: 18px;
  margin: 0;
}

body.page-id-348 .furao-contact__guide > .wp-block-column {
  padding: 24px;
  border: 1px solid var(--furao-line);
  border-radius: 21px;
  background: #fff;
}

body.page-id-348 .furao-contact__guide h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
}

body.page-id-348 .furao-contact__guide ul,
body.page-id-348 .furao-contact__guide p {
  margin-bottom: 0;
  color: var(--furao-muted);
}

body.page-id-348 .furao-contact__form-shell {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--furao-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--furao-shadow);
}

body.page-id-348 .furao-contact__form-shell > h2 {
  margin-top: 0;
}

body.page-id-348 .furao-contact__staging-form,
body.page-id-348 .wpcf7-form {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

body.page-id-348 .furao-contact__staging-form[hidden],
body.page-id-348 .furao-contact__form-live[hidden] {
  display: none !important;
}

body.page-id-348 .furao-contact__staging-form label,
body.page-id-348 .wpcf7-form label {
  display: grid;
  gap: 8px;
  color: var(--furao-ink);
  font-weight: 800;
}

body.page-id-348 .furao-contact__staging-form label > span {
  width: fit-content;
  padding: 2px 7px;
  border-radius: 999px;
  background: #f8dfd7;
  color: #984f38;
  font-size: .68rem;
}

body.page-id-348 .furao-contact input[type="text"],
body.page-id-348 .furao-contact input[type="email"],
body.page-id-348 .furao-contact textarea {
  width: 100%;
  padding: 13px 15px;
  border: 2px solid #e8ddd2;
  border-radius: 12px;
  background: #fffdf9;
  color: var(--furao-ink);
  font: inherit;
}

body.page-id-348 .furao-contact input:focus,
body.page-id-348 .furao-contact textarea:focus {
  border-color: var(--furao-green-dark);
  outline: 3px solid rgb(63 98 60 / 14%);
}

body.page-id-348 .furao-contact button,
body.page-id-348 .furao-contact input[type="submit"] {
  width: fit-content;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--furao-green-dark);
  color: #fff;
  font-weight: 800;
}

body.page-id-348 .furao-contact button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

body.page-id-348 .furao-contact__staging-note,
body.page-id-348 .furao-contact__privacy {
  margin: 0;
  color: var(--furao-muted);
  font-size: .8rem;
}

@media screen and (max-width: 620px) {
  body.page-id-348 .furao-contact {
    width: min(100% - 24px, 960px);
  }

  body.page-id-348 .furao-contact__hero,
  body.page-id-348 .furao-contact__form-shell {
    padding: 26px 20px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 760px) {
  body.page-id-2487 .furao-profile__social-links,
  body.page-id-2487 .furao-profile__activity-grid,
  body.page-id-2483 .furao-business__works-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-2487 .furao-profile__book-spotlight {
    grid-template-columns: 1fr;
  }

  body.page-id-2487 .furao-profile__book-copy {
    text-align: center;
  }

  body.page-id-2487 .furao-profile__book-actions {
    justify-content: center;
  }

  body.page-id-2487 .furao-profile__hero {
    padding: 32px 22px;
    border-radius: 25px;
  }

  body.page-id-2487 .furao-profile__stat {
    min-height: 0;
  }

  body.page-id-2487 .furao-profile__timeline::before {
    bottom: 170px;
    left: 17px;
  }

  body.page-id-2487 .furao-profile__timeline-item {
    width: calc(100% - 48px);
    margin: 42px 0 0 48px;
    padding: 25px 22px 20px;
  }

  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) {
    margin-right: 0;
    margin-left: 48px;
  }

  body.page-id-2487 .furao-profile__timeline-item::after,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::after {
    top: 27px;
    right: auto;
    left: -18px;
    border-right: 18px solid #fffdf3;
    border-left: 0;
  }

  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::after {
    border-right-color: #f0fbfa;
  }

  body.page-id-2487 .furao-profile__timeline-item::before,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::before {
    top: 33px;
    right: auto;
    left: -39px;
  }

  body.page-id-2487 .furao-profile__year,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) .furao-profile__year {
    top: -40px;
    right: auto;
    left: 4px;
  }

  body.page-id-2487 .furao-profile__timeline-now {
    width: calc(100% - 48px);
    margin: 72px 0 0 48px;
    text-align: left;
  }

  body.page-id-2487 .furao-profile__timeline-now::before {
    top: -30px;
    left: -56px;
  }
}

/* Profile social and timeline refinement */
body.page-id-2487 .furao-social--x .wp-block-button__link {
  background: #50565a;
}

body.page-id-2487 .furao-profile__timeline {
  padding-top: 82px;
}

body.page-id-2487 .furao-profile__timeline::before {
  top: 54px;
  bottom: 0;
  left: calc(50% - 4px);
  width: 8px;
  border-radius: 0;
  background: var(--furao-green);
}

body.page-id-2487 .furao-profile__timeline::after {
  display: none;
}

body.page-id-2487 .furao-profile__timeline-start {
  top: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 0;
  background: var(--furao-green);
  color: transparent;
  font-size: 0;
  box-shadow: 0 9px 20px rgb(82 55 34 / 14%);
}

body.page-id-2487 .furao-profile__timeline-item {
  width: calc(50% - 54px);
}

body.page-id-2487 .furao-profile__timeline-item::after {
  top: 34px;
  right: -45px;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 45px;
}

body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::after {
  right: auto;
  left: -45px;
  border-right-width: 45px;
  border-left: 0;
}

body.page-id-2487 .furao-profile__timeline-item::before {
  top: 25px;
  right: -63px;
  width: 18px;
  height: 18px;
  border: 0;
  background: #df6b55;
  box-shadow: 0 0 0 4px #fffaf1, 0 5px 12px rgb(82 55 34 / 18%);
}

body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::before {
  right: auto;
  left: -63px;
}

body.page-id-2487 .furao-profile__timeline-now {
  margin-top: 76px;
}

body.page-id-2487 .furao-profile__timeline-now::before {
  z-index: 2;
  top: -2px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border: 0;
  border-top: 24px solid var(--furao-green);
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-radius: 0;
  background: transparent;
  color: transparent;
  content: "";
  font-size: 0;
  box-shadow: none;
  transform: translateX(-50%);
}

@media screen and (max-width: 760px) {
  body.page-id-2487 .furao-profile__timeline::before {
    top: 54px;
    bottom: 0;
    left: 14px;
  }

  body.page-id-2487 .furao-profile__timeline-start {
    left: -12px;
  }

  body.page-id-2487 .furao-profile__timeline-item,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) {
    width: calc(100% - 52px);
    margin: 46px 0 0 52px !important;
  }

  body.page-id-2487 .furao-profile__timeline-item::after,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::after {
    top: 34px;
    right: auto;
    left: -25px;
    border-top: 12px solid transparent;
    border-right: 25px solid #fffdf3;
    border-bottom: 12px solid transparent;
    border-left: 0;
  }

  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::after {
    border-right-color: #f0fbfa;
  }

  body.page-id-2487 .furao-profile__timeline-item::before,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::before {
    top: 25px;
    right: auto;
    left: -43px;
  }

  body.page-id-2487 .furao-profile__year,
  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) .furao-profile__year {
    top: -40px;
    right: auto;
    left: 4px;
  }

  body.page-id-2487 .furao-profile__timeline-now {
    width: calc(100% - 52px);
    margin: 78px 0 0 52px !important;
  }

  body.page-id-2487 .furao-profile__timeline-now::before {
    top: -2px;
    left: -34px;
    transform: none;
  }

  body.page-id-2487 .furao-profile__timeline-now::after {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: -8px;
    left: -40px;
    width: 12px;
    background: var(--furao-paper);
    content: "";
  }
}

/* Recipe closing area refinement */
body.single-post.categoryid-98 .article-footer .sns-share,
body.single-post.categoryid-98 .article-footer .sns-follow,
body.single-post.categoryid-98 #comment-area {
  display: none !important;
}

body.single-post.categoryid-98 .related-list > .related-entry-card-wrap:nth-child(n + 4) {
  display: none !important;
}

/* September 5 review refinements: mobile hero, recipe terms, profile, header socials. */
.furao-header-social {
  display: flex;
  order: 3;
  align-items: center;
  gap: 7px;
  margin: 12px 0 0 62px;
}

.furao-header-social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgb(82 55 34 / 13%);
  color: #fff !important;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.furao-header-social a:hover,
.furao-header-social a:focus-visible {
  box-shadow: 0 8px 16px rgb(82 55 34 / 18%);
  transform: translateY(-2px);
}

.furao-header-social__x {
  background: #596166;
}

.furao-header-social__instagram {
  background: linear-gradient(135deg, #7d45c9, #d54d81 55%, #ef9f4b);
}

.furao-header-social__line {
  background: #06c755;
  font-size: .5rem !important;
  letter-spacing: -.03em;
}

.furao-header-social a.furao-header-social__note {
  background: #2cb696;
  font-family: Arial, sans-serif;
  font-size: 1rem !important;
}

body.page-id-2485 .furao-home-hero h1 > span + span {
  margin-left: .05em;
}

body.single-post.categoryid-98 .entry-categories-tags {
  gap: 14px 10px;
  align-items: flex-start;
}

body.single-post.categoryid-98 .entry-categories-tags .entry-categories {
  display: none !important;
}

body.single-post.categoryid-98 .entry-categories-tags .entry-tags {
  display: flex;
  gap: 14px 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}

body.page-id-2487 .furao-social--threads .wp-block-button__link {
  border: 0;
  background: #8b77b8;
  color: #fff;
}

body.page-id-2487 .furao-profile__openchat h3 span + span::before {
  content: " ";
}

body.page-id-2487 .furao-profile__philosophy-icon {
  float: right;
  width: clamp(88px, 13vw, 126px);
  margin: -54px 0 16px 28px;
  padding: 7px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 13px 28px rgb(112 69 52 / 14%);
  transform: rotate(3deg);
}

body.page-id-2487 .furao-profile__philosophy-icon img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

body.page-id-2487 .furao-profile__activity-panel {
  gap: 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--furao-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--furao-shadow);
}

body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity {
  padding: 0 clamp(18px, 2.8vw, 28px);
  border: 0;
  border-right: 1px solid var(--furao-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:first-child {
  padding-left: 0;
}

body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:last-child {
  padding-right: 0;
  border-right: 0;
}

/* Keep the mobile arrowhead centered on the vertical timeline shaft. */
@media screen and (max-width: 834px) {
  .furao-header-social {
    justify-content: center;
    margin: 12px 0 2px;
  }
}

@media screen and (max-width: 760px) {
  body.page-id-2487 .furao-profile__social-links {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-id-2487 .furao-profile__social-links .wp-block-button__link {
    display: flex;
    min-height: 0;
    padding: 10px 5px;
    flex-direction: column;
    gap: 7px;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    font-size: 0;
    line-height: 1.15;
  }

  body.page-id-2487 .furao-profile__social-links .wp-block-button__link::before {
    content: attr(data-icon);
    font-size: clamp(1.05rem, 5vw, 1.45rem);
    font-weight: 900;
  }

  body.page-id-2487 .furao-profile__social-links .wp-block-button__link::after {
    content: attr(data-short);
    font-size: clamp(.61rem, 2.55vw, .75rem);
    font-weight: 800;
  }

  body.page-id-2487 .furao-social--line .wp-block-button__link::before {
    font-size: clamp(.68rem, 3vw, .86rem);
  }

  body.page-id-2487 .furao-profile__openchat h3 {
    font-size: clamp(1.2rem, 5.7vw, 1.55rem);
    line-height: 1.42;
  }

  body.page-id-2487 .furao-profile__openchat h3 span {
    display: block;
  }

  body.page-id-2487 .furao-profile__openchat h3 span + span::before {
    content: none;
  }

  body.page-id-2487 .furao-profile__timeline-now::before {
    left: -48px;
  }

  body.page-id-2487 .furao-profile__timeline-now::after {
    display: none;
  }

  body.page-id-2487 .furao-profile__philosophy-icon {
    float: none;
    width: 92px;
    margin: 0 auto 20px;
    transform: rotate(2deg);
  }

  body.page-id-2487 .furao-profile__activity-panel {
    gap: 0;
    padding: 24px 20px;
  }

  body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity,
  body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:first-child,
  body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:last-child {
    padding: 22px 0;
    border: 0;
    border-bottom: 1px solid var(--furao-line);
  }

  body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:first-child {
    padding-top: 0;
  }

  body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-2485 .furao-home-hero h1 {
    max-width: none;
    font-size: clamp(1.95rem, 9.2vw, 2.45rem) !important;
    line-height: 1.22;
  }

  body.page-id-2485 .furao-home-hero h1 > span {
    display: block;
    white-space: nowrap;
  }

  body.page-id-2485 .furao-home-hero h1 > span + span {
    margin-left: 0;
  }

  body.page-id-2485 .furao-home-hero__comma {
    display: none;
  }

  body.page-id-2485 .furao-home-hero__media img {
    object-position: center 38%;
  }
}

body.single-post.categoryid-98 .furao-recipe-author-card {
  display: grid;
  align-items: center;
  gap: clamp(22px, 4vw, 38px);
  margin: 42px 0 0;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid #d8e4d3;
  border-radius: 26px;
  background:
    radial-gradient(circle at 93% 12%, rgb(244 201 93 / 30%) 0 58px, transparent 59px),
    linear-gradient(145deg, #fffdf8, #f2f8ef);
  box-shadow: 0 16px 34px rgb(82 55 34 / 10%);
  grid-template-columns: 104px minmax(0, 1fr);
}

body.single-post.categoryid-98 .furao-recipe-author-card__icon {
  width: 96px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 26px rgb(82 55 34 / 15%);
}

body.single-post.categoryid-98 .furao-recipe-author-card__icon img {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

body.single-post.categoryid-98 .furao-recipe-author-card__copy p {
  margin: 0 0 13px;
}

body.single-post.categoryid-98 .furao-recipe-author-card__kicker {
  color: var(--furao-orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
}

body.single-post.categoryid-98 .furao-recipe-author-card h2 {
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--furao-ink);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

body.single-post.categoryid-98 .furao-recipe-author-card h2::before {
  display: none;
}

body.single-post.categoryid-98 .furao-recipe-author-card__buttons {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 20px;
}

body.single-post.categoryid-98 .furao-recipe-author-card__buttons a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid var(--furao-green-dark);
  border-radius: 999px;
  background: #fff;
  color: var(--furao-green-dark);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}

body.single-post.categoryid-98 .furao-recipe-author-card__buttons .furao-recipe-author-card__profile {
  background: var(--furao-green-dark);
  color: #fff;
}

@media screen and (max-width: 620px) {
  body.single-post.categoryid-98 .furao-recipe-author-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    text-align: center;
  }

  body.single-post.categoryid-98 .furao-recipe-author-card__buttons {
    flex-direction: column;
  }

  body.single-post.categoryid-98 .furao-recipe-author-card__buttons a {
    width: 100%;
  }
}

/* Public-template unification: search, archives, older articles, legal pages and 404. */
:where(body.page, body.attachment) {
  color: var(--furao-ink);
  background:
    radial-gradient(circle at 7% 3%, rgb(244 201 93 / 15%) 0 10rem, transparent 10.1rem),
    linear-gradient(180deg, #fff8ee 0, #fffdf8 34rem, #fff8ee 100%);
}

:where(body.page, body.attachment) #content {
  display: block;
  width: min(100%, 1040px);
  margin: clamp(28px, 5vw, 64px) auto 0;
  padding: 0 clamp(18px, 4vw, 36px) clamp(72px, 9vw, 112px);
}

:where(body.page, body.attachment) #main {
  width: 100%;
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid var(--furao-line);
  border-radius: 30px;
  background: rgb(255 253 248 / 97%);
  box-shadow: var(--furao-shadow);
}

:where(body.page, body.attachment) #sidebar,
:where(body.page, body.attachment) .sns-share,
:where(body.page, body.attachment) .sns-follow,
:where(body.page, body.attachment) .date-tags,
:where(body.page, body.attachment) .read-time,
:where(body.page, body.attachment) .author-box {
  display: none !important;
}

:where(body.page, body.attachment) .entry-title {
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 800;
  line-height: 1.3;
}

:where(body.page, body.attachment) .entry-content {
  color: var(--furao-muted);
  line-height: 1.95;
}

:where(body.page, body.attachment) .entry-content h2 {
  margin-top: clamp(54px, 8vw, 82px);
  padding: 16px 20px;
  border: 0;
  border-left: 7px solid var(--furao-orange);
  border-radius: 15px;
  background: #fff2df;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
}

:where(body.page, body.attachment) .entry-content h3 {
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
}

:is(body.search, body.archive, body.blog, body.error404, body.single-post, body.page-id-3, body.page-id-339, body.page-id-343) {
  color: var(--furao-ink);
  background:
    radial-gradient(circle at 7% 3%, rgb(244 201 93 / 17%) 0 10rem, transparent 10.1rem),
    linear-gradient(180deg, #fff8ee 0, #fffdf8 34rem, #fff8ee 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

:is(body.search, body.archive, body.blog) #content {
  display: block;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 82px) clamp(18px, 4vw, 36px) clamp(78px, 9vw, 120px);
}

:is(body.search, body.archive, body.blog) #main {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

:is(body.search, body.archive, body.blog) #sidebar,
:is(body.search, body.archive, body.blog) .admin-pv,
:is(body.search, body.archive, body.blog) .author-box {
  display: none !important;
}

:is(body.search, body.archive, body.blog) .archive-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.3;
}

:is(body.search, body.archive, body.blog) .archive-title::before {
  display: block;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: #f8e5b4;
  color: #6a4b16;
  content: "ARTICLES";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.3;
}

body.search .archive-title::before { content: "SEARCH"; }
body.category .archive-title::before { content: "CATEGORY"; }
body.tag .archive-title::before { content: "TAG"; }
body.author .archive-title::before { content: "FROM FURAO"; }

:is(body.search, body.archive, body.blog) .archive-title > .fa {
  display: none;
}

:is(body.search, body.archive, body.blog) .furao-archive-intro {
  max-width: 42rem;
  margin: 18px 0 30px;
  color: var(--furao-muted);
  font-size: 1rem;
  line-height: 1.9;
}

:is(body.search, body.archive, body.blog) .search-box {
  position: relative;
  max-width: 720px;
  margin: 0 0 clamp(34px, 5vw, 54px);
  padding: 8px;
  border: 1px solid #dfd2c3;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(82 55 34 / 9%);
}

:is(body.search, body.archive, body.blog) .search-edit {
  min-height: 52px;
  padding: 10px 64px 10px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--furao-ink);
  font-size: 1rem;
}

:is(body.search, body.archive, body.blog) .search-edit:focus {
  outline: 3px solid rgb(111 142 101 / 28%);
  outline-offset: 2px;
}

:is(body.search, body.archive, body.blog) .search-submit {
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--furao-green-dark);
  color: #fff;
}

:is(body.search, body.archive, body.blog) #list {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(body.search, body.archive, body.blog) .entry-card-wrap {
  width: 100% !important;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--furao-line) !important;
  border-radius: 24px;
  background: var(--furao-paper);
  box-shadow: 0 12px 34px rgb(82 55 34 / 9%);
  color: var(--furao-ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

:is(body.search, body.archive, body.blog) .entry-card-wrap:hover,
:is(body.search, body.archive, body.blog) .entry-card-wrap:focus-visible {
  box-shadow: 0 18px 42px rgb(82 55 34 / 15%);
  transform: translateY(-5px);
}

:is(body.search, body.archive, body.blog) .entry-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

:is(body.search, body.archive, body.blog) .entry-card-thumb {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  float: none !important;
  background: #f2e8da;
  aspect-ratio: 4 / 3;
}

:is(body.search, body.archive, body.blog) .entry-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .35s ease;
}

:is(body.search, body.archive, body.blog) .entry-card-wrap:hover .entry-card-thumb img,
:is(body.search, body.archive, body.blog) .entry-card-wrap:focus-visible .entry-card-thumb img {
  transform: scale(1.035);
}

:is(body.search, body.archive, body.blog) .entry-card-thumb .cat-label {
  top: 12px;
  left: 12px;
  padding: 6px 11px;
  border: 0;
  border-radius: 999px;
  background: rgb(255 253 248 / 92%);
  color: var(--furao-green-dark);
  font-size: .7rem;
  font-weight: 800;
  backdrop-filter: blur(5px);
}

:is(body.search, body.archive, body.blog) .entry-card-content {
  display: flex;
  min-width: 0;
  padding: 19px 19px 18px;
  flex: 1;
  flex-direction: column;
}

:is(body.search, body.archive, body.blog) .entry-card-title {
  margin: 0;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.62;
}

:is(body.search, body.archive, body.blog) .entry-card-snippet {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: var(--furao-muted);
  font-size: .82rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

:is(body.search, body.archive, body.blog) .entry-card-meta {
  margin-top: auto;
  padding-top: 16px;
  color: #8a786c;
  font-size: .72rem;
}

:is(body.search, body.archive, body.blog) .entry-card-categorys {
  display: none;
}

:is(body.search, body.archive, body.blog) .pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: clamp(46px, 7vw, 74px) 0 0;
}

:is(body.search, body.archive, body.blog) .pagination .page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px;
  border: 1px solid #dfd2c3;
  border-radius: 50%;
  background: #fff;
  color: var(--furao-ink);
  font-weight: 800;
  text-decoration: none;
}

:is(body.search, body.archive, body.blog) .pagination .current {
  border-color: var(--furao-green-dark);
  background: var(--furao-green-dark);
  color: #fff;
}

/* Older non-recipe posts retain their content and URLs, with the new presentation. */
body.single-post:not(.categoryid-98) #content {
  display: block;
  width: min(100%, 1180px);
  margin: clamp(28px, 5vw, 64px) auto 0;
  padding-inline: clamp(18px, 4vw, 36px);
}

body.single-post:not(.categoryid-98) #main {
  width: min(100%, 860px);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgb(233 221 208 / 92%);
  border-radius: 30px;
  background: rgb(255 253 248 / 96%);
  box-shadow: var(--furao-shadow);
}

body.single-post:not(.categoryid-98) #sidebar,
body.single-post:not(.categoryid-98) .article-header .sns-share,
body.single-post:not(.categoryid-98) .article-footer .sns-share,
body.single-post:not(.categoryid-98) .article-footer .sns-follow,
body.single-post:not(.categoryid-98) #comment-area {
  display: none !important;
}

body.single-post:not(.categoryid-98) .entry-title {
  margin: 0 0 clamp(22px, 4vw, 34px);
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.42;
}

body.single-post:not(.categoryid-98) .entry-title::before {
  display: block;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  background: #e5f1e1;
  color: var(--furao-green-dark);
  content: "FOOD & LIFE";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.3;
}

body.single-post:not(.categoryid-98) .entry-title::after {
  display: block;
  width: 72px;
  height: 6px;
  margin-top: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--furao-orange) 0 58%, var(--furao-yellow) 58%);
  content: "";
}

body.single-post:not(.categoryid-98) .eye-catch {
  overflow: hidden;
  border-radius: 22px;
  background: #f5eee4;
  box-shadow: 0 15px 34px rgb(82 55 34 / 15%);
}

body.single-post:not(.categoryid-98) .eye-catch img {
  display: block;
  width: 100%;
}

body.single-post:not(.categoryid-98) .date-tags,
body.single-post:not(.categoryid-98) .read-time {
  color: var(--furao-muted);
  font-size: .76rem;
}

body.single-post:not(.categoryid-98) .entry-content {
  color: var(--furao-muted);
  font-size: 1rem;
  line-height: 1.95;
}

body.single-post:not(.categoryid-98) .entry-content h2 {
  margin: clamp(58px, 8vw, 86px) 0 24px;
  padding: 19px 22px 19px 26px;
  border: 0;
  border-left: 8px solid var(--furao-orange);
  border-radius: 17px;
  background: #fff2df;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  line-height: 1.5;
}

body.single-post:not(.categoryid-98) .entry-content h3 {
  margin: 38px 0 18px;
  padding: 10px 14px;
  border: 0;
  border-bottom: 3px solid #dbe5d6;
  background: transparent;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.15rem;
}

body.single-post:not(.categoryid-98) .entry-content img {
  border-radius: 16px;
}

body.single-post:not(.categoryid-98) .toc,
body.single-post:not(.categoryid-98) .entry-content > ul,
body.single-post:not(.categoryid-98) .entry-content > ol {
  border: 1px solid #e9ddd0;
  border-radius: 18px;
  background: #fffaf1;
}

body.single-post:not(.categoryid-98) .related-list > .related-entry-card-wrap:nth-child(n + 4) {
  display: none !important;
}

body.single-post .furao-recipe-author-card {
  display: grid;
  align-items: center;
  gap: clamp(22px, 4vw, 38px);
  margin: 42px 0 0;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid #d8e4d3;
  border-radius: 26px;
  background:
    radial-gradient(circle at 93% 12%, rgb(244 201 93 / 30%) 0 58px, transparent 59px),
    linear-gradient(145deg, #fffdf8, #f2f8ef);
  box-shadow: 0 16px 34px rgb(82 55 34 / 10%);
  grid-template-columns: 104px minmax(0, 1fr);
}

body.single-post .furao-recipe-author-card__icon {
  width: 96px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 26px rgb(82 55 34 / 15%);
}

body.single-post .furao-recipe-author-card__icon img {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

body.single-post .furao-recipe-author-card__copy p { margin: 0 0 13px; }

body.single-post .furao-recipe-author-card__kicker {
  color: var(--furao-orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
}

body.single-post .furao-recipe-author-card h2 {
  margin: 0 0 13px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--furao-ink);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

body.single-post .furao-recipe-author-card h2::before { display: none; }

body.single-post .furao-recipe-author-card__buttons {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 20px;
}

body.single-post .furao-recipe-author-card__buttons a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 2px solid var(--furao-green-dark);
  border-radius: 999px;
  background: #fff;
  color: var(--furao-green-dark);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}

body.single-post .furao-recipe-author-card__buttons .furao-recipe-author-card__profile {
  background: var(--furao-green-dark);
  color: #fff;
}

/* Legal pages keep their wording while adopting the common visual language. */
:is(body.page-id-3, body.page-id-339, body.page-id-343) #content {
  display: block;
  width: min(100%, 980px);
  margin: clamp(28px, 5vw, 64px) auto 0;
  padding: 0 clamp(18px, 4vw, 36px) clamp(72px, 9vw, 112px);
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) #main {
  width: 100%;
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid var(--furao-line);
  border-radius: 30px;
  background: rgb(255 253 248 / 97%);
  box-shadow: var(--furao-shadow);
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) #sidebar,
:is(body.page-id-3, body.page-id-339, body.page-id-343) .sns-share,
:is(body.page-id-3, body.page-id-339, body.page-id-343) .sns-follow,
:is(body.page-id-3, body.page-id-339, body.page-id-343) .date-tags,
:is(body.page-id-3, body.page-id-339, body.page-id-343) .read-time,
:is(body.page-id-3, body.page-id-339, body.page-id-343) .author-box {
  display: none !important;
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) .entry-title {
  margin: 0 0 clamp(34px, 6vw, 56px);
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.3;
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) .entry-title::before {
  display: block;
  margin-bottom: 12px;
  color: var(--furao-orange-dark);
  content: "SITE POLICY";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .16em;
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) .entry-content {
  color: var(--furao-muted);
  font-size: .96rem;
  line-height: 2;
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) .entry-content h2 {
  margin: 54px 0 20px;
  padding: 15px 18px;
  border: 0;
  border-left: 7px solid var(--furao-green);
  border-radius: 14px;
  background: #f2f8ef;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.25rem;
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) .entry-content h3 {
  margin-top: 36px;
  color: var(--furao-ink);
  font-size: 1.08rem;
}

:is(body.page-id-3, body.page-id-339, body.page-id-343) .toc {
  margin: 28px 0 42px;
  padding: 22px;
  border: 1px solid #e9ddd0;
  border-radius: 18px;
  background: #fffaf1;
}

/* Friendly, focused not-found page. */
body.error404 #content {
  display: block;
  width: min(100%, 840px);
  margin: clamp(36px, 7vw, 90px) auto;
  padding-inline: clamp(18px, 4vw, 36px);
}

body.error404 #main {
  width: 100%;
  padding: clamp(40px, 8vw, 80px);
  border: 1px solid var(--furao-line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 14%, rgb(244 201 93 / 30%) 0 6rem, transparent 6.1rem),
    var(--furao-paper);
  box-shadow: var(--furao-shadow);
  text-align: center;
}

body.error404 #sidebar,
body.error404 .not-found,
body.error404 .widget-404-page,
body.error404 .author-box {
  display: none !important;
}

body.error404 .entry-title {
  max-width: 12em;
  margin: 0 auto 24px;
  color: var(--furao-ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.35;
}

body.error404 #main article > p {
  max-width: 38rem;
  margin-inline: auto;
  color: var(--furao-muted);
  line-height: 1.9;
}

body.error404 .furao-not-found-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

body.error404 .furao-not-found-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 2px solid var(--furao-green-dark);
  border-radius: 999px;
  background: var(--furao-green-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

body.error404 .furao-not-found-actions a + a {
  background: #fff;
  color: var(--furao-green-dark);
}

@media screen and (max-width: 900px) {
  :is(body.search, body.archive, body.blog) #list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 620px) {
  :is(body.search, body.archive, body.blog) #content {
    padding: 34px 14px 86px;
  }

  :is(body.search, body.archive, body.blog) #list {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  :is(body.search, body.archive, body.blog) .entry-card-thumb {
    aspect-ratio: 16 / 10;
  }

  :is(body.search, body.archive, body.blog) .entry-card-content {
    padding: 18px;
  }

  body.single-post:not(.categoryid-98) #content,
  :where(body.page, body.attachment) #content,
  :is(body.page-id-3, body.page-id-339, body.page-id-343) #content,
  body.error404 #content {
    padding-inline: 0;
  }

  body.single-post:not(.categoryid-98) #main,
  :where(body.page, body.attachment) #main,
  :is(body.page-id-3, body.page-id-339, body.page-id-343) #main,
  body.error404 #main {
    padding: 30px 16px 42px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.single-post .furao-recipe-author-card {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    text-align: center;
  }

  body.single-post .furao-recipe-author-card__buttons,
  body.error404 .furao-not-found-actions {
    flex-direction: column;
  }

  body.single-post .furao-recipe-author-card__buttons a,
  body.error404 .furao-not-found-actions a {
    width: 100%;
  }
}

/* September 5 footer and alignment review. */
body.page-id-2485 .wp-block-buttons {
  justify-content: center;
}

body.page-id-2481 .wp-block-buttons {
  justify-content: center;
}

.furao-header-social__note {
  border-color: #ded8cf !important;
  background: #fff !important;
  color: #202020 !important;
}

.furao-header-social a.furao-header-social__note {
  border-color: #ded8cf !important;
  background: #fff !important;
  color: #202020 !important;
}

.furao-footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 16px;
}

.furao-footer-social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(255 255 255 / 76%);
  border-radius: 11px;
  box-shadow: 0 6px 14px rgb(20 38 19 / 22%);
  color: #fff !important;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.furao-footer-social a:hover,
.furao-footer-social a:focus-visible {
  box-shadow: 0 9px 18px rgb(20 38 19 / 30%);
  transform: translateY(-2px);
}

.furao-footer-social__x {
  background: #596166;
}

.furao-footer-social__instagram {
  background: linear-gradient(135deg, #7d45c9, #d54d81 55%, #ef9f4b);
}

.furao-footer-social__line {
  background: #06c755;
  font-size: .52rem !important;
  letter-spacing: -.03em;
}

.furao-footer-social a.furao-footer-social__note {
  border-color: #ded8cf !important;
  background: #fff;
  color: #202020 !important;
  font-family: Arial, sans-serif;
  font-size: 1.05rem !important;
}

:where(body.page, body.attachment) #breadcrumb {
  display: none !important;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489,
  body.page-id-339,
  body.page-id-343,
  body.page-id-348
) #content {
  padding-bottom: 0;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489,
  body.page-id-339,
  body.page-id-343,
  body.page-id-348
) .entry-content > .wp-block-group {
  padding-bottom: 24px;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489,
  body.page-id-339,
  body.page-id-343,
  body.page-id-348
) article {
  margin-bottom: 0;
}

:is(
  body.page-id-2474,
  body.page-id-2477,
  body.page-id-2479,
  body.page-id-2481,
  body.page-id-2483,
  body.page-id-2485,
  body.page-id-2487,
  body.page-id-2489,
  body.page-id-339,
  body.page-id-343,
  body.page-id-348
) #footer {
  margin-top: 24px;
}

body.page-id-348 .toc {
  display: none !important;
}

@media screen and (max-width: 720px) {
  .furao-footer-social {
    justify-content: center;
  }

  body.page-id-2479 .furao-book-features {
    margin-bottom: 20px;
  }

  body.page-id-2479 .furao-book-more-spreads {
    margin-top: 20px;
  }
}

/* Profile polish: title icon, full-width introduction, channels and timeline alignment. */
body.page-id-2487 .entry-title::before {
  display: inline-block;
  width: clamp(42px, 6vw, 62px);
  margin-right: .24em;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background: #fff url('/wp-content/uploads/2022/08/cropped-S__25600002-e1659962797177-100x100.jpg') center / cover no-repeat;
  box-shadow: 0 8px 20px rgb(82 55 34 / 12%);
  content: "";
  vertical-align: -.18em;
}

body.page-id-2487 .furao-profile__hero {
  display: block;
}

body.page-id-2487 .furao-profile__hero-copy {
  width: 100%;
}

body.page-id-2487 .furao-profile__openchat .wp-block-buttons {
  justify-content: center;
}

body.page-id-2487 .furao-profile__activity-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity,
body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity h3,
body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity li {
  text-align: left;
}

body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

body.page-id-2487 .furao-profile__activity-panel .furao-profile__activity:first-child > * {
  width: 100%;
  max-width: none;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left;
}

@media screen and (min-width: 761px) {
  body.page-id-2487 .furao-profile__timeline-item {
    max-width: none !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even) {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  body.page-id-2487 .furao-profile__timeline-item::before {
    right: -63px;
  }

  body.page-id-2487 .furao-profile__timeline-item:nth-of-type(even)::before {
    right: auto;
    left: -63px;
  }

  body.page-id-2487 .furao-profile__timeline-now::before {
    top: -36px;
  }
}

@media screen and (max-width: 760px) {
  body.page-id-2487 .furao-profile__hero {
    display: block;
  }

  body.page-id-2487 .furao-profile__social-links .furao-social--instagram .wp-block-button__link::before {
    content: "\f16d";
    font-family: FontAwesome;
    font-size: clamp(1.2rem, 5.6vw, 1.55rem);
    font-weight: 400;
  }

  body.page-id-2487 .furao-profile__activity-panel {
    grid-template-columns: 1fr;
  }

  body.page-id-2487 .furao-profile__timeline-now::after {
    display: block;
    top: -12px;
    bottom: -8px;
    left: -16px;
    width: 12px;
    background: var(--furao-paper);
  }

  body.page-id-2487 .furao-profile__timeline-now {
    width: calc(100% - 28px);
    margin-left: 28px !important;
  }

  body.page-id-2487 .furao-profile__timeline-now::before {
    top: -36px;
    left: -24px;
  }
}

/* Products: keep the book and monthly-letter cards stable on narrower desktop windows. */
body.page-id-2481 .furao-market__two > .furao-market__card {
  width: 100%;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.page-id-2481 .furao-market__card .furao-market__card-body {
  width: 100%;
  min-width: 0;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box;
}

body.page-id-2481 .furao-market__stamp-buttons .is-style-outline .wp-block-button__link {
  border-color: #dc7d70;
  background: #dc7d70;
  color: #fff !important;
}

@media screen and (max-width: 980px) {
  body.page-id-2481 .furao-market__two {
    grid-template-columns: 1fr;
  }
}

/* Products: keep the book and monthly letter in a calm vertical sequence at every width. */
body.page-id-2481 .furao-market__two {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.page-id-2481 .furao-market__two > .furao-market__card {
  min-width: 0;
}

/* Footer: keep the three legal/contact links compact on phones. */
@media screen and (max-width: 720px) {
  #footer .menu-footer {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }

  #footer .menu-footer li {
    width: auto !important;
    margin: 0 !important;
    line-height: 1.3;
  }

  #footer .menu-footer a {
    display: block;
    padding: 5px 0;
  }
}

/* Legal pages: the table of contents is unnecessary for these compact reference pages. */
:is(body.page-id-339, body.page-id-343) .toc {
  display: none !important;
}

/* Header socials: quiet two-tone treatment matching the tagline. */
.furao-header-social a,
.furao-header-social a.furao-header-social__note {
  border-width: 1px;
  border-color: var(--furao-muted) !important;
  background: #f6f1e9 !important;
  box-shadow: none;
  color: var(--furao-muted) !important;
}

.furao-header-social a:hover,
.furao-header-social a:focus-visible {
  background: var(--furao-muted) !important;
  box-shadow: 0 5px 12px rgb(82 55 34 / 12%);
  color: #fff !important;
}

/* September 6 production fixes: keep media consolidated, align timeline ending, and prevent footer link overlap. */
li:has(> a[href$="/media/"]),
.mobile-footer-menu-buttons .menu-button:has(a[href$="/media/"]) {
  display: none !important;
}

#footer .footer-bottom-logo {
  position: static !important;
  inset: auto !important;
}

@media screen and (min-width: 761px) {
  body.page-id-2487 .furao-profile__timeline-now::before {
    top: -48px;
  }

  body.page-id-2487 .furao-profile__timeline-now::after {
    position: absolute;
    z-index: 1;
    top: -12px;
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 12px;
    background: var(--furao-paper);
    content: "";
  }
}

/* September 6 contact and recipe article refinements. */
body.page-id-348 .furao-contact__captcha-note {
  display: block;
  margin-top: 12px;
  color: var(--furao-muted);
  font-size: .72rem;
  line-height: 1.7;
}

body.page-id-348 .furao-contact__captcha-note a {
  color: var(--furao-green-dark);
}

body.page-id-348 .wpcf7-form > p:last-of-type,
body.page-id-348 .furao-contact__form-live,
body.page-id-348 .furao-contact__privacy {
  margin-bottom: 0;
}

body.page-id-348 .inv-recaptcha-holder {
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  visibility: hidden;
}

body.single-post.categoryid-98 .toc,
body.single-post.categoryid-98 .footer-meta .author-info,
body.single-post.categoryid-98 .widget-below-sns-buttons-title {
  display: none !important;
}

body.single-post.categoryid-98 .entry-content h3 {
  padding: 0 0 9px;
  border: 0;
  border-bottom: 2px solid #dbe5d6;
  border-radius: 0;
  background: transparent;
}


/* September 6 recipe yield and final public QA. */
.footer-meta .author-info {
  display: none !important;
}

body.single-post.categoryid-98 .furao-recipe-yield {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  padding: 9px 14px;
  border: 1px solid #e5d7c4;
  border-radius: 999px;
  background: #f8f3ea;
  color: var(--furao-ink);
  line-height: 1.45;
}

body.single-post.categoryid-98 .furao-recipe-yield__label {
  color: var(--furao-muted);
  font-size: .78em;
  font-weight: 700;
  letter-spacing: .08em;
}

body.single-post.categoryid-98 .furao-recipe-yield strong {
  font-size: .94em;
}

@media screen and (max-width: 480px) {
  body.single-post.categoryid-98 .furao-recipe-yield {
    gap: 9px;
    padding: 8px 12px;
  }
}

#wpfront-scroll-top-container {
  display: none !important;
}

body.single-post.categoryid-98 .article-footer .sns-share,
body.single-post.categoryid-98 .article-footer .sns-follow,
body.single-post.categoryid-98 .pager-post-navi {
  display: none !important;
}

.furao-home-latest .cat-label,
:is(body.search, body.archive, body.blog) .entry-card-thumb .cat-label,
body.single-post .related-entry-card .cat-label,
body.single-post .related-entry-card-thumb .cat-label {
  display: none !important;
}

#footer .footer-bottom-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#footer .furao-footer-social {
  justify-content: center;
  margin-inline: auto;
}


/* September 6 recipe facts: show yield and cooking time together. */
body.single-post.categoryid-98 .furao-recipe-facts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}

body.single-post.categoryid-98 .furao-recipe-facts .furao-recipe-yield {
  margin: 0;
}

body.single-post.categoryid-98 .furao-recipe-time {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid #e5d7c4;
  border-radius: 999px;
  background: #f8f3ea;
  color: var(--furao-ink);
  line-height: 1.45;
}

body.single-post.categoryid-98 .furao-recipe-time__label {
  color: var(--furao-muted);
  font-size: .78em;
  font-weight: 700;
  letter-spacing: .08em;
}

body.single-post.categoryid-98 .furao-recipe-time strong {
  font-size: .94em;
}

@media screen and (max-width: 480px) {
  body.single-post.categoryid-98 .furao-recipe-time {
    gap: 9px;
    padding: 8px 12px;
  }
}


body.single-post.categoryid-98 .furao-recipe-facts .furao-recipe-time {
  margin: 0;
}

/* September 6: make the quiet header service marks legible at a glance. */
.furao-header-social__x > span {
  font-size: .86rem;
}

.furao-header-social__instagram .fa {
  font-size: 1.08rem;
}

.furao-header-social a.furao-header-social__line {
  font-size: .58rem !important;
}

.furao-header-social a.furao-header-social__note {
  font-size: 1.16rem !important;
}

/* September 6: align footer service marks with the header. */
.furao-footer-social__x > span {
  font-size: .86rem;
}

.furao-footer-social__instagram .fa {
  font-size: 1.08rem;
}

.furao-footer-social a.furao-footer-social__line {
  font-size: .58rem !important;
}

.furao-footer-social a.furao-footer-social__note {
  font-size: 1.16rem !important;
}


/* September 6: concise one-line menus and a bento-box goods icon. */
.header-container-in.hlt-center-logo :is(.menu-header, .menu-mobile) {
  flex-wrap: nowrap;
}

.header-container-in.hlt-center-logo :is(.menu-header, .menu-mobile) > li > a {
  white-space: nowrap;
}

.mobile-footer-menu-buttons .furao-mobile-menu__goods-icon {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: #8a651d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media screen and (max-width: 834px) {
  .header-container-in.hlt-center-logo .menu-mobile {
    gap: 2px;
    padding: 6px 4px 12px;
  }

  .header-container-in.hlt-center-logo .menu-mobile > li > a {
    padding-inline: clamp(7px, 2.3vw, 14px);
    font-size: clamp(.69rem, 2.8vw, .78rem);
  }
}

/* September 6: bring the book cover and key promise into the first mobile view. */
body.page-id-2479 .article-header {
  display: none;
}

body.page-id-2479 .entry-content {
  padding-top: clamp(22px, 4vw, 44px);
}

body.page-id-2479 .furao-book-page {
  gap: clamp(26px, 4vw, 42px);
}

body.page-id-2479 .furao-book-intro {
  gap: clamp(24px, 5vw, 54px);
  margin: 0;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid #ead8b5;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgb(244 201 93 / 24%) 0 7.5rem, transparent 7.6rem),
    #fff8e9;
}

body.page-id-2479 .furao-book-intro__copy,
body.page-id-2479 .furao-book-intro__visual {
  min-width: 0;
}

body.page-id-2479 .furao-book-intro__eyebrow {
  margin: 0 0 12px;
  color: var(--furao-orange-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

body.page-id-2479 .furao-book-intro .furao-book-opening-line {
  margin: 0;
  color: var(--furao-ink);
  font-size: clamp(1.65rem, 4vw, 2.55rem) !important;
  letter-spacing: .025em;
  line-height: 1.48;
}

body.page-id-2479 .furao-book-intro__lead {
  max-width: 30em;
  margin: 18px 0 0;
  color: var(--furao-muted);
  font-size: .98rem;
  line-height: 1.8;
}

body.page-id-2479 .furao-book-intro .furao-book-cover-frame {
  width: min(100%, 300px);
  margin: 0 auto !important;
}

body.page-id-2479 .furao-book-days-title {
  margin: 8px 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

body.page-id-2479 .furao-book-days {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-2479 .furao-book-days li {
  position: relative;
  margin: 0;
  padding: 11px 13px 11px 32px;
  border-radius: 14px;
  background: #f7f3eb;
  color: var(--furao-muted);
  font-size: .88rem;
  line-height: 1.55;
}

body.page-id-2479 .furao-book-days li::before {
  position: absolute;
  top: 1.02em;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--furao-orange);
  content: "";
}

/* Five features read as one compact index instead of five large cards. */
body.page-id-2479 .furao-book-features {
  margin: clamp(28px, 5vw, 48px) 0 20px;
  padding: clamp(22px, 4vw, 34px);
  border: 0;
  border-radius: 24px;
  background: #f2f7ef;
}

body.page-id-2479 .furao-book-features > h2 {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
}

body.page-id-2479 .furao-book-features__lead {
  margin: 0 0 18px;
  font-size: .9rem;
  line-height: 1.65;
}

body.page-id-2479 .furao-book-feature-grid,
body.page-id-2479 .furao-book-feature-grid--five {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 0;
}

body.page-id-2479 .furao-book-feature-card,
body.page-id-2479 .furao-book-feature-card:nth-child(3n + 2),
body.page-id-2479 .furao-book-feature-card:nth-child(3n) {
  min-height: 0;
  padding: 4px 14px;
  border: 0;
  border-left: 1px solid #d8e4d3;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

body.page-id-2479 .furao-book-feature-card:first-child {
  border-left: 0;
}

body.page-id-2479 .furao-book-feature-card__number {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 7px;
  border-radius: 0;
  background: transparent;
  color: var(--furao-orange-dark);
  font-size: .68rem;
  line-height: 1.2;
}

body.page-id-2479 .furao-book-feature-card h3 {
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: .96rem;
  line-height: 1.45;
}

body.page-id-2479 .furao-book-feature-card p:last-child {
  margin: 0;
  font-size: .74rem;
  line-height: 1.55;
}

body.page-id-2479 .furao-book-more-spreads {
  margin-top: 20px;
}

/* Cocoon assigns a fixed desktop width to every menu item.  Let the concise
 * labels size themselves so the brand and navigation never overlap. */
.header-container-in.hlt-center-logo .menu-header > li {
  width: auto !important;
}

/* Switch to a calm two-row header before the brand, socials and menu become crowded. */
@media screen and (max-width: 1180px) and (min-width: 835px) {
  .header-container-in.hlt-center-logo {
    display: block;
    min-height: 0;
    padding: 14px 18px 0;
  }

  .header-container-in.hlt-center-logo #header,
  .header-container-in.hlt-center-logo .header-in {
    width: 100%;
  }

  .header-container-in.hlt-center-logo .header-in {
    align-items: center;
  }

  .header-container-in.hlt-center-logo .tagline {
    margin-left: 0;
  }

  .header-container-in.hlt-center-logo .furao-header-social {
    justify-content: center;
    margin: 12px 0 2px;
  }

  .header-container-in.hlt-center-logo #navi {
    width: calc(100% + 36px);
    margin: 10px -18px 0;
    overflow: hidden;
  }

  .header-container-in.hlt-center-logo :is(.menu-header, .menu-mobile) {
    justify-content: center;
    padding: 6px 12px 12px;
  }
}

@media screen and (max-width: 720px) {
  body.page-id-2479 .entry-content {
    padding-top: 14px;
  }

  body.page-id-2479 .furao-book-page {
    gap: 22px;
  }

  body.page-id-2479 .furao-book-intro {
    gap: 18px;
    padding: 20px 18px 22px;
    border-radius: 24px;
  }

  body.page-id-2479 .furao-book-intro__copy {
    text-align: center;
  }

  body.page-id-2479 .furao-book-intro__eyebrow {
    margin-bottom: 8px;
    font-size: .63rem;
  }

  body.page-id-2479 .furao-book-intro .furao-book-opening-line {
    font-size: clamp(1.18rem, 6vw, 1.42rem) !important;
    line-height: 1.5;
  }

  body.page-id-2479 .furao-book-intro__lead {
    margin-top: 11px;
    font-size: .84rem;
    line-height: 1.7;
  }

  body.page-id-2479 .furao-book-intro .furao-book-cover-frame {
    width: min(76vw, 246px);
  }

  body.page-id-2479 .furao-book-days {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  body.page-id-2479 .furao-book-days li {
    padding: 9px 9px 9px 25px;
    border-radius: 12px;
    font-size: .74rem;
  }

  body.page-id-2479 .furao-book-days li::before {
    top: .94em;
    left: 10px;
    width: 7px;
    height: 7px;
  }

  body.page-id-2479 .furao-book-spread-grid--after-days {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  body.page-id-2479 .furao-book-spread-grid--after-days > .wp-block-column {
    min-width: 0;
  }

  body.page-id-2479 .furao-book-spread-grid--after-days .furao-book-spread-card {
    border-width: 4px;
    border-radius: 14px;
  }

  body.page-id-2479 .furao-book-features {
    margin: 24px 0 16px;
    padding: 20px 16px;
    border-radius: 20px;
  }

  body.page-id-2479 .furao-book-features__lead {
    margin-bottom: 10px;
    font-size: .8rem;
  }

  body.page-id-2479 .furao-book-feature-grid,
  body.page-id-2479 .furao-book-feature-grid--five {
    grid-template-columns: 1fr !important;
  }

  body.page-id-2479 .furao-book-feature-card,
  body.page-id-2479 .furao-book-feature-card:nth-child(3n + 2),
  body.page-id-2479 .furao-book-feature-card:nth-child(3n) {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    align-items: center;
    padding: 9px 0;
    border: 0;
    border-top: 1px solid #d8e4d3;
  }

  body.page-id-2479 .furao-book-feature-card:first-child {
    border-top: 0;
  }

  body.page-id-2479 .furao-book-feature-card__number {
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
  }

  body.page-id-2479 .furao-book-feature-card h3 {
    margin: 0;
    font-size: .93rem;
  }

  body.page-id-2479 .furao-book-feature-card p:last-child {
    font-size: .73rem;
  }

  body.page-id-2479 .furao-book-more-spreads {
    margin-top: 16px;
  }
}
