:root {
  --gm-navy: #061b32;
  --gm-navy-soft: #0d2a49;
  --gm-red: #b31228;
  --gm-red-dark: #8f0d1f;
  --gm-gold: #c89843;
  --gm-gold-light: #e8d3a7;
  --gm-ink: #172533;
  --gm-muted: #63717d;
  --gm-line: #dce3e7;
  --gm-mist: #f1f5f6;
  --gm-white: #ffffff;
  --gm-ivory: #fbfaf7;
  --gm-shadow: 0 18px 50px rgba(6, 27, 50, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--gm-white);
  color: var(--gm-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
  letter-spacing: 0;
}

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

body h1,
body h2 {
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.08;
}

body h3,
body h4,
body strong {
  font-weight: 700;
}

body a {
  color: var(--gm-red);
  text-decoration: none;
}

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

.gm.container {
  width: min(100% - 40px, 1240px);
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 0;
}

.gm.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gm-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.gm.eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--gm-gold);
  content: "";
}

.gm.eyebrow.light {
  color: var(--gm-gold-light);
}

.gm.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gm.button:hover {
  transform: translateY(-2px);
}

.gm.button.primary {
  background: var(--gm-red);
  color: var(--gm-white);
}

.gm.button.primary:hover {
  background: var(--gm-red-dark);
  color: var(--gm-white);
}

.gm.button.outline {
  border-color: rgba(6, 27, 50, 0.28);
  background: transparent;
  color: var(--gm-navy);
}

.gm.button.outline:hover {
  border-color: var(--gm-navy);
  background: var(--gm-navy);
  color: var(--gm-white);
}

.gm.button.glass {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: var(--gm-white);
  backdrop-filter: blur(10px);
}

.gm.button.glass:hover {
  background: var(--gm-white);
  color: var(--gm-navy);
}

.gm.button.dark {
  background: var(--gm-navy);
  color: var(--gm-white);
}

.gm-header {
  position: relative;
  z-index: 1000;
  background: var(--gm-white);
  box-shadow: 0 1px 0 rgba(6, 27, 50, 0.1);
}

.gm-header .utility {
  min-height: 34px;
  display: flex;
  align-items: center;
  background: var(--gm-navy);
  color: rgba(255, 255, 255, 0.76);
}

.gm-header .utility .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.gm-header .utility p {
  margin: 0;
}

.gm-header .utility p i {
  margin-right: 7px;
  color: var(--gm-gold);
}

.gm-header .utility div div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.gm-header .utility a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
}

.gm-header .utility a:hover {
  color: var(--gm-white);
}

.gm-header .utility a i {
  margin-right: 7px;
  color: var(--gm-gold);
}

.gm-header .navbar {
  min-height: 92px;
  padding: 0;
  background: var(--gm-white);
}

.gm-header .navbar .container {
  display: flex;
  align-items: center;
}

.gm-header .navbar-brand {
  width: 258px;
  height: 78px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0 38px 0 0;
  padding: 0;
}

.gm-header .navbar-brand img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.gm-header .navbar-collapse {
  align-items: center;
}

.gm-header .primary-menu {
  gap: 4px;
}

.gm-header .primary-menu > .nav-item > .nav-link {
  position: relative;
  padding: 35px 11px 33px;
  color: var(--gm-navy);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.gm-header .primary-menu > .nav-item > .nav-link::after {
  margin-left: 7px;
}

.gm-header .primary-menu > .nav-item > .nav-link::before {
  position: absolute;
  right: 11px;
  bottom: 23px;
  left: 11px;
  height: 2px;
  background: var(--gm-red);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gm-header .primary-menu > .nav-item > .nav-link:hover,
.gm-header .primary-menu > .nav-item > .nav-link.active {
  color: var(--gm-red);
}

.gm-header .primary-menu > .nav-item > .nav-link:hover::before,
.gm-header .primary-menu > .nav-item > .nav-link.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.gm-header .dropdown-menu {
  width: min(720px, calc(100vw - 40px));
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid var(--gm-line);
  border-top: 3px solid var(--gm-red);
  border-radius: 4px;
  padding: 14px;
  box-shadow: var(--gm-shadow);
}

.gm-header .dropdown-menu.show {
  display: grid;
}

.gm-header .dropdown-item {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 3px;
  padding: 10px 12px;
  color: var(--gm-ink);
  white-space: normal;
}

.gm-header .dropdown-item > i {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(179, 18, 40, 0.18);
  border-radius: 50%;
  color: var(--gm-red);
}

.gm-header .dropdown-item span {
  display: grid;
  line-height: 1.3;
}

.gm-header .dropdown-item strong {
  color: var(--gm-navy);
  font-size: 13px;
}

.gm-header .dropdown-item small {
  margin-top: 3px;
  color: var(--gm-muted);
  font-size: 11px;
}

.gm-header .dropdown-item:hover,
.gm-header .dropdown-item.active {
  background: var(--gm-mist);
}

.gm-header .dropdown-menu .highlight .dropdown-item {
  background: var(--gm-navy);
}

.gm-header .dropdown-menu .highlight .dropdown-item strong,
.gm-header .dropdown-menu .highlight .dropdown-item small {
  color: var(--gm-white);
}

.gm-header .nav-cta {
  margin-left: auto;
  white-space: nowrap;
}

.gm-header .mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.gm.mobile-cta {
  display: none;
}

.gm-whatsapp {
  position: fixed;
  z-index: 1001;
  right: 24px;
  bottom: 24px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 5px;
  padding: 0 18px 0 14px;
  background: #1f9d55;
  box-shadow: 0 14px 34px rgba(6, 27, 50, 0.24);
  color: var(--gm-white);
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.gm-whatsapp i {
  font-size: 25px;
}

.gm-whatsapp:hover,
.gm-whatsapp:focus-visible {
  transform: translateY(-3px);
  background: #168447;
  box-shadow: 0 18px 40px rgba(6, 27, 50, 0.3);
  color: var(--gm-white);
}

.gm-home .hero {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gm-navy);
}

.gm-home .hero .background {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(6, 27, 50, 0.98) 0%, rgba(6, 27, 50, 0.86) 38%, rgba(6, 27, 50, 0.24) 72%, rgba(6, 27, 50, 0.04) 100%), url("../img/georgiamarriage/hero-tbilisi.webp");
  background-position: center;
  background-size: cover;
}

.gm-home .hero .container {
  position: relative;
  z-index: 1;
  padding-block: 74px 82px;
}

.gm-home .hero .layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 76px;
}

