@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --abuva-font: "Manrope", Arial, sans-serif;
  --ink: #202447;
  --ink-deep: #171a36;
  --ink-soft: #62657b;
  --paper: #f7f4ed;
  --paper-strong: #ece8de;
  --white: #ffffff;
  --red: #eb3c21;
  --red-dark: #c92e18;
  --line: rgba(32, 36, 71, 0.16);
  --shadow: 0 26px 70px rgba(23, 26, 54, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--abuva-font) !important;
  line-height: 1.6;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font: inherit;
  font-family: var(--abuva-font) !important;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5.3vw, 5.2rem);
  font-weight: 800;
}

.site-header {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  left: 0;
  padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.logo-link {
  align-items: center;
  background: transparent;
  display: inline-flex;
  padding: 0.4rem 0;
  text-decoration: none;
  z-index: 22;
}

.brand-logo {
  height: auto;
  width: clamp(9.25rem, 14vw, 11.5rem);
}

.nav-links {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: clamp(1.15rem, 2.2vw, 2.5rem);
}

.nav-links > a {
  text-decoration: none;
}

.nav-links > a:hover,
.nav-links > a:focus-visible {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 2.75rem;
  padding: 0.65rem;
  width: 2.75rem;
  z-index: 22;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 0.35rem 0;
  width: 100%;
}

.button {
  align-items: center;
  background: var(--red);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.015em;
  min-height: 3.4rem;
  padding: 0.85rem 1.55rem;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.button:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(235, 60, 33, 0.4);
  outline-offset: 4px;
}

.button-small {
  background: var(--white);
  color: var(--ink);
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
}

.button-small:hover {
  background: var(--red);
  color: var(--white);
}

.hero {
  color: var(--white);
  min-height: min(880px, 100svh);
  overflow: hidden;
  padding: clamp(8.5rem, 16vw, 12rem) clamp(1.25rem, 7vw, 8.5rem) 8.5rem;
  position: relative;
}

.hero-media,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-color: var(--ink-deep);
  background-position: center 46%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(16, 18, 40, 0.94) 0%, rgba(17, 20, 44, 0.68) 53%, rgba(17, 20, 44, 0.28) 100%),
    linear-gradient(0deg, rgba(17, 20, 44, 0.65) 0%, transparent 42%);
}

.hero::after {
  background: var(--red);
  bottom: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  height: clamp(2.5rem, 7vw, 6rem);
  position: absolute;
  right: 0;
  width: clamp(9rem, 30vw, 32rem);
}

.hero-content {
  max-width: 57rem;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--red);
  display: flex;
  font-size: 0.71rem;
  font-weight: 800;
  gap: 0.8rem;
  letter-spacing: 0.19em;
  margin-bottom: 1.45rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  height: 2px;
  width: 2rem;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.72);
}

.hero h1 {
  font-size: clamp(3.15rem, 7.2vw, 7rem);
  font-weight: 800;
  margin-bottom: 1.55rem;
  max-width: 12ch;
}

.hero h1 span {
  color: var(--red);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  max-width: 41rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.text-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.87rem;
  font-weight: 800;
  gap: 0.65rem;
  padding: 0;
  text-decoration: none;
}

.text-link span {
  color: var(--red);
  font-size: 1.15rem;
}

.text-link-light {
  color: var(--white);
}

.hero-details {
  align-items: end;
  bottom: 2.35rem;
  display: flex;
  gap: clamp(2rem, 5vw, 5.2rem);
  left: clamp(1.25rem, 7vw, 8.5rem);
  position: absolute;
  right: clamp(1.25rem, 4vw, 4.5rem);
  z-index: 3;
}

.hero-details > div {
  display: grid;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.25rem;
}

.hero-details a {
  text-decoration: none;
}

.hero-phone-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}

.detail-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  width: 3rem;
}

.section-pad {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7.5rem);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.3fr 0.7fr;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.section-heading > p {
  color: var(--ink-soft);
  margin-bottom: 0.45rem;
  max-width: 34rem;
}

.service-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  background: var(--white);
  box-shadow: 0 14px 40px rgba(23, 26, 54, 0.08);
  min-width: 0;
}

.service-image {
  aspect-ratio: 4 / 3.25;
  overflow: hidden;
  position: relative;
}

