:root {
  --ink: #3a210f;
  --muted: #765d4a;
  --cream: #fff8ed;
  --paper: #fffdf9;
  --orange: #f58a18;
  --orange-dark: #c95f08;
  --caramel: #f6d49c;
  --line: #ead9c3;
  --green: #426c54;
  --shadow: 0 18px 45px rgba(91, 47, 10, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", Arial, sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(234,217,195,.9); background: rgba(255,253,249,.94); backdrop-filter: blur(12px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; }
.brand b { display: block; font-size: 21px; letter-spacing: 0; line-height: 1.05; }
.brand small, .eyebrow { display: block; margin-top: 4px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }
.main-nav { display: flex; align-items: stretch; align-self: stretch; gap: 23px; }
.main-nav a { position: relative; display: flex; align-items: center; font-size: 16px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 13px; left: 0; height: 3px; border-radius: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.nav-button, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 8px 18px; border: 0; border-radius: 4px; color: #fff; background: var(--ink); font-size: 15px; font-weight: 700; }
.nav-button:hover, .button:hover { background: var(--orange-dark); }
.nav-button-secondary, .button-light { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.nav-button-secondary:hover, .button-light:hover { color: #fff; border-color: var(--orange-dark); }
.mobile-nav-toggle, .mobile-nav-panel, .mobile-nav-scrim { display: none; }

.puff-hero { overflow: hidden; padding: 65px 0 52px; background: var(--cream); }
.puff-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.hero-copy h1 { max-width: 650px; margin: 10px 0 20px; font-size: clamp(38px, 5vw, 65px); line-height: 1.18; letter-spacing: 0; }
.hero-copy h1 em { color: var(--orange-dark); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 26px; }
.hero-more { margin: 16px 0 0; }
.text-link { color: var(--orange-dark); font-weight: 700; }
.text-link::after { content: " ->"; }
.puff-stage { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.sun-disc { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--caramel); }
.phone-frame { position: relative; width: 230px; padding: 9px; border: 7px solid var(--ink); border-radius: 30px; background: #fff; box-shadow: var(--shadow); transform: rotate(5deg); }
.phone-frame::before { content: ""; position: absolute; top: 5px; left: 50%; width: 80px; height: 7px; border-radius: 6px; background: var(--ink); transform: translateX(-50%); }
.phone-frame img { width: 100%; aspect-ratio: 9 / 15; object-fit: cover; border-radius: 18px; }
.listen-note { position: absolute; right: 2%; bottom: 30px; width: 205px; padding: 16px; border: 1px solid var(--ink); border-radius: 4px; background: #fffdf9; transform: rotate(-6deg); box-shadow: 8px 8px 0 var(--orange); }
.listen-note b { display: block; font-size: 13px; letter-spacing: 1px; }
.listen-note span { color: var(--muted); font-size: 13px; }

.intro-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.intro-strip .container { display: grid; grid-template-columns: 1.1fr repeat(3, .63fr); }
.intro-strip article { min-height: 155px; padding: 30px 28px; border-left: 1px solid var(--line); }
.intro-strip article:first-child { border-left: 0; }
.intro-strip h2 { margin: 0; font-size: 24px; line-height: 1.35; }
.intro-strip h3 { margin: 0 0 8px; color: var(--orange-dark); font-size: 18px; }
.intro-strip p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

section { padding: 82px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.section-head h2 { margin: 7px 0 0; font-size: clamp(28px, 3.5vw, 42px); line-height: 1.28; }
.section-head > p { max-width: 380px; margin: 0; color: var(--muted); }
.rooms { background: #fff; }
.room-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.room { display: flex; min-height: 350px; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); transition: transform .2s, box-shadow .2s; }
.room:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.room .room-code { color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.room h3 { margin: 20px 0 9px; font-size: 28px; }
.room p { margin: 0; color: var(--muted); }
.room-visual { position: relative; aspect-ratio: 16 / 9; margin-top: 20px; overflow: hidden; border-radius: 4px; background: #f1e7dc; }
.room-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.room:hover .room-visual img { transform: scale(1.03); }
.room-drama .room-visual img { object-position: 64% center; }
.room-book .room-visual img { object-position: center; }
.room-radio .room-visual img { object-position: center 58%; }

.recipe { background: var(--cream); }
.recipe-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.recipe-intro { position: sticky; top: 115px; align-self: start; }
.recipe-intro h2 { margin: 8px 0 16px; font-size: 39px; line-height: 1.25; }
.recipe-intro p { color: var(--muted); }
.recipe-steps { border-top: 1px solid var(--line); }
.recipe-steps article { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.recipe-steps b { color: var(--orange-dark); font-size: 26px; }
.recipe-steps h3 { margin: 0 0 6px; font-size: 21px; }
.recipe-steps p { margin: 0; color: var(--muted); }

.review-band { color: #fff; background: var(--green); }
.review-band .eyebrow { color: var(--caramel); }
.review-band .section-head h2 { color: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid rgba(255,255,255,.28); }
.quote blockquote { margin: 0; font-size: 18px; line-height: 1.8; }
.quote footer { color: #d8ecd8; font-size: 13px; }
.quote-image { display: block; aspect-ratio: 16 / 10; margin: -25px -25px 20px; overflow: hidden; background: #2f5240; }
.quote-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.quote:hover .quote-image img { transform: scale(1.025); }

.faq-news { background: #fff; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 17px 0; border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; font: inherit; font-weight: 700; cursor: pointer; }
.faq-item button span { color: var(--orange-dark); font-size: 21px; }
.faq-item p { display: none; margin: 11px 28px 0 0; color: var(--muted); font-size: 14px; }
.faq-item.active p { display: block; }
.story-list { border-top: 1px solid var(--line); }
.story-list a { display: grid; grid-template-columns: 84px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.story-list time { color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.story-list h3 { margin: 0 0 4px; font-size: 17px; line-height: 1.45; }
.story-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.story-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.story-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.story-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #f1e7dc; }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.story-card:hover .story-card-image img { transform: scale(1.025); }
.story-card-body { padding: 20px; }
.story-card-body time { color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.story-card-body h2 { margin: 8px 0; font-size: 20px; line-height: 1.45; }
.story-card-body h2 a { color: var(--ink); }
.story-card-body p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.story-content > p > img, .story-content > img { display: block; max-width: 100%; height: auto; margin: 28px auto; }
.help-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; align-items: start; }
.help-updates { background: var(--cream); }
.help-article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.help-article { min-height: 230px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); background: #fff; }
.help-article time { color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.help-article h3 { margin: 10px 0; font-size: 18px; line-height: 1.5; }
.help-article h3 a { color: var(--ink); }
.help-article p { margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.help-article .text-link { margin-top: auto; }
.faq-answer { display: none; color: var(--muted); font-size: 14px; line-height: 1.75; }
.faq-item.active .faq-answer { display: block; }
.faq-answer p { margin: 0 0 12px; }
.help-aside { position: sticky; top: 98px; padding: 24px; border-left: 3px solid var(--orange-dark); background: var(--cream); }
.help-aside h2 { margin: 4px 0 14px; font-size: 22px; }
.help-aside a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.help-aside p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.article-banner { padding: 50px 0; color: #fff; background: var(--green); text-align: center; }
.article-banner .eyebrow { color: var(--caramel); }
.article-banner h1 { margin: 6px 0 10px; color: #fff; font-size: 36px; }
.article-banner p { max-width: 700px; margin: 0 auto; color: #d8ecd8; }
.article-breadcrumb { width: min(1160px, calc(100% - 40px)); display: flex; flex-wrap: wrap; gap: 8px; margin: 0 auto; padding: 16px 0; color: var(--muted); font-size: 13px; }
.article-breadcrumb a { color: var(--orange-dark); }
.article-breadcrumb strong { color: var(--ink); font-weight: 500; }
.article-layout { width: min(1160px, calc(100% - 40px)); display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; margin: 0 auto; padding: 34px 0 74px; align-items: start; }
.article-main { min-width: 0; }
.article-header { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 0 0 14px; font-size: 32px; line-height: 1.4; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; }
.article-lead { margin: 18px 0 0; padding: 16px 18px; border-left: 3px solid var(--orange-dark); color: #57402d; background: var(--cream); font-size: 15px; line-height: 1.75; }
.article-content { padding-top: 28px; color: #57402d; font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.article-content h2 { margin: 34px 0 14px; color: var(--ink); font-size: 24px; line-height: 1.4; }
.article-content h3 { margin: 26px 0 12px; color: var(--ink); font-size: 20px; }
.article-content p { margin: 0 0 18px; }
.article-content img { display: block; max-width: 100%; height: auto; margin: 26px auto; }
.article-content ul, .article-content ol { margin: 0 0 20px; padding-left: 24px; }
.article-content li { margin-bottom: 8px; }
.article-cover { display: block; width: 100%; max-height: 560px; margin: 28px 0 0; object-fit: cover; }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); }
.article-nav-item { min-width: 0; padding: 16px; border: 1px solid var(--line); background: #fff; }
.article-nav-item small { display: block; margin-bottom: 6px; color: var(--muted); }
.article-nav-item a, .article-nav-item span { display: block; color: var(--ink); font-size: 14px; line-height: 1.5; }
.article-nav-item a:hover { color: var(--orange-dark); }
.article-nav-next { text-align: right; }
.article-sidebar { position: sticky; top: 90px; }
.sidebar-card { margin-bottom: 20px; padding: 22px; border: 1px solid var(--line); background: var(--cream); }
.sidebar-card h2 { margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--orange-dark); font-size: 17px; }
.sidebar-article { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 11px 0; border-bottom: 1px dashed var(--line); color: var(--ink); font-size: 13px; }
.sidebar-article span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-article time { color: var(--muted); font-size: 11px; }
.sidebar-link { display: block; padding: 10px 0; border-bottom: 1px dashed var(--line); color: var(--ink); font-size: 14px; }
.content-feed { padding: 72px 0; background: #fff8ef; border-bottom: 1px solid var(--line); }
.content-feed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.content-feed-panel { background: #fff; border: 1px solid var(--line); padding: 24px; }
.content-feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.content-feed-heading h3 { margin: 0; font-size: 20px; }
.content-feed-heading a { color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.content-feed-list { display: grid; }
.content-feed-item { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.content-feed-item:last-child { border-bottom: 0; padding-bottom: 0; }
.content-feed-item--text { grid-template-columns: 1fr; }
.content-feed-thumb { display: block; width: 96px; height: 72px; background: #f1e7dc; overflow: hidden; }
.content-feed-thumb img { width: 100%; height: 100%; object-fit: cover; }
.content-feed-item h4 { margin: 0 0 5px; font-size: 15px; line-height: 1.45; }
.content-feed-item h4 a { color: var(--ink); }
.content-feed-item p { margin: 0 0 7px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.content-feed-item time { color: var(--orange-dark); font-size: 12px; font-weight: 700; }

.footer-cta { padding: 54px 0; color: var(--ink); background: var(--caramel); }
.footer-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; }
.footer-cta h2 { margin: 5px 0 8px; font-size: 32px; line-height: 1.3; }
.footer-cta p { max-width: 680px; margin: 0; color: #664a34; }
.cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.page-action-band { color: #fff; background: var(--green); }
.page-action-band .container { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 40px; }
.page-action-band .eyebrow { color: var(--caramel); }
.page-action-band h2 { margin: 5px 0 8px; color: #fff; font-size: 30px; }
.page-action-band p { margin: 0; color: #d8ecd8; }
.page-action-band .button-light { color: #fff; border-color: #fff; }
.site-footer { padding: 48px 0 88px; background: #3a210f; color: #fff6e9; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 35px; }
.footer-brand { display: flex; gap: 13px; align-items: center; }
.footer-brand img { width: 62px; border-radius: 50%; }
.footer-brand strong { font-size: 22px; }
.footer-grid h3 { margin: 0 0 12px; color: var(--caramel); font-size: 14px; letter-spacing: 1px; }
.footer-grid a { display: block; margin: 7px 0; color: #f7dfbd; font-size: 14px; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #e1c8a7; font-size: 12px; }
.mobile-cta, .mobile-cta-bar { display: none; }

.page-hero { padding: 66px 0 38px; background: var(--cream); }
.crumb { margin-bottom: 16px; color: var(--muted); font-size: 13px; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.2; }
.page-hero p { max-width: 780px; margin: 17px 0 0; color: var(--muted); font-size: 17px; }
.puff-page-media { padding: 0 0 64px; background: var(--cream); }
.puff-page-media figure { width: 100%; aspect-ratio: 16 / 7; margin: 0; overflow: hidden; background: #f1e7dc; }
.puff-page-media img { width: 100%; height: 100%; object-fit: cover; }
.content-detail { padding: 56px 0 76px; }
.content-detail-meta { color: var(--orange-dark); font-size: 13px; font-weight: 700; }
.content-detail-cover { display: block; width: 100%; max-height: 520px; margin: 28px 0; object-fit: cover; }
.content-detail-body { color: #57402d; font-size: 16px; line-height: 1.9; overflow-wrap: anywhere; }
.content-detail-body img { max-width: 100%; height: auto; }
.content-detail-nav { display: grid; gap: 10px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.content-detail-nav a { color: var(--orange-dark); }
.content-listing { padding: 56px 0 76px; }
.content-listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-listing-card { border: 1px solid var(--line); background: #fff; overflow: hidden; }
.content-listing-thumb { display: block; aspect-ratio: 1.6; background: #f1e7dc; }
.content-listing-thumb img { width: 100%; height: 100%; object-fit: cover; }
.content-listing-card > div { padding: 18px; }
.content-listing-card h2 { margin: 0 0 9px; font-size: 18px; line-height: 1.45; }
.content-listing-card h2 a { color: var(--ink); }
.content-listing-card p { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.content-listing-card time { color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.long-copy { max-width: 900px; }
.long-copy h2 { margin: 48px 0 16px; font-size: 29px; line-height: 1.35; }
.long-copy h3 { margin: 27px 0 10px; font-size: 21px; }
.long-copy p { margin: 0 0 18px; color: #57402d; font-size: 16px; }
.compare { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0; border: 1px solid var(--line); }
.compare div { padding: 20px; border-left: 1px solid var(--line); }
.compare div:first-child { border-left: 0; }
.compare b { display: block; margin-bottom: 8px; color: var(--orange-dark); }
.compare span { color: var(--muted); font-size: 14px; }
.pager { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 38px 0 0; }
.pager a, .pager span { min-width: 37px; padding: 5px 10px; border: 1px solid var(--line); text-align: center; }
.pager .current { color: #fff; border-color: var(--ink); background: var(--ink); }
.pager .pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.pager .pagination li { margin: 0; padding: 0; }
.pager .pagination li a, .pager .pagination li span { min-width: 40px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; border: 1px solid var(--line); color: var(--ink); background: #fff; font-size: 14px; line-height: 1.2; }
.pager .pagination li a[href]:hover { color: #fff; border-color: var(--orange-dark); background: var(--orange-dark); }
.pager .pagination li.active a, .pager .pagination li.active span { color: #fff; border-color: var(--ink); background: var(--ink); }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-actions { display: none; }
  .mobile-nav-toggle { width: 42px; height: 42px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: #fff; }
  .mobile-nav-toggle span { width: 19px; height: 2px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .mobile-nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .mobile-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav-scrim { position: fixed; z-index: 40; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(58,33,15,.42); transition: opacity .2s ease, visibility .2s ease; }
  .mobile-nav-scrim.is-open { visibility: visible; opacity: 1; }
  .mobile-nav-panel { position: fixed; z-index: 50; top: 0; right: 0; bottom: 0; width: min(320px, calc(100vw - 46px)); display: flex; flex-direction: column; padding: 18px 20px calc(24px + env(safe-area-inset-bottom)); color: var(--ink); background: var(--paper); box-shadow: -12px 0 34px rgba(58,33,15,.16); transform: translateX(102%); transition: transform .25s ease; }
  .mobile-nav-panel.is-open { transform: translateX(0); }
  .mobile-nav-panel-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 19px; font-weight: 700; }
  .mobile-nav-close { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: #fff; font-size: 28px; line-height: 1; }
  .mobile-nav-links { display: grid; margin-top: 14px; }
  .mobile-nav-links a { padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 700; }
  .mobile-nav-links a:active { color: var(--orange-dark); }
  .mobile-nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: auto; padding-top: 18px; }
  .mobile-nav-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 4px; font-size: 14px; font-weight: 700; }
  .mobile-nav-actions a:last-child { color: #fff; background: var(--ink); }
  body.mobile-nav-open { overflow: hidden; }
  .puff-hero-grid, .recipe-layout, .two-column, .content-feed-grid, .content-listing-grid, .story-card-grid, .help-layout, .help-article-grid { grid-template-columns: 1fr; gap: 35px; }
  .help-aside { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .article-header h1 { font-size: 25px; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav-next { text-align: left; }
  .puff-stage { min-height: 320px; }
  .intro-strip .container, .room-list, .reviews-grid, .footer-grid { grid-template-columns: 1fr; }
  .intro-strip article { min-height: 0; border-top: 1px solid var(--line); border-left: 0; }
  .intro-strip article:first-child { border-top: 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 15px; }
  .compare { grid-template-columns: 1fr; }
  .compare div { border-top: 1px solid var(--line); border-left: 0; }
  .compare div:first-child { border-top: 0; }
  .recipe-intro { position: static; }
  .footer-cta-inner, .page-action-band .container { grid-template-columns: 1fr; gap: 22px; }
  .footer-cta h2 { font-size: 27px; }
  .mobile-cta-bar { position: fixed; z-index: 30; right: 14px; bottom: 14px; left: 14px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 4px; background: var(--ink); box-shadow: 0 8px 22px rgba(100,45,3,.28); }
  .mobile-cta-bar a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; }
  .mobile-cta-bar a:first-child { color: var(--ink); background: var(--caramel); }
}
