/*
Theme Name: Matthias Schmehl Coaching
Theme URI: https://matthias-schmehl.de
Author: Matthias Schmehl
Description: Gesprächscoaching für Generation X, Y und Z. Vollständig im WordPress-Backend bearbeitbar.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: msc
*/

/* === TOKENS === */
:root {
  --bg:        #F5EFE8;
  --surface:   #EDE5D8;
  --surface2:  #E2D8C8;
  --warm:      #9A5A30;
  --warm-l:    #C8875A;
  --warm-d:    #6B3A18;
  --green:     #4A7A50;
  --text:      #1C1410;
  --muted:     #6A5A4A;
  --border:    #C8B89A;
  --f-display: 'Lora', Georgia, serif;
  --f-body:    'Inter', system-ui, sans-serif;
  --r-sm: 6px;
  --r-md: 14px;
  --r-lg: 24px;
  --tr: 0.32s cubic-bezier(.4,0,.2,1);
  --max: 1120px;
  --sp: clamp(72px,9vw,120px);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--f-body); font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--warm); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--warm-d); }
button { cursor: pointer; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* === TYPOGRAPHY === */
.t-xl  { font-family: var(--f-display); font-size: clamp(2.6rem,6vw,5.5rem); font-weight: 400; line-height: 1.1; color: var(--text); }
.t-lg  { font-family: var(--f-display); font-size: clamp(1.9rem,4vw,3.6rem); font-weight: 400; line-height: 1.15; color: var(--text); }
.t-md  { font-family: var(--f-display); font-size: clamp(1.3rem,2vw,2rem); font-weight: 400; line-height: 1.25; color: var(--text); }
.label { font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--warm); }

/* WordPress editor content styles */
.entry-content h1, .entry-content h2, .entry-content h3 { font-family: var(--f-display); font-weight: 400; line-height: 1.2; margin-bottom: .6em; color: var(--text); }
.entry-content h2 { font-size: clamp(1.5rem,3vw,2.4rem); }
.entry-content h3 { font-size: clamp(1.2rem,2vw,1.7rem); }
.entry-content ul, .entry-content ol { padding-left: 1.4em; margin-bottom: 1em; }
.entry-content li { margin-bottom: .4em; }
.entry-content strong { font-weight: 600; }
.entry-content em { font-style: italic; color: var(--warm); }
.entry-content blockquote { border-left: 3px solid var(--warm); padding: 12px 20px; margin: 1.5em 0; background: var(--surface); border-radius: var(--r-sm); font-style: italic; }

