@charset "UTF-8";

/* =========================================================
   余白整体 CILUNE 茅ヶ崎  -  stylesheet
   ========================================================= */

:root {
    --bg: #f8f5f0;
    --bg-alt: #f1ebe1;
    --text: #4a443c;
    --muted: #8c8378;
    --accent: #b08d57;
    --accent-dark: #997640;
    --line: #e6ddcf;
    --dark: #3a3631;
    --white: #ffffff;
    --serif: "Noto Serif JP", serif;
    --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --script: "Cormorant Garamond", serif;
    --inner: 1100px;
    --header-h: 76px;
    --shadow: 0 10px 30px rgba(80, 66, 45, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }

html { font-size: 62.5%; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: var(--sans);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: .02em;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; }
p { margin: 0; }
s { color: var(--muted); }

.inner { width: min(var(--inner), 90%); margin-inline: auto; }

.visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

/* ---------- buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    min-width: 220px;
    padding: 16px 32px;
    font-size: 1.5rem;
    letter-spacing: .08em;
    border-radius: 999px;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
    cursor: pointer;
}
.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 8px 20px rgba(176, 141, 87, .35);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--accent);
}
.btn-ghost:hover { background: var(--accent); color: #fff; }
.btn-center { text-align: center; margin-top: 40px; }

/* ---------- section headings ---------- */
.sec-en {
    font-family: var(--script);
    font-size: 1.6rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--accent);
    text-align: center;
}
.sec-title {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    text-align: center;
    line-height: 1.4;
    margin: 6px 0 48px;
}
section { padding: 88px 0; }
section:nth-of-type(even) { background: var(--bg-alt); }

/* =========================================================
   header
   ========================================================= */
#page-header {
    position: fixed;
    inset: 0 0 auto 0;
    height: var(--header-h);
    background: rgba(248, 245, 240, .94);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
    z-index: 100;
}
#page-header .inner {
    width: min(1240px, 94%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.logo { height: 52px; width: auto; }
.logo-link { display: block; line-height: 0; z-index: 110; }

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav-links { display: flex; gap: 26px; }
.nav-links a {
    position: relative;
    font-size: 1.45rem;
    letter-spacing: .06em;
    padding: 6px 0;
}
.nav-links a::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 1px;
    background: var(--accent);
    transition: width .3s ease;
}
.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after { width: 100%; }
.nav-reserve {
    padding: 10px 24px;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    font-size: 1.4rem;
    letter-spacing: .08em;
    transition: background .25s ease;
}
.nav-reserve:hover { background: var(--accent-dark); }

.nav-toggle {
    display: none;
    position: relative;
    width: 44px; height: 44px;
    border: 0; background: transparent;
    cursor: pointer;
    z-index: 110;
}
.nav-toggle span {
    position: absolute;
    left: 9px;
    width: 26px; height: 2px;
    background: var(--text);
    transition: transform .3s ease, opacity .3s ease, top .3s ease;
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 29px; }
.nav-open .nav-toggle span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

main { padding-top: var(--header-h); }

/* =========================================================
   key visual
   ========================================================= */
#kv {
    position: relative;
    min-height: min(86vh, 720px);
    display: flex;
    align-items: center;
    padding: 80px 0;
    background:
        linear-gradient(90deg, rgba(26, 22, 20, .85) 0%, rgba(26, 22, 20, .6) 45%, rgba(26, 22, 20, .32) 100%),
        url(images/item1.jpg) center/cover no-repeat;
}
.kv-copy { width: min(var(--inner), 90%); margin-inline: auto; }
.kv-en {
    font-family: var(--script);
    font-size: 2rem;
    letter-spacing: .3em;
    color: #e7c89a;
    margin-bottom: 12px;
}
.kv-title {
    font-family: var(--serif);
    font-size: clamp(4rem, 9vw, 7rem);
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 2px 30px rgba(0, 0, 0, .4);
}
.kv-lead {
    margin: 28px 0 36px;
    font-size: clamp(1.4rem, 2.4vw, 1.7rem);
    line-height: 2.1;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}
.kv-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.kv-note {
    margin-top: 24px;
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .78);
}
#kv .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .7); }
#kv .btn-ghost:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

/* =========================================================
   campaign banner
   ========================================================= */
