/*
Theme Name: AmiTravel
Theme URI: https://amitravel.local/
Author: AmiTravel
Description: A custom travel agency theme matching the provided AmyTravel designs.
Version: 1.0.27
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: amitravel
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Noto+Sans+Armenian:wght@400;500;600;700;800;900&display=swap");

:root {
  --amy-navy: #182a43;
  --amy-navy-2: #223653;
  --amy-gold: #f4b62f;
  --amy-gold-dark: #d69a16;
  --amy-coral: #c7604f;
  --amy-ink: #111827;
  --amy-muted: #667085;
  --amy-soft: #f1f3f6;
  --amy-line: #e3e7ee;
  --amy-white: #ffffff;
  --amy-cream: #f7f8fb;
  --amy-surface: #ffffff;
  --amy-glass: rgba(255, 255, 255, 0.92);
  --amy-shadow: 0 22px 48px rgba(24, 42, 67, 0.12);
  --amy-shadow-soft: 0 12px 28px rgba(24, 42, 67, 0.08);
  --amy-shadow-gold: 0 12px 26px rgba(244, 182, 47, 0.22);
  --amy-container: 1220px;
  --amy-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--amy-ink);
  background: var(--amy-cream);
  font-family: "Noto Sans Armenian", "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.screen-reader-text:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  color: #fff;
  background: var(--amy-navy);
}

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

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

button,
input {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(244, 182, 47, 0.78);
  outline-offset: 3px;
}

.amy-container {
  width: min(var(--amy-container), calc(100% - 48px));
  margin: 0 auto;
}

.amy-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(24, 42, 67, 0.08);
  box-shadow: 0 12px 30px rgba(24, 42, 67, 0.055);
  backdrop-filter: blur(18px);
}

.amy-site-header::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--amy-gold);
  content: "";
}

.amy-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  min-width: 0;
  min-height: 132px;
  padding: 18px 0 16px;
}

.amy-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 116px;
  min-width: 0;
  color: var(--amy-navy);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.amy-logo-mark {
  position: relative;
  width: 56px;
  height: 86px;
  margin-bottom: 8px;
}

.amy-logo-mark::before,
.amy-logo-mark::after {
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 68px;
  border: 7px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  content: "";
}

.amy-logo-mark::before {
  left: 5px;
}

.amy-logo-mark::after {
  right: 5px;
}

.amy-logo-globe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
}

.amy-logo-globe::before,
.amy-logo-globe::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%);
}

.amy-logo-globe::before {
  width: 2px;
  height: 100%;
}

.amy-logo-globe::after {
  width: 100%;
  height: 2px;
}

.amy-logo-text {
  display: grid;
  gap: 0;
  font-size: 21px;
  line-height: 0.92;
}

.amy-logo.is-footer {
  color: var(--amy-gold);
}

.amy-logo.is-footer .amy-logo-mark {
  height: 104px;
}

.amy-logo.is-footer .amy-logo-text {
  font-size: 25px;
}

.amy-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
  padding-top: 0;
}

.amy-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--amy-navy);
  font-size: 20px;
  font-weight: 850;
  white-space: nowrap;
}

.amy-nav a,
.amy-auth a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.amy-nav a {
  padding: 5px 9px;
}

.amy-nav a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: min(52px, calc(100% - 18px));
  height: 3px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  border-radius: 999px;
  background: var(--amy-gold);
  box-shadow: none;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0;
}

.amy-nav a:hover,
.amy-auth a:hover {
  transform: translateY(-1px);
  background: rgba(24, 42, 67, 0.06);
}

.amy-nav a.is-active {
  color: #102039;
  background: transparent;
  box-shadow: none;
}

.amy-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.amy-nav a.is-active:hover {
  background: rgba(255, 194, 51, 0.1);
}

.amy-auth {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--amy-navy);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.amy-auth a {
  padding: 6px 16px;
}

.amy-auth .is-muted {
  background: #f4f6f9;
  border: 1px solid rgba(24, 42, 67, 0.1);
  color: var(--amy-navy);
}

.amy-auth .is-strong {
  background: var(--amy-navy);
  color: #fff;
  box-shadow: 0 12px 24px rgba(24, 42, 67, 0.18);
}

.amy-auth a.is-active {
  border-color: rgba(244, 182, 47, 0.42);
  color: var(--amy-navy);
  background: rgba(244, 182, 47, 0.16);
  box-shadow: 0 10px 22px rgba(24, 42, 67, 0.08);
}

.amy-auth .is-strong.is-active {
  border-color: transparent;
  color: #fff;
  background: var(--amy-navy);
  box-shadow: 0 12px 24px rgba(32, 54, 83, 0.18);
}

.amy-menu-toggle {
  display: none;
  flex: 0 0 46px;
  width: 46px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--amy-navy);
  box-shadow: 0 14px 28px rgba(24, 42, 67, 0.18);
  cursor: pointer;
}

.amy-menu-toggle span,
.amy-menu-toggle::before,
.amy-menu-toggle::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 8px;
  background: currentColor;
  content: "";
}

.amy-section {
  position: relative;
  padding: 96px 0;
}

.amy-title {
  margin: 0;
  color: var(--amy-navy);
  font-size: 58px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
}

.amy-title.is-center {
  text-align: center;
}

.amy-copy {
  color: #111;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
}

.amy-home-hero {
  overflow: hidden;
  padding: 78px 0 112px;
}

.amy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: 72px;
}

.amy-hero-grid > *,
.amy-destination-grid > * {
  min-width: 0;
}

.amy-hero-title {
  position: relative;
  margin: 0 0 52px;
  color: var(--amy-navy);
  font-family: "Inter", "Noto Sans Armenian", Arial, sans-serif;
  font-size: 61px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
}

.amy-hero-title::before {
  display: block;
  width: 88px;
  height: 5px;
  margin-bottom: 30px;
  border-radius: 999px;
  background: var(--amy-gold);
  content: "";
}

.amy-hero-copy {
  display: grid;
  gap: 26px;
  margin: 0;
  color: #202632;
  font-size: 18.5px;
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.amy-hero-copy p,
.amy-copy,
.amy-about-lead,
.amy-mission-card p,
.amy-destination-copy p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.amy-hero-media {
  position: relative;
  min-height: 430px;
  isolation: isolate;
}

.amy-hero-media::before {
  position: absolute;
  inset: 10px 0 18px 24px;
  z-index: 0;
  border: 1px solid rgba(24, 42, 67, 0.08);
  border-radius: var(--amy-radius);
  background: #fff;
  box-shadow: var(--amy-shadow);
  content: "";
}

.amy-hero-media::after {
  position: absolute;
  top: -56px;
  right: -80px;
  width: 310px;
  height: 460px;
  opacity: 0.045;
  background: var(--amy-navy);
  clip-path: polygon(40% 0, 72% 26%, 62% 72%, 100% 100%, 0 86%, 22% 44%);
  content: "";
}

.amy-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  filter: drop-shadow(0 20px 24px rgba(24, 42, 67, 0.12)) saturate(1.03);
}

.amy-destination-finder {
  padding: 74px 0 68px;
  text-align: center;
}

.amy-search {
  position: relative;
  width: min(520px, 100%);
  margin: 42px auto 54px;
  filter: drop-shadow(0 14px 22px rgba(24, 42, 67, 0.1));
}

.amy-search svg {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--amy-gold);
}

.amy-search input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(24, 42, 67, 0.12);
  border-radius: 999px;
  color: var(--amy-ink);
  background: #fff;
  padding: 0 54px;
  outline: 3px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.amy-search input::placeholder {
  color: var(--amy-muted);
}

.amy-search input:focus {
  border-color: rgba(244, 182, 47, 0.58);
  outline-color: rgba(244, 182, 47, 0.18);
}

.amy-find-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: end;
  margin-bottom: 46px;
}

.amy-polaroid {
  display: block;
  transform: rotate(var(--tilt));
  border: 9px solid rgba(255, 255, 255, 0.96);
  border-radius: var(--amy-radius);
  background: #fff;
  box-shadow: 0 16px 34px rgba(24, 42, 67, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.amy-polaroid:hover {
  transform: rotate(var(--tilt)) translateY(-6px);
  box-shadow: 0 24px 48px rgba(24, 42, 67, 0.18);
  filter: saturate(1.04);
}

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

.amy-button,
.amy-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 11px 36px;
  color: var(--amy-navy);
  background: var(--amy-gold);
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
  box-shadow: var(--amy-shadow-gold);
}

.amy-button:hover,
.amy-form-submit:hover {
  transform: translateY(-2px);
  background: #efad21;
  box-shadow: 0 18px 34px rgba(244, 182, 47, 0.28);
}

.is-center {
  text-align: center;
}

.amy-popular {
  padding-top: 58px;
}

.amy-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 62px 0 48px;
}

.amy-tour-card {
  overflow: hidden;
  border: 1px solid rgba(24, 42, 67, 0.1);
  border-radius: var(--amy-radius);
  background: #fff;
  box-shadow: var(--amy-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.amy-tour-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--amy-shadow);
}

.amy-tour-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: var(--amy-radius) var(--amy-radius) 0 0;
  transition: transform 260ms ease, filter 260ms ease;
}

.amy-tour-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.06);
}

.amy-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 16px 18px;
  color: var(--amy-navy);
  font-size: 19px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.amy-arrow {
  display: inline-grid;
  flex: 0 0 auto;
  width: 30px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: var(--amy-navy);
  background: var(--amy-gold);
  font-size: 16px;
  line-height: 1;
}

.amy-bg-map,
.amy-bg-stamps,
.amy-bg-landmarks {
  overflow: hidden;
}

.amy-bg-map::before,
.amy-bg-stamps::before,
.amy-bg-landmarks::before {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 58%;
  opacity: 0.028;
  background: var(--amy-navy);
  clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.amy-services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 82px 42px;
  margin-top: 88px;
}

.amy-service-card {
  position: relative;
  grid-column: span 2;
  min-height: 248px;
  display: grid;
  place-items: center;
  padding: 62px 34px 36px;
  text-align: center;
  border: 1px solid rgba(24, 42, 67, 0.1);
  border-radius: var(--amy-radius);
  background: var(--amy-surface);
  box-shadow: var(--amy-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.amy-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(24, 42, 67, 0.14);
}

.amy-service-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(244, 182, 47, 0.11);
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
  pointer-events: none;
}

.amy-service-card:hover::after {
  opacity: 1;
}

.amy-service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.amy-service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.amy-service-icon {
  position: absolute;
  top: -38px;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  transform: translateX(-50%);
  border-radius: var(--amy-radius);
  color: var(--amy-navy);
  background: var(--amy-gold);
  box-shadow: 0 14px 24px rgba(24, 42, 67, 0.16);
}

.amy-service-icon svg {
  width: 46px;
  height: 46px;
  stroke-width: 2.5;
}

.amy-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--amy-ink);
  font-size: 18.5px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.amy-about {
  padding-bottom: 142px;
}

.amy-about-lead {
  width: min(1030px, 100%);
  margin: 54px auto 96px;
  color: var(--amy-muted);
  font-size: 29px;
  line-height: 1.6;
}

.amy-mission-card {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 82px 48px 58px;
  border: 1px solid rgba(24, 42, 67, 0.1);
  border-radius: var(--amy-radius);
  background: var(--amy-surface);
  box-shadow: var(--amy-shadow);
}

.amy-mission-label {
  position: absolute;
  top: -27px;
  left: 50%;
  min-width: 300px;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 10px 30px;
  color: var(--amy-navy);
  background: var(--amy-gold);
  text-align: center;
  font-size: 26px;
  font-weight: 900;
}

.amy-mission-card p {
  margin: 0;
  color: var(--amy-muted);
  font-size: 28px;
  line-height: 1.6;
}

.amy-destination-page {
  min-height: 610px;
  padding: 106px 0 150px;
}

.amy-destination-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: 86px;
}

.amy-destination-copy {
  max-width: 600px;
}

.amy-destination-copy .amy-title {
  margin-bottom: 44px;
}

.amy-destination-copy p {
  margin: 0;
  color: #151b26;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.62;
}

.amy-destination-media {
  position: relative;
  isolation: isolate;
}

.amy-destination-media::after {
  position: absolute;
  right: 5%;
  bottom: -18px;
  z-index: -1;
  width: 54%;
  height: 28%;
  border-radius: var(--amy-radius);
  background: rgba(24, 42, 67, 0.08);
  content: "";
}

.amy-destination-media img {
  width: min(660px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 22px 34px rgba(24, 42, 67, 0.14));
}

.amy-destination-media.is-thailand::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  z-index: 1;
  width: 34px;
  background: #fff;
  pointer-events: none;
}

.amy-destination-list {
  padding-top: 48px;
}

.amy-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 52px;
}

.amy-list-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(24, 42, 67, 0.1);
  border-radius: var(--amy-radius);
  background: var(--amy-navy);
  box-shadow: var(--amy-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.amy-list-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.amy-list-card::after {
  position: absolute;
  inset: 0;
  background: rgba(17, 28, 43, 0.5);
  content: "";
}

.amy-list-card:hover img {
  transform: scale(1.045);
}

.amy-list-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--amy-shadow);
}

.amy-list-card span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.amy-auth-page {
  padding: 58px 0 210px;
}

.amy-auth-form {
  width: min(770px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(24, 42, 67, 0.1);
  border-radius: var(--amy-radius);
  padding: 50px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--amy-shadow);
  text-align: center;
  backdrop-filter: blur(12px);
}

.amy-auth-title {
  margin: 0 0 46px;
  color: var(--amy-ink);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.15;
}

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

.amy-field {
  display: block;
  position: relative;
  margin-bottom: 34px;
}

.amy-field input {
  width: 100%;
  height: 78px;
  border: 1px solid rgba(24, 42, 67, 0.1);
  border-radius: 48px;
  color: #222;
  background: #f3f5f8;
  padding: 0 58px;
  outline: 3px solid transparent;
  font-size: 20px;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.amy-field input::placeholder {
  color: #555;
}

.amy-field input:focus {
  outline-color: rgba(244, 182, 47, 0.18);
  border-color: rgba(244, 182, 47, 0.5);
  background: #fff;
  box-shadow: 0 12px 24px rgba(24, 42, 67, 0.08);
}

.amy-password-toggle {
  position: absolute;
  top: 50%;
  right: 34px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  color: #111;
  background: transparent;
  cursor: pointer;
}

.amy-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px 0 56px;
  color: var(--amy-muted);
  font-size: 20px;
}

.amy-auth-options a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.amy-check {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #222;
}

.amy-check input {
  width: 46px;
  height: 46px;
  accent-color: var(--amy-navy);
}

.amy-auth-submit {
  width: 100%;
  min-height: 78px;
  border-radius: 48px;
  color: #fff;
  background: var(--amy-navy);
  font-size: 21px;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(24, 42, 67, 0.22);
}

.amy-social-login {
  display: grid;
  justify-items: center;
  gap: 22px;
  margin-top: 88px;
  color: #4b4b4b;
  font-size: 21px;
}

.amy-social-icons {
  display: flex;
  gap: 26px;
}

.amy-social-circle {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.amy-social-circle.is-facebook {
  background: #3b5998;
}

.amy-social-circle.is-google {
  color: #4285f4;
  background: #fff;
  font-size: 34px;
}

.amy-alert {
  margin: 0 auto 28px;
  border-radius: var(--amy-radius);
  padding: 14px 18px;
  color: #17324d;
  background: #e8edf4;
  text-align: left;
}

.amy-alert.is-error {
  color: #842029;
  background: #f8d7da;
}

.amy-page-content {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0 130px;
}

.amy-site-footer {
  color: #fff;
  background: var(--amy-navy-2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.amy-footer-inner {
  display: grid;
  grid-template-columns: 160px 1fr minmax(300px, 430px);
  gap: 86px;
  align-items: center;
  min-height: 300px;
  padding: 60px 0;
}

.amy-footer-links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 18px 112px;
  color: #fff;
  font-family: "Inter", "Noto Sans Armenian", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.amy-footer-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
}

.amy-footer-newsletter {
  align-self: center;
}

.amy-footer-newsletter h2 {
  margin: 0 0 16px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.amy-newsletter-form {
  position: relative;
}

.amy-newsletter-form input {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: var(--amy-radius);
  padding: 0 56px 0 16px;
  outline: 3px solid transparent;
  box-shadow: 0 8px 20px rgba(8, 18, 32, 0.12);
}

.amy-newsletter-form input:focus {
  outline-color: rgba(255, 194, 51, 0.42);
}

.amy-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 52px;
  height: 48px;
  place-items: center;
  border: 0;
  color: #000;
  background: transparent;
  cursor: pointer;
}

.amy-newsletter-message {
  min-height: 22px;
  margin-top: 8px;
  color: var(--amy-gold);
  font-size: 14px;
  font-weight: 700;
}

.amy-footer-social {
  display: flex;
  gap: 26px;
  margin-top: 22px;
}

.amy-footer-social a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  color: var(--amy-gold);
  background: rgba(255, 255, 255, 0.08);
  transition: background 160ms ease, transform 160ms ease;
}

.amy-footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.amy-footer-social svg,
.amy-newsletter-form svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.amy-empty {
  display: none;
  margin: 24px 0 0;
  color: var(--amy-muted);
  font-weight: 700;
}

body.has-filtered-empty .amy-empty {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1280px) {
  .amy-header-inner {
    gap: 34px;
  }

  .amy-nav {
    gap: 24px;
    font-size: 20px;
  }

  .amy-auth {
    gap: 12px;
    font-size: 17px;
  }

  .amy-title {
    font-size: 54px;
  }

  .amy-hero-grid {
    gap: 34px;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .amy-hero-title {
    font-size: 52px;
  }

  .amy-card-row,
  .amy-list-grid {
    gap: 26px;
  }

  .amy-services-grid {
    gap: 82px 44px;
  }

  .amy-footer-inner {
    gap: 54px;
  }

  .amy-footer-links {
    gap: 18px 72px;
  }
}

@media (max-width: 1100px) {
  .amy-header-inner {
    align-items: center;
    min-height: auto;
    padding: 28px 0;
  }

  .amy-nav-wrap {
    position: absolute;
    top: 100%;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--amy-shadow);
    max-height: calc(100vh - 120px);
    overflow: auto;
  }

  body.is-menu-open .amy-nav-wrap {
    display: flex;
  }

  .amy-nav,
  .amy-auth {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .amy-nav a,
  .amy-auth a {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .amy-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .amy-hero-grid,
  .amy-destination-grid {
    grid-template-columns: 1fr;
  }

  .amy-hero-grid {
    align-items: start;
  }

  .amy-hero-media {
    min-height: 0;
  }

  .amy-hero-media img {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .amy-destination-page {
    padding: 70px 0 104px;
  }

  .amy-destination-copy {
    max-width: none;
  }

  .amy-destination-copy .amy-title {
    margin-bottom: 28px;
  }

  .amy-destination-media img {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .amy-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px 28px;
  }

  .amy-service-card,
  .amy-service-card:nth-child(4),
  .amy-service-card:nth-child(5) {
    grid-column: auto;
  }

  .amy-footer-inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .amy-footer-newsletter {
    grid-column: 1 / -1;
    width: min(520px, 100%);
  }
}

@media (max-width: 900px) {
  .amy-title {
    font-size: 46px;
  }

  .amy-hero-title {
    font-size: 46px;
  }

  .amy-section {
    padding: 72px 0;
  }

  .amy-home-hero {
    padding: 28px 0 72px;
  }

  .amy-card-row,
  .amy-find-grid,
  .amy-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amy-list-card {
    min-height: 300px;
  }

  .amy-about {
    padding-bottom: 110px;
  }

  .amy-about-lead {
    margin: 42px auto 82px;
    font-size: 26px;
  }

  .amy-mission-card p {
    font-size: 25px;
  }

  .amy-auth-page {
    padding: 42px 0 140px;
  }
}

@media (max-width: 760px) {
  .amy-container {
    width: min(100% - 28px, var(--amy-container));
  }

  .amy-logo {
    flex-basis: 96px;
  }

  .amy-logo-mark {
    width: 50px;
    height: 78px;
  }

  .amy-logo-mark::before,
  .amy-logo-mark::after {
    width: 14px;
    height: 60px;
    border-width: 6px;
  }

  .amy-logo-text {
    font-size: 18px;
  }

  .amy-title {
    font-size: 34px;
  }

  .amy-section {
    padding: 58px 0;
  }

  .amy-home-hero {
    padding: 18px 0 56px;
  }

  .amy-hero-title {
    margin-bottom: 26px;
    font-size: 38px;
  }

  .amy-hero-copy,
  .amy-copy,
  .amy-destination-copy p {
    font-size: 16px;
    line-height: 1.72;
  }

  .amy-hero-media {
    width: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .amy-hero-media img,
  .amy-destination-media img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .amy-destination-media {
    width: 100%;
    overflow: hidden;
  }

  .amy-hero-media::after {
    top: -22px;
    right: -40px;
    width: 180px;
    height: 260px;
  }

  .amy-find-grid,
  .amy-card-row,
  .amy-list-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .amy-polaroid {
    border-width: 7px;
    border-radius: 13px;
  }

  .amy-polaroid img,
  .amy-tour-card img {
    border-radius: 8px;
  }

  .amy-services-grid {
    grid-template-columns: 1fr;
  }

  .amy-service-card {
    min-height: 210px;
    padding-inline: 24px;
  }

  .amy-about-lead,
  .amy-mission-card p {
    font-size: 20px;
  }

  .amy-mission-card {
    padding: 68px 24px 36px;
  }

  .amy-mission-label {
    min-width: 230px;
    font-size: 21px;
  }

  .amy-auth-page {
    padding-bottom: 110px;
  }

  .amy-auth-form {
    padding: 28px;
  }

  .amy-auth-title {
    font-size: 38px;
  }

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

  .amy-field input,
  .amy-auth-submit {
    height: 64px;
  }

  .amy-field input {
    padding: 0 50px 0 28px;
    font-size: 17px;
  }

  .amy-password-toggle {
    right: 20px;
  }

  .amy-auth-options {
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
  }

  .amy-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding: 42px 0;
    text-align: center;
  }

  .amy-footer-inner .amy-logo {
    margin: 0 auto;
  }

  .amy-footer-links {
    justify-content: center;
    gap: 14px 58px;
  }

  .amy-footer-newsletter {
    justify-self: center;
  }

  .amy-footer-social {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .amy-header-inner {
    padding: 20px 0;
  }

  .amy-nav-wrap {
    right: 14px;
    left: 14px;
    padding: 16px;
  }

  .amy-title {
    font-size: 34px;
  }

  .amy-hero-title {
    font-size: 36px;
  }

  .amy-hero-copy {
    gap: 18px;
  }

  .amy-destination-finder {
    padding: 50px 0 56px;
  }

  .amy-search {
    margin: 28px auto 36px;
  }

  .amy-card-row {
    margin: 38px 0 36px;
  }

  .amy-services-grid {
    margin-top: 70px;
  }

  .amy-destination-page {
    padding: 46px 0 76px;
  }

  .amy-destination-grid {
    gap: 50px;
  }

  .amy-destination-copy p {
    font-size: 15.5px;
    font-weight: 700;
  }

  .amy-destination-media img {
    width: min(440px, 100%);
  }

  .amy-list-card {
    min-height: 260px;
  }

  .amy-list-card span {
    padding: 18px;
    font-size: 19px;
  }

  .amy-auth-title {
    margin-bottom: 32px;
  }

  .amy-field {
    margin-bottom: 22px;
  }

  .amy-social-login {
    margin-top: 54px;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .amy-polaroid,
  .amy-polaroid:hover {
    transform: none;
  }

  .amy-find-grid,
  .amy-card-row,
  .amy-list-grid {
    grid-template-columns: 1fr;
  }

  .amy-footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .amy-container {
    width: min(100% - 22px, var(--amy-container));
  }

  .amy-logo {
    flex-basis: 82px;
  }

  .amy-logo-mark {
    width: 42px;
    height: 66px;
    margin-bottom: 7px;
  }

  .amy-logo-mark::before,
  .amy-logo-mark::after {
    width: 12px;
    height: 50px;
    border-width: 5px;
  }

  .amy-logo-globe {
    width: 15px;
    height: 15px;
  }

  .amy-logo-text {
    font-size: 15px;
  }

  .amy-menu-toggle {
    width: 42px;
    height: 40px;
  }

  .amy-title {
    font-size: 28px;
  }

  .amy-hero-title {
    font-size: 29px;
  }

  .amy-hero-copy,
  .amy-copy,
  .amy-destination-copy p {
    font-size: 14.5px;
  }

  .amy-hero-media::after {
    display: none;
  }

  .amy-hero-media,
  .amy-hero-media img,
  .amy-title {
    max-width: 100%;
  }

  .amy-hero-media {
    overflow: hidden;
  }

  .amy-title,
  .amy-service-card h3,
  .amy-card-meta,
  .amy-list-card span {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .amy-button {
    width: 100%;
  }

  .amy-service-icon {
    width: 68px;
    height: 68px;
    top: -34px;
  }

  .amy-service-icon svg {
    width: 42px;
    height: 42px;
  }

  .amy-service-card {
    min-height: 185px;
    padding: 48px 18px 28px;
  }

  .amy-mission-label {
    min-width: 0;
    width: calc(100% - 32px);
    padding-inline: 14px;
  }

  .amy-auth-page {
    padding-bottom: 78px;
  }

  .amy-auth-form {
    padding: 20px;
  }

  .amy-field input,
  .amy-auth-submit {
    height: 58px;
  }

  .amy-check input {
    width: 34px;
    height: 34px;
  }
}

/* 2026 minimalist refresh */
:root {
  --amy-navy: #14243a;
  --amy-navy-2: #18283f;
  --amy-gold: #e8ad2d;
  --amy-gold-dark: #c78c14;
  --amy-ink: #101722;
  --amy-muted: #697386;
  --amy-line: #e7ebf1;
  --amy-cream: #ffffff;
  --amy-surface: #ffffff;
  --amy-shadow: 0 18px 38px rgba(20, 36, 58, 0.08);
  --amy-shadow-soft: 0 10px 24px rgba(20, 36, 58, 0.06);
  --amy-shadow-gold: none;
  --amy-container: 1180px;
  --amy-radius: 6px;
}

