:root {
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #103d43;
  --ink-soft: #557276;
  --deep: #07383e;
  --coral: #ff6f61;
  --coral-deep: #e9564b;
  --lime: #c9ee78;
  --sky: #aee8f2;
  --pink: #f9c4d0;
  --yellow: #f2dc72;
  --line: rgba(16, 61, 67, .14);
  --shadow: 0 24px 70px rgba(7, 56, 62, .12);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 140px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.04em; line-height: 1.02; }
h1 { font-size: clamp(3.4rem, 6.8vw, 6.7rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); margin-bottom: 22px; }
h3 { line-height: 1.18; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; z-index: 999; left: 18px; top: -100px; padding: 12px 18px; color: white; background: var(--deep); border-radius: 12px; }
.skip-link:focus { top: 18px; }
.eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 18px; color: var(--coral-deep); font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 4px; border-radius: 99px; background: var(--coral); }
.eyebrow.light { color: var(--lime); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 25px; border: 0; border-radius: 18px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter-chip:focus-visible, .nav-toggle:focus-visible, .top-contact-link:focus-visible, .contact-action:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(255,111,97,.28); outline-offset: 3px; }
.button.primary { color: white; background: var(--coral); box-shadow: 0 16px 32px rgba(255, 111, 97, .25); }
.button.primary:hover { background: var(--coral-deep); }
.lime-button { color: var(--deep); background: var(--lime); }
.text-link { padding: 12px 0; font-weight: 800; border-bottom: 1px solid var(--ink); }

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.site-header { --contact-strip-height: 0px; position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(248,245,237,.82); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.has-contact-strip { --contact-strip-height: 44px; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(7,56,62,.06); }
.contact-topbar { min-height: 44px; color: white; background: #042d32; }
.contact-topbar-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-copy { display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.topbar-copy b { color: var(--lime); font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.topbar-copy small { color: rgba(255,255,255,.58); font-size: .66rem; }
.top-contact-links { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.top-contact-link, .contact-action { transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.top-contact-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 32px; padding: 0 11px; color: var(--deep); background: var(--lime); border-radius: 11px; font-size: .68rem; font-weight: 850; }
.top-contact-link:hover, .contact-action:hover { transform: translateY(-2px); filter: brightness(1.04); }
.contact-icon { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-contact { color: white !important; background: #128c7e !important; }
.phone-contact { color: white !important; background: var(--coral) !important; }
.email-contact { color: var(--deep) !important; background: var(--sky) !important; }
.instagram-contact { color: white !important; background: linear-gradient(135deg, #833ab4, #fd1d1d 58%, #fcb045) !important; }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--coral); border-radius: 16px 16px 16px 5px; font-weight: 900; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; line-height: 1.15; }
.brand small { margin-top: 4px; color: var(--ink-soft); font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 36px); font-size: .87rem; font-weight: 750; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--coral); transition: right .2s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: white; background: var(--deep); border-radius: 14px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: var(--deep); border-radius: 14px; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 99px; }

.hero { overflow: hidden; padding-top: 78px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(48px, 7vw, 90px); }
.hero-copy em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 42px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; color: var(--ink-soft); font-size: .78rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; background: var(--lime); border: 3px solid var(--deep); border-radius: 50%; }
.trust-row b { color: var(--ink); }
.hero-visual { position: relative; min-width: 0; }
.hero-shape { overflow: hidden; aspect-ratio: .92; border-radius: 45% 12% 40% 14% / 32% 16% 38% 18%; box-shadow: var(--shadow); }
.hero-shape img { width: 100%; height: 100%; object-fit: cover; }
.float-card { position: absolute; display: flex; align-items: center; gap: 11px; min-width: 200px; padding: 14px 16px; background: rgba(255,253,248,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 16px 40px rgba(7,56,62,.16); backdrop-filter: blur(10px); }
.float-card b, .float-card small { display: block; }
.float-card b { font-size: .82rem; }
.float-card small { color: var(--ink-soft); font-size: .68rem; }
.float-online { right: -25px; bottom: 55px; }
.float-note { left: -34px; top: 65px; }
.pulse-dot { position: relative; width: 28px; height: 28px; background: var(--lime); border-radius: 50%; }
.pulse-dot::after { content: ""; position: absolute; inset: 8px; background: var(--deep); border-radius: 50%; }
.note-icon { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--coral); border-radius: 10px; font-weight: 900; }
.hero-spark { position: absolute; z-index: -1; border-radius: 50%; }
.hero-spark.one { width: 140px; height: 140px; right: -50px; top: -40px; background: var(--lime); }
.hero-spark.two { width: 80px; height: 80px; left: -40px; bottom: -25px; background: var(--sky); }

.tiny-step { padding: 0 0 30px; }
.step-banner { display: flex; align-items: center; gap: 18px; padding: 24px 30px; color: white; background: var(--deep); border-radius: 25px; }
.drop-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; color: var(--deep); background: var(--lime); border-radius: 50%; font-size: 1.8rem; }
.step-banner p { margin-bottom: 3px; color: var(--lime); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.step-banner strong { font-size: 1rem; }
.step-label { margin-left: auto; padding: 8px 12px; color: var(--deep); background: var(--sky); border-radius: 999px; font-size: .68rem; font-weight: 850; }

.approach { position: relative; overflow: hidden; background: var(--paper); }
.approach::before { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; top: 90px; background: rgba(174,232,242,.34); border-radius: 50%; }
.approach-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.approach-copy { position: sticky; top: 125px; }
.approach-copy h2 { font-size: clamp(2.9rem, 5vw, 4.9rem); }
.approach-copy > p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); font-size: 1rem; line-height: 1.8; }
.approach-copy blockquote { margin: 32px 0 0; padding: 20px 0 20px 24px; color: var(--deep); border-left: 5px solid var(--coral); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.5; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.principle-card { position: relative; min-height: 260px; padding: 28px; background: var(--cream); border: 1px solid rgba(16,61,67,.08); border-radius: 26px; box-shadow: 0 14px 40px rgba(7,56,62,.05); }
.principle-card:nth-child(2), .principle-card:nth-child(3) { background: rgba(201,238,120,.34); }
.principle-card > span { display: inline-grid; place-items: center; width: 39px; height: 39px; margin-bottom: 42px; color: white; background: var(--deep); border-radius: 12px; font-size: .67rem; font-weight: 900; }
.principle-card h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.principle-card p { margin: 0; color: var(--ink-soft); font-size: .84rem; }
.audience-strip { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 48px; padding: 20px 24px; color: white; background: var(--deep); border-radius: 22px; }
.audience-strip strong { margin-right: 8px; color: var(--lime); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.audience-strip span { padding: 8px 11px; background: rgba(255,255,255,.09); border-radius: 999px; font-size: .72rem; }

.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 470px; margin-bottom: 8px; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 420px; padding: 34px; border-radius: 30px; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-7px); }
.coral-card { background: #ffd4cd; }
.lime-card { background: var(--lime); }
.sky-card { background: var(--sky); }
.service-number { position: absolute; top: 20px; right: 24px; color: rgba(7,56,62,.34); font-family: Georgia, serif; font-size: 1.3rem; }
.service-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 60px; color: white; background: var(--deep); border-radius: 20px; font-size: 1.8rem; }
.service-card h3 { max-width: 260px; margin-bottom: 16px; font-size: 1.5rem; }
.service-card p { color: rgba(7,56,62,.72); font-size: .9rem; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid rgba(7,56,62,.18); border-radius: 999px; font-size: .68rem; font-weight: 800; }

.process { color: white; background: var(--deep); }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 390px; margin-bottom: 30px; color: rgba(255,255,255,.67); line-height: 1.8; }
.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 30px; bottom: 45px; width: 1px; background: rgba(255,255,255,.18); }
.timeline li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 28px; padding: 0 0 58px; }
.timeline li > span { z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; color: var(--deep); background: var(--lime); border: 8px solid var(--deep); outline: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.timeline small { color: var(--lime); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.timeline h3 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: 1.75rem; }
.timeline p { max-width: 540px; color: rgba(255,255,255,.64); }

.content-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.content-heading h2 { max-width: 740px; margin-bottom: 0; }
.filter-row { display: flex; gap: 8px; padding-bottom: 8px; }
.filter-chip { padding: 10px 15px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: .75rem; font-weight: 850; }
.filter-chip.active { color: white; background: var(--deep); border-color: var(--deep); }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.recipe-card { overflow: hidden; display: flex; flex-direction: column; min-height: 350px; background: var(--paper); border-radius: 28px; box-shadow: 0 14px 40px rgba(7,56,62,.07); transition: transform .25s ease; }
.recipe-card:hover { transform: translateY(-6px); }
.recipe-art { position: relative; display: grid; place-items: center; height: 140px; overflow: hidden; background: var(--tone, var(--sky)); }
.recipe-art::before, .recipe-art::after { content: ""; position: absolute; border-radius: 50%; border: 18px solid rgba(255,255,255,.28); }
.recipe-art::before { width: 95px; height: 95px; left: -20px; bottom: -42px; }
.recipe-art::after { width: 65px; height: 65px; right: -10px; top: -28px; }
.recipe-letter { z-index: 1; color: rgba(7,56,62,.52); font-family: Georgia, serif; font-size: 4.8rem; font-weight: 700; }
.recipe-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.recipe-meta { display: flex; justify-content: space-between; margin-bottom: 13px; color: var(--coral-deep); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recipe-meta span:last-child { color: var(--ink-soft); letter-spacing: 0; text-transform: none; }
.recipe-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.42rem; }
.recipe-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .85rem; }
.content-loading, .content-empty { grid-column: 1 / -1; padding: 45px; text-align: center; color: var(--ink-soft); background: var(--paper); border-radius: 24px; }

.appointment { color: white; background: var(--deep); }
.appointment-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.appointment-copy { position: sticky; top: 130px; }
.appointment-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.68); line-height: 1.8; }
.contact-points { display: grid; gap: 14px; margin-top: 36px; }
.contact-points > div { display: flex; align-items: center; gap: 15px; }
.contact-points > div > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--deep); background: var(--lime); border-radius: 12px; font-size: .67rem; font-weight: 900; }
.contact-points p, .contact-points small { margin: 0; }
.contact-points b, .contact-points small { display: block; }
.contact-points small { color: rgba(255,255,255,.55); }
.appointment-form { padding: clamp(24px, 4vw, 42px); color: var(--ink); background: var(--paper); border-radius: 32px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.form-heading span { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; }
.form-heading small { color: var(--ink-soft); font-size: .67rem; }
.manual-confirmation { display: flex; align-items: flex-start; gap: 12px; margin: -4px 0 23px; padding: 14px 16px; background: rgba(174,232,242,.32); border: 1px solid rgba(7,56,62,.08); border-radius: 15px; }
.manual-confirmation > span { display: grid; flex: 0 0 26px; place-items: center; width: 26px; height: 26px; color: white; background: var(--deep); border-radius: 50%; font-family: Georgia, serif; font-weight: 800; }
.manual-confirmation p { margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.manual-confirmation strong { color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.appointment-form label > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: .73rem; font-weight: 800; }
.appointment-form input, .appointment-form select, .appointment-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; outline: none; }
.appointment-form input:focus, .appointment-form select:focus, .appointment-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255,111,97,.1); }
.appointment-form > label { display: block; margin-top: 15px; }
.appointment-form .consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; }
.appointment-form .consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--coral); }
.appointment-form .consent span { color: var(--ink-soft); font-size: .71rem; font-weight: 650; line-height: 1.45; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { min-height: 22px; margin: 12px 0 0; color: #a63b32; font-size: .77rem; font-weight: 750; }
.submit-button { width: 100%; margin-top: 6px; }
.submit-button.loading { pointer-events: none; opacity: .72; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child > p:last-child { max-width: 330px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; list-style: none; cursor: pointer; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 45px 23px 0; color: var(--ink-soft); }

.profile-contact { padding: 34px 0 72px; background: var(--cream); }
.contact-bar { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 34px; color: white; background: var(--deep); border-radius: 28px; box-shadow: var(--shadow); }
.contact-bar .eyebrow { margin-bottom: 8px; color: var(--lime); }
.contact-bar h2 { max-width: 650px; margin: 0; font-size: clamp(1.8rem, 4vw, 3.2rem); }
.profile-contact-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.contact-action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 15px; color: var(--deep); background: var(--lime); border-radius: 13px; font-size: .74rem; font-weight: 850; }

.site-footer { padding: 68px 0 22px; color: white; background: #042d32; }
.footer-grid { display: grid; grid-template-columns: .75fr 1fr .75fr; align-items: center; gap: 50px; padding-bottom: 48px; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.5); }
.footer-grid > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.64); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.12); font-size: .67rem; }

