.gml-maintenance {
  --gml-wine: #7f4f50;
  --gml-wine-dark: #5e383a;
  --gml-rose: #cfa8a8;
  --gml-blush: #ead9d6;
  --gml-ivory: #f8f5f0;
  --gml-paper: #fffdf9;
  --gml-taupe: #9c8b81;
  --gml-ink: #332b2a;
  --gml-muted: #756a66;
  --gml-border: rgba(100, 70, 67, 0.16);
  --gml-x: 0px;
  --gml-y: 0px;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: clip;
  background: var(--gml-ivory);
  color: var(--gml-ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.gml-maintenance,
.gml-maintenance * {
  box-sizing: border-box;
}

.gml-maintenance a {
  color: inherit;
}

.gml-ambient,
.gml-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gml-ambient {
  z-index: -1;
  overflow: hidden;
}

.gml-grain {
  z-index: 4;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.gml-orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
  will-change: transform;
}

.gml-orb--one {
  top: -25vw;
  left: -16vw;
  width: 51vw;
  height: 51vw;
  background: radial-gradient(circle at 58% 62%, rgba(231, 206, 201, 0.6), rgba(231, 206, 201, 0) 68%);
  transform: translate3d(calc(var(--gml-x) * -0.35), calc(var(--gml-y) * -0.35), 0);
  animation: gml-breathe-one 12s ease-in-out infinite alternate;
}

.gml-orb--two {
  right: 28%;
  bottom: -25vw;
  width: 49vw;
  height: 49vw;
  background: radial-gradient(circle, rgba(207, 168, 168, 0.25), rgba(207, 168, 168, 0) 69%);
  transform: translate3d(calc(var(--gml-x) * 0.5), calc(var(--gml-y) * 0.5), 0);
  animation: gml-breathe-two 15s ease-in-out infinite alternate;
}

.gml-line-art {
  position: absolute;
  top: 8%;
  right: 37%;
  width: clamp(190px, 19vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(127, 79, 80, 0.1);
  border-radius: 43% 57% 63% 37% / 54% 36% 64% 46%;
  transform: translate3d(calc(var(--gml-x) * 0.25), calc(var(--gml-y) * 0.25), 0) rotate(12deg);
  animation: gml-organic-ring 22s linear infinite;
}

.gml-line-art::before,
.gml-line-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(127, 79, 80, 0.075);
  border-radius: inherit;
}

.gml-line-art::before {
  inset: 15%;
  transform: rotate(29deg);
}

.gml-line-art::after {
  inset: 31%;
  transform: rotate(-34deg);
}

.gml-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 59%) minmax(430px, 41%);
  min-height: 100svh;
}

.gml-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(30px, 4.1vw, 66px) clamp(36px, 5.8vw, 102px) clamp(26px, 3vw, 48px);
  background: linear-gradient(120deg, rgba(255, 253, 249, 0.94), rgba(248, 245, 240, 0.89));
}

.gml-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
}

.gml-brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 53px;
  height: 53px;
  border: 1px solid rgba(127, 79, 80, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 28px rgba(105, 77, 70, 0.08), inset 0 0 0 5px rgba(234, 217, 214, 0.24);
}

.gml-brand-mark::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(127, 79, 80, 0.13);
  border-top-color: var(--gml-rose);
  border-radius: 50%;
  animation: gml-mark-orbit 14s linear infinite;
}

.gml-brand-mark img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.gml-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.gml-brand-copy strong {
  color: var(--gml-wine-dark);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(19px, 1.55vw, 25px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}

.gml-brand-copy small {
  color: var(--gml-muted);
  font-size: 8.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.155em;
  text-transform: uppercase;
}

.gml-intro {
  width: min(100%, 795px);
  margin-top: clamp(38px, 6.5vh, 78px);
}

.gml-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(18px, 2.7vh, 30px);
  padding: 8px 12px;
  border: 1px solid rgba(127, 79, 80, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 8px 30px rgba(83, 57, 56, 0.04);
  color: var(--gml-wine);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gml-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gml-rose);
  box-shadow: 0 0 0 5px rgba(207, 168, 168, 0.15);
  animation: gml-status-pulse 2.6s ease-in-out infinite;
}

