/* magneticwoman.ge — static landing page
   Edit palette via :root variables. */

:root {
  --ink: #070503;
  --ink-soft: #120d08;
  --ink-card: #1c140d;

  --cream: #f3e4cf;
  --cream-deep: #e8d1b2;
  --paper: #fff4e6;

  --text-dark: #2b1b10;
  --text-light: #fff3de;
  --muted-light: #e2ccad;
  --muted-dark: #7e6650;

  --gold: #e9b85e;
  --gold-soft: #ffd98a;
  --gold-deep: #a96e1f;
  --gold-pale: #f4d69b;

  --gold-rgb: 233, 184, 94;
  --gold-soft-rgb: 255, 217, 138;
  --gold-deep-rgb: 169, 110, 31;
  --text-dark-rgb: 43, 27, 16;

  --line-dark: rgba(var(--text-dark-rgb), .18);
  --line-light: rgba(var(--gold-soft-rgb), .38);
  --shadow: 0 24px 60px rgba(0,0,0,.25);

  --serif-ka: "Noto Serif Georgian", Georgia, serif;
  --sans-ka: "Noto Sans Georgian", Arial, sans-serif;
  --serif-latin: "Cormorant Garamond", Georgia, serif;
  --sans-latin: "Manrope", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text-light);
  font-family: var(--sans-ka);
  line-height: 1.74;
  -webkit-font-smoothing: antialiased;
}
html[lang="en"] body,
html[lang="ru"] body { font-family: var(--sans-latin); }

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 {
  font-family: var(--serif-ka);
  line-height: 1.23;
  letter-spacing: -.035em;
  font-weight: 600;
}
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3,
html[lang="ru"] h1, html[lang="ru"] h2, html[lang="ru"] h3 {
  font-family: var(--serif-latin);
  letter-spacing: -.02em;
}

.container { width: var(--container); margin-inline: auto; }
.section { position: relative; overflow: hidden; padding: 116px 0; }
.dark-section { background: var(--ink); color: var(--text-light); }
.light-section { background: var(--cream); color: var(--text-dark); }

.section-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  margin-bottom: 20px;
}
.section-heading { margin-bottom: 54px; }
.section-heading h2,
.heart-section h2,
.ready-section h2 { font-size: clamp(42px, 6vw, 70px); margin-bottom: 0; }
.gold-text { color: var(--gold-soft); }
.gold-on-light { color: var(--gold-deep); font-weight: 700; }
.lead { font-size: 20px; font-weight: 700; }
.lead-dark { font-size: 21px; color: var(--muted-light); }
.large-emphasis { font-family: var(--serif-ka); font-size: clamp(25px, 3vw, 38px); line-height: 1.36; }
html[lang="en"] .large-emphasis, html[lang="ru"] .large-emphasis { font-family: var(--serif-latin); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: rgba(9,8,7,.82);
  border-bottom: 1px solid rgba(var(--gold-soft-rgb), .18);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 9px; margin-right: auto; font-family: var(--serif-ka); color: var(--gold-soft); font-weight: 700; }
