/* Aztec Landscapes holding page — brand-aligned with azteclifestyle.co.uk
   Chalk-white ground, espresso brown, oatmeal CTAs, Silk Serif + Urbanist */

@font-face {
  font-family: "Silk Serif";
  src: url("assets/fonts/SilkSerif-TRIAL-Light-BF6740066e4d5cb.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Silk Serif";
  src: url("assets/fonts/SilkSerif-TRIAL-Regular-BF6740066e17571.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("assets/fonts/Urbanist-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #FBFBFB;
  --ink: #1A191A;
  --espresso: #361D17;
  --taupe: #63584D;
  --oatmeal: #D4C9C0;
  --oatmeal-deep: #BBAF9F;
  --hairline: #E7E2DC;
  --card: #FFFFFF;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.page {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

a { color: var(--espresso); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--taupe); }

.rule {
  height: 1px;
  background: var(--hairline);
  margin: 0 auto;
}

.kicker {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 16px;
}

h1, h2 {
  font-family: "Silk Serif", Georgia, serif;
  font-weight: 300;
  color: var(--espresso);
}

/* ===== Hero ===== */

.hero {
  text-align: center;
  padding: 92px 0 76px;
}

.hero-logo {
  width: min(520px, 82vw);
  margin: 0 auto 54px;
  display: block;
}

.hero h1 {
  font-size: clamp(38px, 5.6vw, 64px);
  line-height: 1.14;
  letter-spacing: 0.01em;
  max-width: 18ch;
  margin: 0 auto 18px;
}

.hero-strap {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 48px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  will-change: transform;
}

.btn-oat {
  background: var(--oatmeal);
  color: var(--espresso);
}
.btn-oat:hover {
  background: var(--oatmeal-deep);
  color: var(--espresso);
  transform: scale(1.03) translateY(-1px);
  box-shadow: 0 10px 26px rgba(54, 29, 23, 0.12);
}

.btn-line {
  border-color: var(--oatmeal);
  color: var(--espresso);
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 14px;
}
.btn-line:hover {
  background: var(--oatmeal);
  transform: scale(1.03) translateY(-1px);
  box-shadow: 0 10px 26px rgba(54, 29, 23, 0.1);
}

/* ===== About ===== */

.about { padding: 24px 0 72px; }

.about .rule { margin-bottom: 68px; }

.about-cols {
  columns: 2;
  column-gap: 60px;
  max-width: 980px;
  margin: 0 auto;
}

.about-cols p {
  break-inside: avoid;
  margin-bottom: 26px;
  font-size: 16px;
  color: var(--ink);
}

.coming-soon {
  margin: 40px auto 0;
  max-width: 640px;
  text-align: center;
  color: var(--taupe);
  font-size: 15px;
  padding: 20px 28px;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 2px;
}

/* ===== A mark divider ===== */

.a-divider {
  text-align: center;
  padding: 8px 0 40px;
}
.a-divider img { width: 44px; opacity: 0.9; }

/* ===== Contact ===== */

.contact {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 60px;
  padding: 8px 0 88px;
  align-items: start;
}

.contact-intro h2 {
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.22;
  margin-bottom: 20px;
}

.contact-intro > p { color: var(--taupe); margin-bottom: 34px; font-size: 15.5px; }

.contact-list { list-style: none; }

.contact-list li {
  padding: 18px 0;
  border-top: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contact-list li:last-child { border-bottom: 1px solid var(--hairline); }

.contact-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--taupe);
}

.contact-list a {
  font-size: 18px;
  font-weight: 500;
  align-self: flex-start;
  background-image: linear-gradient(var(--oatmeal-deep), var(--oatmeal-deep));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: background-size 0.35s ease, color 0.2s ease;
  padding-bottom: 2px;
}
.contact-list a:hover { background-size: 100% 1px; }

.contact-form {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: 38px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field { margin-bottom: 20px; }

.field label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 8px;
}

.field input,
.field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: 13px 14px;
  color: var(--ink);
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.2s ease;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--oatmeal-deep);
  box-shadow: 0 0 0 3px rgba(212, 201, 192, 0.35);
}

.field textarea { resize: vertical; min-height: 120px; }

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.btn-submit {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
}
.btn-submit:disabled { opacity: 0.6; cursor: wait; }

.form-status { margin-top: 14px; font-size: 14.5px; min-height: 1em; }
.form-status.is-success { color: #4a6b4f; }
.form-status.is-error { color: #9c4a3c; }
.form-status a { text-decoration: underline; }

/* ===== Aztec Lifestyle ===== */

.lifestyle { padding: 0 0 84px; }

.lifestyle-card {
  display: grid;
  grid-template-columns: 6fr 5fr;
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.lifestyle-card:hover {
  border-color: var(--oatmeal-deep);
  box-shadow: 0 18px 48px rgba(54, 29, 23, 0.08);
}

.lifestyle-shot { position: relative; min-height: 280px; }

.lifestyle-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.lifestyle-card:hover .lifestyle-shot img { transform: scale(1.03); }

.lifestyle-body { padding: 44px 40px; align-self: center; }

.lifestyle-body h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

.lifestyle-body > p { color: var(--taupe); font-size: 15.5px; margin-bottom: 24px; }

.lifestyle-link {
  display: inline-block;
  padding: 12px 24px;
  background: var(--oatmeal);
  border-radius: 2px;
  color: var(--espresso);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.lifestyle-card:hover .lifestyle-link {
  background: var(--oatmeal-deep);
  transform: scale(1.04);
  box-shadow: 0 8px 20px rgba(54, 29, 23, 0.1);
}

.lifestyle-email {
  text-align: center;
  margin-top: 22px;
  font-size: 14.5px;
  color: var(--taupe);
}

/* ===== Footer ===== */

.footer { text-align: center; }

.footer .rule { margin-bottom: 38px; }

.footer p {
  font-size: 13.5px;
  color: var(--taupe);
  margin-bottom: 6px;
}

.footer .tech-partner {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer .tech-partner strong { color: var(--espresso); font-weight: 600; }
.footer .cl-mark { height: 16px; width: auto; }

/* ===== Motion: load + scroll reveals ===== */

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.8s ease 0.1s forwards;
}

.hero-logo {
  opacity: 0;
  transform: scale(0.985);
  animation: logo-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes logo-in {
  to { opacity: 1; transform: scale(1); }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-logo, [data-reveal] {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
  .btn-oat:hover, .btn-line:hover, .lifestyle-link { transform: none; }
}

/* ===== Responsive ===== */

@media (max-width: 900px) {
  .contact { grid-template-columns: 1fr; gap: 44px; }
  .lifestyle-card { grid-template-columns: 1fr; }
  .lifestyle-shot { min-height: 230px; }
}

@media (max-width: 680px) {
  .hero { padding: 64px 0 56px; }
  .hero-logo { margin-bottom: 40px; }
  .about-cols { columns: 1; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .lifestyle-body { padding: 30px 24px; }
}