.gml-maintenance h1 {
  max-width: 770px;
  margin: 0;
  color: var(--gml-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 5.05vw, 79px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.gml-maintenance h1 em {
  position: relative;
  display: inline-block;
  color: var(--gml-wine);
  font-style: italic;
  white-space: nowrap;
}

.gml-maintenance h1 em::after {
  content: "";
  position: absolute;
  right: 0.02em;
  bottom: -0.06em;
  left: 0.08em;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gml-rose) 12%, var(--gml-rose) 82%, transparent);
  transform: scaleX(0);
  transform-origin: left;
}

.gml-maintenance.is-ready h1 em::after {
  animation: gml-line-reveal 1.05s 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.gml-copy {
  max-width: 660px;
  margin-top: clamp(22px, 3.2vh, 34px);
}

.gml-copy p {
  margin: 0;
  color: var(--gml-muted);
  font-size: clamp(14px, 1.05vw, 16.5px);
  font-weight: 400;
  line-height: 1.68;
}

.gml-copy p + p {
  margin-top: 7px;
  color: var(--gml-ink);
  font-weight: 600;
}

.gml-primary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  min-height: 59px;
  margin-top: clamp(25px, 3.6vh, 38px);
  padding: 8px 10px 8px 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--gml-wine), #996566);
  box-shadow: 0 17px 35px rgba(103, 59, 60, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.19);
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.gml-primary-button::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -35%;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.23), transparent);
  transform: skewX(-20deg);
  transition: left 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.gml-button-icon,
.gml-button-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.gml-button-icon {
  width: 41px;
  height: 41px;
  border-radius: 12px;
  background: #f6e8e2;
  color: var(--gml-wine);
  box-shadow: inset 0 0 0 1px rgba(127, 79, 80, 0.08);
}

.gml-button-icon svg {
  width: 20px;
  height: 20px;
}

.gml-primary-button > span:nth-child(2) {
  position: relative;
  z-index: 1;
}

.gml-button-arrow {
  width: 34px;
  height: 34px;
  margin-left: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.gml-primary-button:hover {
  box-shadow: 0 22px 46px rgba(103, 59, 60, 0.27), inset 0 1px 0 rgba(255, 255, 255, 0.19);
  filter: saturate(1.04);
  transform: translateY(-3px);
}

.gml-primary-button:hover::before {
  left: 118%;
}

.gml-primary-button:hover .gml-button-arrow {
  background: rgba(255, 255, 255, 0.1);
  transform: translate(2px, -2px);
}

.gml-details {
  width: min(100%, 810px);
  margin-top: clamp(29px, 4.3vh, 45px);
  padding-top: clamp(22px, 2.8vh, 28px);
  border-top: 1px solid var(--gml-border);
}

.gml-credentials {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.gml-credentials > strong {
  flex: 0 0 auto;
  color: var(--gml-wine-dark);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.gml-credentials ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 19px;
  margin: 1px 0 0;
  padding: 0;
  list-style: none;
}

.gml-credentials li {
  color: var(--gml-muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.gml-credentials li span {
  color: var(--gml-wine);
}

.gml-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.25fr;
  gap: 8px;
  margin-top: 17px;
}

.gml-contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 69px;
  padding: 13px 14px;
  border: 1px solid rgba(127, 79, 80, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.42);
  text-decoration: none !important;
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

a.gml-contact-item:hover {
  border-color: rgba(127, 79, 80, 0.23);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-2px);
}

.gml-contact-label {
  margin-bottom: 5px;
  color: var(--gml-taupe);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gml-contact-item strong,
.gml-contact-item strong a {
  max-width: 100%;
  color: var(--gml-ink);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.gml-closing {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  width: min(100%, 810px);
  margin-top: auto;
  padding-top: clamp(24px, 3vh, 36px);
}

.gml-closing > p {
  max-width: 380px;
  margin: 0;
  color: var(--gml-wine);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(17px, 1.45vw, 22px);
  font-style: italic;
  line-height: 1.22;
}

.gml-closing footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  color: var(--gml-taupe);
  font-size: 7.5px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.gml-visual {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 100svh;
  overflow: hidden;
  background: #4f4947;
}

.gml-photo-wrap,
.gml-photo,
.gml-photo-wash {
  position: absolute;
  inset: 0;
}

.gml-photo-wrap {
  overflow: hidden;
}

.gml-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(0.82) contrast(0.98) brightness(0.94);
  transform: scale(1.055) translate3d(calc(var(--gml-x) * -0.13), calc(var(--gml-y) * -0.1), 0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), filter 1s ease;
  will-change: transform;
}

.gml-maintenance.is-ready .gml-photo {
  filter: saturate(0.87) contrast(1) brightness(0.96);
  transform: scale(1.015) translate3d(calc(var(--gml-x) * -0.13), calc(var(--gml-y) * -0.1), 0);
}

.gml-photo-wash {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(48, 40, 39, 0.35), transparent 24%, transparent 56%, rgba(44, 34, 34, 0.76) 100%),
    linear-gradient(90deg, rgba(80, 57, 55, 0.18), transparent 42%, rgba(54, 42, 41, 0.08)),
    linear-gradient(145deg, rgba(207, 168, 168, 0.2), transparent 46%);
  mix-blend-mode: normal;
}

.gml-photo-frame {
  position: absolute;
  z-index: 3;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  pointer-events: none;
}

.gml-photo-frame::before,
.gml-photo-frame::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
}

.gml-photo-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  border-left: 2px solid rgba(255, 255, 255, 0.78);
}