html[lang="en"] .brand, html[lang="ru"] .brand { font-family: var(--serif-latin); font-size: 19px; }
.brand-mark { font-size: 14px; color: var(--gold); }
.site-nav { display: flex; gap: 20px; color: #d8cbc0; font-size: 13px; }
.site-nav a { opacity: .82; transition: color .2s ease, opacity .2s ease; }
.site-nav a:hover { color: var(--gold-soft); opacity: 1; }
.lang-switcher { display: flex; gap: 4px; }
.lang-switcher button {
  cursor: pointer;
  border: 1px solid rgba(var(--gold-soft-rgb), .28);
  background: transparent;
  color: #c8baad;
  min-width: 34px;
  min-height: 32px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  transition: .2s ease;
}
.lang-switcher button:hover,
.lang-switcher button.is-active { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.menu-toggle { display: none; }

.hero { min-height: 100svh; display: flex; align-items: center; padding-top: 125px; }
.hero::before,
.heart-section::before,
.quotes-section::before,
.ready-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background:
    radial-gradient(circle at 80% 0%, rgba(var(--gold-deep-rgb), .22), transparent 35%),
    linear-gradient(115deg, transparent 0 57%, rgba(var(--gold-rgb), .12) 57.2%, transparent 57.5%),
    linear-gradient(112deg, transparent 0 72%, rgba(199,154,99,.06) 72.2%, transparent 72.5%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr); align-items: center; gap: 52px; }
.hero-copy h1 { font-size: clamp(50px, 6vw, 84px); margin-bottom: 30px; }
.hero-text { color: #d7c9bd; font-size: 17px; }
.hero-text p { margin-bottom: 8px; }
.statement-box {
  margin-top: 28px;
  max-width: 460px;
  display: grid;
  gap: 4px;
  padding: 17px 22px;
  border: 1px solid rgba(var(--gold-soft-rgb), .44);
  background: rgba(255,255,255,.015);
}
.statement-box strong { color: var(--gold-soft); font-family: var(--serif-ka); font-size: 24px; }
html[lang="en"] .statement-box strong, html[lang="ru"] .statement-box strong { font-family: var(--serif-latin); }

.hero-visual { position: relative; min-height: 660px; display: flex; align-items: flex-end; }
.hero-visual img { height: 660px; object-fit: cover; object-position: 68% center; border: 1px solid rgba(var(--gold-soft-rgb), .28); }
.hero-title-card {
  position: absolute;
  left: -60px;
  bottom: 32px;
  width: min(560px, 88%);
  padding: 22px 28px 20px;
  background: rgba(9,8,7,.83);
  border: 1px solid rgba(var(--gold-soft-rgb), .28);
  backdrop-filter: blur(12px);
}
.hero-title-card .eyebrow { margin: 0 0 6px; color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
.hero-title-card h2 { margin: 0 0 8px; color: var(--gold-soft); font-size: clamp(38px, 5vw, 62px); }
.hero-title-card p { color: #ddcfc3; margin-bottom: 12px; }
.hero-title-card span { color: #fff7ee; font-size: 14px; }

.mirror-section::before, .letter-section::before, .inside-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background: linear-gradient(135deg, transparent 0 70%, rgba(var(--gold-deep-rgb), .28) 70.2%, transparent 70.4%);
}
.mirror-grid { display: grid; grid-template-columns: .76fr 1.12fr 1.12fr; gap: 34px; align-items: start; }
.media-frame { overflow: hidden; border: 1px solid rgba(45,33,28,.17); background: var(--cream-deep); box-shadow: var(--shadow); }
.portrait-frame img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 62% center; }
.mirror-copy p { margin-bottom: 14px; }
.short-lines { border-left: 1px solid rgba(45,33,28,.25); padding-left: 16px; margin: 20px 0; }
.short-lines p { margin-bottom: 4px; }
.editorial-list { padding-left: 20px; margin: 14px 0 0; }
.editorial-list li::marker { color: var(--gold-deep); }
.mirror-callouts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }
.callout-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(45,33,28,.18);
  background: rgba(255,255,255,.18);
}
.callout-card p { margin: 0; font-weight: 600; }
.line-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border: 1px solid rgba(45,33,28,.28); border-radius: 50%; font-size: 27px; color: var(--gold-deep); }
.wide-quote {
  margin: 18px 0 0;
  padding: 20px 24px;
  text-align: center;
  color: var(--text-dark);
  border: 1px solid rgba(45,33,28,.22);
  background: rgba(var(--gold-deep-rgb), .10);
  font-family: var(--serif-ka);
  font-weight: 700;
  font-size: 21px;
}
html[lang="en"] .wide-quote, html[lang="ru"] .wide-quote { font-family: var(--serif-latin); font-size: 25px; }