.campaign {
    display: block;
    background: var(--dark);
    color: #fff;
    padding: 36px 0;
    transition: background .3s ease;
}
.campaign:hover { background: #2f2b26; }
.campaign-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}
.campaign-tag {
    display: inline-block;
    padding: 5px 18px;
    border: 1px solid var(--accent);
    color: #e7c89a;
    border-radius: 999px;
    font-size: 1.3rem;
    letter-spacing: .12em;
    margin-bottom: 10px;
}
.campaign-headline { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-family: var(--serif); }
.campaign-price { margin: 4px 0; font-size: 1.6rem; display: flex; align-items: baseline; gap: 12px; }
.campaign-price s { color: #b7afa4; }
.campaign-price strong { font-size: clamp(3.2rem, 7vw, 4.6rem); color: #fff; font-family: var(--serif); line-height: 1; }
.campaign-price span { font-size: 1.3rem; color: #cfc6ba; }
.campaign-sub { color: #cfc6ba; font-size: 1.4rem; letter-spacing: .04em; }

/* =========================================================
   concept
   ========================================================= */
.concept-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 56px;
    align-items: center;
}
.concept-text p { margin-bottom: 1.6em; }
.concept-text em { font-style: normal; color: var(--accent-dark); font-weight: 500; border-bottom: 2px solid rgba(176,141,87,.3); }
.concept-points { margin-top: 28px; display: grid; gap: 14px; }
.concept-points li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.5rem;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}
.concept-points span {
    font-family: var(--script);
    font-size: 2rem;
    color: var(--accent);
    flex: 0 0 auto;
    width: 2.2em;
}
.concept-photo {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.concept-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* =========================================================
   trouble cards
   ========================================================= */
.trouble-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.trouble-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform .3s ease;
}
.trouble-card:hover { transform: translateY(-6px); }
.trouble-img { aspect-ratio: 4/3; overflow: hidden; }
.trouble-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.trouble-card:hover .trouble-img img { transform: scale(1.06); }
.trouble-card h3 { font-size: 1.7rem; font-family: var(--serif); margin: 22px 22px 10px; line-height: 1.5; }
.trouble-card p { margin: 0 22px 24px; font-size: 1.35rem; color: var(--muted); line-height: 1.8; }

/* =========================================================
   staff
   ========================================================= */
.staff-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: center;
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow);
}
.staff-card + .staff-card { margin-top: 28px; }
.staff-photo { border-radius: 12px; overflow: hidden; }
.staff-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.staff-photo-placeholder {
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #efe7d8, #f7f2e9);
    color: var(--accent);
    font-family: var(--script);
    font-size: 1.9rem;
    letter-spacing: .12em;
    line-height: 1.6;
}
.staff-photo-placeholder small { font-family: var(--sans); font-size: 1.2rem; letter-spacing: .08em; color: var(--muted); }
.staff-role { font-size: 1.35rem; color: var(--accent-dark); letter-spacing: .04em; }
.staff-name {
    font-family: var(--serif);
    font-size: 3rem;
    margin: 8px 0 24px;
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
}
.staff-name span { font-family: var(--script); font-size: 1.8rem; color: var(--muted); letter-spacing: .15em; }
.staff-text { margin-bottom: 1.4em; font-size: 1.45rem; }
.staff-body .btn { margin-top: 8px; }

/* =========================================================
   price
   ========================================================= */
.price-note { text-align: center; color: var(--muted); font-size: 1.35rem; margin-bottom: 36px; }
.price-list {
    max-width: 820px;
    margin-inline: auto;
    display: grid;
    gap: 14px;
}
.price-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 22px 28px;
}
.price-item.is-popular { border-color: var(--accent); box-shadow: 0 8px 20px rgba(176,141,87,.12); }
.price-item h3 { font-size: 1.6rem; font-weight: 400; line-height: 1.5; }
.price-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 3px 12px;
    margin-bottom: 8px;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    font-size: 1.15rem;
    letter-spacing: .06em;
}
.price-badge.open { background: var(--dark); }
.price-val { display: flex; align-items: baseline; gap: 12px; white-space: nowrap; }
.price-val s { font-size: 1.4rem; }
.price-val strong { font-family: var(--serif); font-size: 2.6rem; color: var(--accent-dark); }

/* =========================================================
   gallery
   ========================================================= */