/* === LAYOUT === */
.wrap    { max-width: var(--max); margin: 0 auto; padding: 0 clamp(18px,5vw,56px); }
.section { padding: var(--sp) 0; }
.s-alt   { background: var(--surface); }
.s-deep  { background: var(--surface2); }
.g2      { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.g3      { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.tc      { text-align: center; }
.mt-s    { margin-top: 16px; }
.mt-m    { margin-top: 30px; }
.mt-l    { margin-top: 52px; }

/* === ACCENTS === */
.line   { width: 44px; height: 2px; background: linear-gradient(90deg,var(--warm),transparent); margin: 18px 0; border-radius: 2px; }
.line-c { margin: 18px auto; background: linear-gradient(90deg,transparent,var(--warm),transparent); }

.verse-box {
  background: var(--surface2); border: 1px solid var(--border);
  border-left: 3px solid var(--warm); border-radius: var(--r-md);
  padding: 26px 32px; position: relative; overflow: hidden;
}
.verse-box::before {
  content: '\201C'; font-family: var(--f-display); font-size: 8rem; line-height: 1;
  color: rgba(154,90,48,.12); position: absolute; top: -10px; left: 16px; pointer-events: none;
}
.verse-text { font-family: var(--f-display); font-size: clamp(1rem,1.8vw,1.4rem); font-style: italic; line-height: 1.6; position: relative; z-index: 1; color: var(--text); }
.verse-ref  { margin-top: 12px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--warm); }

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; border-radius: 100px;
  font-family: var(--f-body); font-size: .88rem; font-weight: 600;
  border: none; transition: all var(--tr); text-decoration: none; cursor: pointer;
}
.btn-p { background: var(--warm); color: #fff; }
.btn-p:hover { background: var(--warm-d); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(154,90,48,.3); }
.btn-o { background: transparent; color: var(--warm); border: 2px solid var(--warm); }
.btn-o:hover { background: var(--warm); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(154,90,48,.2); }
.btn-g { background: var(--green); color: #fff; }
.btn-g:hover { background: #3D6E43; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(74,122,80,.3); }

/* 4 Topic Buttons */
.topics-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.btn-topic {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 32px 20px; border-radius: var(--r-md);
  font-family: var(--f-display); font-size: 1.05rem; font-weight: 400;
  text-align: center; line-height: 1.45;
  background: var(--surface); border: 2px solid var(--border);
  color: var(--text); text-decoration: none;
  transition: all var(--tr); position: relative; overflow: hidden;
}
.btn-topic::before {
  content: ''; position: absolute; inset: 0;
  background: var(--warm); transform: scaleY(0);
  transform-origin: bottom; transition: transform var(--tr); z-index: 0;
}
.btn-topic:hover { color: #fff; border-color: var(--warm); transform: translateY(-5px); box-shadow: 0 14px 36px rgba(154,90,48,.25); }
.btn-topic:hover::before { transform: scaleY(1); }
.btn-topic .t-ico { font-size: 2.2rem; margin-bottom: 14px; display: block; position: relative; z-index: 1; }
.btn-topic span:last-child { position: relative; z-index: 1; }

/* === HEADER === */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 0;
  background: rgba(245,239,232,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: all var(--tr);
}
.site-header.scrolled {
  background: rgba(245,239,232,.97);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,.07); padding: 10px 0;
}
.hdr-inner { display: flex; align-items: center; justify-content: space-between; }
.logo-img { height: 56px; width: auto; display: block; transition: height var(--tr), opacity var(--tr); }
.site-header.scrolled .logo-img { height: 44px; }
.logo-img:hover { opacity: .8; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: .8rem; font-weight: 500; letter-spacing: .06em; color: var(--muted); transition: color var(--tr); }
.main-nav a:hover { color: var(--warm); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--text); transition: all var(--tr); }

/* === HERO === */
#hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: 90px;
}
.hero-bg-img {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center 30%;
}
.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(245,239,232,.97) 0%, rgba(245,239,232,.92) 45%, rgba(245,239,232,.55) 75%, rgba(245,239,232,.15) 100%);
}
.hero-inner { position: relative; z-index: 2; max-width: 700px; }
.hero-logo-wrap { margin-bottom: 24px; }
.hero-logo { width: 160px; height: auto; filter: drop-shadow(0 4px 16px rgba(0,0,0,.12)); }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.hero-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--warm); border-radius: 2px; }
.hero-title em { font-style: italic; color: var(--warm); }
.hero-sub { font-size: 1.1rem; color: var(--muted); line-height: 1.85; max-width: 520px; margin-top: 16px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 32px; }
.hero-verse { margin-top: 48px; max-width: 540px; }

/* Trust bar */
.trust-bar { background: var(--surface2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 22px 0; }
.trust-row { display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted); }
.trust-icon { color: var(--warm); }

