:root {
  --navy: #092b59;
  --navy-dark: #061d3c;
  --navy-soft: #123d70;
  --orange: #ed6a2c;
  --orange-dark: #d9571d;
  --paper: #f8f5ef;
  --paper-dark: #eee8dd;
  --white: #ffffff;
  --text: #263549;
  --text-soft: #687487;
  --border: #d9d6cf;
  --error: #b42318;
  --success: #176b45;
  --container: 1220px;
  --header-height: 88px;
  --shadow: 0 22px 60px rgba(8, 30, 61, 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.08;
}

p {
  color: var(--text-soft);
}

address {
  font-style: normal;
}

.container {
  width: min(
    calc(100% - 48px),
    var(--container)
  );
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 12px 16px;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #ff9a68;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--orange {
  background: var(--orange);
  color: var(--white);
}

.button--orange:hover {
  background: var(--orange-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(9, 43, 89, 0.08);
  background: rgba(248, 245, 239, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-text strong {
  color: var(--navy);
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}

.brand-text span {
  margin-top: 4px;
  color: var(--orange);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.desktop-nav > a:not(.button) {
  position: relative;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 600;
}

.desktop-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav > a:not(.button):hover::after {
  transform: scaleX(1);
}

.header-button {
  min-height: 44px;
  padding-inline: 19px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.contact-hero {
  overflow: hidden;
  background: var(--paper);
}

.contact-hero-grid {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 8vw 80px 0;
}

.contact-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 26px;
  color: var(--navy);
  font-size: clamp(3.25rem, 5.7vw, 6.5rem);
  letter-spacing: -0.045em;
}

.contact-hero-copy p {
  max-width: 670px;
  margin-bottom: 0;
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
}

.contact-hero-visual {
  position: relative;
  display: flex;
  min-height: 610px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--navy-dark),
      var(--navy)
    );
}

.contact-hero-visual::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 25%,
      rgba(237, 106, 44, 0.2),
      transparent 32%
    );
  content: "";
}

.contact-symbol {
  position: relative;
  z-index: 2;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.contact-symbol::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background: var(--orange);
  content: "";
}

.contact-symbol::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 145px;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

.contact-symbol strong {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.contact-symbol strong::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 165px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}

.contact-symbol strong::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 103px;
  height: 3px;
  background: var(--white);
  content: "";
}