body {
  background: #fff;
}

.amy-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--amy-line);
  box-shadow: none;
}

.amy-site-header::before {
  display: none;
}

.amy-header-inner {
  min-height: 88px;
  padding: 12px 0;
}

.amy-logo {
  flex: 0 0 auto;
  flex-direction: row;
  gap: 10px;
}

.amy-logo-mark {
  width: 35px;
  height: 54px;
  margin: 0;
}

.amy-logo-mark::before,
.amy-logo-mark::after {
  width: 10px;
  height: 42px;
  border-width: 5px;
  border-radius: 11px 11px 0 0;
}

.amy-logo-mark::before {
  left: 3px;
}

.amy-logo-mark::after {
  right: 3px;
}

.amy-logo-globe {
  width: 13px;
  height: 13px;
}

.amy-logo-globe::before {
  width: 1px;
}

.amy-logo-globe::after {
  height: 1px;
}

.amy-logo-text {
  font-size: 15px;
  line-height: 0.95;
}

.amy-logo.is-footer {
  flex-direction: column;
  gap: 8px;
}

.amy-logo.is-footer .amy-logo-mark {
  width: 48px;
  height: 74px;
}

.amy-logo.is-footer .amy-logo-mark::before,
.amy-logo.is-footer .amy-logo-mark::after {
  width: 14px;
  height: 58px;
  border-width: 6px;
}

