:root {
  --ink: #302a28;
  --muted: #766b66;
  --taupe: #8c7770;
  --taupe-dark: #66534d;
  --blush: #d9c5b9;
  --sand: #eee3d8;
  --cream: #faf6f0;
  --white: #fffdf9;
  --line: rgba(83, 67, 61, .16);
  --shadow: 0 24px 70px rgba(71, 53, 46, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.65; }
body::selection { background: var(--blush); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 20px; }
.eyebrow { margin: 0 0 16px; color: var(--taupe); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.2rem); font-weight: 600; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.1rem); font-weight: 600; }
h1 em, h2 em { color: var(--taupe); font-family: "Playfair Display", Georgia, serif; font-weight: 600; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250, 246, 240, .88); border-bottom: 1px solid rgba(83, 67, 61, .08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font-size: 1rem; letter-spacing: .02em; text-transform: uppercase; }
.brand small { color: var(--muted); font-size: .73rem; letter-spacing: .09em; }
.brand-mark { width: 52px; height: 52px; position: relative; display: grid; place-items: center; border-radius: 50%; overflow: hidden; box-shadow: 0 4px 14px rgba(71,53,46,.12); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .87rem; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--taupe); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 13px 20px; color: var(--white); background: var(--taupe-dark); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { min-height: calc(100vh - 88px); position: relative; display: flex; align-items: center; overflow: hidden; padding: 72px 0 86px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .82fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.hero-copy h1 { margin-bottom: 30px; }
.hero-lead { max-width: 640px; color: var(--muted); font-size: 1.14rem; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.button { min-height: 52px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--taupe-dark); box-shadow: 0 12px 26px rgba(86, 65, 57, .18); }
.button-primary:hover { background: #57443e; box-shadow: 0 16px 32px rgba(86, 65, 57, .24); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.38); }
.trust-row { display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: .86rem; }
.trust-row i { width: 21px; height: 21px; display: inline-grid; place-items: center; margin-right: 7px; color: white; background: var(--taupe); border-radius: 50%; font-style: normal; font-size: .7rem; }
.hero-card { min-height: 540px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: white; background: linear-gradient(145deg, #aa9388, #806b64 62%, #69554f); border-radius: 160px 160px 36px 36px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 310px; height: 310px; left: -90px; top: -80px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.hero-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; bottom: 120px; background: rgba(255,255,255,.07); border-radius: 49% 51% 62% 38%; transform: rotate(28deg); }
.visual-mark { position: absolute; inset: 62px auto auto 50%; transform: translateX(-50%); width: 184px; height: 184px; display: grid; place-items: center; padding: 12px; background: rgba(255,253,249,.12); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; box-shadow: 0 18px 48px rgba(63,45,39,.18); }
.visual-mark img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; }
.hero-card-copy { position: relative; z-index: 1; margin-bottom: 32px; }
.hero-card-copy span { display: block; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; opacity: .75; }
.hero-card-copy strong { font-family: "Playfair Display", Georgia, serif; font-size: 2.25rem; font-style: italic; line-height: 1.12; }
.hero-contact { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.hero-contact a { font-weight: 700; letter-spacing: .03em; }
.hero-contact small { opacity: .7; text-align: right; }
.organic { position: absolute; filter: blur(.2px); pointer-events: none; }
.organic-one { width: 520px; height: 520px; left: -330px; top: 30px; border-radius: 46% 54% 38% 62%; background: var(--sand); transform: rotate(35deg); }
.organic-two { width: 320px; height: 320px; right: -160px; bottom: -80px; border: 1px solid var(--blush); border-radius: 50%; }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .95fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.intro h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.2vw, 3.8rem); }
.intro-grid > div:last-child { padding-top: 38px; color: var(--muted); font-size: 1.08rem; }
.intro-grid > div:last-child p + p { margin-top: 22px; }

.services { background: var(--sand); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-grid article { min-height: 360px; position: relative; padding: 34px; background: rgba(255,253,249,.78); border: 1px solid rgba(100,77,69,.1); border-radius: var(--radius); transition: transform .25s, background .25s; }
.service-grid article:hover { transform: translateY(-7px); background: var(--white); }
.service-number { position: absolute; right: 28px; top: 24px; color: #aa958b; font-size: .76rem; letter-spacing: .12em; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 38px 0 48px; color: white; background: var(--taupe); border-radius: 50% 48% 52% 45%; font-size: 1.5rem; }
.service-grid h3 { font-size: 1.35rem; }
.service-grid p { color: var(--muted); }

.process { background: var(--taupe-dark); color: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(50px, 10vw, 130px); align-items: center; }
.process-panel { padding-right: 40px; }
.process-panel h2 { margin-bottom: 28px; }
.process-panel p { color: rgba(255,255,255,.68); }
.eyebrow.light { color: #e6d4ca; }
.text-link { display: inline-flex; gap: 18px; margin-top: 18px; font-weight: 700; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.steps h3 { margin-bottom: 7px; font-size: 1.22rem; }
.steps p { margin-bottom: 0; color: rgba(255,255,255,.62); }
.contact-band { padding: 82px 0; background: var(--white); }
.contact-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-band h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-actions a { padding: 24px; display: flex; flex-direction: column; gap: 5px; background: var(--sand); border-radius: 20px; }
.contact-actions span { color: var(--muted); font-size: .78rem; }

.follow-up { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7eee7, var(--white)); }
.follow-up::after { content: ""; position: absolute; width: 380px; height: 380px; right: -180px; top: -130px; border: 1px solid var(--blush); border-radius: 50%; pointer-events: none; }
.follow-up-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.follow-up-copy h2 { margin-bottom: 26px; }
.follow-up-copy p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; color: var(--muted); font-size: 1.06rem; }
.instagram-card { max-width: 420px; width: 100%; justify-self: end; display: flex; flex-direction: column; align-items: center; padding: 34px; color: white; background: linear-gradient(150deg, #9d877e, #67534d); border-radius: 34px; box-shadow: var(--shadow); text-align: center; transition: transform .25s, box-shadow .25s; }
.instagram-card:hover { transform: translateY(-6px); box-shadow: 0 30px 78px rgba(71,53,46,.2); }
.instagram-label { margin-bottom: 22px; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .8; }
.qr-frame { width: min(250px, 100%); aspect-ratio: 1; display: block; padding: 14px; margin-bottom: 20px; background: white; border-radius: 22px; }
.qr-frame img { width: 100%; height: 100%; display: block; object-fit: contain; }
.instagram-card strong { font-size: 1.28rem; letter-spacing: .03em; }
.instagram-card small { margin-top: 4px; opacity: .68; }

.gallery-section { background: var(--white); }
.care-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: 24px; }
.gallery-image { width: 100%; aspect-ratio: 4/3; display: block; padding: 0; border: 0; overflow: hidden; background: #e7ddd5; cursor: zoom-in; }
.gallery-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.gallery-image:hover img { transform: scale(1.025); }
.gallery-card > div { padding: 22px; }
.gallery-card h3 { margin-bottom: 7px; font-size: 1.22rem; }
.gallery-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.lightbox { position: fixed; inset: 0; z-index: 100; padding: 5vw; display: grid; place-items: center; background: rgba(32,25,22,.9); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox button { position: absolute; right: 24px; top: 18px; width: 46px; height: 46px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 2rem; cursor: pointer; }
.no-scroll { overflow: hidden; }

.privacy-banner { position: fixed; z-index: 80; left: 50%; bottom: 20px; width: min(1100px, calc(100% - 32px)); transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 20px 22px; color: white; background: rgba(51,43,40,.97); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 22px 70px rgba(30,22,19,.28); backdrop-filter: blur(14px); }
.privacy-banner[hidden] { display: none; }
.privacy-banner strong { display: block; margin-bottom: 4px; color: #f2dfd4; font-family: Georgia, serif; font-size: 1.05rem; }
.privacy-banner p { max-width: 720px; margin: 0; color: rgba(255,255,255,.74); font-size: .78rem; }
.privacy-actions { display: flex; align-items: center; gap: 13px; white-space: nowrap; }
.privacy-actions a { color: #ead7cc; font-size: .78rem; text-decoration: underline; }
.privacy-actions button { padding: 11px 16px; color: #3c302c; border: 0; border-radius: 11px; background: #f2dfd4; font-weight: 700; cursor: pointer; }
.legal-page { background: var(--sand); }
.legal-card { max-width: 900px; padding: clamp(28px, 6vw, 68px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-card h2 { margin-top: 34px; margin-bottom: 10px; font-size: 1.55rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p { color: var(--muted); }
.legal-update { margin-top: 42px; font-size: .8rem; }

.site-footer { padding: 76px 0 24px; color: rgba(255,255,255,.76); background: #332b28; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .7fr; gap: 70px; padding-bottom: 55px; }
.footer-brand { color: white; margin-bottom: 18px; }
.footer-brand .brand-mark { box-shadow: none; }
.footer-grid p { max-width: 320px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h2 { margin-bottom: 6px; color: white; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.atoolpha-signature { color: #ead7cc; font-weight: 700; letter-spacing: .04em; }

.page-hero { padding: 100px 0 90px; background: linear-gradient(140deg, var(--cream), var(--sand)); overflow: hidden; }
.page-hero .shell { position: relative; }
.page-hero .shell::after { content: "+"; position: absolute; right: 3%; top: -100px; color: rgba(140,119,112,.1); font-size: 22rem; font-weight: 200; line-height: 1; }
.page-hero h1 { max-width: 900px; margin-bottom: 25px; }
.page-hero p:last-child { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.contact-layout, .booking-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.contact-details h2 { font-size: 2rem; }
.contact-details > a, .contact-details > div { display: flex; flex-direction: column; gap: 3px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; }
.contact-details strong { font-size: 1.05rem; }
.form-card { padding: clamp(26px, 5vw, 54px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 22px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span, .form-grid legend { font-size: .84rem; font-weight: 700; }
.form-grid input, .form-grid textarea, .form-grid select, .status-form select, .settings-form input, .settings-form textarea, .settings-form select { width: 100%; border: 1px solid rgba(80,63,56,.18); background: #fffdfa; border-radius: 12px; padding: 13px 14px; color: var(--ink); outline: none; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus, .settings-form input:focus, .settings-form textarea:focus { border-color: var(--taupe); box-shadow: 0 0 0 3px rgba(140,119,112,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid fieldset { margin: 0; padding: 0; border: 0; }
.form-grid legend { margin-bottom: 10px; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice > span { min-height: 78px; display: flex; flex-direction: column; justify-content: center; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; }
.choice input:checked + span { border-color: var(--taupe); background: var(--sand); box-shadow: inset 0 0 0 1px var(--taupe); }
.choice small { color: var(--muted); font-weight: 400; }
.check { grid-template-columns: 20px 1fr !important; align-items: start; }
.check input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--taupe-dark); }
.check span { color: var(--muted); font-size: .76rem !important; font-weight: 400 !important; }
.field-help { color: var(--taupe); font-size: .75rem; }
.honeypot { position: absolute !important; left: -9999px; }
.alert { margin-bottom: 24px; padding: 16px 18px; border-radius: 13px; font-size: .88rem; }
.alert ul { margin-bottom: 0; }
.alert.success { color: #365c47; background: #e8f2eb; border: 1px solid #c8dfcf; }
.alert.error { color: #834b49; background: #f8e9e7; border: 1px solid #ecc8c4; }
.booking-note { position: sticky; top: 125px; padding: 34px; color: white; background: var(--taupe-dark); border-radius: var(--radius); }
.mini-mark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 35px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 2.3rem; }
.booking-note h2 { font-size: 2rem; }
.booking-note ol { list-style: none; padding: 0; margin: 30px 0; }
.booking-note li { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.booking-note li b { width: 27px; height: 27px; display: grid; place-items: center; color: var(--taupe-dark); background: white; border-radius: 50%; font-size: .7rem; }
.booking-note p { margin-bottom: 0; color: rgba(255,255,255,.68); }
.booking-note a { color: white; font-weight: 700; }

.admin-login { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, var(--sand), var(--cream)); }
.login-shell { width: min(480px, calc(100% - 36px)); padding: 45px 0; }
.login-shell > .brand { margin-bottom: 28px; }
.login-card { padding: 40px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.login-card h1 { margin-bottom: 12px; font-size: 2.6rem; }
.login-card > p:not(.eyebrow) { color: var(--muted); }
.admin-body { background: #f4eee8; }
.admin-header { position: sticky; top: 0; z-index: 20; min-height: 82px; padding: 0 max(24px, calc((100% - 1260px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: rgba(255,253,249,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.admin-header nav { display: flex; gap: 24px; font-size: .82rem; font-weight: 700; }
.admin-main { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 120px; }
.admin-title { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 42px; }
.admin-title h1 { margin-bottom: 10px; font-size: 3.3rem; }
.admin-title p:last-child { color: var(--muted); }
.stat-card { min-width: 150px; padding: 24px; color: white; background: var(--taupe-dark); border-radius: 20px; text-align: center; }
.stat-card span { display: block; opacity: .7; font-size: .75rem; }
.stat-card strong { font-size: 2.6rem; }
.admin-section { margin-top: 28px; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.admin-section-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.admin-section-title h2 { margin-bottom: 0; font-size: 2rem; }
.admin-section-title > span { color: var(--muted); font-size: .8rem; }
.admin-list { display: grid; gap: 10px; }
.appointment-card { display: grid; grid-template-columns: 130px 1fr 170px; gap: 24px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.appointment-date { display: flex; align-items: center; gap: 11px; }
.appointment-date strong { font-size: 2.1rem; line-height: 1; }
.appointment-date span { color: var(--muted); font-size: .75rem; line-height: 1.35; }
.appointment-person h3 { margin-bottom: 2px; }
.appointment-person p, .appointment-person small { margin: 0; color: var(--muted); font-size: .8rem; }
.status-form { display: grid; gap: 6px; }
.status-form select { padding: 9px; font-size: .8rem; }
.status-form button, .message-card button { padding: 8px 10px; border: 0; border-radius: 9px; background: var(--sand); font-size: .72rem; font-weight: 700; }
.message-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.message-card { padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.message-card.is-new { border-left: 4px solid var(--taupe); }
.message-card span, .message-card small { color: var(--muted); font-size: .74rem; }
.message-card h3 { margin: 5px 0 8px; }
.message-card p { font-size: .88rem; }
.message-card form { margin-top: 14px; }
.empty-state { padding: 45px 20px; color: var(--muted); background: var(--cream); border-radius: 16px; text-align: center; }
.settings-form { display: grid; gap: 28px; }
.inline-test-form { margin-top: 18px; }
.security-note { margin: 20px 0 0; padding: 14px 16px; color: var(--muted); background: var(--cream); border-left: 3px solid var(--taupe); border-radius: 9px; font-size: .8rem; }
.hours-list { display: grid; gap: 8px; }
.hours-row { display: grid; grid-template-columns: 1fr 180px 180px; gap: 16px; align-items: center; padding: 12px 14px; background: var(--cream); border-radius: 12px; }
.hours-row > label:not(.switch) { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .76rem; }
.hours-row input[type="time"] { padding: 8px; }
.switch { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.switch input { position: absolute; opacity: 0; }
.switch span { width: 42px; height: 24px; position: relative; background: #c9beb8; border-radius: 99px; }
.switch span::after { content: ""; width: 18px; height: 18px; position: absolute; left: 3px; top: 3px; background: white; border-radius: 50%; transition: left .2s; }
.switch input:checked + span { background: var(--taupe); }
.switch input:checked + span::after { left: 21px; }
.settings-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.settings-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 700; }
.settings-form small { color: var(--muted); font-weight: 400; }
.gallery-add-form { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.gallery-admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.gallery-admin-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.gallery-admin-card > img { width: 100%; aspect-ratio: 4/3; display: block; object-fit: cover; background: var(--sand); }
.gallery-admin-card .settings-form { padding: 18px; gap: 14px; }
.delete-form { padding: 0 18px 18px; }
.delete-form button { width: 100%; padding: 10px; color: #8a3f3c; border: 1px solid #e4c3c0; border-radius: 10px; background: #fff5f4; font-weight: 700; cursor: pointer; }

@media (max-width: 900px) {
  .main-nav { display: none; position: absolute; left: 24px; right: 24px; top: 76px; padding: 20px; flex-direction: column; align-items: stretch; gap: 10px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .intro-grid, .process-grid, .contact-band-grid, .contact-layout, .booking-layout, .follow-up-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 480px; max-width: 520px; width: 100%; margin: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .care-gallery, .gallery-admin-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article { min-height: 300px; }
  .contact-actions { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .booking-note { position: static; }
  .instagram-card { justify-self: start; }
  .admin-header nav { display: none; }
  .appointment-card { grid-template-columns: 110px 1fr; }
  .status-form { grid-column: 1/-1; grid-template-columns: 1fr auto; }
}

@media (max-width: 620px) {
  .shell, .admin-main { width: min(100% - 30px, 1180px); }
  .section { padding: 75px 0; }
  .nav-wrap { min-height: 74px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand strong { font-size: .83rem; }
  .hero { padding-top: 55px; }
  .hero-grid { gap: 44px; }
  h1 { font-size: 3.2rem; }
  .hero-card { min-height: 430px; padding: 28px; border-radius: 110px 110px 28px 28px; }
  .visual-mark { top: 48px; width: 156px; height: 156px; }
  .hero-card-copy strong { font-size: 1.85rem; }
  .hero-contact { align-items: flex-start; flex-direction: column; }
  .hero-contact small { text-align: left; }
  .field-row, .choice-row, .contact-actions, .footer-grid, .settings-grid, .message-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 72px 0 60px; }
  .page-hero .shell::after { display: none; }
  .form-card, .login-card { padding: 25px; }
  .admin-main { padding-top: 38px; }
  .admin-title { align-items: stretch; flex-direction: column; }
  .stat-card { display: flex; align-items: center; justify-content: space-between; }
  .appointment-card { grid-template-columns: 1fr; }
  .status-form { grid-column: auto; }
  .hours-row { grid-template-columns: 1fr 1fr; }
  .hours-row .switch { grid-column: 1/-1; }
  .admin-section { padding: 20px; }
  .care-gallery, .gallery-admin-grid { grid-template-columns: 1fr; }
  .privacy-banner { align-items: stretch; flex-direction: column; gap: 14px; bottom: 10px; }
  .privacy-actions { justify-content: space-between; }
}

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