* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --nav-height: 82px;
  --site-pad: clamp(14px, 1.8vw, 28px);
  --content-max: 1240px;
  --dark: #111;
  --gallery-gap: 6px;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
}

html.has-scroll-smooth {
  overflow: hidden;
}

body {
  font-family: Arial, sans-serif;
  color: var(--dark);
  background: #fff;
}

body.lightbox_open {
  overflow: hidden;
}

[data-scroll-container] {
  min-height: 100vh;
}

section {
  position: relative;
}

/* NAVBAR */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  padding: 0 var(--site-pad);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.nav_inner {
  width: 100%;
  max-width: var(--content-max);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.nav_logo {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  transform: none;
}

.nav_logo_main {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #111;
}

.nav_logo_sub {
  margin-left: 12px;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  color: rgba(17, 17, 17, 0.65);
  text-transform: uppercase;
}

.nav_actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav_icon_button,
.nav_button,
.submit_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border-radius: 999px;
  border: none;
  color: #111;
  background: transparent;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.nav_icon_button {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.nav_icon_button:hover,
.nav_button:hover,
.submit_button:hover {
  background: #d9d9d9;
  transform: scale(1.03);
}

.nav_icon_img {
  width: 17px;
  height: 17px;
  display: block;
  filter: none;
}

.nav_button {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 16px;
}

/* HERO */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  gap: 14px;
  text-align: center;
  padding: calc(var(--nav-height) + 32px) var(--site-pad) 40px;
  z-index: 2;
  position: relative;
}

.hero_signature_wrap {
  width: min(86vw, 1080px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.hero_signature {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.hero_signature svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  transform: translateX(20px) rotate(2deg);
  transform-origin: center center;
}

.hero_signature .sig-visible path,
.hero_signature .sig-visible line,
.hero_signature .sig-visible polyline,
.hero_signature .sig-visible polygon,
.hero_signature .sig-visible ellipse,
.hero_signature .sig-visible circle,
.hero_signature .sig-visible rect {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  stroke-width: 1.25 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.14));
}

.hero_signature .sig-mask-stroke {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 18 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
  animation-name: signature-draw;
  animation-timing-function: cubic-bezier(.65, 0, .35, 1);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: calc(0.25s + var(--delay, 0s));
}

@keyframes signature-draw {
  from {
    stroke-dashoffset: var(--path-length);
  }
  to {
    stroke-dashoffset: 0;
  }
}

.under_sentinel {
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.under_redstone {
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 8px;
}

/* BACKGROUND */

.aura {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-image:
    url("assets/full/_DSC2897-2 (2).webp"),
    url("assets/backgrounds/_DSC2897-2 (2).jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aura::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.34)),
    linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.15));
}

/* ABOUT */

.about_section {
  min-height: 58vh;
  background: #fff;
  padding: 120px var(--site-pad) 100px;
  z-index: 2;
}

.about_inner {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.about_kicker {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.56);
  margin-bottom: 14px;
}

.about_heading {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: 14px;
}

.about_subheading {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  max-width: 780px;
  color: rgba(17, 17, 17, 0.72);
  margin-bottom: 28px;
}

.about_copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 42px;
}

.about_text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #111;
}

/* GALLERY */

.gallery_section {
  background: #f4f4f4;
  min-height: 100vh;
  height: 100vh;
  padding: 8px;
  z-index: 2;
}

.rect_gallery {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: var(--gallery-gap);
}

.rect_tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #d9d9d9;
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  user-select: none;
  -webkit-user-select: none;
}

.rect_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: transform 0.3s ease, filter 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.rect_tile:hover .rect_img {
  filter: grayscale(0);
  transform: scale(1.06);
}

.rect_tile::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.rect_tile:hover::after {
  opacity: 1;
}

.rect_caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.rect_tile:hover .rect_caption {
  opacity: 1;
  transform: translateY(0);
}

/* LIGHTBOX */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.lightbox.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lightbox_inner {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 1200px);
  max-width: 92vw;
}

.lightbox_img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  display: block;
  background: #111;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: auto;
}

.lightbox_caption {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}

.lightbox_close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 3;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

/* CONTACT */

.contact {
  background: #f5f5f5;
  padding: 80px var(--site-pad);
  z-index: 3;
}