.success-dialog { width: min(500px, calc(100% - 32px)); padding: 40px; text-align: center; color: var(--ink); background: var(--paper); border: 0; border-radius: 30px; box-shadow: var(--shadow); }
.success-dialog::backdrop { background: rgba(4,45,50,.72); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; right: 18px; top: 14px; width: 38px; height: 38px; color: var(--ink); background: transparent; border: 0; font-size: 1.7rem; }
.success-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; color: var(--deep); background: var(--lime); border-radius: 50%; font-size: 1.8rem; font-weight: 900; }
.success-dialog .eyebrow { justify-content: center; }
.success-dialog h2 { margin-bottom: 14px; font-size: 2.6rem; }
.success-dialog > p:not(.eyebrow) { color: var(--ink-soft); }
.tracking-code { margin: 22px 0; padding: 13px; background: rgba(201,238,120,.32); border-radius: 13px; font-size: .82rem; }
.dialog-ok { min-width: 150px; }

/* Yönetim ekranı */
.admin-body { min-height: 100vh; background: #eef3ef; }
.admin-shell { width: min(1320px, calc(100% - 32px)); margin: 0 auto; }
.admin-topbar { position: sticky; z-index: 20; top: 0; color: white; background: var(--deep); box-shadow: 0 8px 30px rgba(7,56,62,.18); }
.admin-topbar .admin-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.admin-title { display: flex; align-items: center; gap: 12px; }
.admin-title .brand-mark { width: 42px; height: 42px; }
.admin-title strong, .admin-title small { display: block; }
.admin-title small { color: rgba(255,255,255,.55); font-size: .68rem; }
.admin-actions { display: flex; gap: 10px; }
.admin-button { padding: 10px 14px; color: var(--deep); background: var(--lime); border: 0; border-radius: 12px; font-size: .78rem; font-weight: 850; }
.admin-button.secondary { color: white; background: rgba(255,255,255,.1); }
.login-view { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 15% 15%, rgba(201,238,120,.2), transparent 33%), var(--deep); }
.login-card { width: min(440px, 100%); padding: 38px; color: var(--ink); background: var(--paper); border-radius: 30px; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.login-card .brand { margin-bottom: 36px; }
.login-card h1 { margin-bottom: 10px; font-size: 2.5rem; }
.login-card > p { color: var(--ink-soft); }
.login-card label { display: block; margin-top: 16px; font-size: .75rem; font-weight: 800; }
.login-card input { width: 100%; margin-top: 7px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
.login-card .button { width: 100%; margin-top: 24px; }
.admin-main { padding: 32px 0 80px; }
.admin-welcome { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-welcome h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.admin-welcome p { margin: 7px 0 0; color: var(--ink-soft); }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; }
.summary-card { padding: 22px; background: white; border-radius: 20px; box-shadow: 0 10px 35px rgba(7,56,62,.06); }
.summary-card small { color: var(--ink-soft); font-weight: 750; }
.summary-card strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 2rem; }
.admin-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.admin-tab { padding: 11px 17px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 13px; font-weight: 850; }
.admin-tab.active { color: white; background: var(--deep); }
.admin-panel { padding: 22px; background: white; border-radius: 24px; box-shadow: 0 12px 40px rgba(7,56,62,.06); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.panel-head h2 { margin: 0; font-family: inherit; font-size: 1.25rem; letter-spacing: 0; }
.panel-head p { margin: 5px 0 0; color: var(--ink-soft); font-size: .73rem; }
.panel-controls { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.panel-controls select { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; }
.view-toggle { display: inline-flex; padding: 3px; background: #eef3ef; border-radius: 12px; }
.view-button { padding: 7px 11px; color: var(--ink-soft); background: transparent; border: 0; border-radius: 9px; font-size: .72rem; font-weight: 850; }
.view-button.active { color: white; background: var(--deep); }
.export-button { color: var(--deep); background: rgba(201,238,120,.48); border: 1px solid rgba(7,56,62,.08); }
.data-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.data-table th { padding: 11px; text-align: left; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: .68rem; text-transform: uppercase; }
.data-table td { padding: 14px 11px; vertical-align: top; border-bottom: 1px solid rgba(16,61,67,.08); }
.data-table td strong, .data-table td small { display: block; }
.data-table td small { margin-top: 3px; color: var(--ink-soft); }
.status-select { padding: 7px 9px; border: 1px solid var(--line); border-radius: 9px; }
.status-pill { display: inline-flex; padding: 6px 9px; color: var(--deep); background: rgba(201,238,120,.45); border-radius: 999px; font-size: .65rem; font-weight: 850; }
.appointment-actions { display: flex; flex-wrap: wrap; gap: 6px; min-width: 155px; }
.row-action { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 10px; color: var(--deep); background: white; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: .69rem; font-weight: 850; line-height: 1; text-decoration: none; cursor: pointer; }
.row-action.whatsapp { color: white; background: #128c7e; border-color: #128c7e; }
.row-action.has-note { color: var(--deep); background: rgba(174,232,242,.4); border-color: rgba(7,56,62,.12); }
.row-action.danger { color: #a63b32; background: #fff7f6; border-color: rgba(166,59,50,.25); }
.row-action:hover { filter: brightness(.96); }
.row-action:focus-visible { outline: 3px solid rgba(255,111,97,.28); outline-offset: 2px; }
.row-action.disabled, .row-action:disabled { color: #879698; background: #f2f5f3; border-color: #e1e7e3; cursor: not-allowed; filter: none; }
.internal-note-preview { margin-top: 8px !important; padding: 7px 8px; color: var(--ink) !important; background: rgba(174,232,242,.26); border-radius: 8px; line-height: 1.45; }
.calendar-view { padding-top: 2px; }
.calendar-toolbar { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 15px; }
.calendar-toolbar strong { min-width: 180px; text-align: center; text-transform: capitalize; }
.calendar-nav { display: grid; place-items: center; width: 36px; height: 36px; color: var(--deep); background: #eef3ef; border: 0; border-radius: 10px; font-weight: 900; }
.calendar-scroll { overflow-x: auto; padding-bottom: 4px; }
.calendar-weekdays, .calendar-grid { min-width: 860px; display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { color: var(--ink-soft); background: #f5f8f5; border: 1px solid rgba(16,61,67,.09); border-bottom: 0; border-radius: 14px 14px 0 0; }
.calendar-weekdays span { padding: 10px; text-align: center; font-size: .67rem; font-weight: 850; text-transform: uppercase; }
.calendar-grid { border-top: 1px solid rgba(16,61,67,.1); border-left: 1px solid rgba(16,61,67,.1); }
.calendar-day { min-height: 132px; padding: 8px; background: white; border-right: 1px solid rgba(16,61,67,.1); border-bottom: 1px solid rgba(16,61,67,.1); }
.calendar-day.outside-month { background: #f7f9f7; opacity: .55; }
.calendar-day.today { box-shadow: inset 0 0 0 2px var(--coral); }
.calendar-date { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 5px; border-radius: 8px; font-size: .72rem; font-weight: 850; }
.calendar-day.today .calendar-date { color: white; background: var(--coral); }
.calendar-events { display: grid; gap: 4px; }
.calendar-event { width: 100%; padding: 6px 7px; text-align: left; color: var(--deep); background: rgba(201,238,120,.38); border: 0; border-left: 3px solid var(--lime); border-radius: 7px; font-size: .62rem; line-height: 1.25; }
.calendar-event b, .calendar-event span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calendar-event span { margin-top: 2px; color: var(--ink-soft); }
.calendar-event.status-confirmed { background: rgba(174,232,242,.42); border-left-color: #55b8c9; }
.calendar-event.status-completed { background: rgba(16,61,67,.09); border-left-color: var(--deep); }
.calendar-event.status-cancelled { opacity: .6; text-decoration: line-through; border-left-color: #a63b32; }
.calendar-more { color: var(--ink-soft); font-size: .6rem; }
.recipe-admin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.recipe-admin-card { display: flex; justify-content: space-between; gap: 18px; padding: 18px; background: #f7faf7; border: 1px solid rgba(16,61,67,.08); border-radius: 17px; }
.recipe-admin-card h3 { margin: 4px 0 7px; font-size: 1rem; }
.recipe-admin-card p { margin: 0; color: var(--ink-soft); font-size: .75rem; }
.recipe-actions { display: flex; align-items: flex-start; gap: 7px; }
.icon-button { padding: 8px 10px; color: var(--deep); background: white; border: 1px solid var(--line); border-radius: 10px; font-size: .72rem; font-weight: 800; }
.icon-button.danger { color: #a63b32; }
.admin-modal { width: min(660px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(4,45,50,.24); }
.admin-modal.compact-modal { width: min(560px, calc(100% - 28px)); }
.admin-modal::backdrop { background: rgba(4,45,50,.65); }
.modal-form { padding: 28px; }
.modal-form h2 { margin-bottom: 20px; font-family: inherit; font-size: 1.35rem; letter-spacing: 0; }
.modal-kicker { margin: 0 0 5px; color: var(--coral-deep); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.modal-context { margin: -12px 0 20px; color: var(--ink-soft); font-size: .76rem; }
.modal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.modal-form label { display: block; margin-bottom: 13px; font-size: .73rem; font-weight: 800; }
.modal-form input, .modal-form select, .modal-form textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; }
.modal-check { display: flex !important; align-items: center; gap: 9px; }
.modal-check input { width: auto; margin: 0; }
.modal-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.modal-cancel { color: var(--deep); background: white; border: 1px solid rgba(16,61,67,.18); }
.whatsapp-submit { color: white; background: #128c7e; }
.form-hint { margin: -2px 0 0; color: var(--ink-soft); font-size: .68rem; }
.form-success { min-height: 18px; margin: 10px 0; color: #176b51; font-size: .72rem; font-weight: 800; }
.settings-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 18px; }
.settings-card { padding: 22px; background: #f7faf7; border: 1px solid rgba(16,61,67,.08); border-radius: 19px; }
.settings-card-head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.settings-card-head h3 { margin: 0 0 3px; font-size: 1rem; }
.settings-card-head p { margin: 0; color: var(--ink-soft); font-size: .7rem; }
.settings-icon { display: grid; flex: 0 0 43px; place-items: center; width: 43px; height: 43px; color: white; background: var(--coral); border-radius: 14px 14px 14px 5px; font-size: .72rem; font-weight: 900; }
.settings-icon.lock-icon { color: var(--deep); background: var(--lime); }
.settings-card label { display: block; margin-bottom: 13px; font-size: .73rem; font-weight: 800; }
.settings-card input, .settings-card textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; }
.settings-card textarea { resize: vertical; }
.settings-card > .admin-button { margin-top: 7px; }
.password-rules { margin: 5px 0 14px; padding: 12px; color: var(--ink-soft); background: rgba(174,232,242,.27); border-radius: 12px; font-size: .68rem; }
.password-rules strong, .password-rules span { display: block; }
.password-rules strong { margin-bottom: 3px; color: var(--deep); }
.admin-empty { padding: 35px; text-align: center; color: var(--ink-soft); }
.hidden { display: none !important; }

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: calc(82px + var(--contact-strip-height)) 16px auto; display: grid; gap: 5px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .2s; }
  .site-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav a { padding: 12px !important; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(680px, 90%); margin: 10px auto 0; }
  .split-heading, .approach-grid, .process-grid, .appointment-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-grid, .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .approach-copy, .process-intro, .appointment-copy { position: static; }
  .content-heading { display: block; }
  .filter-row { margin-top: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-bar { align-items: flex-start; flex-direction: column; }
  .profile-contact-links { justify-content: flex-start; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
  .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-panel-head { align-items: flex-start; flex-direction: column; }
  .panel-controls { justify-content: flex-start; }
  .data-table { min-width: 1080px; }
  .table-scroll { overflow-x: auto; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section-pad { padding: 72px 0; }
  .nav-wrap { min-height: 72px; }
  .site-nav { top: calc(72px + var(--contact-strip-height)); }
  .topbar-copy { gap: 0; }
  .topbar-copy small { display: none; }
  .top-contact-links { gap: 5px; }
  .top-contact-link { width: 34px; min-height: 34px; padding: 0; border-radius: 11px; }
  .top-contact-link span { display: none; }
  .top-contact-link .contact-icon { width: 17px; height: 17px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: .88rem; }
  .brand small { font-size: .53rem; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  h2 { font-size: clamp(2.5rem, 13vw, 3.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .text-link { align-self: flex-start; }
  .hero-visual { width: 100%; }
  .float-online { right: -5px; bottom: 18px; }
  .float-note { left: -5px; top: 28px; }
  .float-card { min-width: 175px; padding: 11px 12px; }
  .step-banner { align-items: flex-start; padding: 20px; }
  .step-label { display: none; }
  .principle-grid, .service-grid, .recipe-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 350px; }
  .service-icon { margin-bottom: 40px; }
  .field-grid { grid-template-columns: 1fr; }
  .contact-bar { padding: 26px 22px; }
  .profile-contact-links { width: 100%; }
  .contact-action { flex: 1 1 calc(50% - 9px); }
  .audience-strip { align-items: flex-start; flex-direction: column; }
  .audience-strip span { border-radius: 10px; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .success-dialog { padding: 34px 22px; }
  .admin-welcome { align-items: flex-start; flex-direction: column; }
  .panel-controls { width: 100%; }
  .panel-controls select { flex: 1 1 150px; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .summary-card { padding: 17px; }
  .recipe-admin-grid, .modal-grid { grid-template-columns: 1fr; }
  .settings-grid { grid-template-columns: 1fr; }
  .recipe-admin-card { flex-direction: column; }
  .admin-topbar .admin-shell { min-height: 64px; }
  .admin-title small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
