/* ==========================================================================
   GOFOR HIBACHI — Hibachi at Home Rhode Island
   Palette taken from the brand logo: charcoal, torch red, ember gold, cream.
   ========================================================================== */

:root {
    --ink:            #14100e;
    --ink-2:          #221b18;
    --ink-3:          #342a25;
    --red:            #c8102e;
    --red-bright:     #e8283f;
    --gold:           #e6a417;
    --gold-soft:      #f5c65a;
    --cream:          #fbf6ee;
    --cream-2:        #f3ead9;
    --paper:          #ffffff;
    --text:           #241d19;
    --text-soft:      #5c4f47;
    --line:           #e3d8c6;
    --line-dark:      rgba(255, 255, 255, .14);

    --radius:         14px;
    --radius-lg:      22px;
    --shadow:         0 10px 30px rgba(20, 16, 14, .10);
    --shadow-lg:      0 22px 60px rgba(20, 16, 14, .22);
    --transition:     .25s ease;
    --header-h:       76px;

    --font-display:   'Bebas Neue', 'Oswald', 'Arial Narrow', sans-serif;
    --font-body:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }

body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--text);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; height: auto; display: block; }

a { color: var(--red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--red-bright); }

h1, h2, h3, h4 { margin: 0 0 .6em; line-height: 1.15; color: var(--ink); }

h1 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6.4vw, 4.6rem);
    letter-spacing: .01em;
    font-weight: 400;
}
h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.2vw, 3rem);
    letter-spacing: .01em;
    font-weight: 400;
}
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }

p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.25em; }
li { margin-bottom: .45em; }

.container { width: min(1180px, 100% - 3rem); margin-inline: auto; }
.container-narrow { width: min(860px, 100% - 3rem); margin-inline: auto; }

.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 999;
    background: var(--ink); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Eyebrow / section heads ---------- */

.eyebrow {
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: .9rem;
}
.on-dark .eyebrow, .eyebrow.on-dark { color: var(--gold); }

.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-head { max-width: 720px; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--text-soft); font-size: 1.06rem; margin-bottom: 0; }

.section-alt { background: var(--cream-2); }
.section-dark { background: var(--ink); color: #e9e0d5; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: #cabfb3; }

/* ---------- Buttons ---------- */

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .9rem 1.7rem;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 700; font-size: .98rem; letter-spacing: .02em;
    cursor: pointer;
    transition: all var(--transition);
    text-align: center;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(200, 16, 46, .28); }