.heart-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: start; }
.heart-grid h2 { color: var(--gold-soft); margin-bottom: 28px; }
.heart-grid p { color: #d3c6bb; }
.not-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 30px 0; }
.not-grid article { text-align: center; padding: 15px 8px 12px; }
.not-grid span { display: inline-grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(var(--gold-soft-rgb), .48); border-radius: 50%; color: var(--gold); font-size: 27px; }
.not-grid p { margin: 8px 0 0; color: var(--muted-light); font-size: 13px; }
.heart-panel {
  padding: 30px;
  border: 1px solid rgba(var(--gold-soft-rgb), .40);
  background: rgba(255,255,255,.02);
  box-shadow: var(--shadow);
}
.heart-panel p { margin-bottom: 14px; }
.heart-panel ul { margin: 10px 0 22px; padding-left: 21px; }
.heart-panel li { margin-bottom: 5px; color: var(--muted-light); }
.heart-panel li::marker { color: var(--gold); }
.heart-panel hr { border: 0; border-top: 1px solid rgba(var(--gold-soft-rgb), .28); margin: 20px 0; }
.panel-closing { color: var(--gold-soft) !important; font-family: var(--serif-ka); font-weight: 700; font-size: 24px; }
html[lang="en"] .panel-closing, html[lang="ru"] .panel-closing { font-family: var(--serif-latin); font-size: 28px; }

.letter-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 42px; }
.letter-frame img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center center; }
.columns-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.columns-copy > div + div { padding-left: 28px; border-left: 1px solid rgba(45,33,28,.2); }
.letter-copy p { margin-bottom: 14px; }
.letter-bottom {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  color: var(--text-light);
  background: var(--ink-soft);
  border: 1px solid rgba(var(--gold-soft-rgb), .30);
}
.letter-bottom p { margin-bottom: 7px; }
.feather { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(var(--gold-soft-rgb), .42); border-radius: 50%; color: var(--gold); font-size: 27px; }

.quotes-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.quote-card {
  margin: 0;
  min-height: 230px;
  padding: 22px 18px;
  border: 1px solid rgba(var(--gold-soft-rgb), .22);
  background: rgba(255,255,255,.025);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.quote-card:hover { transform: translateY(-6px); border-color: rgba(var(--gold-soft-rgb), .48); background: rgba(255,255,255,.045); }
.quote-card span { display: block; height: 30px; color: var(--gold); font-family: Georgia, serif; font-size: 46px; line-height: .8; }
.quote-card p { margin: 10px 0 0; color: #e0d3c8; font-size: 14px; line-height: 1.67; }

.inside-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 58px; align-items: center; }
.inside-list { columns: 2; column-gap: 52px; padding: 0; margin: 0; list-style: none; counter-reset: topics; }
.inside-list li {
  position: relative;
  break-inside: avoid;
  counter-increment: topics;
  padding: 0 0 18px 43px;
  min-height: 48px;
}
.inside-list li::before {
  content: counter(topics);
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold-pale);
  color: var(--text-dark);
  font-weight: 700;
  font-size: 12px;
}
.inside-emphasis {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: var(--ink-soft);
  color: var(--text-light);
  border: 1px solid rgba(var(--gold-soft-rgb), .34);
  box-shadow: var(--shadow);
}
.inside-emphasis span { color: var(--gold); font-size: 35px; }
.inside-emphasis p { margin: 12px 0 8px; color: var(--muted-light); }
.inside-emphasis strong { color: var(--gold-soft); font-family: var(--serif-ka); font-size: 23px; line-height: 1.42; }
html[lang="en"] .inside-emphasis strong, html[lang="ru"] .inside-emphasis strong { font-family: var(--serif-latin); font-size: 28px; }

.ready-grid { display: grid; grid-template-columns: .72fr 1.18fr .52fr; gap: 38px; align-items: center; }
.ready-visual { overflow: hidden; border: 1px solid rgba(var(--gold-soft-rgb), .26); }
.ready-visual img { aspect-ratio: 4 / 5; object-fit: cover; }
.ready-copy h2 { color: var(--gold-soft); font-size: clamp(36px, 4.5vw, 62px); margin-bottom: 24px; }
.ready-copy p { color: #d7c9be; }
.contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-height: 48px;
  padding: 10px 19px;
  border: 1px solid rgba(var(--gold-soft-rgb), .48);
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: .25s ease;
}
.contact-cta:hover {
  border-color: var(--gold);
  background: rgba(var(--gold-rgb), .16);
  transform: translateY(-2px);
}