.gallery-lead { text-align: center; color: var(--muted); font-size: 1.4rem; margin: -28px 0 40px; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 14px;
}
.gallery-item {
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    transition: transform .4s ease;
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-lg { grid-column: span 2; grid-row: span 2; }

/* =========================================================
   faq
   ========================================================= */
.faq-list { max-width: 800px; margin-inline: auto; }
.faq-list dt {
    position: relative;
    padding: 18px 20px 18px 52px;
    margin-bottom: 2px;
    background: var(--accent);
    color: #fff;
    border-radius: 8px;
    font-size: 1.5rem;
}
.faq-list dt::before {
    content: "Q";
    position: absolute;
    left: 20px;
    font-family: var(--script);
    font-size: 1.9rem;
}
.faq-list dd {
    margin: 0 0 18px;
    padding: 18px 20px 18px 52px;
    position: relative;
    background: var(--white);
    border-radius: 8px;
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.faq-list dd::before {
    content: "A";
    position: absolute;
    left: 20px;
    font-family: var(--script);
    font-size: 1.9rem;
    color: var(--accent);
}
.faq-list a { color: var(--accent-dark); text-decoration: underline; }

/* =========================================================
   access
   ========================================================= */
.access-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow);
}
.access-name { font-family: var(--serif); font-size: 2rem; margin-bottom: 18px; }
.access-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.access-table th, .access-table td { text-align: left; vertical-align: top; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 1.4rem; }
.access-table th { width: 6em; font-weight: 500; color: var(--accent-dark); }
.tel-link { font-family: var(--serif); font-size: 2.2rem; color: var(--accent-dark); }
.tel-note { display: inline-block; margin-top: 4px; font-size: 1.2rem; line-height: 1.7; color: var(--muted); }
.access-guide { font-size: 1.3rem; color: var(--muted); line-height: 1.9; margin-bottom: 26px; }
.access-map { border-radius: 12px; overflow: hidden; min-height: 360px; }
.access-map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }

/* =========================================================
   footer
   ========================================================= */
footer { background: var(--dark); color: #d9d1c5; padding: 64px 0 28px; }
.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-logo { height: 72px; width: auto; margin-bottom: 16px; background: #fff; padding: 8px; border-radius: 14px; }
.footer-brand p { font-size: 1.35rem; line-height: 1.9; }
.footer-info h3, .footer-nav h3 { font-family: var(--script); font-size: 1.8rem; color: var(--accent); margin-bottom: 14px; letter-spacing: .1em; }
.footer-info p { font-size: 1.35rem; margin-bottom: 6px; }
.footer-info a { color: var(--accent); }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { font-size: 1.4rem; transition: color .25s ease; }
.footer-nav a:hover { color: var(--accent); }
.copyright { text-align: center; margin-top: 28px; font-size: 1.2rem; letter-spacing: .08em; color: #9a9183; }

/* floating reserve (mobile) */
.floating-reserve {
    display: none;
    position: fixed;
    right: 16px; bottom: 16px;
    z-index: 90;
    padding: 14px 26px;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    box-shadow: 0 8px 24px rgba(176,141,87,.45);
}

/* =========================================================
   contact form  (contact/index.html)
   ========================================================= */
#contact { background: var(--bg); }
.page-hero {
    height: 240px;
    margin-top: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(rgba(58,54,49,.5), rgba(58,54,49,.5)), url(images/ent.jpg) center/cover no-repeat;
}
.page-hero h1 { font-family: var(--serif); font-size: 2.4rem; letter-spacing: .1em; }
.page-hero h1 span { display: block; font-family: var(--script); font-size: 4rem; letter-spacing: .12em; }
#contact main { padding-top: 0; }
.contact-lead { text-align: center; margin: 56px 0 40px; font-size: 1.5rem; line-height: 1.9; }
.contact-lead a { color: var(--accent-dark); text-decoration: underline; }
#contact form { width: min(720px, 92%); margin: 0 auto 80px; }
#contact form dl { display: grid; grid-template-columns: 12em 1fr; gap: 24px 20px; align-items: start; }
#contact form dt { font-size: 1.5rem; padding-top: 10px; }
#contact form dd { margin: 0; position: relative; }
#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"], #contact textarea, #contact select {
    width: 100%;
    padding: 12px 14px;
    font-size: 1.6rem;
    font-family: inherit;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    -webkit-appearance: none;
    appearance: none;
}
#contact textarea { min-height: 180px; resize: vertical; }
#contact .pref-blk { position: relative; }
#contact .pref-blk::after {
    content: ""; position: absolute; top: 50%; right: 16px; transform: translateY(-50%);
    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid var(--muted); pointer-events: none;
}
#contact input[type="radio"], #contact input[type="checkbox"] { width: 18px; height: 18px; vertical-align: -3px; margin: 0 6px 0 0; accent-color: var(--accent); }
#contact label { font-size: 1.5rem; margin-right: 18px; }
.check-policy { color: var(--accent-dark); text-decoration: underline; font-size: 1.4rem; }
#contact .notes { grid-column: 1 / -1; text-align: right; font-size: 1.3rem; color: var(--muted); }
#contact .notes span { color: #d05a4f; }
#contact input[type="submit"] {
    display: block; width: 260px; margin: 32px auto 0; padding: 16px;
    font-size: 1.6rem; letter-spacing: .08em; color: #fff; background: var(--accent);
    border: 0; border-radius: 999px; cursor: pointer; transition: background .25s ease;
}
#contact input[type="submit"]:hover { background: var(--accent-dark); }
.error {
    display: block; margin-top: 6px; padding: 4px 10px;
    background: #d05a4f; color: #fff; border-radius: 6px; font-size: 1.3rem;
    opacity: 0; max-height: 0; overflow: hidden; transition: opacity .3s ease, max-height .3s ease;
}
.error.active { opacity: 1; max-height: 60px; }