.btn-primary:hover { background: var(--red-bright); color: #fff; transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 8px 22px rgba(230, 164, 23, .3); }
.btn-gold:hover { background: var(--gold-soft); color: var(--ink); transform: translateY(-2px); }
.btn-ghost { border-color: currentColor; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-ghost-light { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-ghost-light:hover { background: #fff; border-color: #fff; color: var(--ink); }
.btn-lg { padding: 1.05rem 2.1rem; font-size: 1.05rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.btn-row.center { justify-content: center; }

/* ---------- Header ---------- */

.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(20, 16, 14, .96);
    border-bottom: 1px solid var(--line-dark);
}
.nav-inner {
    display: flex; align-items: center; gap: 1.4rem;
    min-height: var(--header-h);
}
.logo a { display: flex; align-items: center; gap: .65rem; color: #fff; }
.logo img { width: 46px; height: 46px; border-radius: 50%; background: #000; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text .top {
    font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .04em; color: #fff;
}
.logo-text .bottom {
    font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold);
    font-weight: 600;
}

.main-nav { display: flex; gap: 1.35rem; margin-left: auto; }
.main-nav a {
    color: #ded4c8; font-size: .93rem; font-weight: 600; letter-spacing: .01em;
    padding: .35rem 0; border-bottom: 2px solid transparent;
}
.main-nav a:hover { color: #fff; }
.main-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }

.nav-cta { display: flex; align-items: center; gap: .8rem; }
.nav-phone {
    color: #fff; font-weight: 700; font-size: .95rem; white-space: nowrap;
    display: inline-flex; align-items: center; gap: .35rem;
}
.nav-phone:hover { color: var(--gold); }
.nav-phone .ico { color: var(--gold); }
.nav-book-btn { padding: .62rem 1.25rem; font-size: .9rem; }

.nav-toggle {
    display: none; width: 44px; height: 40px; padding: 0;
    background: transparent; border: 1px solid var(--line-dark); border-radius: 9px;
    cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; transition: var(--transition); }

.mobile-nav-panel {
    position: fixed; inset: 0; z-index: 200;
    background: var(--ink);
    padding: 5.5rem 2rem 2rem;
    display: none; flex-direction: column; gap: .2rem;
    overflow-y: auto;
}
.mobile-nav-panel.open { display: flex; }
.mobile-nav-panel a {
    color: #ece3d8; font-size: 1.2rem; font-weight: 600;
    padding: .85rem 0; border-bottom: 1px solid var(--line-dark);
}
.mobile-nav-panel a.active { color: var(--gold); }
.mobile-nav-panel .btn { margin-top: 1.4rem; }
.mobile-nav-close {
    position: absolute; top: 1.2rem; right: 1.4rem;
    background: none; border: none; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer;
}

/* ---------- Hero ---------- */

.hero {
    position: relative;
    min-height: min(88vh, 780px);
    display: flex; align-items: center;
    background: var(--ink);
    overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media img, .hero-media video {
    width: 100%; height: 100%; object-fit: cover;
}
.hero-media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(14,11,9,.92) 0%, rgba(14,11,9,.78) 42%, rgba(14,11,9,.45) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 4.5rem 0; max-width: 760px; }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero h1 .accent { color: var(--gold); display: block; }
.hero-lede { color: #ddd2c6; font-size: clamp(1.02rem, 2vw, 1.18rem); margin-bottom: 1.8rem; max-width: 620px; }

.hero-badges {
    display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.6rem;
}
.hero-badges span {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.18);
    color: #f0e7db;
    border-radius: 999px;
    padding: .38rem .95rem;
    font-size: .82rem; font-weight: 600; letter-spacing: .03em;
}

.hero-strip {
    background: var(--red);
    color: #fff;
    padding: .85rem 0;
}
.hero-strip .container {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 2.2rem;
    font-size: .92rem; font-weight: 600; letter-spacing: .04em; text-align: center;
}
.hero-strip strong { color: var(--gold-soft); }

/* ---------- Page hero (inner pages) ---------- */

.page-hero {
    position: relative; background: var(--ink); color: #fff;
    padding: clamp(3.4rem, 8vw, 5.4rem) 0;
    overflow: hidden;
}
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(14,11,9,.94) 20%, rgba(14,11,9,.66) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: .6rem; }
.page-hero p { color: #cfc3b6; max-width: 640px; font-size: 1.06rem; margin-bottom: 0; }
.breadcrumb { font-size: .82rem; color: #9d9086; margin-bottom: 1rem; letter-spacing: .04em; }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { margin: 0 .45rem; }

/* ---------- Generic grids ---------- */

.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.8rem 1.6rem;
    box-shadow: var(--shadow);
}
.card h3 { margin-bottom: .55rem; }
.card p:last-child { margin-bottom: 0; }
.card .card-ico {
    width: 46px; height: 46px; border-radius: 12px;
    background: linear-gradient(140deg, var(--red), #8d0a20);
    color: #fff; display: grid; place-items: center;
    font-size: 1.3rem; margin-bottom: 1rem;
}

/* ---------- Split (image + text) ---------- */

.split {
    display: grid; gap: clamp(2rem, 5vw, 3.6rem);
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: center;
}
.split-media img, .split-media video {
    width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 3; object-fit: cover;
}
.split-media.portrait img, .split-media.portrait video { aspect-ratio: 3 / 4; }
.split.reverse .split-media { order: 2; }

/* ---------- Steps ---------- */

.steps { counter-reset: step; display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.step {
    position: relative;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2.4rem 1.5rem 1.6rem;
}
.section-dark .step { background: rgba(255,255,255,.04); border-color: var(--line-dark); }
.step::before {
    counter-increment: step; content: counter(step, decimal-leading-zero);
    position: absolute; top: 1.1rem; left: 1.5rem;
    font-family: var(--font-display); font-size: 1.5rem; color: var(--gold); letter-spacing: .05em;
}
.step h3 { margin-top: .8rem; margin-bottom: .4rem; font-size: 1.12rem; }
.step p { font-size: .96rem; margin-bottom: 0; color: var(--text-soft); }
.section-dark .step p { color: #b9ada1; }

/* ---------- Price / menu ---------- */

.price-grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.price-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem 1.7rem;
    display: flex; flex-direction: column;
    box-shadow: var(--shadow);
}
.price-card.featured {
    border-color: var(--red);
    box-shadow: 0 18px 44px rgba(200, 16, 46, .18);
    position: relative;
}
.price-card.featured::after {
    content: 'Most Popular';
    position: absolute; top: -.85rem; left: 50%; transform: translateX(-50%);
    background: var(--red); color: #fff;
    font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
    padding: .3rem .9rem; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 400; letter-spacing: .02em; margin-bottom: .3rem; }
.price-tag {
    font-family: var(--font-display); font-size: 3rem; color: var(--red);
    line-height: 1; margin-bottom: .2rem;
}
.price-tag .unit { font-family: var(--font-body); font-size: .9rem; color: var(--text-soft); font-weight: 600; letter-spacing: .04em; }
.price-card ul { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; }
.price-card ul li { padding-left: 1.5rem; position: relative; font-size: .96rem; }
.price-card ul li::before {
    content: '✚'; position: absolute; left: 0; top: 0; color: var(--gold); font-size: .8rem;
}
.price-card .btn { margin-top: auto; }

.menu-table { width: 100%; border-collapse: collapse; margin-bottom: 1.4rem; }
.menu-table caption {
    text-align: left; font-family: var(--font-display); font-size: 1.5rem;
    color: var(--ink); padding-bottom: .7rem; letter-spacing: .02em;
}
.menu-table th, .menu-table td { text-align: left; padding: .78rem .5rem; border-bottom: 1px solid var(--line); }
.menu-table th { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-soft); font-weight: 700; }
.menu-table td:last-child, .menu-table th:last-child { text-align: right; white-space: nowrap; font-weight: 700; color: var(--red); }
.menu-table tbody tr:last-child td { border-bottom: none; }
.table-wrap { overflow-x: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }

.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0 0 1.4rem; list-style: none; }
.tag-list li {
    background: var(--paper); border: 1px solid var(--line); border-radius: 999px;
    padding: .42rem 1rem; font-size: .9rem; font-weight: 600; margin: 0;
}
.tag-list li .up { color: var(--red); font-weight: 700; }

.notice {
    background: var(--ink);
    color: #e6dbcd;
    border-radius: var(--radius);
    padding: 1.7rem 1.8rem;
    border-left: 5px solid var(--gold);
}
.notice h3 { color: #fff; }
.notice ul { margin-bottom: 0; }
.notice li { color: #cabfb3; }
.notice strong { color: var(--gold-soft); }

/* ---------- Gallery ---------- */

.gallery-grid {
    display: grid; gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.gallery-grid figure { margin: 0; }
.gallery-grid img {
    width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
    border-radius: var(--radius); box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
}
.gallery-grid img:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-grid figcaption { font-size: .86rem; color: var(--text-soft); padding-top: .5rem; }

.video-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.video-grid figure { margin: 0; }
.video-grid video { width: 100%; border-radius: var(--radius); background: #000; box-shadow: var(--shadow); }
.video-grid figcaption { font-size: .88rem; color: var(--text-soft); padding-top: .6rem; }

/* ---------- Service area ---------- */

.area-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.area-card {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.5rem 1.4rem;
}
.area-card h3 { font-size: 1.1rem; margin-bottom: .7rem; color: var(--red); }
.area-card ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 1.2rem; }
.area-card li { font-size: .92rem; margin-bottom: .3rem; color: var(--text-soft); break-inside: avoid; }

/* ---------- FAQ ---------- */

.faq-list { display: grid; gap: .9rem; }
.faq-item {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--radius); overflow: hidden;
}
.faq-item summary {
    cursor: pointer; list-style: none;
    padding: 1.15rem 3rem 1.15rem 1.4rem;
    font-weight: 700; font-size: 1.03rem; color: var(--ink);
    position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%);
    color: var(--red); font-size: 1.5rem; font-weight: 400; line-height: 1;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item .faq-body { padding: 0 1.4rem 1.3rem; color: var(--text-soft); }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* ---------- Stats ---------- */

.stats { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); text-align: center; }
.stat .n { font-family: var(--font-display); font-size: 2.9rem; color: var(--gold); line-height: 1; }
.stat .l { font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; color: #b9ada1; font-weight: 600; }

/* ---------- CTA band ---------- */

.cta-band {
    background: linear-gradient(120deg, #8d0a20 0%, var(--red) 55%, #e2601f 100%);
    color: #fff;
    padding: clamp(3rem, 7vw, 4.4rem) 0;
    text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 620px; margin-inline: auto; font-size: 1.06rem; }

/* ---------- Contact / form ---------- */

.contact-layout { display: grid; gap: 2.4rem; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: start; }

.contact-form {
    background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--radius-lg); padding: 2rem 1.8rem;
    box-shadow: var(--shadow);
    display: grid; gap: 1rem;
}
.contact-form .field-row { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.contact-form label { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--text-soft); margin-bottom: .35rem; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%; padding: .8rem .9rem;
    border: 1px solid var(--line); border-radius: 10px;
    font-family: inherit; font-size: 1rem; color: var(--text); background: var(--cream);
    transition: border-color var(--transition), box-shadow var(--transition);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,.12); background: #fff;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button { width: 100%; }
.form-note { font-size: .85rem; color: var(--text-soft); margin: 0; }

.captcha-row { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.captcha-row img { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.captcha-row input { flex: 1 1 120px; }

.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.1rem; }
.contact-list li {
    display: flex; gap: 1rem; align-items: flex-start;
    background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 1.15rem 1.3rem; margin: 0;
}
.contact-list .ico {
    width: 40px; height: 40px; flex: none; border-radius: 10px;
    background: var(--ink); color: var(--gold);
    display: grid; place-items: center; font-size: 1.1rem;
}
.contact-list .k { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-soft); font-weight: 700; }
.contact-list .v { display: block; font-size: 1.08rem; font-weight: 700; color: var(--ink); word-break: break-word; }
.contact-list .v a { color: var(--ink); }
.contact-list .v a:hover { color: var(--red); }

/* ---------- Footer ---------- */

footer {
    background: var(--ink);
    color: rgba(255,255,255,.78);
    padding: 3.6rem 0 1.4rem;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 2rem;
    margin-bottom: 2.2rem;
}
.footer-section h3 { color: #fff; margin-bottom: .9rem; font-size: 1.05rem; letter-spacing: .02em; }
.footer-section p, .footer-section a { color: rgba(255,255,255,.72); line-height: 1.85; font-size: .95rem; }
.footer-section p { margin-bottom: .55rem; }
.footer-section a:hover { color: var(--gold); }
.footer-section strong { color: #fff; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; margin-bottom: .9rem; }
.footer-links { display: grid; gap: .1rem; }

.footer-bottom {
    text-align: center;
    padding-top: 1.8rem;
    border-top: 1px solid var(--line-dark);
    color: rgba(255,255,255,.55);
    font-size: .9rem;
}
.footer-bottom p { margin-bottom: .5rem; }
.footer-partner { margin-top: 1rem; font-size: .88rem; color: rgba(255,255,255,.6); }
.footer-partner a { color: var(--gold); }
.footer-partner a:hover { color: #fff; }

.lang-zh { display: none; }

/* ---------- Utilities ---------- */

.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.lede { font-size: 1.12rem; color: var(--text-soft); }

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
    .main-nav { gap: 1rem; }
    .main-nav a { font-size: .87rem; }
}

@media (max-width: 900px) {
    .main-nav { display: none; }
    /* .main-nav carries the margin-left:auto that pushes the right-hand
       group over; once it is hidden, .nav-cta has to take that job. */
    .nav-cta { margin-left: auto; }
    .nav-toggle { display: flex; }
    .nav-phone { display: none; }
    .nav-book-btn { display: none; }
    .container, .container-narrow { width: min(100% - 2.2rem, 1180px); }
    .split.reverse .split-media { order: 0; }
}

@media (max-width: 600px) {
    body { font-size: 16px; }
    .hero { min-height: auto; }
    .hero-inner { padding: 3.2rem 0; }
    .hero-strip .container { gap: .35rem 1.2rem; font-size: .84rem; }
    .area-card ul { columns: 1; }
    .btn { width: 100%; }
    .btn-row .btn { width: 100%; }
    .contact-form { padding: 1.5rem 1.2rem; }
    .table-wrap { padding: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation: none !important; transition: none !important; }
}