/* === ABOUT === */
.about-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-lg); box-shadow: 0 8px 40px rgba(0,0,0,.12); }
.about-text { padding-left: 12px; }
.about-qualities { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.about-qualities li { display: flex; gap: 10px; font-size: .92rem; color: var(--muted); align-items: flex-start; }
.q-dot { color: var(--warm); flex-shrink: 0; margin-top: 3px; }

/* Gen cards */
.gen-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 28px 22px;
  transition: all var(--tr); position: relative; overflow: hidden;
}
.gen-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg,var(--warm),var(--green));
  transform: scaleX(0); transition: transform var(--tr); transform-origin: left;
}
.gen-card:hover { border-color: var(--warm-d); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.gen-card:hover::after { transform: scaleX(1); }
.gen-label { font-family: var(--f-display); font-size: 1.9rem; font-weight: 400; color: var(--warm); line-height: 1; margin-bottom: 4px; }
.gen-years { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.gen-title { font-weight: 600; font-size: .95rem; margin-bottom: 8px; }
.gen-desc  { font-size: .86rem; color: var(--muted); line-height: 1.7; }
.gen-tags  { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.gen-tag   { padding: 3px 11px; border-radius: 100px; border: 1px solid var(--border); font-size: .7rem; color: var(--muted); background: var(--bg); }

/* Service cards */
.service-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-md); padding: 30px 24px; transition: all var(--tr);
}
.service-card:hover { border-color: var(--warm-d); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.service-ico  { font-size: 1.6rem; margin-bottom: 14px; }
.service-name { font-family: var(--f-display); font-size: 1.25rem; font-weight: 400; margin-bottom: 10px; }
.service-desc { font-size: .86rem; color: var(--muted); line-height: 1.75; }
.service-note { display: inline-block; margin-top: 16px; font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--green); }

/* Testimonials */
.t-slider { position: relative; overflow: hidden; }
.t-track  { display: flex; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.t-slide  { min-width: 100%; padding: 0 14px; }
.t-card {
  max-width: 740px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 44px 48px; position: relative;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.t-card::before {
  content: '\201C'; font-family: var(--f-display); font-size: 8rem; line-height: 1;
  color: rgba(154,90,48,.10); position: absolute; top: 8px; left: 28px; pointer-events: none;
}
.t-hearts { font-size: 1rem; color: var(--warm); margin-bottom: 18px; }
.t-text { font-family: var(--f-display); font-size: clamp(1.05rem,1.9vw,1.4rem); font-style: italic; line-height: 1.65; position: relative; z-index: 1; }
.t-author { display: flex; align-items: center; gap: 12px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border); }
.t-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--surface2); border: 2px solid var(--warm); display: flex; align-items: center; justify-content: center; font-family: var(--f-display); font-size: 1.1rem; color: var(--warm); flex-shrink: 0; }
.t-name { font-weight: 600; font-size: .88rem; }
.t-role { font-size: .76rem; color: var(--muted); margin-top: 2px; }
.t-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 36px; }
.s-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); color: var(--text); transition: all var(--tr); display: flex; align-items: center; justify-content: center; }
.s-btn:hover { border-color: var(--warm); color: var(--warm); }
.s-dots { display: flex; gap: 7px; }
.s-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--border); border: none; transition: all var(--tr); cursor: pointer; }
.s-dot.on { background: var(--warm); width: 20px; border-radius: 3px; }