.gm-home .hero .copy {
  max-width: 700px;
}

.gm-home .hero h1 {
  max-width: 680px;
  margin: 20px 0 22px;
  color: var(--gm-white);
  font-size: clamp(52px, 6vw, 82px);
}

.gm-home .hero .copy > p {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.gm-home .hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gm-home .hero .proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.gm-home .hero .proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 600;
}

.gm-home .hero .proof i {
  color: var(--gm-gold);
}

.gm-home .hero .start {
  border-top: 4px solid var(--gm-gold);
  border-radius: 4px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.gm-home .hero .start > span {
  color: var(--gm-red);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-home .hero .start h2 {
  margin: 10px 0 12px;
  font-size: 32px;
}

.gm-home .hero .start > p {
  margin-bottom: 22px;
  color: var(--gm-muted);
  font-size: 14px;
}

.gm-home .hero .questions {
  display: grid;
  gap: 1px;
  margin-bottom: 22px;
  background: var(--gm-line);
}

.gm-home .hero .questions > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  background: var(--gm-white);
}

.gm-home .hero .questions i {
  width: 34px;
  color: var(--gm-red);
  font-size: 18px;
  text-align: center;
}

.gm-home .hero .questions span {
  display: grid;
}

.gm-home .hero .questions strong {
  color: var(--gm-navy);
  font-size: 13px;
}

.gm-home .hero .questions small {
  color: var(--gm-muted);
  font-size: 11px;
}

.gm-home .hero .start .button {
  width: 100%;
}

.gm-home .hero .start .save {
  display: block;
  margin-top: 11px;
  color: var(--gm-muted);
  font-size: 11px;
  text-align: center;
}

.gm-home .signal {
  border-bottom: 1px solid var(--gm-line);
  background: var(--gm-white);
}

.gm-home .signal .container {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--gm-muted);
  font-size: 13px;
}

.gm-home .signal strong {
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.gm-home .signal span {
  position: relative;
}

.gm-home .signal span::before {
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gm-gold);
  content: "";
  vertical-align: 2px;
}

.gm-home .intro {
  padding: 110px 0;
  background: var(--gm-white);
}

.gm-home .intro .container {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 56px 80px;
}

.gm-home .intro .heading h2,
.gm-home .section-title h2 {
  max-width: 700px;
  margin: 14px 0 0;
  font-size: 48px;
}

.gm-home .intro .copy {
  align-self: end;
}

.gm-home .intro .copy p {
  color: var(--gm-muted);
  font-size: 16px;
}

.gm-home .intro .copy a {
  font-size: 14px;
  font-weight: 700;
}

.gm-home .intro .copy a i {
  margin-left: 8px;
}

.gm-home .intro .services {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--gm-line);
  border-left: 1px solid var(--gm-line);
}

.gm-home .intro .services > a {
  min-height: 230px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  border-right: 1px solid var(--gm-line);
  border-bottom: 1px solid var(--gm-line);
  padding: 32px;
  color: var(--gm-navy);
  transition: background 180ms ease;
}

.gm-home .intro .services > a:hover {
  background: var(--gm-ivory);
}

.gm-home .intro .services > a > i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(179, 18, 40, 0.2);
  border-radius: 50%;
  color: var(--gm-red);
  font-size: 19px;
}

.gm-home .intro .services h3 {
  margin: 1px 0 8px;
  color: var(--gm-navy);
  font-size: 18px;
}

.gm-home .intro .services p {
  margin: 0;
  color: var(--gm-muted);
  font-size: 14px;
}

.gm-home .intro .services a div > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--gm-red);
  font-size: 12px;
  font-weight: 700;
}

.gm-home .process {
  background: var(--gm-navy);
}

.gm-home .process .container {
  width: min(100%, 1440px);
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
}

.gm-home .process .visual {
  min-height: 730px;
  position: relative;
}

.gm-home .process .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-home .process .visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 27, 50, 0.72), rgba(6, 27, 50, 0.02) 55%);
  content: "";
}

.gm-home .process .caption {
  position: absolute;
  z-index: 1;
  right: 46px;
  bottom: 44px;
  left: 46px;
  color: var(--gm-white);
}

.gm-home .process .caption span {
  display: block;
  margin-bottom: 6px;
  color: var(--gm-gold-light);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-home .process .caption strong {
  display: block;
  max-width: 490px;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  line-height: 1.25;
}

.gm-home .process .content {
  padding: 84px clamp(40px, 7vw, 100px);
}

.gm-home .process .content > h2 {
  margin: 15px 0 36px;
  color: var(--gm-white);
  font-size: 46px;
}

.gm-home .process ol {
  display: grid;
  gap: 0;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.gm-home .process li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 0;
}

.gm-home .process li > span {
  color: var(--gm-gold);
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.gm-home .process li h3 {
  margin-bottom: 5px;
  color: var(--gm-white);
  font-size: 16px;
}

.gm-home .process li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.gm-home .experiences {
  padding: 110px 0;
  background: var(--gm-ivory);
}

.gm-home .section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 44px;
}

.gm-home .section-title > p {
  max-width: 430px;
  margin: 0;
  color: var(--gm-muted);
}

.gm-home .section-title.center {
  display: block;
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.gm-home .section-title.center h2 {
  margin-inline: auto;
}

.gm-home .section-title.center p {
  margin: 15px auto 0;
}

.gm-home .gallery {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: repeat(2, 300px);
  gap: 12px;
}

.gm-home .gallery a {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  color: var(--gm-white);
}

.gm-home .gallery a.wide {
  grid-row: 1 / 3;
}

.gm-home .gallery a::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 27, 50, 0.88), rgba(6, 27, 50, 0.03) 64%);
  content: "";
}

.gm-home .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gm-home .gallery a:hover img {
  transform: scale(1.035);
}

.gm-home .gallery a > span {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.gm-home .gallery small {
  grid-column: 1 / -1;
  color: var(--gm-gold-light);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-home .gallery strong {
  margin-top: 5px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
}

.gm-home .extras {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 34px;
  margin-top: 28px;
  color: var(--gm-navy);
  font-size: 13px;
  font-weight: 600;
}

.gm-home .extras a {
  color: var(--gm-navy);
}

.gm-home .extras i {
  margin-right: 8px;
  color: var(--gm-red);
}

.gm-home .packages {
  padding: 110px 0;
  background: var(--gm-white);
}

.gm-home .packages .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--gm-line);
  border-left: 1px solid var(--gm-line);
}