.gml-photo-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid rgba(255, 255, 255, 0.78);
  border-bottom: 2px solid rgba(255, 255, 255, 0.78);
}

.gml-visual-topline {
  position: absolute;
  z-index: 4;
  top: clamp(41px, 5.5vw, 78px);
  right: clamp(42px, 4.5vw, 70px);
  left: clamp(42px, 4.5vw, 70px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.gml-visual-topline i {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.31);
}

.gml-visual-quote {
  position: absolute;
  z-index: 4;
  right: clamp(43px, 4.6vw, 74px);
  bottom: clamp(112px, 14vh, 158px);
  left: clamp(43px, 4.6vw, 74px);
  margin: 0;
  padding: 0 0 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.gml-visual-quote > span {
  position: absolute;
  top: -35px;
  left: 22px;
  color: rgba(255, 255, 255, 0.35);
  font-family: Georgia, serif;
  font-size: 49px;
  line-height: 1;
}

.gml-visual-quote p {
  max-width: 425px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(23px, 2.1vw, 35px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.gml-visual-signature {
  position: absolute;
  z-index: 4;
  right: clamp(43px, 4.6vw, 74px);
  bottom: clamp(48px, 5.3vw, 78px);
  left: clamp(43px, 4.6vw, 74px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gml-visual-signature i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gml-blush);
}

.gml-motion .gml-reveal {
  opacity: 0;
  transform: translateY(17px);
}

.gml-motion.is-ready .gml-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--gml-delay, 0ms),
              transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--gml-delay, 0ms);
}

@keyframes gml-status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.72); }
}

@keyframes gml-mark-orbit {
  to { transform: rotate(360deg); }
}

@keyframes gml-line-reveal {
  to { transform: scaleX(1); }
}

@keyframes gml-breathe-one {
  0% { opacity: 0.72; scale: 1; }
  100% { opacity: 1; scale: 1.09; }
}

@keyframes gml-breathe-two {
  0% { opacity: 0.58; scale: 0.94; }
  100% { opacity: 0.88; scale: 1.08; }
}

@keyframes gml-organic-ring {
  to { rotate: 360deg; }
}

@media (max-width: 1280px) {
  .gml-shell {
    grid-template-columns: minmax(0, 62%) minmax(390px, 38%);
  }

  .gml-content {
    padding-right: clamp(32px, 4.5vw, 68px);
    padding-left: clamp(32px, 4.5vw, 68px);
  }

  .gml-maintenance h1 {
    font-size: clamp(48px, 5.15vw, 68px);
  }

  .gml-visual-quote p {
    font-size: clamp(23px, 2.25vw, 30px);
  }
}