.amy-logo.is-footer .amy-logo-text {
  font-size: 19px;
}

.amy-nav {
  gap: 30px;
  font-size: 16px;
  font-weight: 760;
}

.amy-nav a,
.amy-auth a {
  min-height: 36px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.amy-nav a {
  padding: 4px 2px;
}

.amy-nav a::after {
  bottom: -7px;
  width: 34px;
  height: 2px;
}

.amy-nav a:hover,
.amy-auth a:hover {
  background: transparent;
}

.amy-nav a.is-active:hover {
  background: transparent;
}

.amy-auth {
  gap: 10px;
  font-size: 15px;
  font-weight: 760;
}

.amy-auth a {
  padding: 5px 13px;
}

.amy-auth .is-muted {
  background: transparent;
  border-color: var(--amy-line);
}

.amy-auth .is-strong,
.amy-auth .is-strong.is-active {
  background: var(--amy-navy);
  box-shadow: none;
}

.amy-auth a.is-active {
  background: #f7f2e8;
  border-color: rgba(232, 173, 45, 0.44);
  box-shadow: none;
}

.amy-menu-toggle {
  box-shadow: none;
}

.amy-section {
  padding: 78px 0;
}

.amy-title {
  font-size: 50px;
  font-weight: 850;
  line-height: 1.08;
}

.amy-home-hero {
  padding: 70px 0 88px;
}

.amy-hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  gap: 88px;
}