.gm-home .packages article {
  min-height: 540px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--gm-line);
  border-bottom: 1px solid var(--gm-line);
  padding: 32px 27px;
  background: var(--gm-white);
}

.gm-home .packages article.featured {
  background: var(--gm-navy);
  color: var(--gm-white);
}

.gm-home .packages .label {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--gm-gold);
  color: var(--gm-navy);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-home .packages .number {
  margin-bottom: 50px;
  color: var(--gm-gold);
  font-family: "Playfair Display", serif;
  font-size: 32px;
}

.gm-home .packages h3 {
  margin-bottom: 10px;
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-size: 25px;
}

.gm-home .packages .featured h3 {
  color: var(--gm-white);
}

.gm-home .packages article > p {
  min-height: 54px;
  color: var(--gm-muted);
  font-size: 13px;
}

.gm-home .packages .featured > p {
  color: rgba(255, 255, 255, 0.64);
}

.gm-home .packages ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 30px;
  padding: 20px 0 0;
  border-top: 1px solid var(--gm-line);
  list-style: none;
}

.gm-home .packages .featured ul {
  border-color: rgba(255, 255, 255, 0.15);
}

.gm-home .packages li {
  display: flex;
  gap: 9px;
  color: var(--gm-muted);
  font-size: 12px;
}

.gm-home .packages .featured li {
  color: rgba(255, 255, 255, 0.78);
}

.gm-home .packages li i {
  margin-top: 4px;
  color: var(--gm-red);
}

.gm-home .packages .featured li i {
  color: var(--gm-gold);
}

.gm-home .packages article > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: var(--gm-red);
  font-size: 12px;
  font-weight: 700;
}

.gm-home .packages .featured > a {
  color: var(--gm-gold-light);
}

.gm-home .packages-link {
  margin: 34px auto 0;
}

.gm-home .locations {
  padding: 110px 0;
  background: var(--gm-navy-soft);
}

.gm-home .locations .container {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 90px;
}

.gm-home .locations h2 {
  margin: 15px 0 22px;
  color: var(--gm-white);
  font-size: 48px;
}

.gm-home .locations .copy > p {
  color: rgba(255, 255, 255, 0.64);
}

.gm-home .location-list {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.gm-home .location-list a {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 15px 0;
  color: var(--gm-white);
}

.gm-home .location-list span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.gm-home .location-list i {
  color: var(--gm-gold);
}

.gm-home .locations .image {
  position: relative;
}

.gm-home .locations .image img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.gm-home .locations .image span {
  position: absolute;
  right: -20px;
  bottom: -20px;
  max-width: 270px;
  border-left: 4px solid var(--gm-gold);
  padding: 20px 24px;
  background: var(--gm-white);
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
}

.gm-home .faq {
  padding: 110px 0;
  background: var(--gm-white);
}

.gm-home .faq .container {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 100px;
}

.gm-home .faq .heading h2 {
  margin: 15px 0 18px;
  font-size: 46px;
}

.gm-home .faq .heading p {
  margin-bottom: 26px;
  color: var(--gm-muted);
}

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

.gm-home .faq details {
  border-bottom: 1px solid var(--gm-line);
}

.gm-home .faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  color: var(--gm-navy);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.gm-home .faq summary i {
  color: var(--gm-red);
  transition: transform 180ms ease;
}

.gm-home .faq details[open] summary i {
  transform: rotate(45deg);
}

.gm-home .faq details p {
  max-width: 680px;
  padding: 0 40px 22px 0;
  color: var(--gm-muted);
  font-size: 14px;
}

.gm-home .final {
  min-height: 480px;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--gm-navy);
}

.gm-home .final .background {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 27, 50, 0.98), rgba(6, 27, 50, 0.68) 60%, rgba(6, 27, 50, 0.3)), url("../img/georgiamarriage/vintage-wedding-car.webp") center 53% / cover;
}

.gm-home .final .container {
  position: relative;
  z-index: 1;
  padding-block: 80px;
}

.gm-home .final h2 {
  max-width: 690px;
  margin: 15px 0 18px;
  color: var(--gm-white);
  font-size: 54px;
}

.gm-home .final p {
  max-width: 600px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.gm-page .hero,
.gm-enquiry .hero {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  background: var(--gm-navy);
}

.gm-page .hero .pattern,
.gm-enquiry .hero::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 88% 30%, rgba(200, 152, 67, 0.14), transparent 25%), linear-gradient(135deg, transparent 55%, rgba(179, 18, 40, 0.11));
  content: "";
}

.gm-page .hero .container,
.gm-enquiry .hero .container {
  position: relative;
  z-index: 1;
  padding-block: 42px 72px;
}

.gm-page .breadcrumbs,
.gm-enquiry .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.gm-page .breadcrumbs a,
.gm-enquiry .breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.gm-page .breadcrumbs i,
.gm-enquiry .breadcrumbs i {
  color: var(--gm-gold);
  font-size: 8px;
}

.gm-page .hero .layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: end;
  gap: 70px;
}

.gm-page .hero .copy {
  max-width: 800px;
}

.gm-page .hero h1,
.gm-enquiry .hero h1 {
  margin: 14px 0 18px;
  color: var(--gm-white);
  font-size: clamp(44px, 5.5vw, 70px);
}

.gm-page .hero .copy > p,
.gm-enquiry .hero .copy > p {
  max-width: 740px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.gm-page .hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gm-page .hero .assurance {
  display: grid;
  gap: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 28px;
}

.gm-page .hero .assurance span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
}

.gm-page .hero .assurance i {
  width: 20px;
  color: var(--gm-gold);
  text-align: center;
}

.gm-page .body {
  padding: 90px 0 110px;
}

.gm-page .body > .container > .layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 80px;
}

.gm-page .cms-page-content {
  max-width: 790px;
  color: #354655;
  font-size: 16px;
  line-height: 1.8;
}

.gm-page .cms-page-content > .lead {
  margin-bottom: 40px;
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.gm-page .cms-page-content h2 {
  margin: 58px 0 18px;
  padding-top: 4px;
  font-size: 35px;
  scroll-margin-top: 130px;
}

.gm-page .cms-page-content h3 {
  margin: 28px 0 10px;
  color: var(--gm-navy);
  font-size: 19px;
}

.gm-page .cms-page-content p {
  margin-bottom: 20px;
}

.gm-page .cms-page-content ul,
.gm-page .cms-page-content ol {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding-left: 22px;
}

.gm-page .cms-page-content li::marker {
  color: var(--gm-red);
}

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

.gm-page .cms-page-content .faq-list details {
  border-bottom: 1px solid var(--gm-line);
}

.gm-page .cms-page-content .faq-list summary {
  padding: 18px 0;
  color: var(--gm-navy);
  font-weight: 700;
  cursor: pointer;
}

.gm-page .cms-page-content .faq-list p {
  padding-right: 30px;
}

.gm-page .sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 20px;
}

