/* ============================================================
   Ornella — Luxury Concierge
   ============================================================ */

:root {
  --cream:        #FAF6EF;
  --cream-deep:   #F3ECE0;
  --ink:          #2B2621;
  --ink-soft:     #5A524A;
  --gold:         #C0A268;
  --gold-deep:    #A9895170;
  --champagne:    #F6E6C4;
  --accent:       #D9803C;
  --accent-deep:  #C46E2E;
  --dark:         #2E2823;
  --line:         rgba(43, 38, 33, 0.12);

  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'Jost', 'Helvetica Neue', Arial, sans-serif;
  --font-script: 'Parisienne', 'Cormorant Garamond', cursive;

  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

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

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 17px 44px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 30px -12px rgba(217, 128, 60, 0.7);
}
.btn-primary:hover {
  background: var(--accent-deep);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -14px rgba(217, 128, 60, 0.8);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--gold);
  letter-spacing: 0.2em;
}
.btn-outline:hover {
  background: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- Eyebrow / Titles ---------- */
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--champagne);
  font-weight: 400;
  margin-bottom: 20px;
}
.eyebrow-dark { color: var(--gold); }

.section-title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.section-title.light { color: var(--cream); }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.site-header.scrolled {
  background: rgba(250, 246, 239, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  transition: color 0.4s var(--ease);
}
.scrolled .brand { color: var(--ink); }

.brand-mark {
  height: 54px;
  width: auto;
  display: block;
}
.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.brand-name {
  font-family: var(--font-script);
  font-size: 2.15rem;
  line-height: 0.95;
  letter-spacing: 0.01em;
}
.brand-sub {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 3px;
  padding-left: 2px;
}

.nav {
  display: flex;
  gap: 46px;
}
.nav a {
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 6px 0;
  transition: color 0.4s var(--ease);
}
.scrolled .nav a { color: var(--ink); }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease);
}
.nav a:hover::after { width: 100%; }

/* mobile toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 26px; height: 2px;
  background: #fff;
  transition: 0.3s var(--ease);
}
.scrolled .nav-toggle span { background: var(--ink); }

.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 8px 32px 20px;
}
.mobile-nav a {
  padding: 16px 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.mobile-nav.open { display: flex; }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(120% 90% at 70% 20%, rgba(246,230,196,0.35), transparent 60%),
    linear-gradient(160deg, #d8c7b0 0%, #c9b49b 40%, #b7a184 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
/* Drop your own photo in as hero.jpg to replace the gradient */
.hero {
  background-image:
    linear-gradient(180deg, rgba(60,48,36,0.30), rgba(60,48,36,0.55)),
    url("hero.jpg");
  background-color: #c4b096;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(40,32,24,0.25) 0%, rgba(40,32,24,0.05) 35%, rgba(40,32,24,0.45) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  margin-top: 40px;
}
.hero .eyebrow {
  text-shadow: 0 1px 12px rgba(0,0,0,0.3);
}
.hero-title {
  font-family: var(--font-serif);
  color: #fff;
  font-weight: 400;
  font-size: clamp(2.7rem, 6.2vw, 5.4rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 26px rgba(0,0,0,0.35);
}
.hero-title em {
  font-style: italic;
  font-weight: 500;
  color: var(--champagne);
}
.hero-lead {
  color: rgba(255,255,255,0.94);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 300;
  max-width: 640px;
  margin: 30px auto 42px;
  text-shadow: 0 1px 14px rgba(0,0,0,0.3);
}

.scroll-cue {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.85);
  z-index: 2;
  animation: bob 2.4s ease-in-out infinite;
}
@keyframes bob {
  0%,100% { transform: translate(-50%, 0); }
  50%     { transform: translate(-50%, 8px); }
}

/* ============================================================
   Sections
   ============================================================ */
.section { padding: 120px 0; }

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 68px;
}
.section-intro {
  color: var(--ink-soft);
  font-size: 1.08rem;
  margin-top: 22px;
}
.section-intro.light { color: rgba(250,246,239,0.8); }

/* ---------- Services ---------- */
.services { background: var(--cream); }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 44px 36px;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -34px rgba(60,48,36,0.45);
  border-color: rgba(192,162,104,0.5);
}
.card-icon {
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--cream-deep);
  color: var(--gold);
  margin-bottom: 26px;
}
.card h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 14px;
}
.card p { color: var(--ink-soft); font-size: 0.98rem; }

/* ---------- About ---------- */
.about { background: var(--cream-deep); }
.about-inner {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-image {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
  background:
    radial-gradient(130% 100% at 30% 20%, rgba(246,230,196,0.6), transparent 60%),
    linear-gradient(160deg, #cbb693, #b49b78);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 40px 80px -40px rgba(60,48,36,0.5);
  position: relative;
  overflow: hidden;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  display: block;
}
.about-text p { color: var(--ink-soft); margin-bottom: 18px; max-width: 46ch; }
.about-text .section-title { margin-bottom: 24px; }

/* Name in verspielter Schreibschrift */
.script-name {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(3.2rem, 6vw, 4.6rem);
  line-height: 1.1;
  color: var(--gold);
}

.about-values {
  list-style: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 36px;
}
.about-values li span {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 9px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
}

/* ---------- Contact ---------- */
.contact {
  background:
    radial-gradient(120% 90% at 20% 10%, rgba(192,162,104,0.18), transparent 55%),
    var(--dark);
}
.contact-grid {
  max-width: 640px;
  margin: 0 auto;
}
.field { margin-bottom: 24px; }
.field label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,246,239,0.7);
  margin-bottom: 10px;
}
.field input,
.field textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(250,246,239,0.18);
  border-radius: 3px;
  padding: 15px 18px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255,255,255,0.08);
}
.field textarea { resize: vertical; }

.form-note {
  font-size: 0.82rem;
  color: rgba(250,246,239,0.55);
  margin-top: 16px;
}

.contact-details { color: var(--cream); padding-top: 6px; }
.contact-details h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 22px;
}
.contact-details p { margin-bottom: 12px; }
.contact-details a { color: var(--champagne); transition: color 0.3s var(--ease); }
.contact-details a:hover { color: #fff; }
.contact-region {
  color: rgba(250,246,239,0.6);
  font-size: 0.92rem;
  margin-top: 20px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #211c18;
  color: rgba(250,246,239,0.7);
  padding: 40px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-brand { color: var(--cream); font-size: 1.3rem; }
.footer-brand .brand-sub { opacity: 0.7; font-size: 0.82rem; }
.footer-copy { font-size: 0.85rem; }

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 940px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .about-inner { grid-template-columns: 1fr; gap: 44px; }
  .about-image { max-width: 420px; margin: 0 auto; width: 100%; }
  .contact-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 720px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .section { padding: 84px 0; }
  .cards { grid-template-columns: 1fr; }
  .container { padding: 0 22px; }
  .header-inner { height: 72px; }
  .brand-sub { display: none; }
  .hero-content { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
