:root { --mf-paper: #fffaf0; --mf-cream: #f5ebcd; --mf-ink: #3c2d24; --mf-red: #9c3f2e; --mf-coral: #ff8069; --mf-green: #315e32; --mf-line: #cfb780; }
.massage-page { background: #efe5be; }
.mf-main { padding: 30px var(--page-gutter) 80px; }
.mf-canvas { position: relative; width: min(1672px, 100%); min-height: 941px; margin: auto; overflow: hidden; border: 1px solid #b78b52; border-radius: 24px; background: radial-gradient(circle at 35% 25%, rgb(255 255 255 / .55), transparent 38%), var(--mf-paper); box-shadow: 0 16px 45px rgb(79 52 27 / .08); }
.mf-main--onepage { padding: 0; }
.mf-main--onepage .mf-canvas {
  width: 100%;
  max-width: none;
  min-height: max(941px, 100svh);
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}
.mf-icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: var(--icon-stroke); stroke-linecap: round; stroke-linejoin: round; }
.mf-rule { display: flex; align-items: center; gap: 0; width: 100%; max-width: 550px; height: 18px; color: var(--mf-line); }
.mf-rule i { flex: 1; height: 1px; background: currentColor; }
.mf-rule b { width: 8px; height: 8px; margin: 0 8px; border: 1px solid currentColor; transform: rotate(45deg); }
.mf-leaf { display: inline-flex; margin: 0 .55em; color: #75a260; vertical-align: middle; }
.mf-leaf:last-child { transform: scaleX(-1); }
.mf-disclaimer { margin: 18px 48px; color: #7f705c; font-family: var(--sans); font-size: 14px; line-height: 1.7; text-align: center; }
.mf-section-title { text-align: center; }
.mf-section-title h1 { margin: 0; color: var(--mf-green); font-size: clamp(44px, 4.4vw, 68px); font-weight: 700; letter-spacing: .18em; }
.mf-section-title .mf-rule { max-width: 320px; margin: 10px auto 0; }
.mf-section-title p { margin: 16px 0 0; color: #776a56; font-size: 18px; letter-spacing: .1em; }

/* 02 真工夫 */
.mf-overview__copy { position: absolute; z-index: 3; top: 14.5%; left: 5.5%; width: 34%; }
.mf-label { position: relative; width: 178px; margin: 0 0 26px 40px; padding: 8px 20px; border: 1px solid #f0a28f; border-radius: 10px; text-align: center; font-size: 28px; letter-spacing: .16em; }
.mf-label::before, .mf-label::after { position: absolute; top: calc(50% - 16px); color: var(--mf-coral); }
.mf-label::before { left: -36px; }
.mf-label::after { right: -36px; }
.mf-overview__copy h1 { display: flex; gap: .17em; margin: 0; color: var(--mf-ink); font-size: clamp(70px, 7.8vw, 128px); font-weight: 700; line-height: .98; letter-spacing: .03em; }
.mf-overview__copy h1 span:nth-child(n+2), .mf-overview__lead { color: var(--mf-red); }
.mf-overview__lead { margin: 26px 0 18px; font-size: clamp(21px, 2vw, 33px); font-weight: 700; letter-spacing: .09em; }
.mf-overview__body { margin: 22px 0 20px; font-size: clamp(16px, 1.22vw, 20px); line-height: 1.85; letter-spacing: .13em; }
.mf-text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid var(--mf-red); color: var(--mf-red); font-size: 20px; font-weight: 700; letter-spacing: .08em; }
.mf-text-link .mf-icon { width: 20px; }
.mf-overview__main { position: absolute; top: 1.7%; right: 9.4%; width: 50%; height: 64%; object-fit: cover; border-radius: 14px; }
.mf-overview__detail { position: absolute; right: 9.4%; bottom: 2.7%; width: 34.3%; height: 29.8%; object-fit: cover; border-radius: 14px; }
.mf-trust { position: absolute; bottom: 5%; left: 5.4%; width: 48%; display: grid; grid-template-columns: repeat(3, 1fr); }
.mf-trust div { display: grid; justify-items: center; gap: 14px; padding: 0 26px; border-right: 1px solid #d9caa5; text-align: center; }
.mf-trust div:last-child { border: 0; }
.mf-trust .mf-icon { width: 66px; height: 66px; padding: 16px; border: 1px solid var(--mf-coral); border-radius: 50%; color: var(--mf-coral); }
.mf-trust strong { font-size: 24px; font-weight: 500; letter-spacing: .09em; }
.mf-vertical-note { position: absolute; top: 15.5%; right: 2.8%; bottom: 12.7%; width: 76px; display: grid; justify-items: center; align-content: space-between; padding: 24px 12px; border: 1px solid #c9a774; border-radius: 13px; color: var(--mf-red); }
.mf-vertical-note p { margin: 0; writing-mode: vertical-rl; font-size: 22px; line-height: 1.9; letter-spacing: .2em; }

/* 04 調理方案 */
.mf-plans { padding: 0 48px 30px; }
.mf-plans__head { position: relative; height: 345px; margin: 0 -28px; }
.mf-plans__head > div { position: absolute; z-index: 2; top: 82px; left: 1.5%; width: 35%; }
.mf-plans__head img { position: absolute; top: 20px; right: 0; width: 55.5%; height: 326px; object-fit: cover; border-radius: 0 18px 0 0; }
.mf-plans__head::after { content: ""; position: absolute; z-index: 1; top: 0; left: 34%; width: 17%; height: 100%; background: var(--mf-paper); border-radius: 0 50% 50% 0; }
.mf-plan-table { position: relative; z-index: 3; overflow: hidden; border: 1px solid #c8b27d; border-radius: 18px; background: rgb(255 253 247 / .9); }
.mf-plan-table article { display: grid; grid-template-columns: 17% 34% 21% 28%; min-height: 191px; border-bottom: 1px solid #c8b27d; }
.mf-plan-table article:last-child { border: 0; }
.mf-plan-table article > div { display: grid; align-content: center; padding: 26px 38px; border-right: 1px solid #c8b27d; }
.mf-plan-table article > div:last-child { border: 0; }
.mf-plan-brand { position: relative; justify-items: center; gap: 8px; color: #fffaf0; background: linear-gradient(135deg, #ff866f, #ff725d); }
.mf-plan-brand::after { content: ""; position: absolute; top: 50%; right: -20px; border-width: 20px 0 20px 20px; border-style: solid; border-color: transparent transparent transparent #ff7964; transform: translateY(-50%); }
.mf-plan-brand .mf-icon { width: 48px; height: 48px; }
.mf-plan-brand span { font-size: 27px; letter-spacing: .12em; }
.mf-plan-name h2 { margin: 0 0 16px; color: var(--mf-green); font-size: 30px; letter-spacing: .1em; }
.mf-plan-name p { margin: 0; color: #756958; font-family: var(--sans); line-height: 1.7; }
.mf-plan-time, .mf-plan-price { justify-items: center; color: var(--mf-green); }
.mf-plan-time .mf-icon, .mf-plan-price .mf-icon { width: 38px; height: 38px; }
.mf-plan-time p, .mf-plan-price p { margin: 10px 0 0; font-size: 20px; }
.mf-plan-time strong { font-size: 68px; font-weight: 500; }
.mf-plan-price { color: var(--mf-coral); }
.mf-plan-price strong { font-size: 62px; font-weight: 500; }
.mf-plan-strip { min-height: 136px; display: grid; grid-template-columns: 1fr 1fr 1fr 2.3fr 2.2fr; align-items: center; margin-top: 28px; padding: 16px; border-radius: 17px; background: #fbf3df; }
.mf-plan-strip > span, .mf-plan-strip > p { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 0; padding: 0 18px; border-right: 1px solid #d4bf8f; color: var(--mf-green); font-size: 18px; letter-spacing: .06em; }
.mf-plan-strip .mf-icon { width: 38px; height: 38px; }
.mf-plan-strip > p .mf-icon { color: var(--mf-red); }
.mf-plan-strip > a { min-height: 90px; display: flex; align-items: center; justify-content: center; gap: 15px; border-radius: 12px; color: #fffaf0; background: var(--mf-red); font-size: 23px; font-weight: 700; letter-spacing: .1em; }

/* 05 調理手法 */
.mf-methods { padding: 92px 72px 34px; }
.mf-method-grid { height: 525px; display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 7px; margin-top: 52px; }
.mf-method-card { position: relative; overflow: hidden; border: 1px solid #c8b992; border-radius: 15px; background: #fffdf7; transition: grid-column .25s ease, border-color .2s ease; }
.mf-method-card.is-active { border: 2px solid var(--mf-coral); }
.mf-method-card > button { width: 100%; height: 63%; display: block; padding: 0; overflow: hidden; border: 0; background: none; cursor: pointer; }
.mf-method-card img { width: 100%; height: 100%; object-fit: cover; }
.mf-card-caret { position: absolute; top: 0; right: 0; width: 88px; height: 42px; border-radius: 0 0 0 16px; background: var(--mf-green); }
.mf-method-card.is-active .mf-card-caret { background: var(--mf-coral); }
.mf-card-caret::before { content: ""; position: absolute; top: 12px; left: 34px; width: 14px; height: 14px; border-right: var(--icon-stroke) solid white; border-bottom: var(--icon-stroke) solid white; transform: rotate(45deg); }
.mf-method-card.is-active .mf-card-caret::before { top: 18px; transform: rotate(225deg); }
.mf-method-copy { position: relative; height: 37%; display: grid; grid-template-columns: 64px 1fr; align-content: start; padding: 35px 38px; }
.mf-method-copy > .mf-icon:first-child { width: 49px; height: 49px; color: var(--mf-green); }
.mf-method-copy h2 { margin: 3px 0; color: var(--mf-green); font-size: 30px; letter-spacing: .1em; }
.mf-method-copy p { grid-column: 1 / -1; max-height: 0; margin: 12px 0 0; overflow: hidden; color: #756958; font-family: var(--sans); line-height: 1.7; opacity: 0; }
.mf-method-card.is-active .mf-method-copy p { max-height: 100px; opacity: 1; }
.mf-method-copy > .mf-icon:last-child { position: absolute; right: 38px; bottom: 24px; color: var(--mf-coral); opacity: 0; }
.mf-method-card.is-active .mf-method-copy > .mf-icon:last-child { opacity: 1; }
.mf-method-note { display: flex; align-items: center; justify-content: center; gap: 26px; margin: 55px auto 0; color: var(--mf-green); font-size: 21px; letter-spacing: .1em; }
.mf-method-note > .mf-rule { width: 250px; }
.mf-method-note > .mf-icon { width: 44px; height: 44px; color: var(--mf-red); }

/* 06 專業師傅 */
.mf-masters { padding: 56px 104px 26px; }
.mf-wide-title { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 48px; }
.mf-wide-title h1 { margin: 0; padding-left: 36px; border-left: 7px solid var(--mf-coral); font-size: 55px; letter-spacing: .13em; }
.mf-wide-title > span { height: 1px; background: linear-gradient(90deg, #d4bc8b 0 55%, transparent 55%); }
.mf-master-grid { width: min(1400px, 100%); display: grid; grid-template-columns: 380px repeat(3, 1fr); align-items: start; gap: 34px; margin: 52px auto 0; }
.mf-master-card { position: relative; overflow: hidden; border: 1px solid #c8a46e; border-radius: 22px; background: #fffdf7; text-align: center; }
.mf-master-card img { width: 100%; height: 412px; object-fit: cover; }
.mf-master-card:first-child img { height: 444px; }
.mf-master-card:not(:first-child) { margin-top: 43px; }
.mf-master-card h2 { margin: 22px 0 20px; font-size: 38px; font-weight: 600; letter-spacing: .12em; }
.mf-master-card > span { display: block; width: 42%; height: 1px; margin: 0 auto 28px; background: #d4bc8b; }
.mf-master-card::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; border-style: solid; border-width: 44px 44px 0 0; border-color: var(--mf-coral) transparent transparent transparent; }
.mf-master-card--green::before { border-top-color: #7fab58; }
.mf-primary-cta { width: 280px; min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 18px; margin: 44px auto 0; border-radius: 12px; color: white; background: linear-gradient(135deg, #ff866f, #ff725d); font-size: 27px; letter-spacing: .1em; }

/* 07 好評分享 */
.mf-reviews { padding: 56px 105px 50px; }
.mf-review-source { margin: 38px 0 10px 48px; font-size: 31px; letter-spacing: .08em; }
.mf-review-layout { height: 610px; display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 34px 44px; }
.mf-review-card { position: relative; display: flex; flex-direction: column; padding: 38px 48px; border: 1px solid #d1ab73; border-radius: 18px; background: rgb(255 253 247 / .8); }
.mf-review-card--large { grid-row: 1 / 3; height: 492px; margin-top: 40px; }
.mf-review-card::before { content: ""; position: absolute; top: 0; left: 0; border-style: solid; border-width: 46px 46px 0 0; border-color: var(--mf-coral) transparent transparent transparent; }
.mf-review-card:nth-child(2)::before { border-top-color: #82a85d; }
.mf-review-card > b { color: #e7deca; font-family: Georgia, serif; font-size: 110px; line-height: .8; }
.mf-review-card > p { margin: 30px 0; color: #786c5b; font-family: var(--sans); font-size: 17px; line-height: 1.8; }
.mf-review-card footer { display: flex; align-items: center; gap: 18px; margin-top: auto; padding-top: 20px; border-top: 1px dashed #d6c7a8; }
.mf-avatar { width: 62px; height: 62px; border-radius: 50%; background: radial-gradient(circle at 50% 34%, #cdbf9f 0 20%, transparent 21%), radial-gradient(circle at 50% 100%, #cdbf9f 0 42%, transparent 43%), #eee5cf; }
.mf-review-card footer div { display: grid; gap: 6px; }
.mf-review-card footer small { color: #8e806d; }
.mf-review-link { position: absolute; bottom: 84px; left: 175px; display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--mf-coral); color: var(--mf-coral); font-size: 27px; letter-spacing: .06em; }

/* 08 立即預約 */
.mf-booking { min-height: 941px; display: grid; grid-template-columns: 38% 62%; }
.mf-booking__visual { position: relative; overflow: hidden; }
.mf-booking__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(255 250 240 / .68), rgb(255 250 240 / .62) 55%, var(--mf-paper)); }
.mf-booking__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.mf-booking__visual-copy { position: absolute; z-index: 2; top: 24%; left: 8%; width: 78%; }
.mf-page-number { display: inline-block; padding: 12px 24px; border: 1px solid #d3b884; border-radius: 12px; background: rgb(255 250 240 / .82); font-size: 23px; }
.mf-page-number small { font-size: 13px; }
.mf-booking__visual-copy h1 { margin: 40px 0 16px; font-size: clamp(60px, 5.8vw, 93px); letter-spacing: .04em; }
.mf-booking__visual-copy h1 em { color: var(--mf-red); font-style: normal; }
.mf-booking__visual-copy > p { font-size: 24px; font-weight: 700; letter-spacing: .1em; }
.mf-booking__visual-copy > a { display: flex; align-items: center; gap: 18px; margin-top: 32px; }
.mf-booking__visual-copy > a > .mf-icon { width: 55px; height: 55px; padding: 12px; border: 1px solid var(--mf-red); border-radius: 50%; color: var(--mf-red); }
.mf-booking__visual-copy > a span { display: grid; gap: 5px; }
.mf-booking__visual-copy > a strong { color: var(--mf-red); font-size: 29px; letter-spacing: .07em; }
.mf-booking__visual-copy > a small { color: #796b59; }
.mf-booking__form { align-self: center; margin: 44px 30px 44px 0; padding: 45px 34px; border: 1px solid #d6bd8b; border-radius: 22px; background: rgb(255 253 247 / .94); box-shadow: 0 15px 45px rgb(73 44 22 / .1); }
.mf-booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 28px; }
.mf-booking-grid > label { display: grid; gap: 9px; font-size: 17px; font-weight: 700; letter-spacing: .04em; }
.mf-booking-grid input, .mf-booking-grid select, .mf-booking-grid textarea { min-height: 50px; padding: 12px 15px; border: 1px solid #d8c9aa; border-radius: 6px; color: var(--mf-ink); background: #fffdf8; font-family: var(--sans); font-size: 15px; }
.mf-field-wide { grid-column: 1 / -1; }
.mf-booking-grid fieldset { margin: 0; padding: 0; border: 0; }
.mf-booking-grid legend { margin-bottom: 12px; font-size: 17px; font-weight: 700; }
.mf-choice-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.mf-choice-row label { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d8c9aa; border-radius: 6px; font-family: var(--sans); font-size: 14px; }
.mf-booking-grid textarea { min-height: 84px; resize: vertical; }
.mf-consent { display: flex; align-items: flex-start; gap: 8px; margin: 20px 0; font-family: var(--sans); font-size: 14px; line-height: 1.6; }
.mf-consent a { color: var(--mf-red); font-weight: 700; }
.mf-form-actions { display: grid; grid-template-columns: 1.15fr 1.35fr 1fr; gap: 18px; }
.mf-form-actions button, .mf-form-actions a, .mf-form-actions p { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0; border: 1px solid var(--mf-red); border-radius: 8px; font-size: 17px; font-weight: 700; }
.mf-form-actions button { color: white; background: var(--mf-red); cursor: pointer; }
.mf-form-actions p { padding: 10px; border-color: #d8c9aa; color: #746754; font-size: 13px; line-height: 1.5; text-align: center; }

/* Keep the one-page backgrounds full bleed; center the selected content
   within a 1568px frame, including its existing internal gutters. */
@media (min-width: 1569px) {
  .mf-main--onepage > :is(.mf-plans, .mf-methods, .mf-masters, .mf-reviews, .mf-booking) {
    --mf-content-inset: calc((100% - var(--brand-content-max)) / 2);
    padding-inline: calc(var(--mf-content-inset) + var(--mf-content-gutter, 0px));
  }
  .mf-main--onepage > .mf-plans { --mf-content-gutter: 48px; }
  .mf-main--onepage > .mf-methods { --mf-content-gutter: 72px; }
  .mf-main--onepage > .mf-masters { --mf-content-gutter: 104px; }
  .mf-main--onepage > .mf-reviews { --mf-content-gutter: 105px; }
  .mf-main--onepage > .mf-reviews .mf-review-link {
    left: calc(var(--mf-content-inset) + 175px);
  }
}

@media (max-width: 1100px) {
  .mf-canvas { min-height: 0; }
  .mf-overview { display: grid; padding: 30px; }
  .mf-overview__main, .mf-overview__detail, .mf-overview__copy, .mf-trust, .mf-vertical-note { position: relative; inset: auto; width: auto; }
  .mf-overview__main { order: -2; width: 100%; height: 500px; }
  .mf-overview__copy { z-index: 3; width: 90%; margin: -80px auto 0; padding: 45px; border-radius: 18px; background: rgb(255 250 240 / .95); box-shadow: var(--shadow); }
  .mf-overview__detail { width: 55%; height: 260px; margin: 30px 0 0 auto; }
  .mf-trust { margin-top: 35px; }
  .mf-vertical-note { display: none; }
  .mf-plans__head::after { display: none; }
  .mf-plan-table article { grid-template-columns: 150px 1fr 170px; }
  .mf-plan-price { grid-column: 2 / 4; border-top: 1px solid #d4c49e; }
  .mf-plan-strip { grid-template-columns: repeat(3, 1fr); }
  .mf-plan-strip p, .mf-plan-strip a { grid-column: span 3; margin-top: 16px; }
  .mf-method-grid { height: auto; grid-template-columns: repeat(2, 1fr); }
  .mf-method-card > button { height: 320px; }
  .mf-method-copy { min-height: 210px; height: auto; }
  .mf-master-grid { grid-template-columns: repeat(2, 1fr); }
  .mf-master-card:not(:first-child) { margin-top: 0; }
  .mf-booking { grid-template-columns: 1fr; }
  .mf-booking__visual { min-height: 650px; }
  .mf-booking__form { margin: -60px 30px 35px; z-index: 3; }
  .mf-main--onepage .mf-canvas { min-height: 100svh; }
}

@media (max-width: 720px) {
  .mf-main { padding: 22px 12px 70px; }
  .mf-canvas { border-radius: 17px; }
  .mf-overview { padding: 14px; }
  .mf-overview__main { height: 340px; object-position: 60% center; }
  .mf-overview__copy { width: 96%; margin-top: -45px; padding: 28px 22px; }
  .mf-label { width: 140px; margin: 0 0 20px 36px; font-size: 20px; }
  .mf-overview__copy h1 { font-size: 64px; }
  .mf-overview__lead { font-size: 20px; line-height: 1.6; }
  .mf-overview__body { font-size: 15px; letter-spacing: .05em; }
  .mf-overview__detail { width: 100%; height: 230px; }
  .mf-trust { grid-template-columns: 1fr; gap: 0; }
  .mf-trust div { grid-template-columns: 54px 1fr; justify-items: start; align-items: center; padding: 16px 6px; border-right: 0; border-bottom: 1px solid #d9caa5; }
  .mf-trust .mf-icon { width: 50px; height: 50px; padding: 8px; }
  .mf-trust strong { font-size: 19px; }
  .mf-plans { padding: 0 14px 22px; }
  .mf-plans__head { height: auto; display: flex; flex-direction: column-reverse; margin: 0 -14px; }
  .mf-plans__head > div, .mf-plans__head img { position: relative; inset: auto; width: 100%; }
  .mf-plans__head img { height: 260px; border-radius: 16px 16px 0 0; }
  .mf-plans__head > div { padding: 34px 18px; }
  .mf-section-title h1 { font-size: 40px; letter-spacing: .1em; }
  .mf-section-title p { font-size: 15px; line-height: 1.6; }
  .mf-plan-table article { grid-template-columns: 92px 1fr; }
  .mf-plan-table article > div { padding: 20px 16px; }
  .mf-plan-brand { grid-row: span 2; }
  .mf-plan-brand::after { display: none; }
  .mf-plan-brand span { font-size: 18px; }
  .mf-plan-brand .mf-icon { width: 36px; }
  .mf-plan-name h2 { font-size: 22px; }
  .mf-plan-time { border-top: 1px solid #d4c49e; }
  .mf-plan-time strong, .mf-plan-price strong { font-size: 42px; }
  .mf-plan-price { grid-column: 1 / -1; }
  .mf-plan-strip { grid-template-columns: 1fr; }
  .mf-plan-strip > span, .mf-plan-strip > p, .mf-plan-strip > a { grid-column: auto; min-height: 64px; margin: 0; border-right: 0; border-bottom: 1px solid #d4bf8f; }
  .mf-methods, .mf-masters, .mf-reviews { padding: 42px 18px 28px; }
  .mf-method-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .mf-method-card > button { height: 230px; }
  .mf-method-copy { min-height: 190px; }
  .mf-method-note { gap: 10px; font-size: 16px; text-align: center; }
  .mf-method-note > .mf-rule { width: 36px; }
  .mf-wide-title h1 { padding-left: 18px; font-size: 38px; }
  .mf-master-grid { grid-template-columns: 1fr; gap: 20px; }
  .mf-master-card img { aspect-ratio: .9; object-position: top; }
  .mf-review-source { margin: 28px 0; font-size: 22px; }
  .mf-review-layout { height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .mf-review-card--large { grid-row: auto; }
  .mf-review-card { min-height: 320px; padding: 30px; }
  .mf-review-link { position: static; margin-top: 28px; font-size: 21px; }
  .mf-booking__visual { min-height: 600px; }
  .mf-booking__visual-copy { top: 22%; left: 7%; width: 86%; }
  .mf-booking__visual-copy h1 { font-size: 60px; }
  .mf-booking__visual-copy > p { font-size: 18px; line-height: 1.6; }
  .mf-booking__form { margin: -45px 12px 22px; padding: 28px 20px; }
  .mf-booking-grid { grid-template-columns: 1fr; }
  .mf-field-wide { grid-column: auto; }
  .mf-choice-row { grid-template-columns: repeat(2, 1fr); }
  .mf-form-actions { grid-template-columns: 1fr; }
}