.gm-page .toc {
  border: 1px solid var(--gm-line);
  border-radius: 4px;
  padding: 24px;
  background: var(--gm-white);
}

.gm-page .toc > span {
  display: block;
  margin-bottom: 14px;
  color: var(--gm-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-page .toc nav {
  display: grid;
}

.gm-page .toc a {
  border-top: 1px solid var(--gm-line);
  padding: 10px 0;
  color: var(--gm-navy);
  font-size: 12px;
  font-weight: 600;
}

.gm-page .toc a:hover {
  color: var(--gm-red);
}

.gm-page .help {
  border-radius: 4px;
  padding: 28px;
  background: var(--gm-navy);
  color: rgba(255, 255, 255, 0.72);
}

.gm-page .help > i {
  margin-bottom: 22px;
  color: var(--gm-gold);
  font-size: 30px;
}

.gm-page .help > span {
  display: block;
  color: var(--gm-gold-light);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-page .help h2 {
  margin: 9px 0 13px;
  color: var(--gm-white);
  font-size: 25px;
}

.gm-page .help p {
  font-size: 13px;
}

.gm-page .help .button {
  width: 100%;
  margin-top: 8px;
}

.gm-page .help small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

.gm-page .related {
  padding: 80px 0;
  background: var(--gm-mist);
}

.gm-page .related .title {
  margin-bottom: 30px;
}

.gm-page .related h2 {
  margin: 12px 0 0;
  font-size: 36px;
}

.gm-page .related .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--gm-line);
  border-left: 1px solid var(--gm-line);
}

.gm-page .related .grid a {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid var(--gm-line);
  border-bottom: 1px solid var(--gm-line);
  padding: 24px;
  background: var(--gm-white);
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 600;
}

.gm-page .related .grid i {
  color: var(--gm-red);
  font-size: 14px;
}

.gm-page .final {
  padding: 72px 0;
  background: var(--gm-navy);
}

.gm-page .final .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.gm-page .final h2 {
  margin: 10px 0 8px;
  color: var(--gm-white);
  font-size: 38px;
}

.gm-page .final p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.gm-enquiry .hero {
  min-height: 470px;
}

.gm-enquiry .hero .copy {
  max-width: 860px;
}

.gm-enquiry .hero .assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.gm-enquiry .hero .assurances span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
}

.gm-enquiry .hero .assurances i {
  color: var(--gm-gold);
}

.gm-enquiry .quote-area {
  padding: 70px 0 100px;
  background: var(--gm-mist);
}

.gm-enquiry .enquiry-shell {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.gm-enquiry .guide {
  position: sticky;
  top: 20px;
  border-radius: 4px;
  padding: 30px;
  background: var(--gm-navy);
  color: rgba(255, 255, 255, 0.7);
}

.gm-enquiry .guide h2 {
  margin: 12px 0 12px;
  color: var(--gm-white);
  font-size: 30px;
}

.gm-enquiry .guide > p {
  font-size: 13px;
}

.gm-enquiry .guide ol {
  display: grid;
  gap: 0;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.gm-enquiry .guide li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 14px 0;
}

.gm-enquiry .guide li > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 152, 67, 0.5);
  border-radius: 50%;
  color: var(--gm-gold-light);
  font-size: 11px;
  font-weight: 700;
}

.gm-enquiry .guide li div {
  display: grid;
}

.gm-enquiry .guide li strong {
  color: var(--gm-white);
  font-size: 12px;
}

.gm-enquiry .guide li small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
}

.gm-enquiry .guide .notice {
  display: flex;
  gap: 12px;
  border-left: 3px solid var(--gm-gold);
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.gm-enquiry .guide .notice i {
  margin-top: 3px;
  color: var(--gm-gold);
}

.gm-enquiry .guide .notice p {
  margin: 0;
  font-size: 11px;
}

.gm-enquiry .form-card {
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: 4px;
  background: var(--gm-white);
  box-shadow: var(--gm-shadow);
}

.gm-enquiry .form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--gm-line);
  padding: 27px 34px;
}

.gm-enquiry .form-head h2 {
  margin: 7px 0 0;
  font-size: 27px;
}

.gm-enquiry .draft-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 20px;
  padding: 7px 11px;
  background: var(--gm-mist);
  color: var(--gm-muted);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.gm-enquiry .quote-progress {
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid var(--gm-line);
  padding: 0 34px;
  background: var(--gm-white);
}

.gm-enquiry .quote-progress ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.gm-enquiry .quote-progress button {
  width: 100%;
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 4px;
  background: transparent;
  color: #8a969f;
  font-size: 11px;
  text-align: left;
}

.gm-enquiry .quote-progress button > span {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--gm-line);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}

.gm-enquiry .quote-progress button.active,
.gm-enquiry .quote-progress button.complete {
  color: var(--gm-navy);
}

.gm-enquiry .quote-progress button.active {
  border-color: var(--gm-red);
}

.gm-enquiry .quote-progress button.active > span,
.gm-enquiry .quote-progress button.complete > span {
  border-color: var(--gm-red);
  background: var(--gm-red);
  color: var(--gm-white);
}

.gm-enquiry .quote-form {
  padding: 36px 34px 40px;
}

.gm-enquiry .quote-form .trap {
  position: absolute;
  left: -9999px;
}

.gm-enquiry .form-section[hidden] {
  display: none !important;
}

.gm-enquiry .section-head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  margin-bottom: 28px;
}

