
.hamuy-nav-visible,
header .header__menu__nav-site li.hamuy-nav-visible,
header .header__menu__nav-site li.hamuy-nav-visible.disabled,
main .mod-scroll__intro__menu li.hamuy-nav-visible {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  pointer-events: all !important;
}
/* The recovered runtime leaves the original menu trigger hidden until a
   source-specific timeline plays.  HAMUY owns this control, so keep it
   visible and above the fixed scaffold from the first rendered frame. */
header .header__btn[data-hamuy-menu-toggle] {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 10060;
  filter: none;
  background: #101a20;
  color: #f0ebe2;
}
header .header__btn[data-hamuy-menu-toggle] > span {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
header .header__btn[data-hamuy-menu-toggle]::before { background: #101a20 !important; }
main .hamuy-intro-nav {
  position: absolute;
  top: calc(var(--wrapper-padd) + 2.2rem);
  right: var(--wrapper-padd);
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: end;
  gap: 0.52rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
main .hamuy-intro-nav li {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}
main .hamuy-intro-nav a {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  line-height: 1.25;
}
@media (max-width: 950px) {
  main .hamuy-intro-nav { display: none; }
}

/* Menu: whole-word navigation only. The inherited SplitText menu classes are
   deliberately absent, preventing duplicated and rotated glyph layers. */
header .hamuy-menu {
  z-index: 10050;
  min-height: 100svh;
  padding: clamp(1.2rem, 2.2vw, 2.8rem);
  color: #2f2114;
  opacity: 0;
  pointer-events: all;
  transition: opacity 180ms ease;
}
header .hamuy-menu.is-open { opacity: 1; }
header .hamuy-menu .header__menu__bg {
  width: 100%;
  background: #c8d9eb;
}
header .hamuy-menu__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(12rem, 0.8fr) minmax(21rem, 1.25fr) minmax(15rem, 0.7fr);
  gap: clamp(1.25rem, 4vw, 5rem);
  align-items: stretch;
  width: 100%;
  min-height: calc(100svh - clamp(5rem, 11vw, 11rem));
  padding: clamp(3.2rem, 9vh, 8rem) 0 clamp(3.5rem, 9vh, 7rem);
  box-sizing: border-box;
}
header .hamuy-menu__primary,
header .hamuy-menu__stages {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}
header .hamuy-menu__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
header .hamuy-menu__links {
  display: grid;
  gap: 0.38em;
  margin-top: auto;
}
header .hamuy-menu a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}
header .hamuy-menu__links a {
  font-family: var(--f-izmir, Arial, sans-serif);
  font-size: clamp(1.85rem, 3.3vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
}
header .hamuy-menu__links a::after,
header .hamuy-menu__stages-heading a::after {
  width: 0;
  height: 1px;
  margin: auto 0 auto 0.35em;
  background: currentColor;
  content: '';
  transition: width 180ms ease;
}
header .hamuy-menu a:hover::after,
header .hamuy-menu a:focus-visible::after { width: 1.4em; }
header .hamuy-menu a:focus-visible { outline: 2px solid currentColor; outline-offset: 0.18em; }
header .hamuy-menu__stages {
  justify-content: flex-start;
  gap: clamp(1.6rem, 5vw, 5rem);
}
header .hamuy-menu__stages-heading {
  display: grid;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
header .hamuy-menu__stages-heading a {
  font-family: var(--f-edit, Georgia, serif);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  text-transform: none;
  letter-spacing: 0;
}
header .hamuy-menu__stage-list {
  display: grid;
  gap: clamp(0.7rem, 1.4vw, 1.35rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
header .hamuy-menu__stage-list a {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
  width: 100%;
}
header .hamuy-menu__stage-list span {
  font-family: var(--f-edit, Georgia, serif);
  font-size: 0.95rem;
}
header .hamuy-menu__stage-list strong {
  font-family: var(--f-regular, Georgia, serif);
  font-size: clamp(1.45rem, 2.6vw, 3.25rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.045em;
}
header .hamuy-menu__media {
  position: relative;
  min-height: 20rem;
  margin: 0;
  overflow: hidden;
  background: #b4987a;
}
header .hamuy-menu__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header .hamuy-menu__footer {
  position: absolute;
  z-index: 2;
  right: clamp(1.2rem, 2.2vw, 2.8rem);
  bottom: clamp(1.2rem, 2.2vw, 2.8rem);
  font-family: var(--f-edit, Georgia, serif);
  font-size: clamp(1rem, 1.3vw, 1.45rem);
}
html.hamuy-menu-open { overflow: hidden; }
html[data-hamuy-theme="night"] header .hamuy-menu { color: #f0ebe2; }
html[data-hamuy-theme="night"] header .hamuy-menu .header__menu__bg { background: #192426; }
@media (max-width: 950px) {
  header .hamuy-menu { overflow-y: auto; }
  header .hamuy-menu__layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 4.5rem 0 5rem;
  }
  header .hamuy-menu__primary { gap: 2.2rem; }
  header .hamuy-menu__links { margin-top: 0; }
  header .hamuy-menu__stages { gap: 1.4rem; }
  header .hamuy-menu__media { min-height: 14rem; max-height: 20rem; }
  header .hamuy-menu__footer { position: relative; right: auto; bottom: auto; margin-top: 1rem; }
}

/* Values section: one title and one text block per value. Keep the original
   scrolling container but remove the duplicated responsive copies. */
main .mod-scroll__terms.hamuy-terms {
  width: 100vw !important;
  min-width: 100vw !important;
  flex: 0 0 100vw;
  gap: clamp(2.2rem, 5.5vw, 7.5rem);
  padding: clamp(3.5rem, 6vw, 7rem) max(var(--wrapper-padd), 3rem);
  box-sizing: border-box;
}
main .mod-scroll__terms.hamuy-terms .hamuy-terms__term {
  display: grid;
  grid-template-columns: minmax(15rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 5rem);
  align-items: end;
  width: 100%;
  min-height: clamp(12rem, 20vw, 22rem);
  margin: 0 !important;
  padding: 0 !important;
}
main .mod-scroll__terms.hamuy-terms .hamuy-terms__copy {
  position: static !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}
main .mod-scroll__terms.hamuy-terms .hamuy-terms__copy p { margin: 0; }
main .mod-scroll__terms.hamuy-terms .hamuy-terms__heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(0.6rem, 1.3vw, 1.35rem);
  align-items: start;
  width: 100%;
}
main .mod-scroll__terms.hamuy-terms .hamuy-terms__number { padding-top: 0.55em; }
main .mod-scroll__terms.hamuy-terms .hamuy-terms__title {
  min-width: 0;
  margin: 0;
  color: inherit;
  font-size: clamp(3.15rem, 10vw, 12.5rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.075em;
  white-space: nowrap;
  text-transform: uppercase;
}
main .mod-scroll__terms.hamuy-terms .hamuy-terms__legacy-copy { display: none !important; }
/* The source site's cursor-following image was allowed to float above copy.
   In this clinical version it hid the second and third explanations, so the
   imagery remains in the preceding horizontal panels instead of masking text. */
main .mod-scroll__terms.hamuy-terms .follow__mouse { display: none !important; }
@media (max-width: 950px) {
  main .mod-scroll__terms.hamuy-terms { gap: 3.25rem; padding: 4rem var(--wrapper-padd); }
  main .mod-scroll__terms.hamuy-terms .hamuy-terms__term {
    grid-template-columns: 1fr;
    gap: 1rem;
    min-height: auto;
  }
  main .mod-scroll__terms.hamuy-terms .hamuy-terms__copy { order: 2; }
  main .mod-scroll__terms.hamuy-terms .hamuy-terms__heading { order: 1; }
  main .mod-scroll__terms.hamuy-terms .hamuy-terms__title {
    font-size: clamp(2.45rem, 10.8vw, 5.2rem);
    line-height: 0.86;
    letter-spacing: -0.055em;
  }
}
.hamuy-controls {
  position: fixed;
  right: clamp(0.75rem, 1.8vw, 1.8rem);
  bottom: clamp(0.75rem, 1.8vw, 1.8rem);
  z-index: 10020;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(16, 23, 24, 0.32);
  border-radius: 999px;
  background: rgba(243, 237, 227, 0.94);
  box-shadow: 0 0.65rem 2rem rgba(12, 18, 19, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-family: var(--f-izmir, Arial, sans-serif);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.hamuy-controls button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #13191a;
  cursor: pointer;
  font: inherit;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}
.hamuy-controls button:focus-visible {
  outline: 2px solid #008f8e;
  outline-offset: -2px;
}
.hamuy-controls__languages {
  display: flex;
  align-items: center;
  padding: 0.2rem;
}
.hamuy-controls__language {
  min-width: 2.15rem;
  padding: 0.72rem 0.44rem;
  opacity: 0.54;
}
.hamuy-controls__language[aria-pressed="true"] {
  border-radius: 999px;
  background: #13191a;
  color: #f4eee6;
  opacity: 1;
}
.hamuy-controls__theme {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.72rem 0.82rem 0.72rem 0.7rem;
  border-left: 1px solid rgba(16, 23, 24, 0.16) !important;
  text-transform: uppercase;
}
.hamuy-controls__theme-mark {
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: inset -0.18rem 0 0 #13191a;
}
html[data-hamuy-theme="night"] {
  color-scheme: dark;
  --c-white: #141a1a;
  --c-black: #f0ebe2;
  --color-white: #141a1a;
  --color-black: #f0ebe2;
  --white: #141a1a;
  --black: #f0ebe2;
}
html[data-hamuy-theme="night"] body,
html[data-hamuy-theme="night"] .bg-white,
html[data-hamuy-theme="night"] .modal__content {
  background-color: #141a1a !important;
  color: #f0ebe2 !important;
}
html[data-hamuy-theme="night"] .bg-beige,
html[data-hamuy-theme="night"] .mod-scroll__intro,
html[data-hamuy-theme="night"] .mod-scroll__text,
html[data-hamuy-theme="night"] .mod-scroll__images-text {
  background-color: #1b2221 !important;
}
html[data-hamuy-theme="night"] .bg-black,
html[data-hamuy-theme="night"] .mod-footer {
  background-color: #0e1213 !important;
}
html[data-hamuy-theme="night"] body,
html[data-hamuy-theme="night"] a,
html[data-hamuy-theme="night"] p,
html[data-hamuy-theme="night"] h1,
html[data-hamuy-theme="night"] h2,
html[data-hamuy-theme="night"] h3,
html[data-hamuy-theme="night"] .c-black,
html[data-hamuy-theme="night"] .col-black {
  color: #f0ebe2 !important;
}
html[data-hamuy-theme="night"] .hamuy-controls {
  border-color: rgba(236, 231, 220, 0.27);
  background: rgba(23, 30, 30, 0.94);
  box-shadow: 0 0.65rem 2rem rgba(0, 0, 0, 0.28);
}
html[data-hamuy-theme="night"] .hamuy-controls button {
  color: #f0ebe2;
}
html[data-hamuy-theme="night"] .hamuy-controls__language[aria-pressed="true"] {
  background: #f0ebe2;
  color: #141a1a;
}
html[data-hamuy-theme="night"] .hamuy-controls__theme {
  border-left-color: rgba(236, 231, 220, 0.2) !important;
}
html[data-hamuy-theme="night"] .hamuy-controls__theme-mark {
  box-shadow: inset -0.18rem 0 0 #f0ebe2;
}
@media (max-width: 600px) {
  .hamuy-controls {
    right: 0.7rem;
    bottom: 0.7rem;
    font-size: 0.61rem;
  }
  .hamuy-controls__language { min-width: 1.9rem; }
  .hamuy-controls__theme { padding-right: 0.65rem; }
}