.contact-symbol-top,
.contact-symbol-bottom {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

.contact-symbol-top {
  top: 11px;
  right: 23px;
}

.contact-symbol-bottom {
  bottom: 11px;
  left: 24px;
}

.visual-line {
  position: absolute;
  display: block;
}

.visual-line--orange {
  top: 62px;
  right: 42px;
  width: 130px;
  height: 130px;
  border-top: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
}

.visual-line--white {
  bottom: 50px;
  left: 40px;
  width: 84px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.contact-main {
  padding: 110px 0;
  background: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(320px, 0.72fr);
  gap: 76px;
  align-items: start;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 670px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2.15rem, 3.2vw, 3.55rem);
}

.section-heading p {
  max-width: 650px;
  margin-bottom: 0;
}

.contact-form {
  position: relative;
  padding-top: 10px;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.field {
  position: relative;
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0;
  outline: 0;
  background: var(--white);
  color: var(--text);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.field input,
.field select {
  min-height: 54px;
  padding: 0 15px;
}

.field textarea {
  min-height: 175px;
  padding: 15px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9aa2ae;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(237, 106, 44, 0.12);
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: var(--error);
  background: #fff9f8;
}

.field-error {
  min-height: 18px;
  color: var(--error);
  font-size: 0.72rem;
  line-height: 1.35;
}

.privacy-field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
}

.privacy-field input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: var(--orange);
}

.privacy-field label {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.privacy-field a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 3px;
}

.privacy-error {
  display: block;
  margin-top: 6px;
}

.submit-button {
  min-width: 205px;
  margin-top: 22px;
  border: 0;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-note {
  margin: 14px 0 0;
  font-size: 0.74rem;
}

.form-status {
  display: none;
  margin-top: 20px;
  padding: 15px 18px;
  border-left: 4px solid;
  font-size: 0.85rem;
  font-weight: 600;
}

.form-status.is-success {
  display: block;
  border-color: var(--success);
  background: #eef9f3;
  color: var(--success);
}

.form-status.is-error {
  display: block;
  border-color: var(--error);
  background: #fff2f0;
  color: var(--error);
}

.contact-sidebar {
  display: grid;
  gap: 24px;
}

.sidebar-panel {
  padding: 42px 38px;
}

.sidebar-panel--navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.sidebar-panel--navy h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(1.85rem, 2.4vw, 2.75rem);
}

.sidebar-panel--navy > p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-details {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.contact-details article {
  display: grid;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-details article > span {
  color: #ff9a68;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details a,
.contact-details address {
  color: var(--white);
  font-size: 0.9rem;
}

.contact-details a:hover {
  color: #ffad83;
}

.sidebar-panel--paper {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--paper);
}

.sidebar-number {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(9, 43, 89, 0.12);
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  line-height: 1;
}

.sidebar-panel--paper h3 {
  position: relative;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: 1.7rem;
}

.sidebar-panel--paper ul {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-panel--paper li {
  position: relative;
  padding-left: 20px;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.sidebar-panel--paper li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 2px;
  background: var(--orange);
  content: "";
}

.contact-process {
  padding: 105px 0;
  background: var(--paper);
}

.process-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.process-heading h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 3.7vw, 4.2rem);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  background: var(--white);
}

.process-step {
  min-height: 280px;
  padding: 38px 32px;
  border-right: 1px solid var(--border);
}

.process-step:last-child {
  border-right: 0;
}

.process-step > span {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.process-step h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 1.55rem;
}

.process-step p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.site-footer {
  padding-top: 74px;
  background: var(--navy-dark);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns:
    1.5fr
    repeat(3, 1fr)
    1.1fr;
  gap: 42px;
  padding-bottom: 60px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.footer-brand span {
  display: grid;
}

.footer-brand strong {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
}

.footer-brand small {
  color: #ff9a68;
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-brand-column p {
  max-width: 270px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.footer-grid nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid nav > strong,
.footer-contact > strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid nav a,
.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  line-height: 1.6;
}

.footer-grid nav a:hover,
.footer-contact a:hover {
  color: #ff9a68;
}

.footer-bottom {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
}

.footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-bottom a,
.cookie-settings-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.footer-bottom a:hover,
.cookie-settings-link:hover {
  color: #ff9a68;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  padding: 18px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-notice__inner {
  display: flex;
  width: min(100%, 1100px);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--navy-dark);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.cookie-notice__content {
  max-width: 760px;
}

.cookie-notice__title {
  display: block;
  margin-bottom: 7px;
  color: var(--white);
  font-size: 0.86rem;
}

.cookie-notice__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  line-height: 1.55;
}

.cookie-notice__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.cookie-notice__button {
  min-height: 42px;
  padding: 9px 18px;
  border: 0;
  background: var(--orange);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
}

.cookie-notice__button:hover {
  background: var(--orange-dark);
}

.cookie-notice__link {
  color: var(--white);
  font-size: 0.74rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 16px;
  }

  .desktop-nav > a:not(.button) {
    font-size: 0.7rem;
  }

  .contact-layout {
    gap: 42px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand-column {
    grid-row: span 2;
  }
}

@media (max-width: 960px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 28px 24px;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav > a:not(.button) {
    padding: 14px 4px;
    border-bottom: 1px solid var(--border);
    color: var(--navy);
    font-weight: 600;
  }

  .mobile-nav .button {
    margin-top: 18px;
  }

  .contact-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .contact-hero-visual {
    min-height: 420px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .cookie-notice__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 74px;
  }

  .container {
    width: min(
      calc(100% - 28px),
      var(--container)
    );
  }

  .brand-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .brand-text strong {
    font-size: 1.25rem;
  }

  .brand-text span {
    font-size: 0.48rem;
  }

  .contact-hero-copy {
    padding: 54px 0;
  }

  .contact-hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.6rem);
  }

  .contact-hero-visual {
    min-height: 330px;
  }

  .contact-symbol {
    width: 150px;
    height: 150px;
  }

  .contact-symbol strong {
    font-size: 3.6rem;
  }

  .contact-symbol strong::before {
    height: 116px;
  }

  .contact-symbol strong::after {
    width: 72px;
    height: 2px;
  }

  .contact-symbol::before {
    width: 65px;
    height: 2px;
  }

  .contact-symbol::after {
    height: 105px;
  }

  .contact-main {
    padding: 78px 0;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field--full {
    grid-column: auto;
  }

  .contact-sidebar {
    grid-template-columns: 1fr;
  }

  .sidebar-panel {
    padding: 32px 25px;
  }

  .contact-process {
    padding: 78px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }

  .cookie-notice {
    padding: 10px;
  }

  .cookie-notice__inner {
    gap: 18px;
    padding: 20px;
  }

  .cookie-notice__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-notice__button {
    width: 100%;
  }

  .cookie-notice__link {
    text-align: center;
  }
}

@media (max-width: 460px) {
  .brand-text {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-column {
    grid-column: auto;
  }

  .submit-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}