.gm-enquiry .section-head > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gm-navy);
  color: var(--gm-white);
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.gm-enquiry .section-head h3 {
  margin: 0 0 3px;
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

.gm-enquiry .section-head p {
  margin: 0;
  color: var(--gm-muted);
  font-size: 12px;
}

.gm-enquiry .quote-form fieldset {
  min-width: 0;
  margin: 0 0 26px;
  border: 0;
  padding: 0;
}

.gm-enquiry .quote-form legend,
.gm-enquiry .field > label {
  display: block;
  margin-bottom: 8px;
  color: var(--gm-navy);
  font-size: 12px;
  font-weight: 700;
}

.gm-enquiry .quote-form label strong,
.gm-enquiry .quote-form legend strong {
  color: var(--gm-red);
}

.gm-enquiry .type-options .choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.gm-enquiry .type-options label,
.gm-enquiry .coverage-options label,
.gm-enquiry .contact-options label {
  margin: 0;
  cursor: pointer;
}

.gm-enquiry .type-options input,
.gm-enquiry .coverage-options input,
.gm-enquiry .contact-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gm-enquiry .type-options label > span {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--gm-line);
  border-radius: 4px;
  padding: 14px;
  color: var(--gm-navy);
  font-size: 11px;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.gm-enquiry .type-options label > span i {
  color: var(--gm-red);
  font-size: 18px;
}

.gm-enquiry .type-options input:checked + span,
.gm-enquiry .coverage-options input:checked + span,
.gm-enquiry .contact-options input:checked + span {
  border-color: var(--gm-red);
  background: #fff6f7;
}

.gm-enquiry .type-options input:focus-visible + span,
.gm-enquiry .coverage-options input:focus-visible + span,
.gm-enquiry .contact-options input:focus-visible + span {
  outline: 3px solid rgba(179, 18, 40, 0.18);
  outline-offset: 2px;
}

.gm-enquiry .field-row {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.gm-enquiry .field-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gm-enquiry .field-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gm-enquiry .field {
  min-width: 0;
  margin-bottom: 18px;
}

.gm-enquiry .field-row .field {
  margin-bottom: 0;
}

.gm-enquiry .field input,
.gm-enquiry .field select,
.gm-enquiry .field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cdd6dc;
  border-radius: 3px;
  padding: 11px 13px;
  background: var(--gm-white);
  color: var(--gm-ink);
  font: inherit;
  font-size: 14px;
}

.gm-enquiry .field textarea {
  min-height: 112px;
  resize: vertical;
}

.gm-enquiry .field input:focus,
.gm-enquiry .field select:focus,
.gm-enquiry .field textarea:focus {
  border-color: var(--gm-red);
  outline: 3px solid rgba(179, 18, 40, 0.12);
}

.gm-enquiry .coverage-options .choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gm-enquiry .coverage-options label > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--gm-line);
  border-radius: 3px;
  padding: 10px 12px;
  color: var(--gm-ink);
  font-size: 12px;
  font-weight: 600;
}

.gm-enquiry .coverage-options label > span i {
  width: 20px;
  color: var(--gm-red);
  text-align: center;
}

.gm-enquiry .contact-options .choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gm-enquiry .contact-options label > span {
  min-width: 110px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gm-line);
  border-radius: 3px;
  padding: 10px 14px;
  color: var(--gm-navy);
  font-size: 12px;
  font-weight: 700;
}

.gm-enquiry .error {
  display: block;
  margin-top: 6px;
  color: var(--gm-red);
  font-size: 11px;
  font-weight: 600;
}

.gm-enquiry .alert {
  display: flex;
  gap: 10px;
  margin: 20px 34px 0;
  border: 1px solid rgba(179, 18, 40, 0.25);
  border-radius: 3px;
  padding: 12px 14px;
  background: #fff4f5;
  color: var(--gm-red-dark);
  font-size: 12px;
}

.gm-enquiry .consents {
  display: grid;
  gap: 13px;
  margin: 24px 0;
  border-top: 1px solid var(--gm-line);
  padding-top: 22px;
}

.gm-enquiry .consents label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--gm-muted);
  font-size: 11px;
  cursor: pointer;
}

.gm-enquiry .consents input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--gm-red);
}

.gm-enquiry .step-actions,
.gm-enquiry .submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  border-top: 1px solid var(--gm-line);
  padding-top: 24px;
}

.gm-enquiry .step-actions {
  justify-content: flex-end;
}

.gm-enquiry .step-actions .back {
  margin-right: auto;
}

.gm-enquiry .submit-row > p {
  max-width: 370px;
  margin: 0;
  color: var(--gm-muted);
  font-size: 10px;
}

.gm-enquiry .submit-row > .step-actions {
  margin: 0;
  border: 0;
  padding: 0;
}

.gm-enquiry .success {
  max-width: 850px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  margin: 30px auto;
  border-top: 4px solid var(--gm-gold);
  border-radius: 4px;
  padding: 42px;
  background: var(--gm-white);
  box-shadow: var(--gm-shadow);
}

.gm-enquiry .success .icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gm-navy);
  color: var(--gm-gold);
  font-size: 23px;
}

.gm-enquiry .success h2 {
  margin: 10px 0;
  font-size: 36px;
}

.gm-enquiry .success .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.gm-footer .cta-band {
  padding: 64px 0;
  background: var(--gm-red);
  color: var(--gm-white);
}

.gm-footer .cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.gm-footer .cta-band h2 {
  max-width: 700px;
  margin: 10px 0 8px;
  color: var(--gm-white);
  font-size: 38px;
}

.gm-footer .cta-band p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.gm-footer .cta-band .button {
  flex: 0 0 auto;
  background: var(--gm-white);
  color: var(--gm-red);
}

.gm-footer .main {
  padding: 74px 0;
  background: var(--gm-navy);
}

.gm-footer .main .container {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.72fr);
  gap: 60px;
}

.gm-footer .brand img {
  width: min(100%, 320px);
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: left center;
}