.contact_inner {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.contact_header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.contact_title {
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact_description {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.85;
}

.contact_form {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.contact_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.span-6 {
  grid-column: span 6;
}

.form_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.req {
  color: #b00020;
}

.form_field input,
.form_field textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  background: white;
  font-size: 1rem;
}

.form_field textarea {
  min-height: 160px;
  resize: vertical;
}

.form_field_full {
  width: 100%;
  max-width: 1100px;
  margin: 16px auto 0;
}

.error_msg {
  display: none;
  font-size: 0.85rem;
  color: #b00020;
}

.touched:invalid {
  border-color: #b00020;
}

.touched:invalid ~ .error_msg {
  display: block;
}

.form_error {
  margin-top: 10px;
  color: #b00020;
  min-height: 1.2em;
}

.button_row {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin: 22px auto 0;
}

.submit_button {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  min-width: 190px;
  height: 48px;
  padding: 17px 36px;
}

/* FOOTER */

.site_footer {
  background: #0a0c12;
  color: rgba(255, 255, 255, 0.9);
  padding: 80px var(--site-pad) 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 3;
  position: relative;
}

.footer_inner {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
}

.footer_top {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 36px;
}

.footer_brand {
  max-width: 420px;
}

.footer_logo {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  margin-bottom: 18px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.footer_logo_main {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  color: #fff;
}

.footer_logo_sub {
  margin-left: 12px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
}

.footer_brand_text {
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.footer_links_wrap {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(260px, 1.2fr) minmax(140px, 1fr);
  gap: 32px;
}

.footer_col h3 {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
  margin-bottom: 16px;
}

.footer_col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_col a,
.footer_bottom a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.footer_col a:hover,
.footer_bottom a:hover,
.footer_logo:hover {
  color: #fff;
}

.footer_col li {
  font-size: 0.96rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.footer_contact_col {
  min-width: 0;
}

.footer_contact_list li {
  word-break: normal;
}

.footer_contact_list a {
  display: inline-block;
  white-space: nowrap;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer_bottom p {
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.52);
}

.footer_bottom_links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* POLICY / LEGAL PAGES */

html.policy_page_html {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

body.policy_page {
  height: auto !important;
  min-height: 100vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: static !important;
  background: #ffffff;
  color: #111;
}

.policy_main {
  min-height: auto;
  background: #fff;
  position: relative;
  z-index: 1;
  display: block;
}

.policy_hero {
  padding: calc(var(--nav-height) + 72px) var(--site-pad) 44px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: #fff;
}

.policy_shell {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.policy_kicker {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.54);
  margin-bottom: 14px;
}

.policy_title {
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: #111;
}

.policy_intro {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(17, 17, 17, 0.76);
}

.policy_effective {
  margin-top: 22px;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.46);
}

.policy_content_section {
  padding: 52px var(--site-pad) 96px;
  background: #fff;
}

.policy_content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.policy_block {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.policy_block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.policy_block h2 {
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 14px;
}

.policy_block p,
.policy_block li {
  font-size: 1rem;
  line-height: 1.95;
  color: rgba(17, 17, 17, 0.8);
}

.policy_block ul {
  margin-top: 8px;
  padding-left: 18px;
}

.policy_block li + li {
  margin-top: 6px;
}

.policy_contact_line {
  margin-top: 8px;
}

.policy_contact_line a,
.policy_block a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.policy_contact_line a:hover,
.policy_block a:hover {
  color: #000;
  border-color: rgba(17, 17, 17, 0.6);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .footer_top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer_links_wrap {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .about_copy {
    grid-template-columns: 1fr;
  }

  .rect_gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

@media (max-width: 900px) {
  .contact_grid {
    grid-template-columns: 1fr;
  }

  .span-6 {
    grid-column: span 1;
  }

  .about_section {
    padding-left: var(--site-pad);
    padding-right: var(--site-pad);
  }

  .nav_inner {
    align-items: center;
  }

  .nav_actions {
    gap: 10px;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero_signature_wrap {
    width: min(92vw, 760px);
  }

  .hero_signature svg {
    transform: translateX(14px) rotate(2deg);
  }

  .hero_signature .sig-mask-stroke {
    stroke-width: 14 !important;
  }

  .site_footer {
    padding: 64px 6vw 28px;
  }

  .footer_links_wrap {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer_logo {
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer_logo_sub {
    margin-left: 0;
  }

  .footer_contact_list a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery_section {
    height: 100svh;
    min-height: 100svh;
    padding: 6px;
  }

  .rect_gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 5px;
  }

  .rect_caption {
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 9px;
  }

  .lightbox_close {
    top: 8px;
    right: 10px;
    font-size: 30px;
  }

  .lightbox_caption {
    font-size: 10px;
  }

  .policy_hero {
    padding-top: calc(var(--nav-height) + 56px);
    padding-bottom: 34px;
  }

  .policy_content_section {
    padding-top: 38px;
    padding-bottom: 72px;
  }

  .policy_block p,
  .policy_block li,
  .policy_intro {
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .policy_block h2 {
    font-size: 0.95rem;
  }
}

@media (max-width: 520px) {
  .nav_inner {
    gap: 12px;
  }

  .nav_actions {
    gap: 8px;
  }

  .nav_icon_button {
    width: 38px;
    height: 38px;
  }

  .nav_button {
    padding: 10px 12px;
    font-size: 10px;
  }

  .nav_logo_main {
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .nav_logo_sub {
    margin-left: 8px;
    font-size: 0.48rem;
    letter-spacing: 0.16em;
  }

  .rect_gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav_icon_button,
  .nav_button,
  .submit_button,
  .rect_img,
  .rect_tile::after,
  .rect_caption,
  .lightbox,
  .hero_signature .sig-mask-stroke {
    transition: none !important;
    animation: none !important;
  }
}