/* ============================================================
   Alba Hudstudio — Automira Web "Beauty 01" design
   Elegant · warm · premium · Scandinavian skincare studio
   Own visual identity — not derived from Automira's own brand
   or from the Wellness 01 design.
   ============================================================ */

:root {
  --bg:           #faf5ee;
  --surface:      #fffcf8;
  --line:         #e9ddcd;
  --ink:          #2b241f;
  --ink-soft:     #6b6053;
  --ink-faint:    #a9998a;

  --accent:       #b1573a;
  --accent-deep:  #8a4230;
  --accent-soft:  #f4e4da;

  --shadow-sm:    0 1px 2px rgba(43, 36, 31, 0.06);
  --shadow-md:    0 18px 40px -22px rgba(43, 36, 31, 0.28);

  --r-sm:         10px;
  --r-md:         16px;
  --r-lg:         28px;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body:    "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container:    1120px;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  color: var(--ink);
}

p { margin: 0 0 12px; color: var(--ink-soft); }

.section { padding: 80px 0; }
.section--surface { background: var(--surface); }
.section__eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 10px;
  font-weight: 600;
}
.section__title { font-size: clamp(28px, 3.4vw, 42px); }
.section__head { max-width: 640px; margin: 0 0 48px; }
.section__head--center { margin-inline: auto; text-align: center; }

/* ===== Header / nav ===== */
.alba-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 245, 238, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.alba-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
}
.alba-brand {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.alba-nav {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.alba-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 15px;
}
.alba-nav a:hover, .alba-nav a:focus-visible { color: var(--accent-deep); }
.alba-nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  font-size: 18px;
  cursor: pointer;
}

.alba-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .1s ease, background .15s ease, border-color .15s ease;
}
.alba-btn:active { transform: translateY(1px); }
.alba-btn--primary { background: var(--accent); color: #fff9f4; }
.alba-btn--primary:hover, .alba-btn--primary:focus-visible { background: var(--accent-deep); }
.alba-btn--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.alba-btn--ghost:hover, .alba-btn--ghost:focus-visible { border-color: var(--accent); color: var(--accent-deep); }

/* ===== Demo banner ===== */
.alba-demo-banner {
  background: var(--accent-soft);
  color: var(--accent-deep);
  text-align: center;
  font-size: 13px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--line);
}

/* ===== Hero ===== */
.alba-hero {
  padding: 64px 0 76px;
}
.alba-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}
.alba-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
  font-weight: 600;
}
.alba-hero__title {
  font-size: clamp(36px, 5vw, 58px);
}
.alba-hero__sub {
  font-size: 18px;
  max-width: 46ch;
  margin-bottom: 28px;
}
.alba-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.alba-hero__media {
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: linear-gradient(155deg, #e8c9b3 0%, #d9a889 45%, #b1573a 100%);
}
.alba-hero__media img,
.alba-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ===== Trust strip ===== */
.alba-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
  margin-top: 48px;
  color: var(--ink-faint);
  font-size: 14px;
}

/* ===== Treatments ===== */
.alba-treatments {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.alba-treatment {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.alba-treatment h3 {
  font-size: 21px;
  margin-bottom: 6px;
}
.alba-treatment__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  color: var(--ink-faint);
  margin-bottom: 10px;
}
.alba-treatment__price {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--accent-deep);
  font-weight: 600;
}

/* ===== Why choose us ===== */
.alba-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}
.alba-value {
  padding: 6px 0;
}
.alba-value__mark {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-deep);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 18px;
}

/* ===== About ===== */
.alba-about {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: center;
}
.alba-about__media {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(155deg, #f0ded0 0%, #cf9d80 100%);
  box-shadow: var(--shadow-md);
}
.alba-about__media img { object-position: center 20%; }

/* ===== Prices ===== */
.alba-price-list {
  border-top: 1px solid var(--line);
}
.alba-price-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.alba-price-row__name { font-weight: 600; }
.alba-price-row__desc { color: var(--ink-faint); font-size: 14px; margin-top: 2px; }
.alba-price-row__value {
  font-family: var(--font-display);
  font-size: 19px;
  white-space: nowrap;
  color: var(--accent-deep);
}

/* ===== Booking CTA band ===== */
.alba-cta {
  background: var(--ink);
  color: #fbf3ec;
  border-radius: var(--r-lg);
  padding: 56px 40px;
  text-align: center;
}
.alba-cta h2 { color: #fbf3ec; }
.alba-cta p { color: #d9c9ba; }
.alba-cta .alba-btn--primary { background: #fbf3ec; color: var(--ink); }
.alba-cta .alba-btn--primary:hover { background: #fff; }

/* ===== Contact ===== */
.alba-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
}
.alba-contact-list { list-style: none; padding: 0; margin: 0; }
.alba-contact-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.alba-contact-list a { text-decoration: none; color: var(--ink); font-weight: 600; }
.alba-contact-list a:hover, .alba-contact-list a:focus-visible { color: var(--accent-deep); }
.alba-contact-label { color: var(--ink-faint); font-size: 14px; min-width: 90px; }
.alba-map-embed {
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16/10;
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-faint);
  font-size: 14px;
}

/* ===== Footer ===== */
.alba-footer {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  color: var(--ink-faint);
  font-size: 14px;
}
.alba-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.alba-footer a { color: var(--ink-soft); text-decoration: none; }
.alba-footer a:hover, .alba-footer a:focus-visible { color: var(--accent-deep); }

/* ===== Sticky mobile booking CTA ===== */
.alba-sticky-cta {
  display: none;
  position: fixed;
  left: 16px; right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 60;
}
.alba-sticky-cta .alba-btn {
  width: 100%;
  box-shadow: var(--shadow-md);
}

@media (max-width: 860px) {
  .alba-hero__grid, .alba-about { grid-template-columns: 1fr; }
  .alba-about__media { order: -1; }
  .alba-contact-grid { grid-template-columns: 1fr; }
}

/* Large-tablet / iPad Pro (~900–1180px): .container uses a flat 24px
   padding at every width above this, which reads as tight once the
   two-column hero/about/contact grids are wide enough to stay side by
   side again — content sits close to the edge relative to the space
   available. Widen the gutter in this band only; below 900px (already
   verified) and above 1180px (approved desktop, where --container's own
   max-width plus margin:auto already supplies generous space) are both
   untouched. */
@media (min-width: 900px) and (max-width: 1180px) {
  .container { padding: 0 40px; }
}

@media (max-width: 720px) {
  .alba-nav { display: none; }
  .alba-header__cta { display: none; }
  .alba-nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .alba-nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding: 16px 24px 20px;
    gap: 16px;
  }
  .section { padding: 56px 0; }
  .alba-sticky-cta { display: block; }
  .alba-cta { padding: 40px 24px; }
}

@media (max-width: 420px) {
  .alba-hero { padding: 40px 0 56px; }
}