.gm-footer .brand > p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.gm-footer .contact {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.gm-footer .contact a,
.gm-footer .contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.gm-footer .contact i {
  width: 18px;
  color: var(--gm-gold);
  text-align: center;
}

.gm-footer .links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.gm-footer .links h3 {
  margin-bottom: 12px;
  color: var(--gm-white);
  font-size: 13px;
}

.gm-footer .links a {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

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

.gm-footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  background: var(--gm-navy);
}

.gm-footer .bottom .container {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: 30px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.gm-footer .bottom div div {
  display: flex;
  gap: 15px;
}

.gm-footer .bottom a {
  color: rgba(255, 255, 255, 0.56);
}

.gm-footer .bottom p {
  margin: 0;
}

@media (max-width: 1199px) {
  .gm-header .navbar-brand {
    width: 220px;
    margin-right: 18px;
  }

  .gm-header .primary-menu > .nav-item > .nav-link {
    padding-inline: 8px;
    font-size: 12px;
  }

  .gm-header .nav-cta {
    padding-inline: 14px;
    font-size: 12px;
  }

  .gm-home .hero .layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
  }

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

  .gm-home .packages article {
    min-height: 470px;
  }

  .gm-home .packages .label {
    top: 0;
  }

  .gm-footer .main .container {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 30px;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 64px;
  }

  .gm.container {
    width: min(100% - 30px, 1240px);
  }

  .gm-header .utility {
    display: none;
  }

  .gm-header .navbar {
    min-height: 72px;
  }

  .gm-header .navbar-brand {
    width: 205px;
    height: 66px;
    margin: 0;
  }

  .gm-header .navbar-brand img {
    height: 60px;
  }

  .gm-header .mobile-actions {
    display: flex;
    margin-left: auto;
  }

  .gm-header .mobile-actions > a,
  .gm-header .navbar-toggler {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gm-line);
    border-radius: 50%;
    padding: 0;
    color: var(--gm-red);
  }

  .gm-header .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(179, 18, 40, 0.14);
  }

  .gm-header .navbar-collapse {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-top: 1px solid var(--gm-line);
    padding: 12px 15px 22px;
    background: var(--gm-white);
    box-shadow: 0 20px 40px rgba(6, 27, 50, 0.16);
  }

  .gm-header .primary-menu {
    gap: 0;
  }

  .gm-header .primary-menu > .nav-item > .nav-link {
    border-bottom: 1px solid var(--gm-line);
    padding: 14px 4px;
    font-size: 14px;
  }

  .gm-header .primary-menu > .nav-item > .nav-link::before {
    display: none;
  }

  .gm-header .dropdown-menu,
  .gm-header .dropdown-menu.show {
    width: 100%;
    grid-template-columns: 1fr;
    border: 0;
    border-bottom: 1px solid var(--gm-line);
    border-radius: 0;
    padding: 7px 0 12px 12px;
    box-shadow: none;
  }

  .gm-header .dropdown-item {
    min-height: 52px;
  }

  .gm-header .nav-cta {
    width: 100%;
    margin-top: 14px;
  }

  .gm.mobile-cta {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    left: 12px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 4px;
    background: var(--gm-red);
    box-shadow: 0 12px 30px rgba(6, 27, 50, 0.28);
    color: var(--gm-white);
    font-size: 13px;
    font-weight: 700;
  }

  .gm-whatsapp {
    right: 14px;
    bottom: 74px;
    width: 52px;
    min-height: 52px;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
  }

  .gm-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .gm-home .hero {
    min-height: 0;
  }

  .gm-home .hero .background {
    background-image: linear-gradient(90deg, rgba(6, 27, 50, 0.98), rgba(6, 27, 50, 0.76)), url("../img/georgiamarriage/hero-tbilisi.webp");
    background-position: 62% center;
  }

  .gm-home .hero .container {
    padding-block: 66px;
  }

  .gm-home .hero .layout {
    grid-template-columns: 1fr;
  }

  .gm-home .hero .copy {
    max-width: 720px;
  }

  .gm-home .hero .start {
    max-width: 600px;
  }

  .gm-home .signal .container {
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 20px;
  }

  .gm-home .intro .container,
  .gm-home .locations .container,
  .gm-home .faq .container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .gm-home .process .container {
    grid-template-columns: 1fr;
  }

  .gm-home .process .visual {
    min-height: 500px;
  }

  .gm-home .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 450px 280px;
  }

  .gm-home .gallery a.wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .gm-home .locations .image {
    max-width: 760px;
  }

  .gm-page .hero .layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gm-page .hero .assurance {
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
    padding: 20px 0 0;
  }

  .gm-page .body > .container > .layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .gm-page .sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .gm-enquiry .enquiry-shell {
    grid-template-columns: 1fr;
  }

  .gm-enquiry .guide {
    position: static;
  }

  .gm-enquiry .guide ol {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .gm-enquiry .guide li {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0 12px;
  }

  .gm-footer .cta-band .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .gm-footer .main .container {
    grid-template-columns: repeat(3, 1fr);
  }

  .gm-footer .brand {
    grid-column: 1 / -1;
  }

  .gm-footer .bottom .container {
    grid-template-columns: auto auto;
  }

  .gm-footer .bottom p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .gm.container {
    width: min(100% - 24px, 1240px);
  }

  .gm-home .hero .container {
    padding-block: 50px;
  }

  .gm-home .hero h1 {
    font-size: 47px;
  }

  .gm-home .hero .copy > p {
    font-size: 16px;
  }

  .gm-home .hero .actions,
  .gm-page .hero .actions {
    display: grid;
  }

  .gm-home .hero .actions .button,
  .gm-page .hero .actions .button {
    width: 100%;
  }

  .gm-home .hero .proof {
    display: grid;
    gap: 10px;
  }

  .gm-home .hero .start {
    display: none;
  }

  .gm-home .signal .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
  }

  .gm-home .signal strong {
    grid-column: 1 / -1;
  }

  .gm-home .intro,
  .gm-home .experiences,
  .gm-home .packages,
  .gm-home .locations,
  .gm-home .faq {
    padding: 76px 0;
  }

  .gm-home .intro .heading h2,
  .gm-home .section-title h2,
  .gm-home .locations h2,
  .gm-home .faq .heading h2 {
    font-size: 38px;
  }

  .gm-home .intro .services {
    grid-template-columns: 1fr;
  }

  .gm-home .intro .services > a {
    min-height: 0;
    padding: 25px 22px;
  }

  .gm-home .process .visual {
    min-height: 410px;
  }

  .gm-home .process .visual img {
    object-position: 58% center;
  }

  .gm-home .process .caption {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .gm-home .process .content {
    padding: 64px 24px;
  }

  .gm-home .process .content > h2 {
    font-size: 38px;
  }

  .gm-home .section-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .gm-home .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 330px);
  }

  .gm-home .gallery a.wide {
    grid-column: auto;
  }

  .gm-home .packages .grid {
    grid-template-columns: 1fr;
  }

  .gm-home .packages article {
    min-height: 0;
    padding: 30px 24px;
  }

  .gm-home .packages .number {
    margin-bottom: 26px;
  }

  .gm-home .packages article > p {
    min-height: 0;
  }

  .gm-home .locations .image span {
    right: 12px;
    bottom: -24px;
    left: 12px;
    max-width: none;
  }

  .gm-home .final h2 {
    font-size: 43px;
  }

  .gm-page .hero,
  .gm-enquiry .hero {
    min-height: 0;
  }

  .gm-page .hero .container,
  .gm-enquiry .hero .container {
    padding-block: 28px 52px;
  }

  .gm-page .breadcrumbs,
  .gm-enquiry .breadcrumbs {
    margin-bottom: 34px;
  }

  .gm-page .hero h1,
  .gm-enquiry .hero h1 {
    font-size: 42px;
  }

  .gm-page .hero .assurance {
    grid-template-columns: 1fr;
  }

  .gm-page .body {
    padding: 64px 0 76px;
  }

  .gm-page .cms-page-content > .lead {
    font-size: 21px;
  }

  .gm-page .cms-page-content h2 {
    margin-top: 42px;
    font-size: 30px;
  }

  .gm-page .sidebar {
    grid-template-columns: 1fr;
  }

  .gm-page .related .grid {
    grid-template-columns: 1fr;
  }

  .gm-page .final .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .gm-enquiry .quote-area {
    padding: 12px 0 72px;
  }

  .gm-enquiry .guide {
    display: none;
  }

  .gm-enquiry .guide ol {
    grid-template-columns: 1fr 1fr;
  }

  .gm-enquiry .form-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px;
  }

  .gm-enquiry .quote-progress {
    overflow-x: auto;
    padding: 0 14px;
  }

  .gm-enquiry .quote-progress ol {
    min-width: 0;
  }

  .gm-enquiry .quote-progress button {
    min-height: 62px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    font-size: 10px;
    text-align: center;
  }

  .gm-enquiry .quote-progress button > span {
    width: 22px;
    height: 22px;
  }

  .gm-enquiry .quote-form {
    padding: 28px 20px 32px;
  }

  .gm-enquiry .type-options .choices,
  .gm-enquiry .coverage-options .choices,
  .gm-enquiry .field-row.two,
  .gm-enquiry .field-row.three {
    grid-template-columns: 1fr;
  }

  .gm-enquiry .type-options label > span {
    min-height: 64px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .gm-enquiry .step-actions,
  .gm-enquiry .submit-row {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .gm-enquiry .step-actions .button,
  .gm-enquiry .submit-row > .button,
  .gm-enquiry .submit-row > .step-actions {
    width: 100%;
  }

  .gm-enquiry .step-actions .back {
    margin: 0;
  }

  .gm-enquiry .success {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .marriage-enquiry-page .gm.mobile-cta {
    display: none;
  }

  .marriage-enquiry-page .gm-whatsapp {
    bottom: 16px;
  }

  .gm-enquiry .hero .container {
    padding-block: 16px 26px;
  }

  .gm-enquiry .breadcrumbs {
    margin-bottom: 18px;
  }

  .gm-enquiry .hero h1 {
    margin: 10px 0 12px;
    font-size: 35px;
  }

  .gm-enquiry .hero .copy > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .gm-enquiry .hero .assurances {
    display: none;
  }

  .gm-enquiry .form-head {
    padding: 17px 20px;
  }

  .gm-enquiry .form-head h2 {
    font-size: 23px;
  }

  .gm-footer .cta-band {
    padding: 52px 0;
  }

  .gm-footer .cta-band h2 {
    font-size: 32px;
  }

  .gm-footer .cta-band .button {
    width: 100%;
  }

  .gm-footer .main .container {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .gm-footer .brand {
    grid-column: 1 / -1;
  }

  .gm-footer .main .links:last-child {
    grid-column: 1 / -1;
  }

  .gm-footer .bottom .container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gm-footer .bottom p {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .gm-header .navbar-brand {
    width: 178px;
  }

  .gm-header .mobile-actions > a,
  .gm-header .navbar-toggler {
    width: 38px;
    height: 38px;
  }

  .gm-home .hero h1 {
    font-size: 41px;
  }

  .gm-home .signal .container,
  .gm-enquiry .guide ol,
  .gm-footer .main .container {
    grid-template-columns: 1fr;
  }

  .gm-footer .brand,
  .gm-footer .main .links:last-child {
    grid-column: auto;
  }
}

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

  body * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Account access */
.auth-page {
  min-height: 68vh;
  padding: 72px 0 88px;
  background: linear-gradient(180deg, var(--gm-mist) 0%, var(--gm-white) 100%);
}

.auth-page .auth-panel {
  width: min(100%, 660px);
}

.auth-page .auth-heading .auth-kicker,
.auth-page .auth-link,
.auth-page .auth-switch a {
  color: var(--gm-red);
}

.auth-page .auth-heading h1 {
  color: var(--gm-navy);
  font-family: "Playfair Display", serif;
}

.auth-page .auth-card {
  border: 1px solid var(--gm-line);
  border-radius: 4px;
  box-shadow: var(--gm-shadow);
}

.auth-page .auth-card .form-control:focus {
  border-color: var(--gm-red);
  box-shadow: 0 0 0 3px rgba(179, 18, 40, 0.1);
}

.auth-page .auth-submit {
  background: var(--gm-red);
  border-color: var(--gm-red);
}

.auth-page .auth-submit:hover {
  background: var(--gm-red-dark);
  border-color: var(--gm-red-dark);
}

/* 404 */
.gm-not-found .hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gm-navy);
}

.gm-not-found .hero .visual {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 27, 50, 0.97) 0%, rgba(6, 27, 50, 0.84) 48%, rgba(6, 27, 50, 0.36) 100%), url("../img/georgiamarriage/hero-tbilisi.webp") center / cover no-repeat;
}

