:root {
  --color-ink: #092635;
  --color-deep: #1b4242;
  --color-moss: #5c8374;
  --color-mint: #9ec8b9;
  --color-paper: #edf6f2;
  --color-white: #ffffff;
  --font-display: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;
  --radius-sm: 0.45rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.3rem;
  --shadow-soft: 0 0.8rem 2.4rem rgba(9, 38, 53, 0.12);
  --space-xs: 0.45rem;
  --space-sm: 0.8rem;
  --space-md: 1.1rem;
  --space-lg: 1.8rem;
  --space-xl: 2.8rem;
  --max-width: 74rem;
  --step--1: clamp(0.76rem, 0.73rem + 0.2vw, 0.84rem);
  --step-0: clamp(0.88rem, 0.83rem + 0.35vw, 1rem);
  --step-1: clamp(1.08rem, 0.98rem + 0.5vw, 1.24rem);
  --step-2: clamp(1.28rem, 1.14rem + 0.75vw, 1.6rem);
  --step-3: clamp(1.56rem, 1.32rem + 1.2vw, 2.05rem);
  --transition-fast: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.45;
  background: radial-gradient(circle at 14% 8%, #beddd2 0%, #edf6f2 38%, #d4e8df 100%);
  color: var(--color-ink);
}

a,
button {
  transition: transform var(--transition-fast), background var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast);
}

a {
  color: inherit;
  text-decoration: none;
}


h1{
 font-size: 1.2rem;
}

img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius-md);
}

.layout-shell {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.site-header {
  padding: var(--space-sm) 0;
  background: var(--color-white);
  border-bottom: 0.06rem solid rgba(9, 38, 53, 0.12);
}

.basic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-sm);
  padding: 0.55rem 0;
  flex-wrap: wrap;
}

.logo-text {
  font-family: var(--font-display);
  font-size: var(--step-1);
  color: var(--color-ink);
  letter-spacing: 0.02em;
}

.menu-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.menu-toggle {
  display: none;
  border: 0.06rem solid rgba(9, 38, 53, 0.22);
  background: var(--color-white);
  color: var(--color-ink);
  border-radius: var(--radius-sm);
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  cursor: pointer;
}

.menu-toggle .icon-close {
  display: none;
}

.menu-toggle.is-open .icon-open {
  display: none;
}

.menu-toggle.is-open .icon-close {
  display: inline-block;
}

.menu-panel a {
  color: var(--color-deep);
  font-size: var(--step--1);
  padding: 0.34rem 0.62rem;
  border: 0.06rem solid rgba(9, 38, 53, 0.24);
  border-radius: 10rem;
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  transform: translateY(-0.06rem);
  background: rgba(9, 38, 53, 0.07);
  outline: none;
}

.hero-zone {
  margin-top: var(--space-lg);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-lg);
  align-items: center;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: var(--step-1);
  margin: 0 0 var(--space-sm);
}

.hero-copy p {
  margin: 0 0 var(--space-md);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chip-btn {
  font-size: var(--step--1);
  padding: 0.52rem 0.8rem;
  border-radius: 10rem;
  border: 0.08rem solid transparent;
}

.chip-btn--solid {
  background: var(--color-ink);
  color: var(--color-paper);
}

.chip-btn--line {
  border-color: var(--color-deep);
  color: var(--color-deep);
}

.hero-art {
  border-radius: var(--radius-lg);
  min-height: 18rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #061a25;
}

#hero-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.section-block {
  margin: var(--space-xl) 0 0;
  position: relative;
}

.section-block h2 {
  margin: 0 0 var(--space-sm);
  font-family: var(--font-display);
  font-size: var(--step-2);
}

.thin-text {
  max-width: 46ch;
}

.stagger-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.card-surface {
  background: rgba(255, 255, 255, 0.76);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: var(--space-md);
  flex: 1 1 14rem;
}

.card-surface h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: var(--step-1);
}