.amy-hero-title {
  margin-bottom: 42px;
  font-size: 58px;
  font-weight: 850;
  line-height: 1.02;
}

.amy-hero-title::before {
  width: 58px;
  height: 3px;
  margin-bottom: 26px;
}

.amy-hero-copy {
  gap: 22px;
  color: #263244;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.amy-hero-media {
  display: grid;
  align-items: center;
  min-height: 390px;
}

.amy-hero-media::before,
.amy-hero-media::after,
.amy-bg-map::before,
.amy-bg-stamps::before,
.amy-bg-landmarks::before,
.amy-destination-media::after {
  display: none;
}

.amy-hero-media img {
  width: min(680px, 100%);
  margin-left: auto;
  filter: none;
}

.amy-destination-finder {
  padding: 64px 0;
}

.amy-search {
  width: min(460px, 100%);
  margin: 34px auto 48px;
  filter: none;
}

.amy-search input {
  height: 52px;
  border-color: var(--amy-line);
  box-shadow: none;
}

.amy-find-grid {
  gap: 18px;
}

.amy-polaroid,
.amy-polaroid:hover {
  transform: none;
}

.amy-polaroid {
  overflow: hidden;
  border: 1px solid var(--amy-line);
  border-radius: var(--amy-radius);
  box-shadow: none;
}