.gm-not-found .hero .container {
  position: relative;
  z-index: 1;
}

.gm-not-found .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 76px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.gm-not-found .breadcrumbs a {
  color: var(--gm-white);
}

.gm-not-found .breadcrumbs i {
  font-size: 9px;
}

.gm-not-found .copy {
  width: min(100%, 720px);
  padding-bottom: 70px;
}

.gm-not-found .copy h1 {
  margin: 20px 0 24px;
  color: var(--gm-white);
  font-size: clamp(48px, 6vw, 82px);
}

.gm-not-found .copy p {
  width: min(100%, 650px);
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.gm-not-found .copy .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gm-not-found .directions {
  padding: 92px 0 104px;
  background: var(--gm-ivory);
}

.gm-not-found .directions .heading {
  width: min(100%, 760px);
  margin-bottom: 40px;
}

.gm-not-found .directions .heading h2 {
  margin: 16px 0 0;
  font-size: 44px;
}

.gm-not-found .directions .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--gm-line);
  border-bottom: 1px solid var(--gm-line);
}

.gm-not-found .directions .grid > a {
  min-height: 180px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 18px;
  padding: 28px;
  color: var(--gm-navy);
  border-right: 1px solid var(--gm-line);
}

.gm-not-found .directions .grid > a:last-child {
  border-right: 0;
}