/* Booking */
.book-wrap { display: grid; grid-template-columns: 1fr 1.5fr; gap: 52px; align-items: start; }
.book-feats { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.book-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: .9rem; color: var(--muted); }
.chk { color: var(--green); flex-shrink: 0; margin-top: 3px; }
.cal-widget { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.cal-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.cal-title { font-family: var(--f-display); font-size: 1.15rem; font-weight: 400; }
.cal-nav { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg); color: var(--text); display: flex; align-items: center; justify-content: center; transition: all var(--tr); font-size: .82rem; }
.cal-nav:hover { border-color: var(--warm); color: var(--warm); }
.cal-wdays { display: grid; grid-template-columns: repeat(7,1fr); text-align: center; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.cal-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; }
.cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: .8rem; border-radius: var(--r-sm); border: 1px solid transparent; transition: all var(--tr); color: var(--muted); position: relative; }
.cal-day.avail { color: var(--text); }
.cal-day.avail::after { content: ''; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--warm); }
.cal-day:not(.empty):not(.past):hover { border-color: var(--warm); background: var(--surface2); color: var(--warm); }
.cal-day.sel { background: var(--warm); color: #fff; font-weight: 600; border-color: var(--warm); }
.cal-day.sel::after { display: none; }
.cal-day.today { color: var(--warm); font-weight: 600; }
.cal-day.past  { opacity: .3; pointer-events: none; }
.cal-day.empty { pointer-events: none; }
.time-wrap { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); }
.time-lbl { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 16px; }
.time-btn { padding: 8px; text-align: center; border: 1px solid var(--border); border-radius: var(--r-sm); font-size: .76rem; background: var(--bg); color: var(--text); transition: all var(--tr); }
.time-btn:hover, .time-btn.on { border-color: var(--warm); color: var(--warm); background: var(--surface2); }
.time-btn.bkd { opacity: .3; pointer-events: none; }
.form-wrap { display: flex; flex-direction: column; gap: 9px; }
.form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.inp { width: 100%; padding: 11px 14px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--text); font-family: var(--f-body); font-size: .86rem; transition: border-color var(--tr); }
.inp:focus { outline: none; border-color: var(--warm); box-shadow: 0 0 0 3px rgba(154,90,48,.12); }
.inp::placeholder { color: var(--muted); }
select.inp { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%239A5A30' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
textarea.inp { resize: vertical; min-height: 76px; }
.book-confirm { display: none; text-align: center; padding: 24px 0; }
.book-confirm.on { display: block; }
.confirm-ico { width: 52px; height: 52px; border-radius: 50%; background: rgba(74,122,80,.12); border: 1px solid var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 1.3rem; color: var(--green); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; }
.c-item { display: flex; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.c-ico { width: 36px; height: 36px; border-radius: 50%; background: rgba(154,90,48,.10); border: 1px solid var(--warm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--warm); font-size: .82rem; }
.c-lbl { font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.c-val { font-size: .9rem; }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.contact-fields { display: flex; flex-direction: column; gap: 12px; }
.form-ok { display: none; text-align: center; padding: 14px 0; }
.form-ok.on { display: block; }

/* Upload */
.upload-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
.upload-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 36px; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.dropzone { border: 2px dashed var(--border); border-radius: var(--r-md); padding: 36px 20px; text-align: center; cursor: pointer; transition: all var(--tr); }
.dropzone:hover, .dropzone.over { border-color: var(--warm); background: rgba(154,90,48,.04); }
.dz-ico   { font-size: 2.2rem; margin-bottom: 10px; opacity: .7; }
.dz-label { font-size: .88rem; color: var(--muted); line-height: 1.6; }
.dz-label strong { color: var(--text); display: block; margin-bottom: 4px; }
.dz-limit { font-size: .7rem; color: var(--muted); margin-top: 6px; }
.file-list { display: flex; flex-direction: column; gap: 7px; margin-top: 6px; }
.file-row { display: flex; align-items: center; gap: 9px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 9px 12px; font-size: .83rem; }
.f-ico  { font-size: .95rem; flex-shrink: 0; }
.f-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.f-size { color: var(--muted); font-size: .72rem; flex-shrink: 0; }
.f-rm   { background: transparent; border: none; color: var(--muted); font-size: .72rem; padding: 2px 6px; border-radius: 100px; transition: all var(--tr); flex-shrink: 0; }
.f-rm:hover { background: rgba(154,90,48,.10); color: var(--warm); }
.upload-ok { display: none; text-align: center; padding: 20px 0; }
.upload-ok.on { display: block; }
.allowed-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.a-tag { padding: 4px 12px; border-radius: 100px; border: 1px solid var(--border); font-size: .7rem; color: var(--muted); background: var(--bg); }

/* Footer */
.site-footer { background: var(--surface2); border-top: 2px solid var(--border); padding: 56px 0 26px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.foot-brand p { font-size: .84rem; color: var(--muted); line-height: 1.75; margin-top: 12px; max-width: 270px; }
.foot-logo { height: 80px; width: auto; margin-bottom: 12px; }
.foot-social { display: flex; gap: 9px; margin-top: 16px; }
.soc-link { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: .78rem; transition: all var(--tr); }
.soc-link:hover { border-color: var(--warm); color: var(--warm); }
.foot-title { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; }
.foot-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.foot-links a { font-size: .84rem; color: var(--muted); }
.foot-links a:hover { color: var(--warm); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; font-size: .76rem; color: var(--muted); }

/* Animations */
.fade { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.fade.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* === RESPONSIVE === */
@media (max-width: 1020px) {
  .g3 { grid-template-columns: 1fr 1fr; }
  .topics-4 { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .book-wrap { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .upload-grid  { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 720px) {
  .g2 { grid-template-columns: 1fr; gap: 32px; }
  .g3 { grid-template-columns: 1fr; }
  .topics-4 { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .main-nav.open { display: flex; flex-direction: column; position: fixed; inset: 0; background: rgba(245,239,232,.98); backdrop-filter: blur(18px); align-items: center; justify-content: center; gap: 26px; z-index: 999; }
  .main-nav.open a { font-size: .95rem; color: var(--text); }
  .hamburger { display: flex; z-index: 1001; }
  .t-card { padding: 26px 18px; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px 16px; }
  .upload-box { padding: 22px 16px; }
  .about-text { padding-left: 0; }
  .time-grid { grid-template-columns: repeat(2,1fr); }
  .trust-row { gap: 18px; }
  .hero-logo { width: 130px; }
  .logo-img  { height: 42px; }
  .foot-logo { height: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; }
  .fade { opacity: 1; transform: none; }
}