.photo-strip {
  display: grid;
  gap: var(--space-sm);
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.photo-strip figure {
  margin: 0;
}

.photo-strip figure:nth-child(2) {
  transform: translateY(1.2rem) rotate(-1.8deg);
}

.photo-strip figure:nth-child(3) {
  grid-column: 1 / -1;
  width: 78%;
  justify-self: center;
  transform: rotate(1.2deg);
}

.photo-strip figcaption {
  font-size: 0.73rem;
  margin-top: 0.35rem;
}

.slant-panel {
  background: linear-gradient(145deg, #e1f0ea, #cde5db);
  transform: rotate(-1.1deg);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
}

.slant-panel > * {
  transform: rotate(1.1deg);
}

.map-holder iframe {
  border: 0;
  width: 100%;
  min-height: 15rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.contact-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-md);
  align-items: start;
}

form {
  background: rgba(255, 255, 255, 0.84);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  box-shadow: var(--shadow-soft);
}

label {
  display: block;
  font-size: var(--step--1);
  margin-bottom: 0.35rem;
}

input,
textarea {
  width: 100%;
  border: 0.08rem solid rgba(9, 38, 53, 0.28);
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  font: inherit;
  margin-bottom: 0.58rem;
}

textarea {
  min-height: 6.4rem;
  resize: vertical;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: var(--space-sm);
}

.consent-line input {
  width: auto;
  margin: 0.15rem 0 0;
}

.micro-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.micro-grid a,
.micro-grid p {
  margin: 0;
  font-size: var(--step--1);
}

.site-footer {
  margin-top: var(--space-xl);
  padding: var(--space-md) 0 var(--space-lg);
  font-size: var(--step--1);
}

.footer-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  align-items: center;
  justify-content: space-between;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.foot-links a {
  padding: 0.22rem 0.55rem;
  border-radius: 10rem;
  background: rgba(9, 38, 53, 0.08);
}

.policy-pop {
  position: fixed;
  right: 0.8rem;
  bottom: 0.8rem;
  width: min(20rem, calc(100% - 1.6rem));
  background: #0f2f3a;
  color: var(--color-paper);
  padding: 0.8rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  z-index: 30;
}

.policy-pop.is-hidden {
  display: none;
}

.policy-pop p {
  margin: 0 0 0.5rem;
  font-size: var(--step--1);
}

.policy-pop .button-row {
  gap: 0.4rem;
}

.policy-pop button,
.policy-pop a {
  font-size: 0.74rem;
  border: 0;
  border-radius: 10rem;
  padding: 0.4rem 0.68rem;
  cursor: pointer;
}

.policy-pop button {
  background: var(--color-mint);
  color: var(--color-ink);
}

.policy-pop a {
  background: rgba(158, 200, 185, 0.2);
  color: var(--color-paper);
}

.center-stack {
  text-align: center;
  max-width: 35rem;
  margin: 12vh auto 0;
}

.helper-note {
  font-size: var(--step--1);
  opacity: 0.9;
}

@media (min-width: 90rem) {
  .layout-shell {
    width: min(100%, 80rem);
  }
  .hero-art {
    min-height: 21rem;
  }
}

@media (max-width: 75rem) {
  .layout-shell {
    padding: 0 1rem;
  }
  .hero-zone {
    gap: 1.2rem;
  }
}

@media (max-width: 62rem) {
  .basic-header {
    justify-content: space-between;
  }
  .menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 60;
  }
  .menu-toggle.is-open {
    position: fixed;
    top: 0.7rem;
    right: 0.9rem;
    background: rgba(237, 246, 242, 0.95);
  }
  .menu-panel {
    display: none;
  }
  .menu-panel.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(9, 38, 53, 0.97);
    z-index: 45;
    padding: 4.2rem 1rem 1rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
    overflow: auto;
  }
  .menu-panel.is-open a {
    color: var(--color-paper);
    border-color: rgba(158, 200, 185, 0.38);
    background: rgba(158, 200, 185, 0.12);
    border-radius: 0.8rem;
    text-align: center;
    padding: 0.65rem 0.7rem;
  }
  .hero-zone,
  .contact-shell {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 14.5rem;
  }
}

@media (max-width: 52rem) {
  .section-block {
    margin-top: 2.2rem;
  }
  .slant-panel {
    transform: none;
  }
  .slant-panel > * {
    transform: none;
  }
  .footer-bar {
    justify-content: center;
  }
}

@media (max-width: 43rem) {
  .menu-panel {
    width: auto;
    gap: 0.65rem;
  }
  .menu-panel a {
    font-size: 0.74rem;
    padding: 0.3rem 0.52rem;
  }
  .photo-strip {
    grid-template-columns: 1fr;
  }
  .photo-strip figure:nth-child(2),
  .photo-strip figure:nth-child(3) {
    transform: none;
    width: 100%;
  }
  .contact-shell {
    gap: 0.8rem;
  }
}

@media (max-width: 30rem) {
  :root {
    --space-md: 0.9rem;
    --space-lg: 1.35rem;
    --space-xl: 2rem;
  }
  .layout-shell {
    padding: 0 0.75rem;
  }
  .hero-art {
    min-height: 12rem;
  }
  .card-surface,
  .slant-panel,
  form {
    padding: 0.75rem;
  }
  .policy-pop {
    right: 0.55rem;
    bottom: 0.55rem;
    width: calc(100% - 1.1rem);
  }
}

@media (max-width: 23.5rem) {
  .menu-panel.is-open a {
    font-size: 0.7rem;
    padding: 0.26rem 0.44rem;
  }
  .chip-btn {
    padding: 0.46rem 0.66rem;
  }
}

@media (max-width: 20rem) {
  .layout-shell {
    padding: 0 0.6rem;
  }
  .logo-text {
    font-size: 0.98rem;
  }
  .hero-copy h1 {
    font-size: 1.38rem;
  }
  .section-block h2 {
    font-size: 1.16rem;
  }
  .menu-panel.is-open a {
    font-size: 0.68rem;
    padding: 0.24rem 0.38rem;
  }
  .card-surface,
  .slant-panel,
  form {
    padding: 0.65rem;
  }
  .map-holder iframe {
    min-height: 12rem;
  }
  .policy-pop p,
  .policy-pop button,
  .policy-pop a {
    font-size: 0.68rem;
  }
}