.gm-not-found .directions .grid > a > i:first-child {
  color: var(--gm-red);
  font-size: 28px;
}

.gm-not-found .directions .grid > a > i:last-child {
  color: var(--gm-gold);
}

.gm-not-found .directions .grid span {
  display: grid;
  gap: 5px;
}

.gm-not-found .directions .grid strong {
  font-size: 18px;
}

.gm-not-found .directions .grid small {
  color: var(--gm-muted);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .gm-not-found .directions .grid {
    grid-template-columns: 1fr;
  }

  .gm-not-found .directions .grid > a {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--gm-line);
  }

  .gm-not-found .directions .grid > a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .auth-page {
    padding: 40px 0 56px;
  }

  .gm-not-found .hero {
    min-height: 590px;
  }

  .gm-not-found .breadcrumbs {
    margin-bottom: 50px;
  }

  .gm-not-found .copy h1 {
    font-size: 44px;
  }

  .gm-not-found .copy .actions .button {
    width: 100%;
  }

  .gm-not-found .directions {
    padding: 64px 0 72px;
  }

  .gm-not-found .directions .heading h2 {
    font-size: 34px;
  }

  .gm-not-found .directions .grid > a {
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    padding: 22px 16px;
  }
}

/* Contact */
.gm-contact .hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gm-navy);
}

.gm-contact .hero .visual {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 27, 50, 0.97) 0%, rgba(6, 27, 50, 0.82) 54%, rgba(6, 27, 50, 0.32) 100%), url("../img/georgiamarriage/kazbegi-ceremony.webp") center / cover no-repeat;
}

.gm-contact .hero .container {
  position: relative;
  z-index: 1;
}

.gm-contact .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 56px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.gm-contact .breadcrumbs a {
  color: var(--gm-white);
}

.gm-contact .breadcrumbs i {
  font-size: 9px;
}

.gm-contact .hero .copy {
  width: min(100%, 800px);
  padding-bottom: 62px;
}

.gm-contact .hero h1 {
  margin: 18px 0 22px;
  color: var(--gm-white);
  font-size: clamp(52px, 6vw, 82px);
}

.gm-contact .hero .copy > p {
  width: min(100%, 680px);
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.gm-contact .direct {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.gm-contact .direct > * {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gm-white);
}

.gm-contact .direct > * > i {
  color: var(--gm-gold);
}

.gm-contact .direct span {
  display: grid;
}

.gm-contact .direct small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gm-contact .direct strong {
  font-size: 13px;
}

.gm-contact .conversation {
  padding: 104px 0;
  background: var(--gm-ivory);
}

.gm-contact .conversation .container {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: 90px;
  align-items: start;
}

.gm-contact .conversation .intro h2 {
  margin: 17px 0 22px;
  font-size: 48px;
}

.gm-contact .conversation .intro > p {
  color: var(--gm-muted);
}

.gm-contact .conversation .choice {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  margin: 28px 0;
  padding: 20px;
  background: var(--gm-navy);
  color: var(--gm-white);
}

.gm-contact .conversation .choice > i {
  color: var(--gm-gold);
  font-size: 24px;
}

.gm-contact .conversation .choice div {
  display: grid;
  gap: 5px;
}

.gm-contact .conversation .choice span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.gm-contact .conversation .choice a {
  margin-top: 5px;
  color: var(--gm-gold-light);
  font-size: 13px;
  font-weight: 700;
}

.gm-contact .conversation .intro ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gm-contact .conversation .intro li i {
  margin-right: 8px;
  color: var(--gm-red);
}

.gm-contact .form-card {
  padding: 40px;
  background: var(--gm-white);
  border: 1px solid var(--gm-line);
  box-shadow: var(--gm-shadow);
}

.gm-contact .form-card .fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.gm-contact .form-card label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.gm-contact .form-card label.full {
  grid-column: 1 / -1;
}

.gm-contact .form-card label > span {
  color: var(--gm-navy);
  font-size: 12px;
  font-weight: 700;
}

.gm-contact .form-card input,
.gm-contact .form-card select,
.gm-contact .form-card textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--gm-ink);
  background: var(--gm-white);
  border: 1px solid var(--gm-line);
  border-radius: 3px;
  outline: 0;
}

.gm-contact .form-card textarea {
  min-height: 142px;
  resize: vertical;
}

.gm-contact .form-card input:focus,
.gm-contact .form-card select:focus,
.gm-contact .form-card textarea:focus {
  border-color: var(--gm-red);
  box-shadow: 0 0 0 3px rgba(179, 18, 40, 0.08);
}

.gm-contact .form-card .button {
  width: 100%;
  margin-top: 22px;
}

.gm-contact .form-card .privacy {
  margin: 12px 0 0;
  color: var(--gm-muted);
  font-size: 11px;
  text-align: center;
}

.gm-contact .contact-form-response {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid var(--gm-line);
  font-size: 13px;
}

.gm-contact .contact-form-response.is-success {
  color: #285b45;
  background: #edf6f1;
  border-color: #b9d9c8;
}

.gm-contact .contact-form-response.is-error {
  color: var(--gm-red-dark);
  background: #fff0f1;
  border-color: #e8bec4;
}

.gm-contact .response {
  padding: 70px 0;
  background: var(--gm-navy);
}

.gm-contact .response .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.gm-contact .response .steps > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 15px;
  padding: 26px 26px 0 0;
}

.gm-contact .response .steps > div > strong {
  color: var(--gm-gold);
  font-family: "Playfair Display", serif;
  font-size: 28px;
}

.gm-contact .response .steps span {
  display: grid;
  gap: 3px;
}

.gm-contact .response .steps b {
  color: var(--gm-white);
}

.gm-contact .response .steps small {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 960px) {
  .gm-contact .conversation .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 700px) {
  .gm-contact .hero {
    min-height: 620px;
  }

  .gm-contact .hero h1 {
    font-size: 46px;
  }

  .gm-contact .direct {
    display: grid;
  }

  .gm-contact .conversation {
    padding: 72px 0;
  }

  .gm-contact .conversation .intro h2 {
    font-size: 36px;
  }

  .gm-contact .form-card {
    padding: 26px 20px;
  }

  .gm-contact .form-card .fields,
  .gm-contact .response .steps {
    grid-template-columns: 1fr;
  }

  .gm-contact .form-card label.full {
    grid-column: auto;
  }
}