.amy-polaroid:hover,
.amy-tour-card:hover,
.amy-list-card:hover,
.amy-service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--amy-shadow-soft);
}

.amy-polaroid img {
  border-radius: 0;
}

.amy-button,
.amy-form-submit {
  min-height: 40px;
  padding: 9px 24px;
  border: 1px solid rgba(20, 36, 58, 0.12);
  background: var(--amy-gold);
  font-size: 15px;
  font-weight: 780;
  box-shadow: none;
}

.amy-button:hover,
.amy-form-submit:hover {
  background: var(--amy-gold-dark);
  box-shadow: none;
}

.amy-card-row {
  gap: 18px;
  margin: 48px 0 36px;
}

.amy-tour-card {
  border-color: var(--amy-line);
  box-shadow: none;
}

.amy-tour-card img {
  border-radius: 0;
}

.amy-card-meta {
  padding: 14px 14px 15px;
  font-size: 16px;
  font-weight: 800;
}

.amy-arrow {
  width: 26px;
  height: 24px;
  font-size: 13px;
}

.amy-services-grid {
  gap: 56px 18px;
  margin-top: 64px;
}

.amy-service-card {
  min-height: 205px;
  padding: 48px 28px 28px;
  border-color: var(--amy-line);
  box-shadow: none;
}