.contacts-section {
  background:
    radial-gradient(circle at 88% 0%, rgba(var(--gold-rgb), .18), transparent 32%),
    var(--cream);
}
.contacts-heading {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 36px;
}
.contacts-heading h2 {
  margin: 0;
  color: var(--text-dark);
  font-size: clamp(44px, 6vw, 74px);
}
.contacts-heading > p {
  margin: 0 0 7px;
  max-width: 700px;
  color: var(--muted-dark);
  font-size: 18px;
}
.socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.social-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 19px 18px;
  border: 1px solid rgba(45,33,28,.18);
  background: rgba(255,255,255,.28);
  color: var(--text-dark);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.social-link:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--gold-deep-rgb), .62);
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 38px rgba(var(--text-dark-rgb), .16);
}
.social-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgba(var(--gold-deep-rgb), .42);
  border-radius: 50%;
  color: var(--gold-deep);
  background: rgba(var(--gold-rgb), .14);
}
.social-icon svg,
.contact-email-icon svg {
  width: 27px;
  height: 27px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-icon svg .icon-fill { fill: currentColor; stroke: none; }
.social-icon svg path[fill] { fill: currentColor; }
.social-copy { display: grid; gap: 3px; min-width: 0; }
.social-copy strong { color: var(--text-dark); font-size: 14px; }
.social-copy small { overflow: hidden; color: var(--muted-dark); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.social-arrow {
  position: absolute;
  top: 12px;
  right: 14px;
  color: var(--gold-deep);
  font-size: 18px;
}
.contact-email {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(45,33,28,.18);
  background: var(--ink-soft);
  color: var(--text-light);
  transition: transform .25s ease, border-color .25s ease;
}
.contact-email:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--gold-soft-rgb), .62);
}
.contact-email-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid rgba(var(--gold-soft-rgb), .48);
  border-radius: 50%;
  color: var(--gold-soft);
}
.contact-email-copy { display: grid; gap: 2px; min-width: 0; }
.contact-email-copy small {
  color: var(--muted-light);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-email-copy strong {
  overflow-wrap: anywhere;
  color: var(--gold-soft);
  font-size: 15px;
}
.contact-arrow { margin-left: auto; color: var(--gold-soft); font-size: 22px; }
.book-card {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(var(--gold-soft-rgb), .38);
  background: rgba(255,255,255,.025);
}
.book-card span { color: var(--gold); font-size: 25px; }
.book-card h3 { margin: 16px 0 12px; color: var(--gold-soft); font-size: 31px; }
.book-card p { margin-bottom: 8px; color: #d4c5ba; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.book-card strong { color: #f3e8dc; font-size: 13px; }

.site-footer { background: #050403; color: #9e9085; border-top: 1px solid rgba(var(--gold-soft-rgb), .20); }
.footer-inner { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--gold-soft); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (max-width: 1050px) {
  .site-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 32px; }
  .hero-visual, .hero-visual img { min-height: 560px; height: 560px; }
  .hero-visual img { object-position: 70% center; }
  .hero-title-card { left: -44px; }
  .mirror-grid { grid-template-columns: .8fr 1.2fr; }
  .mirror-copy-secondary { grid-column: 1 / -1; columns: 2; column-gap: 32px; }
  .quotes-grid { grid-template-columns: repeat(3,1fr); }
  .ready-grid { grid-template-columns: .64fr 1.36fr; }
  .book-card { grid-column: 1 / -1; max-width: 400px; justify-self: center; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 30px, 680px); }
  .section { padding: 78px 0; }
  .site-header { height: 64px; padding-inline: 15px; gap: 10px; }
  .brand { font-size: 14px; }
  .lang-switcher button { min-width: 30px; min-height: 29px; font-size: 10px; }
  .hero { min-height: auto; padding-top: 94px; }
  .hero-grid { display: flex; flex-direction: column; gap: 28px; }
  .hero-copy h1 { font-size: 51px; }
  .hero-text { font-size: 15px; }
  /*
     Mobile overlap fix:
     the tablet breakpoint gives .hero-visual a fixed 560px height.
     Reset both the wrapper and image dimensions on narrow screens so the
     title card remains in normal flow and the next section starts below it.
  */
  .hero-visual {
    width: 100%;
    height: auto;
    min-height: 0;
    display: block;
  }
  .hero-visual img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4/5;
  }
  .hero-title-card { position: relative; left: auto; bottom: auto; width: 100%; margin-top: -1px; padding: 20px; }
  .hero-title-card h2 { font-size: 43px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .heart-section h2, .ready-section h2 { font-size: 43px; }
  .mirror-grid { display: block; }
  .portrait-frame { max-width: 360px; margin: 0 auto 26px; }
  .mirror-copy-secondary { columns: 1; }
  .mirror-callouts { grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
  .callout-card { padding: 15px; }
  .wide-quote { padding: 16px; font-size: 18px; }
  .heart-grid { display: block; }
  .heart-panel { margin-top: 27px; padding: 22px; }
  .not-grid { gap: 5px; }
  .not-grid article { padding-inline: 1px; }
  .not-grid span { width: 46px; height: 46px; }
  .not-grid p { font-size: 11px; }
  .letter-grid { display: block; }
  .letter-frame { max-width: 360px; margin: 0 auto 26px; }
  .columns-copy { display: block; }
  .columns-copy > div + div { padding-left: 0; border-left: 0; }
  .letter-bottom { display: block; padding: 20px; }
  .feather { margin: 17px auto; }
  .quotes-grid { grid-template-columns: 1fr; }
  .quote-card { min-height: 0; padding: 18px; }
  .inside-layout { display: block; }
  .inside-list { columns: 1; }
  .inside-emphasis { min-height: 0; margin-top: 22px; }
  .ready-grid { display: block; }
  .ready-visual { max-width: 360px; margin: 0 auto 26px; }
  .book-card { margin-top: 26px; }
  .footer-inner { min-height: 76px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
}

@media (max-width: 1050px) {
  .menu-toggle {
    display: grid;
    gap: 4px;
    cursor: pointer;
    order: 2;
    width: 38px;
    height: 34px;
    align-content: center;
    justify-content: center;
    border: 1px solid rgba(var(--gold-soft-rgb), .28);
    border-radius: 999px;
    background: transparent;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 15px; height: 1px; background: var(--gold-soft); }
  .lang-switcher { order: 3; }
  .site-nav {
    display: none;
    position: fixed;
    inset: 72px 0 auto;
    padding: 18px max(24px, calc((100vw - 1180px) / 2));
    flex-direction: column;
    gap: 11px;
    background: rgba(9,8,7,.97);
    border-bottom: 1px solid rgba(var(--gold-soft-rgb), .22);
  }
  .site-nav.is-open { display: flex; }
}
@media (max-width: 760px) {
  .site-nav { inset: 64px 0 auto; padding-inline: 15px; }
}

@media (max-width: 1050px) {
  .socials { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .contacts-heading { display: block; margin-bottom: 25px; }
  .contacts-heading > p { margin-top: 10px; font-size: 16px; }
  .socials { grid-template-columns: 1fr; gap: 10px; }
  .social-link { min-height: 92px; padding: 15px; }
  .social-icon { width: 45px; height: 45px; flex-basis: 45px; }
  .social-icon svg, .contact-email-icon svg { width: 25px; height: 25px; }
  .contact-email { padding: 16px; }
}


/* v1.4 — definitive mobile hero layout fix and real hero image crop */
@media (max-width: 760px) {
  .hero {
    display: block !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding-top: 94px !important;
  }

  .hero-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .hero-copy,
  .hero-visual {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .hero-visual {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .hero-visual img {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover !important;
    object-position: 72% center !important;
  }

  .hero-title-card {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: -1px 0 0 !important;
    transform: none !important;
  }

  .mirror-section {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
  }
}


/* v1.5 — second block real image */
.portrait-frame img {
  background: var(--cream-deep);
}

@media (max-width: 760px) {
  .portrait-frame {
    max-width: 360px;
  }
  .portrait-frame img {
    object-position: 64% center !important;
  }
}


/* v1.6 — author block real image */
.letter-frame img {
  background: var(--cream-deep);
}

@media (max-width: 760px) {
  .letter-frame {
    max-width: 360px;
  }
  .letter-frame img {
    object-position: center center !important;
  }
}