/* =========================================================
   reservation form
   ========================================================= */
.reserve-lead { text-align: center; color: var(--muted); font-size: 1.4rem; margin: -28px 0 40px; }
.reserve-form {
    max-width: 760px;
    margin-inline: auto;
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 22px;
}
.reserve-form .field { display: flex; flex-direction: column; gap: 8px; }
.reserve-form label { font-size: 1.45rem; font-weight: 400; color: var(--text); }
.reserve-form .req {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 8px;
    font-size: 1.1rem;
    color: #fff;
    background: #c7705f;
    border-radius: 999px;
    vertical-align: 1px;
}
.reserve-form input[type="text"],
.reserve-form input[type="tel"],
.reserve-form input[type="email"],
.reserve-form input[type="date"],
.reserve-form textarea,
.reserve-form select {
    width: 100%;
    padding: 13px 14px;
    font-size: 1.6rem;
    font-family: inherit;
    color: var(--text);
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.reserve-form input:focus,
.reserve-form textarea:focus,
.reserve-form select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(176, 141, 87, .15);
    background: #fff;
}
.reserve-form textarea { min-height: 130px; resize: vertical; }
.reserve-form .field-group { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.select-wrap { position: relative; }
.select-wrap::after {
    content: "";
    position: absolute; top: 50%; right: 16px; transform: translateY(-50%);
    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid var(--muted);
    pointer-events: none;
}
.radio-row { display: flex; gap: 24px; padding-top: 4px; }
.reserve-form .radio,
.reserve-form .checkbox { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.reserve-form input[type="radio"],
.reserve-form input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--accent); margin: 0; }
.reserve-form .checkbox { font-size: 1.4rem; flex-wrap: wrap; }
.policy-link { color: var(--accent-dark); text-decoration: underline; }
.reserve-form .err { display: none; color: #c7705f; font-size: 1.25rem; }
.reserve-form .err.show { display: block; }
.reserve-form .field.has-error input,
.reserve-form .field.has-error select { border-color: #c7705f; background: #fdf3f1; }
.reserve-submit { width: 100%; margin-top: 6px; }
.reserve-submit:disabled { opacity: .6; cursor: default; }
.reserve-status {
    text-align: center;
    font-size: 1.4rem;
    min-height: 1em;
    margin-top: 4px;
}
.reserve-status.is-error { color: #c7705f; }
.reserve-status.is-success {
    color: #3f7d52;
    background: #eef6ef;
    border: 1px solid #cfe6d4;
    border-radius: 10px;
    padding: 14px;
}
.reserve-or { text-align: center; color: var(--muted); font-size: 1.35rem; margin: 36px 0 14px; }

/* ネット予約CTA */
.reserve-cta {
    max-width: 600px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 16px;
    padding: 48px 40px;
    box-shadow: var(--shadow);
    text-align: center;
}
.reserve-points {
    display: inline-grid;
    gap: 12px;
    margin: 0 auto 32px;
    text-align: left;
}
.reserve-points li {
    position: relative;
    padding-left: 30px;
    font-size: 1.5rem;
}
.reserve-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent);
    font-weight: 700;
}
.reserve-cta-btn { min-width: 280px; font-size: 1.6rem; padding: 18px 36px; }
.reserve-tel { margin-top: 22px; font-size: 1.4rem; color: var(--muted); }
.reserve-tel a { color: var(--accent-dark); font-family: var(--serif); font-size: 1.7rem; letter-spacing: .03em; }

/* =========================================================
   legal / privacy page
   ========================================================= */
.legal { max-width: 820px; padding: 64px 0 80px; }
.legal-intro { margin-bottom: 40px; font-size: 1.5rem; line-height: 2; }
.legal-block { margin-bottom: 36px; }
.legal-block h2 {
    font-family: var(--serif);
    font-size: 1.9rem;
    color: var(--accent-dark);
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--line);
}
.legal-block p { margin-bottom: 12px; font-size: 1.45rem; line-height: 1.95; }
.legal-block ul { margin: 0 0 4px; padding-left: 1.4em; list-style: disc; }
.legal-block li { font-size: 1.45rem; line-height: 1.9; }
.legal-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 1.45rem; }
.legal-table th { width: 8em; font-weight: 500; color: var(--accent-dark); }
.legal-table a { color: var(--accent-dark); }
.legal-date { margin: 32px 0 40px; text-align: right; color: var(--muted); font-size: 1.35rem; }

