/* =========================================================================
   Rosa Psikoloji : "Sakin Oda"
   Warm ivory, blush bands, deep teal accent, pebble frames, pill buttons.
   ========================================================================= */

:root {
  --ivory: #faf7f3;
  --blush: #f4e7e3;
  --panel: #ffffff;
  --ink: #22302e;
  --ink-soft: #54655f;
  --teal: #1e6e64;
  --teal-deep: #14524b;
  --pine: #11302b;
  --pine-2: #173f38;
  --ivory-soft: #f6efe9;
  --ivory-dim: #cfc3bd;
  --rose: #e9b9b0;
  --line: rgba(34, 48, 46, 0.14);
  --line-light: rgba(246, 239, 233, 0.16);
  --shadow: 0 18px 45px -22px rgba(17, 48, 43, 0.3);
  --r-card: 22px;
  --r-big: 44px;
  --font-display: "Besley", Georgia, serif;
  --font-body: "Nunito Sans", "Segoe UI", sans-serif;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4.25rem, 8.5vw, 7rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.04rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }
a { color: var(--teal); text-underline-offset: 3px; }
a:hover { color: var(--teal-deep); }
::selection { background: var(--teal); color: #fff; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
}
h1 { font-size: clamp(2.3rem, 5.4vw, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.22rem; font-weight: 600; }
.accent-i {
  font-style: italic;
  font-weight: 600;
  color: var(--teal);
}
p { margin: 0 0 1.1rem; max-width: 64ch; }
.lede { font-size: 1.17rem; line-height: 1.72; color: var(--ink-soft); }

.wrap { max-width: 1160px; margin: 0 auto; padding-inline: var(--gutter); }

/* ------------------------------------------------------------------ header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: color-mix(in srgb, var(--ivory) 90%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 12px 30px -26px rgba(17, 48, 43, 0.55);
}
.header-bar { display: flex; align-items: center; gap: 1.4rem; min-height: 4.4rem; }

.wordmark {
  font-family: var(--font-display);
  text-decoration: none;
  color: var(--ink);
  line-height: 1.15;
  display: flex;
  flex-direction: column;
}
.wordmark .brand { font-size: 1.28rem; font-weight: 700; }
.wordmark .brand i { color: var(--teal); font-weight: 600; }
.wordmark .who {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.site-nav { margin-left: auto; display: flex; align-items: center; gap: 1.35rem; }
.site-nav a {
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--ink);
  padding-block: 0.3rem;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--teal); }
.site-nav a[aria-current="page"] { color: var(--teal); border-bottom-color: var(--teal); }

.lang-toggle {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.lang-toggle button {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  padding: 0.42rem 0.72rem;
  cursor: pointer;
}
.lang-toggle button[aria-pressed="true"] { background: var(--teal); color: #fff; }

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.45rem 1rem;
  cursor: pointer;
}

@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: fixed;
    inset: 4.4rem 0 auto 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--gutter) 1.25rem;
    display: none;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
  .site-nav a[aria-current="page"] { border-bottom-color: var(--line); }
  .site-nav .lang-toggle { margin-top: 1rem; align-self: flex-start; }
}

/* ------------------------------------------------------------------- bands */
.band { padding-block: var(--section-y); }
.band-blush { background: var(--blush); }
.band-pine { background: var(--pine); color: var(--ivory-soft); }
.band-pine h2, .band-pine h3 { color: var(--ivory-soft); }
.band-pine p { color: var(--ivory-dim); }
.band-pine .accent-i { color: var(--rose); }
.band-pine a { color: var(--rose); }
.band-pine a:hover { color: #f3d3cc; }

.kicker {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 1.1rem;
}
.band-pine .kicker { color: var(--rose); }

.section-head { max-width: 72ch; margin-bottom: clamp(1.8rem, 4vw, 3rem); }

/* ----------------------------------------------------------------- buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.97rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.85rem 1.7rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-fill { background: var(--teal); color: #fff; }
.btn-fill:hover { background: var(--teal-deep); color: #fff; }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.band-pine .btn-fill { background: var(--rose); color: var(--pine); }
.band-pine .btn-fill:hover { background: #f3d3cc; color: var(--pine); }
.band-pine .btn-ghost { border-color: var(--ivory-soft); color: var(--ivory-soft); }
.band-pine .btn-ghost:hover { border-color: var(--rose); color: var(--rose); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }

/* -------------------------------------------------------------------- hero */
.hero { padding-block: clamp(7.5rem, 15vh, 10.5rem) var(--section-y); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.hero-copy .lede { max-width: 48ch; }
.hero-art { max-width: 430px; justify-self: end; width: 100%; position: relative; }
@media (max-width: 880px) {
  .hero { padding-top: 6.5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { justify-self: center; }
}

/* ------------------------------------------------------------------ frames */
.pebble {
  border-radius: 58% 42% 55% 45% / 48% 55% 45% 52%;
  overflow: hidden;
  border: 10px solid var(--blush);
  box-shadow: var(--shadow);
  aspect-ratio: 5 / 6;
}
.pebble img { width: 100%; height: 100%; object-fit: cover; }
.band-pine .pebble, .band-blush .pebble { border-color: var(--panel); }

.photo-soft {
  border-radius: var(--r-big);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-soft img, .photo-soft video { width: 100%; height: 100%; object-fit: cover; }
.photo-soft.media-tall { aspect-ratio: 9 / 14; }

.photo-cap {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.band-pine .photo-cap { color: var(--ivory-dim); }

/* -------------------------------------------------------------- fact strip */
.fact-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: clamp(0.9rem, 2vw, 1.4rem);
}
.fact {
  background: var(--panel);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  padding: 1.5rem 1.4rem;
}
.fact .n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.55rem;
  display: block;
  color: var(--teal);
}
.fact .d { font-size: 0.93rem; color: var(--ink-soft); }

/* ------------------------------------------------------------------- grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.3rem, 3vw, 2.2rem); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
@media (max-width: 880px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------- cards */
.card {
  background: var(--panel);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  padding: 1.7rem 1.5rem;
}
.band-pine .card { background: var(--pine-2); }
.card h3 { margin-bottom: 0.5rem; }
.card p { margin-bottom: 0; font-size: 0.98rem; }

/* ------------------------------------------------------------ number dots */
.num-dot {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: start;
  padding-block: 1.7rem;
  border-bottom: 1px solid var(--line);
}
.step .num-dot { margin-bottom: 0; }

/* ------------------------------------------------------------------ quotes */
.quote-card {
  background: var(--panel);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  padding: 1.8rem 1.6rem;
}
.quote-card blockquote {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.6;
}
.quote-card cite {
  font-style: normal;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

/* ------------------------------------------------------------------- chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; padding: 0; margin: 0; list-style: none; }
.chips li {
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  padding: 0.5rem 1.05rem;
}

/* ------------------------------------------------------------------- forms */
.demo-form { display: grid; gap: 1rem; max-width: 560px; }
.demo-form label { font-weight: 800; font-size: 0.9rem; display: grid; gap: 0.4rem; }
.demo-form input, .demo-form textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem 1rem;
}
.demo-form input:focus, .demo-form textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.form-note { font-size: 0.88rem; color: var(--ink-soft); font-style: italic; }

/* --------------------------------------------------------------- yt embeds */
.yt-frame {
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
  background: var(--pine);
}
.yt-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* --------------------------------------------------------------- map embed */
.map-frame { border-radius: var(--r-card); overflow: hidden; box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ------------------------------------------------------------------ footer */
.site-footer {
  background: var(--pine);
  color: var(--ivory-dim);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  font-size: 0.95rem;
}
.site-footer h3 { color: var(--ivory-soft); margin-bottom: 0.9rem; }
.site-footer a { color: var(--ivory-soft); }
.site-footer a:hover { color: var(--rose); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--line-light);
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.disclaimer {
  margin-top: 1.6rem;
  font-size: 0.83rem;
  font-style: italic;
  color: var(--ivory-dim);
  max-width: 84ch;
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------- misc */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--teal);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
  border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; color: #fff; }