.service-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.service-card:hover .service-image img {
  transform: scale(1.045);
}

.service-image > span {
  background: var(--red);
  bottom: 0;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  left: 0;
  padding: 0.62rem 0.78rem;
  position: absolute;
}

.service-copy {
  padding: 1.7rem;
}

.service-copy h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.service-copy p {
  color: var(--ink-soft);
  font-size: 0.91rem;
  min-height: 5.2rem;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(24rem, 0.9fr);
}

.feature-dark {
  background: var(--ink-deep);
  color: var(--white);
}

.feature-image {
  min-height: 48rem;
}

.feature-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feature-copy {
  align-self: center;
  padding: clamp(4rem, 8vw, 8.5rem) clamp(2rem, 7vw, 7.5rem);
}

.feature-copy h2 {
  font-size: clamp(2.8rem, 5.2vw, 5rem);
  margin-bottom: 1.7rem;
  max-width: 9ch;
}

.feature-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  max-width: 35rem;
}

.feature-copy ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 2.2rem 0;
  padding: 1.55rem 0;
}

.feature-copy li {
  color: rgba(255, 255, 255, 0.72);
}

.feature-copy li strong {
  color: var(--red);
  display: inline-block;
  font-size: 1.4rem;
  width: 2.6rem;
}

.celebration {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.celebration-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
  margin: 1.8rem 0;
  max-width: 37rem;
}

.facts {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2.2rem 0;
  padding: 1.4rem 0;
}

.facts > div {
  display: grid;
  gap: 0.2rem;
}

.facts strong {
  color: var(--red);
  font-size: 1.28rem;
}

.facts span {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.button-dark {
  background: var(--ink);
}

.button-dark:hover {
  background: var(--ink-deep);
}

.celebration-images {
  min-height: 37rem;
  position: relative;
}

.celebration-main {
  height: 90%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 82%;
}

.celebration-small {
  border: 0.65rem solid var(--paper);
  bottom: 0;
  height: 42%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 43%;
}

.gallery-section {
  background: var(--ink-deep);
  color: var(--white);
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.65);
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-grid figure {
  aspect-ratio: 1 / 1.18;
  margin: 0;
  overflow: hidden;
}

.gallery-grid .gallery-wide {
  grid-column: span 1;
}

.gallery-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.faq-section {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 0.75fr) minmax(30rem, 1.25fr);
}

.faq-intro {
  position: sticky;
  top: 3rem;
}

.faq-intro h2 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  margin-bottom: 1.6rem;
}

.faq-intro > p:not(.eyebrow) {
  color: var(--ink-soft);
  max-width: 33rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.45rem 0;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.05rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--red);
  content: "+";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  color: var(--ink-soft);
  margin: 0;
  max-width: 48rem;
  padding: 1rem 3rem 0 0;
}

.faq-list a {
  color: var(--ink);
  font-weight: 700;
}

.inquiry {
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 0.8fr) minmax(30rem, 1.2fr);
}

.inquiry-intro h2 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  margin-bottom: 1.8rem;
}

.inquiry-intro > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.contact-list {
  border-top: 1px solid var(--line);
  display: grid;
  margin-top: 2rem;
}

.contact-list a {
  border-bottom: 1px solid var(--line);
  display: grid;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.2rem;
  padding: 1rem 0;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--red);
}

