:root {
  --navy: #052755;
  --navy-dark: #001d42;
  --ink: #092653;
  --orange: #f05a1a;
  --pink: #db2d5c;
  --line: #d6dde8;
  --soft: #f7f5f0;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(2, 24, 55, 0.12);
  --content: 1180px;
  --gutter: clamp(28px, 5vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
}

img {
  display: block;
  max-width: 100%;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 112px;
  padding: 14px clamp(22px, 5vw, 56px);
  color: var(--white);
  background: linear-gradient(90deg, var(--navy-dark), var(--navy));
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.brand img {
  width: 156px;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.primary-nav a {
  position: relative;
  padding: 12px 0;
}

.primary-nav a::after,
.wave::before,
.wave::after {
  content: "";
  display: block;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.header-phone svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
  stroke: var(--white);
}

.header-phone strong {
  display: block;
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1;
}

.header-phone small {
  display: block;
  margin-top: 6px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 0.96fr) minmax(440px, 1.04fr);
  column-gap: clamp(24px, 3.5vw, 52px);
  align-items: center;
  max-width: var(--content);
  min-height: 552px;
  height: auto;
  margin: 0 auto;
  padding: 36px var(--gutter) 28px;
  overflow: hidden;
  background: #fbfaf7;
}

.hero::before {
  position: absolute;
  inset: 0 50%;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  content: "";
  background: #fbfaf7;
}

.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.55) 50%, rgba(255,255,255,0));
}

.hero-decor {
  position: absolute;
  left: 0;
  top: 34px;
  width: 128px;
  opacity: 0.9;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 560px;
  padding-left: 0;
}

.hero-logo-lockup {
  width: 300px;
  margin: 0 0 14px;
}

.wave {
  display: block;
  width: 46px;
  height: 14px;
  margin: 18px 0;
  background: url("../assets/img/wave-orange.png") center / contain no-repeat;
}

.wave.small {
  width: 38px;
  height: 12px;
  margin: 8px 0 16px;
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.2;
  white-space: normal;
}

.hero-lead {
  margin: 10px 0 40px;
  color: #1f2937;
  font-size: 18px;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(96px, 1fr));
  gap: 13px;
}

.quick-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  padding: 17px 16px;
  border: 1px solid #a9b8cc;
  border-radius: 4px;
  background: rgba(255,255,255,0.7);
  color: var(--ink);
  font-size: 11.25px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.quick-card:hover,
.quick-card:focus-visible,
.outline-button:hover,
.outline-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.quick-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
}

.quick-card strong,
.instagram-card {
  color: var(--orange);
}

.instagram-card {
  border-color: #df8aa3;
  color: var(--pink);
}

.hero-visual {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.hero-visual img {
  width: min(100%, 565px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(11, 36, 70, 0.12));
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: var(--content);
  min-height: 154px;
  margin: 0 auto;
  padding: 30px var(--gutter) 24px;
  border-top: 1px solid #e7e7e4;
  border-bottom: 1px solid #e7e7e4;
  background: var(--white);
}

.feature {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 96px;
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.feature:last-child {
  border-right: 0;
}

.feature img {
  width: 78px;
}

.feature h2,
.site-footer h2 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}

.feature p,
.site-footer p,
.contact-list {
  margin: 0;
  color: #1e293b;
  font-size: 14px;
  line-height: 1.65;
}

.instagram-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(34px, 5vw, 58px);
  align-items: start;
  max-width: var(--content);
  min-height: 410px;
  margin: 0 auto;
  padding: 45px var(--gutter) 34px;
  background: linear-gradient(180deg, #fff, #fbfaf7);
}

.instagram-copy {
  padding-top: 24px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.instagram-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.1;
}

.instagram-copy p:not(.eyebrow) {
  margin: 0 0 28px;
  color: #1f2937;
  font-size: 17px;
  line-height: 1.65;
}

.outline-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--pink);
  border-radius: 4px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.outline-button svg {
  width: 24px;
  height: 24px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 10px;
}

.instagram-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}

.instagram-handle {
  grid-column: 1 / -1;
  justify-self: center;
  color: #1f2937;
  font-size: 16px;
}

.instagram-handle::before {
  content: "◎";
  margin-right: 10px;
  color: var(--pink);
  font-size: 22px;
  vertical-align: -2px;
}

.site-footer {
  border-top: 1px solid #dcdcdc;
  background: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr 1.75fr;
  gap: 28px;
  max-width: var(--content);
  min-height: 246px;
  margin: 0 auto;
  padding: 24px var(--gutter) 20px;
}

.footer-inner section {
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.footer-inner section:last-child {
  padding-right: 0;
  border-right: 0;
}

.footer-logo {
  width: 132px;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  gap: 24px;
  padding: 0;
  list-style: none;
}

.map-block iframe {
  width: 100%;
  min-height: 158px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 44px;
  min-height: 76px;
  padding: 31px 24px 14px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-dark);
  font-size: 12px;
  line-height: 1.35;
}

.footer-bottom img {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 76px;
  object-fit: cover;
  opacity: 0.95;
}

.footer-bottom p,
.footer-bottom nav {
  position: relative;
  z-index: 1;
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

@media (min-width: 1181px) {
  .hero,
  .features,
  .instagram-section,
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1080px) and (min-width: 961px) {
  .site-header {
    gap: 18px;
  }

  .primary-nav {
    gap: 22px;
  }

  .hero {
    grid-template-columns: minmax(500px, 1fr) minmax(400px, 1fr);
    column-gap: 18px;
  }

  .hero-logo-lockup {
    width: 300px;
  }

  .quick-actions {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    gap: 10px;
  }

  .quick-card {
    padding-inline: 12px;
    font-size: 10.5px;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 82px;
  }

  .brand img {
    width: 128px;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 4px;
    background: transparent;
    color: var(--white);
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    background: currentColor;
  }

  .primary-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0 4px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,0.14);
  }

  .header-phone {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 36px;
    padding-inline: 24px;
  }

  .hero-copy {
    max-width: none;
    padding-left: 0;
    text-align: center;
  }

  .hero-logo-lockup,
  .hero-copy .wave {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-visual img {
    width: min(100%, 560px);
  }

  .quick-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 520px;
    margin-inline: auto;
  }

  .features,
  .instagram-section,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .feature,
  .footer-inner section {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature:last-child,
  .footer-inner section:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .instagram-section {
    gap: 28px;
  }

  .instagram-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .instagram-copy {
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 18px;
  }

  .hero {
    min-height: auto;
    padding-inline: 18px;
  }

  .hero-decor {
    width: 84px;
    opacity: 0.35;
  }

  .hero-logo-lockup {
    width: min(100%, 300px);
    margin-bottom: 18px;
  }

  .hero-lead {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .quick-card {
    min-height: 112px;
    padding: 14px 12px;
  }

  .quick-actions .instagram-card {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 180px);
  }

  .features,
  .instagram-section,
  .footer-inner {
    padding-inline: 18px;
  }

  .feature {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }

  .feature img {
    width: 58px;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    text-align: center;
  }

  .footer-bottom nav {
    justify-content: center;
  }
}