.amy-service-card::after {
  display: none;
}

.amy-service-icon {
  top: -28px;
  width: 56px;
  height: 56px;
  box-shadow: none;
}

.amy-service-icon svg {
  width: 34px;
  height: 34px;
}

.amy-service-card h3 {
  font-size: 16.5px;
  font-weight: 780;
  line-height: 1.42;
}

.amy-about {
  padding-bottom: 104px;
}

.amy-about-lead {
  width: min(900px, 100%);
  margin: 42px auto 74px;
  font-size: 23px;
  line-height: 1.72;
}

.amy-mission-card {
  width: min(960px, 100%);
  padding: 66px 42px 42px;
  border-color: var(--amy-line);
  box-shadow: none;
}

.amy-mission-label {
  min-width: 240px;
  padding: 8px 22px;
  font-size: 19px;
  font-weight: 820;
}

.amy-mission-card p {
  font-size: 22px;
  line-height: 1.72;
}

.amy-destination-page {
  padding: 88px 0 116px;
}

.amy-destination-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  gap: 86px;
}

.amy-destination-copy .amy-title {
  margin-bottom: 34px;
}

.amy-destination-copy p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.72;
}

.amy-destination-media img {
  width: min(640px, 100%);
  filter: none;
}

.amy-list-grid {
  gap: 18px;
  margin-top: 42px;
}

.amy-list-card {
  min-height: 300px;
  border-color: var(--amy-line);
  box-shadow: none;
}

.amy-list-card::after {
  background: rgba(16, 23, 34, 0.42);
}

.amy-list-card span {
  padding: 18px;
  font-size: 18px;
  font-weight: 820;
}

.amy-auth-page {
  padding: 54px 0 128px;
}

.amy-auth-form {
  width: min(640px, 100%);
  padding: 36px;
  border-color: var(--amy-line);
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.amy-auth-title {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
}

.amy-field-row {
  gap: 16px;
}

.amy-field {
  margin-bottom: 18px;
}

.amy-field input {
  height: 56px;
  border-radius: 999px;
  background: #fff;
  padding: 0 52px 0 24px;
  font-size: 16px;
}

.amy-auth-options {
  margin: 10px 0 30px;
  font-size: 15px;
}

.amy-check {
  gap: 10px;
  min-height: 44px;
}

.amy-check input {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.amy-auth-submit {
  min-height: 56px;
  color: var(--amy-navy);
  background: var(--amy-gold);
  box-shadow: none;
}

.amy-auth-submit:hover,
.amy-auth-submit:focus-visible {
  color: var(--amy-navy);
  background: var(--amy-gold-dark);
}

.amy-social-login {
  margin-top: 46px;
  font-size: 16px;
}

.amy-site-footer {
  background: var(--amy-navy-2);
}

.amy-footer-inner {
  grid-template-columns: 120px 1fr minmax(280px, 400px);
  gap: 72px;
  min-height: 240px;
  padding: 42px 0;
}

.amy-footer-links {
  gap: 12px 72px;
  font-size: 15px;
}

.amy-footer-newsletter h2 {
  font-size: 17px;
}

.amy-newsletter-form input {
  height: 42px;
  border-radius: var(--amy-radius);
  box-shadow: none;
}

.amy-newsletter-form button {
  height: 42px;
}

.amy-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: var(--amy-radius);
}

.amy-footer-social svg,
.amy-newsletter-form svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1280px) {
  .amy-nav {
    gap: 22px;
    font-size: 15px;
  }

  .amy-hero-grid {
    gap: 56px;
  }
}