.contact-list span {
  color: var(--ink-soft);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-panel {
  background: var(--white);
  border-top: 0.34rem solid var(--red);
  box-shadow: var(--shadow);
  min-height: 34rem;
  padding: clamp(1.6rem, 4vw, 3.5rem);
}

.form-panel form {
  display: grid;
  gap: 1.2rem;
}

.field-row {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-panel label {
  display: grid;
  gap: 0.45rem;
}

.form-panel label > span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  background: #faf9f5;
  border: 1px solid rgba(32, 36, 71, 0.18);
  border-radius: 0;
  color: var(--ink);
  min-height: 3.15rem;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.form-panel textarea {
  min-height: 7rem;
  resize: vertical;
}

.form-panel input:focus,
.form-panel select:focus,
.form-panel textarea:focus {
  border-color: var(--red);
  outline: 2px solid rgba(235, 60, 33, 0.18);
  outline-offset: 0;
}

.abuva-honeypot {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.button-submit {
  gap: 0.7rem;
  justify-self: start;
  margin-top: 0.3rem;
}

.form-note {
  color: var(--ink-soft);
  font-size: 0.71rem;
  margin-bottom: 0;
}

.form-error {
  background: rgba(235, 60, 33, 0.08);
  border-left: 0.25rem solid var(--red);
  color: var(--ink);
  margin-bottom: 1.2rem;
  padding: 0.9rem 1rem;
}

.success-message {
  align-content: center;
  display: grid;
  height: 100%;
  min-height: 27rem;
  text-align: center;
}

.success-message > span {
  align-items: center;
  background: var(--red);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  margin: 0 auto 1.3rem;
  width: 4rem;
}

.success-message h3 {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.success-message p {
  color: var(--ink-soft);
}

.map-section {
  height: 27rem;
}

.map-section iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

footer {
  align-items: center;
  background: #101329;
  color: rgba(255, 255, 255, 0.63);
  display: flex;
  font-size: 0.78rem;
  gap: 2rem;
  justify-content: space-between;
  padding: 2.4rem clamp(1.25rem, 6vw, 7.5rem);
}

footer p {
  margin-bottom: 0;
}

footer > div {
  display: flex;
  gap: 1.7rem;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: var(--white);
}

.footer-cookie-button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}

.footer-cookie-button:hover {
  color: var(--white);
}

footer .logo-link {
  background: transparent;
}

.cookie-banner {
  align-items: center;
  background: var(--white);
  border-top: 0.3rem solid var(--red);
  bottom: 1.25rem;
  box-shadow: 0 22px 70px rgba(16, 19, 41, 0.28);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  max-width: min(58rem, calc(100% - 2rem));
  padding: 1.35rem 1.5rem;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 300;
}

.cookie-banner[hidden] {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar .site-header {
  top: 32px;
}

body:not(.home) .site-header {
  background: var(--ink-deep);
  position: relative;
}

.cookie-banner strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.cookie-banner p {
  color: var(--ink-soft);
  font-size: 0.76rem;
  margin: 0;
}

.cookie-banner a {
  color: var(--ink);
  font-weight: 700;
}

.cookie-actions {
  display: flex;
  gap: 0.65rem;
}

.cookie-button {
  border: 1px solid var(--ink);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  white-space: nowrap;
}

.cookie-button-primary {
  background: var(--ink);
  color: var(--white);
}

.cookie-button-primary:hover {
  background: var(--red);
  border-color: var(--red);
}

.cookie-button-secondary {
  background: transparent;
}

.cookie-button-secondary:hover {
  background: var(--paper);
}

@media (max-width: 1080px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-copy p {
    min-height: auto;
  }

  .feature {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.9fr);
  }

  .feature-image {
    min-height: 42rem;
  }
}

@media (max-width: 780px) {
  h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .site-header {
    padding: 1.1rem 1.25rem;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    align-items: stretch;
    background: var(--ink-deep);
    flex-direction: column;
    font-size: 1.3rem;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 5rem 2rem;
    pointer-events: none;
    position: fixed;
    transform: translateY(-1rem);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .button-small {
    align-self: start;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 47rem;
    padding: 8rem 1.25rem 10rem;
  }

  .hero-media {
    background-position: 42% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(16, 18, 40, 0.93), rgba(16, 18, 40, 0.51));
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hero-details {
    bottom: 2rem;
    display: grid;
    gap: 0.8rem;
    left: 1.25rem;
    right: 1.25rem;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading,
  .feature,
  .celebration,
  .faq-section,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    gap: 1.8rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-image {
    aspect-ratio: 4 / 2.8;
  }

  .feature-image {
    min-height: 25rem;
  }

  .feature-copy {
    padding: 4rem 1.25rem 5rem;
  }

  .feature-copy h2 {
    max-width: 11ch;
  }

  .celebration {
    gap: 3rem;
  }

  .celebration-images {
    min-height: 28rem;
  }

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

  .inquiry {
    gap: 2.5rem;
  }

  .faq-intro {
    position: static;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    align-items: stretch;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .facts {
    grid-template-columns: 1fr;
  }

  .celebration-images {
    min-height: 23rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