@media (max-width: 1024px) {
  .gml-maintenance {
    overflow-x: hidden;
    overflow-y: visible;
  }

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

  .gml-content {
    min-height: auto;
    padding: 39px clamp(26px, 7vw, 70px) 46px;
  }

  .gml-intro,
  .gml-details,
  .gml-closing {
    width: min(100%, 760px);
  }

  .gml-intro {
    margin-top: 55px;
  }

  .gml-maintenance h1 {
    max-width: 710px;
    font-size: clamp(51px, 7.7vw, 77px);
  }

  .gml-closing {
    margin-top: 0;
  }

  .gml-visual {
    min-height: min(80svh, 790px);
  }

  .gml-photo {
    object-position: 50% 29%;
  }

  .gml-line-art {
    right: -8%;
  }
}

@media (max-width: 680px) {
  .gml-content {
    padding: 27px 21px 37px;
  }

  .gml-brand-mark {
    width: 47px;
    height: 47px;
  }

  .gml-brand-mark img {
    width: 37px;
    height: 37px;
  }

  .gml-brand-copy strong {
    font-size: 19px;
  }

  .gml-brand-copy small {
    font-size: 7.5px;
    letter-spacing: 0.12em;
  }

  .gml-intro {
    margin-top: 45px;
  }

  .gml-status {
    margin-bottom: 22px;
    font-size: 8px;
  }

  .gml-maintenance h1 {
    font-size: clamp(43px, 13.4vw, 61px);
    line-height: 0.99;
    letter-spacing: -0.041em;
  }

  .gml-copy {
    margin-top: 25px;
  }

  .gml-copy p {
    font-size: 14px;
  }

  .gml-primary-button {
    width: 100%;
    justify-content: flex-start;
    gap: 11px;
    margin-top: 28px;
    font-size: 9.5px;
    letter-spacing: 0.03em;
  }

  .gml-button-arrow {
    margin-left: auto;
  }

  .gml-details {
    margin-top: 36px;
  }

  .gml-credentials {
    flex-direction: column;
    gap: 13px;
  }

  .gml-credentials ul {
    justify-content: flex-start;
  }

  .gml-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gml-contact-grid .gml-contact-item:last-child {
    grid-column: 1 / -1;
  }

  .gml-closing {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 29px;
  }

  .gml-closing > p {
    max-width: 340px;
    font-size: 20px;
  }

  .gml-closing footer {
    align-items: flex-start;
    text-align: left;
  }

  .gml-visual {
    min-height: 690px;
  }

  .gml-photo {
    object-position: 50% 33%;
  }

  .gml-photo-frame {
    inset: 13px;
  }

  .gml-visual-topline {
    top: 37px;
    right: 34px;
    left: 34px;
  }

  .gml-visual-quote {
    right: 34px;
    bottom: 107px;
    left: 34px;
  }

  .gml-visual-quote p {
    font-size: 29px;
  }

  .gml-visual-signature {
    right: 34px;
    bottom: 48px;
    left: 34px;
    flex-wrap: wrap;
  }
}

@media (max-width: 380px) {
  .gml-brand-copy small {
    max-width: 210px;
  }

  .gml-maintenance h1 {
    font-size: 41px;
  }

  .gml-button-icon {
    width: 38px;
    height: 38px;
  }

  .gml-button-arrow {
    display: none;
  }

  .gml-contact-grid {
    grid-template-columns: 1fr;
  }

  .gml-contact-grid .gml-contact-item:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gml-maintenance *,
  .gml-maintenance *::before,
  .gml-maintenance *::after {
    animation: none !important;
    transition: none !important;
  }

  .gml-motion .gml-reveal {
    opacity: 1;
    transform: none;
  }

  .gml-maintenance h1 em::after {
    transform: scaleX(1);
  }

  .gml-photo,
  .gml-maintenance.is-ready .gml-photo {
    transform: none;
  }
}