@media (max-width: 1100px) {
  .amy-header-inner {
    min-height: 84px;
    padding: 12px 0;
  }

  .amy-logo {
    flex-basis: auto;
  }

  .amy-nav-wrap {
    border: 1px solid var(--amy-line);
    border-radius: var(--amy-radius);
    box-shadow: var(--amy-shadow-soft);
  }

  .amy-hero-grid,
  .amy-destination-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .amy-hero-media img,
  .amy-destination-media img {
    margin: 0 auto;
  }

  .amy-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .amy-footer-newsletter {
    grid-column: 1 / -1;
    width: min(520px, 100%);
  }
}

@media (max-width: 760px) {
  .amy-container {
    width: min(100% - 32px, var(--amy-container));
  }

  .amy-section {
    padding: 52px 0;
  }

  .amy-logo-mark {
    width: 34px;
    height: 52px;
  }

  .amy-logo-text {
    font-size: 14px;
  }

  .amy-title {
    font-size: 32px;
  }

  .amy-home-hero {
    padding: 42px 0 54px;
  }

  .amy-hero-title {
    margin-bottom: 28px;
    font-size: 34px;
    line-height: 1.08;
  }

  .amy-hero-title::before {
    width: 48px;
    margin-bottom: 22px;
  }

  .amy-hero-copy,
  .amy-copy,
  .amy-destination-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .amy-hero-media {
    min-height: 0;
  }

  .amy-find-grid,
  .amy-card-row,
  .amy-list-grid {
    gap: 14px;
  }

  .amy-services-grid {
    gap: 46px;
  }

  .amy-service-card {
    min-height: 170px;
    padding: 42px 20px 24px;
  }

  .amy-about-lead,
  .amy-mission-card p {
    font-size: 17px;
  }

  .amy-mission-card {
    padding: 56px 22px 30px;
  }

  .amy-mission-label {
    min-width: 190px;
    font-size: 17px;
  }

  .amy-destination-page {
    padding: 48px 0 72px;
  }

  .amy-auth-form {
    padding: 24px;
  }

  .amy-footer-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 0;
    text-align: center;
  }

  .amy-footer-inner .amy-logo {
    margin: 0 auto;
  }

  .amy-footer-links {
    justify-content: center;
  }

  .amy-footer-newsletter,
  .amy-newsletter-form,
  .amy-newsletter-message {
    width: 100%;
    max-width: 100%;
  }

  .amy-newsletter-form input {
    width: 100%;
  }

  .amy-newsletter-form button {
    right: 0;
    width: 46px;
  }
}

@media (max-width: 480px) {
  .amy-container {
    width: min(100% - 28px, var(--amy-container));
  }

  .amy-header-inner {
    min-height: 78px;
  }

  .amy-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .amy-hero-title {
    font-size: 31px;
  }

  .amy-title {
    font-size: 29px;
  }

  .amy-search input {
    height: 48px;
  }

  .amy-list-card {
    min-height: 240px;
  }

  .amy-auth-title {
    font-size: 32px;
  }
}

/* All-page minimalist finishing pass */
main {
  background: #fff;
}

.amy-home-hero,
.amy-destination-finder,
.amy-popular,
.amy-services,
.amy-about,
.amy-destination-list,
.amy-blog-page,
.amy-single-post,
.amy-destination-page,
.amy-auth-page,
.amy-page-content {
  border-bottom: 1px solid rgba(20, 36, 58, 0.06);
}

.amy-home-hero {
  min-height: calc(100vh - 88px);
  display: grid;
  align-items: center;
}

.amy-hero-copy,
.amy-destination-copy,
.amy-about-lead,
.amy-mission-card,
.amy-auth-form,
.amy-page-content {
  text-wrap: pretty;
}

.amy-hero-copy p,
.amy-destination-copy p,
.amy-about-lead,
.amy-mission-card p,
.amy-page-content .amy-copy {
  color: #2a3545;
}

.amy-destination-finder .amy-title,
.amy-popular .amy-title,
.amy-services .amy-title,
.amy-about .amy-title,
.amy-destination-list .amy-title {
  font-size: 44px;
}

.amy-destination-finder {
  background: #fbfcfe;
}

.amy-search input {
  border-color: rgba(20, 36, 58, 0.14);
}

.amy-search input:focus {
  border-color: var(--amy-gold);
}

.amy-card-row,
.amy-find-grid {
  align-items: stretch;
}

.amy-tour-card,
.amy-polaroid,
.amy-list-card,
.amy-service-card,
.amy-mission-card,
.amy-auth-form {
  border-color: rgba(20, 36, 58, 0.09);
}

.amy-tour-card,
.amy-list-card,
.amy-service-card {
  will-change: transform;
}

.amy-tour-card img,
.amy-list-card img {
  background: #f6f7f9;
}

.amy-card-meta {
  min-height: 58px;
}

.amy-services {
  background: #fff;
}

.amy-services-grid {
  align-items: stretch;
}

.amy-service-card {
  justify-items: center;
}

.amy-service-card h3 {
  max-width: 28ch;
}

.amy-about {
  background: #fbfcfe;
}

.amy-about .amy-title,
.amy-about-lead {
  text-align: left;
}

.amy-about-lead {
  margin-left: 0;
}