/* =========================================================
   responsive  -  tablet
   ========================================================= */
@media screen and (max-width: 980px) {
    .nav-links, .header-nav .nav-reserve { /* nav handled below */ }
    .concept-grid { grid-template-columns: 1fr; gap: 36px; }
    .concept-photo { max-width: 460px; margin-inline: auto; }
    .trouble-grid { grid-template-columns: repeat(2, 1fr); }
    .staff-card { grid-template-columns: 280px 1fr; gap: 32px; padding: 32px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

/* nav becomes drawer below 900px (covers large phones & tablets) */
@media screen and (max-width: 900px) {
    .nav-toggle { display: block; }
    .header-nav {
        position: fixed;
        inset: 0;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        background: rgba(248, 245, 240, .98);
        transform: translateX(100%);
        transition: transform .4s ease;
    }
    .nav-open .header-nav { transform: translateX(0); }
    .nav-links { flex-direction: column; text-align: center; gap: 4px; }
    .nav-links a { font-size: 2rem; padding: 14px 0; }
    .nav-links a::after { display: none; }
    .header-nav .nav-reserve { margin-top: 20px; padding: 14px 40px; font-size: 1.6rem; }
    .floating-reserve { display: inline-block; }
}

/* =========================================================
   responsive  -  mobile
   ========================================================= */
@media screen and (max-width: 600px) {
    body { font-size: 1.45rem; }
    :root { --header-h: 64px; }
    section { padding: 60px 0; }
    .sec-title { margin-bottom: 36px; }

    .logo { height: 44px; }

    #kv { min-height: 70vh; padding: 60px 0; background-position: 70% center; }
    .kv-lead br { display: none; }
    .btn { width: 100%; min-width: 0; }
    .kv-actions { gap: 12px; }

    .campaign-inner { flex-direction: column; gap: 20px; text-align: center; }
    .campaign-img { flex: none; width: 100%; max-width: 360px; }
    .campaign-price { justify-content: center; display: flex; align-items: baseline; gap: 10px; }

    .trouble-grid { grid-template-columns: 1fr; gap: 20px; }
    .trouble-card { max-width: 460px; margin-inline: auto; }
    .trouble-card h3 { font-size: 1.6rem; }

    .staff-card { grid-template-columns: 1fr; padding: 24px; gap: 24px; }
    .staff-photo { max-width: 280px; margin-inline: auto; }
    .staff-name { font-size: 2.4rem; }

    .price-item { padding: 18px 20px; }
    .price-item h3 { font-size: 1.45rem; }
    .price-val strong { font-size: 2.2rem; }

    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
    .gallery-lg { grid-column: span 2; grid-row: span 1; }
    .gallery-lead { margin-top: -20px; }

    .faq-list dt { font-size: 1.4rem; padding-left: 48px; }
    .faq-list dd { font-size: 1.35rem; padding-left: 48px; }

    .access-card { grid-template-columns: 1fr; padding: 24px; gap: 28px; }
    .access-map { min-height: 280px; }

    .footer-top { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .footer-logo { margin-inline: auto; }
    .footer-nav { align-items: center; }

    .reserve-form { padding: 24px; }
    .reserve-form .field-group { grid-template-columns: 1fr; gap: 18px; }
    .reserve-lead { margin-top: -20px; }
    .reserve-cta { padding: 32px 22px; }
    .reserve-cta-btn { min-width: 0; }

    .legal { padding-top: 40px; }
    .legal-table th, .legal-table td { display: block; width: 100%; }
    .legal-table th { border-bottom: 0; padding-bottom: 0; }
    .legal-table td { padding-top: 4px; }

    #contact form dl { grid-template-columns: 1fr; gap: 8px 0; }
    #contact form dt { padding-top: 16px; }
    #contact form dt:first-child { padding-top: 0; }
    #contact input[type="submit"] { width: 100%; }
    .page-hero { height: 180px; }
}