.amy-mission-card {
  margin-left: 0;
}

.amy-destination-page {
  background: #fff;
}

.amy-destination-copy {
  align-self: center;
}

.amy-destination-copy .amy-title {
  font-size: 52px;
}

.amy-destination-media img {
  max-height: 620px;
  object-fit: contain;
}

.amy-destination-list {
  background: #fbfcfe;
}

.amy-blog-page {
  background: #fbfcfe;
  padding: 92px 0 124px;
}

.amy-blog-header {
  max-width: 760px;
  margin-bottom: 42px;
}

.amy-blog-header .amy-title {
  margin-bottom: 18px;
  font-size: 48px;
}

.amy-blog-header p {
  margin: 0;
  color: #2a3545;
  font-size: 18px;
  line-height: 1.75;
}

.amy-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.amy-blog-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 36, 58, 0.09);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.amy-blog-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 36, 58, 0.18);
}

.amy-blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f4f7;
}

.amy-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.amy-blog-card:hover .amy-blog-card-media img {
  transform: scale(1.03);
}

.amy-blog-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.amy-blog-card time,
.amy-single-post-header time {
  color: var(--amy-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.amy-blog-card h2 {
  margin: 0;
  color: var(--amy-navy);
  font-size: 23px;
  line-height: 1.25;
}

.amy-blog-card h2 a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: inherit;
}

.amy-blog-card p {
  margin: 0;
  color: #405066;
  font-size: 15px;
  line-height: 1.65;
}

.amy-blog-read,
.amy-blog-back {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--amy-navy);
  font-size: 15px;
  font-weight: 900;
}

.amy-blog-read span,
.amy-blog-back span {
  color: var(--amy-gold-dark);
}

.amy-blog-empty {
  max-width: 720px;
  padding: 42px;
  border: 1px solid rgba(20, 36, 58, 0.09);
  border-radius: 6px;
  background: #fff;
}

.amy-blog-empty h2 {
  margin: 0 0 12px;
  color: var(--amy-navy);
  font-size: 30px;
}

.amy-blog-empty p {
  margin: 0 0 24px;
  color: #405066;
  font-size: 17px;
  line-height: 1.7;
}

.amy-single-post {
  background: #fff;
  padding: 78px 0 120px;
}

.amy-single-post-article {
  max-width: 860px;
}

.amy-single-post-header {
  display: grid;
  gap: 14px;
  margin: 28px 0 28px;
}

.amy-single-post-header .amy-title {
  margin: 0;
  font-size: 52px;
}

.amy-single-post-image {
  width: 100%;
  max-height: 520px;
  margin: 12px 0 34px;
  object-fit: cover;
  border-radius: 8px;
}

.amy-single-post-content {
  color: #2a3545;
  font-size: 18px;
  line-height: 1.8;
}

.amy-single-post-content > * {
  max-width: 72ch;
}

.amy-single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.amy-list-card {
  min-height: 280px;
}

.amy-list-card span {
  text-shadow: none;
}

.amy-auth-page {
  background: #fbfcfe;
}

.amy-auth-form {
  text-align: left;
}

.amy-auth-title,
.amy-social-login {
  text-align: center;
}

.amy-field input {
  border-color: rgba(20, 36, 58, 0.14);
}

.amy-field input::placeholder {
  color: #747f90;
}

.amy-auth-options a:hover,
.amy-footer-links a:hover {
  color: var(--amy-gold);
}

.amy-page-content {
  width: min(840px, calc(100% - 48px));
  min-height: 56vh;
  padding: 96px 0 128px;
}

.amy-page-content .amy-title {
  margin-bottom: 28px;
  font-size: 48px;
}

.amy-page-content .amy-copy {
  max-width: 68ch;
  font-size: 18px;
  line-height: 1.75;
}

.amy-page-content p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.amy-site-footer {
  margin-top: 0;
}

.amy-footer-links a {
  color: rgba(255, 255, 255, 0.88);
  transition: color 160ms ease;
}

.amy-newsletter-form input {
  color: var(--amy-ink);
}

.amy-newsletter-message {
  color: #f0c15a;
}

@media (max-width: 1100px) {
  .amy-home-hero {
    min-height: auto;
  }

  .amy-destination-finder .amy-title,
  .amy-popular .amy-title,
  .amy-services .amy-title,
  .amy-about .amy-title,
  .amy-destination-list .amy-title,
  .amy-blog-header .amy-title,
  .amy-destination-copy .amy-title {
    font-size: 40px;
  }

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

  .amy-about-lead,
  .amy-mission-card {
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .amy-home-hero,
  .amy-destination-finder,
  .amy-popular,
  .amy-services,
  .amy-about,
  .amy-destination-list,
  .amy-destination-page,
  .amy-auth-page,
  .amy-page-content {
    border-bottom-color: rgba(20, 36, 58, 0.045);
  }

  .amy-destination-finder .amy-title,
  .amy-popular .amy-title,
  .amy-services .amy-title,
  .amy-about .amy-title,
  .amy-destination-list .amy-title,
  .amy-blog-header .amy-title,
  .amy-destination-copy .amy-title {
    font-size: 31px;
  }

  .amy-blog-page,
  .amy-single-post {
    padding: 58px 0 84px;
  }

  .amy-blog-grid {
    grid-template-columns: 1fr;
  }

  .amy-blog-card-body,
  .amy-blog-empty {
    padding: 20px;
  }

  .amy-single-post-header .amy-title {
    font-size: 34px;
  }

  .amy-card-meta {
    min-height: auto;
  }

  .amy-list-card {
    min-height: 230px;
  }

  .amy-auth-form {
    text-align: left;
  }

  .amy-page-content {
    width: min(100% - 32px, 840px);
    padding: 64px 0 88px;
  }

  .amy-page-content .amy-title {
    font-size: 32px;
  }

  .amy-page-content .amy-copy {
    font-size: 16px;
  }
}
