
/* Brand typeface — Adelia (place files in ../fonts/) */
@font-face {
  font-family: 'Adelia';
  src: url('../fonts/adelia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelia';
  src: url('../fonts/adelia-alternate.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.brand-name,
.hero h1,
.hero h1 em,
.footer-brand,
.footer-brand span {
  font-family: 'Adelia', 'Cormorant Garamond', serif;
  font-weight: normal;
}

.brand-name {
  color: var(--gold);
}

.hero h1 em {
  font-style: italic;
}

.footer-brand span {
  font-style: italic;
}

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

  :root {
    --gold: #C9A84C;
    --gold-light: #E8C96A;
    --gold-pale: #F5E9C8;
    --black: #0A0A0A;
    --black-soft: #111111;
    --dark: #1A1A1A;
    --text-muted: #888;
    --font-brand: 'Adelia', 'Cormorant Garamond', serif;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 1.2rem 3rem;
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(to bottom, rgba(10,10,10,0.95), transparent);
    backdrop-filter: blur(4px);
  }
  .nav-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--gold);
    letter-spacing: 0.05em;
    padding: 0;
  }
  .nav-logo img {
    height: 36px;
    width: auto;
    display: block;
  }
  .nav-logo span { font-style: italic; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--gold); }

  .nav-toggle {
    display: none;
    position: relative;
    z-index: 101;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(201,168,76,0.3);
    cursor: pointer;
  }
  .nav-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 0 auto;
    background: var(--gold);
    transition: transform 0.3s, opacity 0.3s;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background: rgba(10,10,10,0.97);
    backdrop-filter: blur(8px);
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu a {
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .nav-menu a:hover { color: var(--gold); }

  body.nav-open { overflow: hidden; }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem 4rem;
    background: var(--black);
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: var(--black);
    background-image:
      radial-gradient(ellipse 55% 42% at 50% 36%, rgba(201,168,76,0.14) 0%, transparent 62%),
      radial-gradient(ellipse 85% 55% at 50% 62%, rgba(201,168,76,0.09) 0%, transparent 68%),
      radial-gradient(ellipse 100% 50% at 50% 0%, rgba(255,255,255,0.025) 0%, transparent 55%),
      radial-gradient(ellipse 125% 100% at 50% 50%, transparent 32%, rgba(0,0,0,0.5) 100%);
  }
  .hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
  }
  .hero-bg::after {
    content: '';
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    width: min(380px, 78vw);
    height: min(380px, 78vw);
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,0.1);
    box-shadow:
      0 0 0 min(36px, 8vw) rgba(201,168,76,0.025),
      0 0 0 min(72px, 16vw) rgba(201,168,76,0.012);
  }
  .hero > *:not(.hero-bg) {
    position: relative;
    z-index: 1;
  }
  .hero-ornament {
    width: 1px; height: 80px;
    background: linear-gradient(to bottom, transparent, var(--gold), transparent);
    margin: 0 auto 2rem;
  }

  /* Hero logo */
  .logo-mark {
    width: 170px;
    height: 170px;
    margin: 0 auto 1.25rem;
    position: relative;
  }
  .logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .logo-mark svg { width: 100%; height: 100%; }

  .hero-tagline {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .hero h1 {
    font-size: clamp(2rem, 5vw, 4.75rem);
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 0.4rem;
    color: #fff;
  }
  .hero h1 em {
    color: var(--gold);
    font-style: italic;
    display: block;
  }
  .hero-sub {
    font-size: 1.4rem;
    color: rgba(255,255,255,0.5);
    font-style: italic;
    letter-spacing: 0.05em;
    margin: 1.5rem auto;
    max-width: 460px;
  }
  .hero-divider {
    display: flex; align-items: center; gap: 1rem;
    margin: 2rem auto;
    width: fit-content;
  }
  .hero-divider span { width: 60px; height: 1px; background: var(--gold); opacity: 0.5; }
  .hero-divider i { color: var(--gold); font-size: 0.8rem; }

  .hero-cta,
  .contact-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .btn-primary,
  .btn-outline,
  .pkg-btn {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
  }

  .btn-primary,
  .btn-outline {
    min-width: 200px;
  }

  .btn-primary {
    color: var(--black);
    background: var(--gold);
    padding: 1rem 2rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s, transform 0.2s;
    margin-top: 1rem;
  }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

  .btn-outline {
    color: var(--gold);
    background: transparent;
    padding: 1rem 2rem;
    border: 1px solid var(--gold);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    margin-top: 1rem;
    margin-left: 0;
  }
  .btn-outline:hover { background: rgba(201,168,76,0.1); }

  /* SECTION BASE */
  section { padding: 6rem 3rem; }
  .section-label {
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
  }
  .section-title em { color: var(--gold); font-style: italic; }
  .section-desc {
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 1.15rem;
    font-style: italic;
    max-width: 520px;
    margin: 0 auto 4rem;
    line-height: 1.8;
  }
  .gold-line {
    width: 60px; height: 1px;
    background: var(--gold);
    margin: 1.5rem auto;
  }

  /* SERVICES */
  .services-section { background: var(--black-soft); }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(201,168,76,0.2);
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid rgba(201,168,76,0.2);
  }
  .service-card {
    background: var(--black-soft);
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: background 0.3s;
    position: relative;
    overflow: hidden;
  }
  .service-card::before {
    content: '';
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 0; height: 2px;
    background: var(--gold);
    transition: width 0.4s;
  }
  .service-card:hover::before { width: 100%; }
  .service-card:hover { background: rgba(201,168,76,0.04); }
  .service-icon {
    width: 50px; height: 50px;
    margin: 0 auto 1.2rem;
    border: 1px solid rgba(201,168,76,0.4);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 1.3rem;
  }
  .service-name {
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 0.8rem;
  }
  .service-desc {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.45);
    font-style: italic;
    line-height: 1.7;
  }

  /* ABOUT */
  .about-inner {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }
  .about-visual {
    position: relative;
  }
  .about-logo-big {
    width: 220px; height: 220px;
    margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    border: none;
    background: none;
  }
  .about-logo-big img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .about-logo-big svg { width: 60%; height: 60%; }
  .about-corner {
    position: absolute;
    width: 40px; height: 40px;
  }
  .about-corner.tl { top: -10px; left: -10px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
  .about-corner.br { bottom: -10px; right: -10px; border-bottom: 1px solid var(--gold); border-right: 1px solid var(--gold); }
  .about-text .section-title { text-align: left; }
  .about-text .section-label { text-align: left; }
  .about-text .gold-line { margin-left: 0; }
  .about-body {
    color: rgba(255,255,255,0.55);
    font-size: 1.1rem;
    line-height: 2;
    font-style: italic;
    margin-bottom: 2rem;
  }

  /* OFFERINGS */
  .offerings-section { background: var(--black-soft); }
  .offerings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
  }
  .offering-card {
    border: 1px solid rgba(201,168,76,0.15);
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    transition: border-color 0.3s, background 0.3s;
  }
  .offering-card:hover {
    border-color: rgba(201,168,76,0.5);
    background: rgba(201,168,76,0.03);
  }
  .offering-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: rgba(201,168,76,0.2);
    line-height: 1;
    flex-shrink: 0;
    width: 50px;
  }
  .offering-info h3 {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .offering-info p {
    font-size: 1rem;
    color: rgba(255,255,255,0.45);
    font-style: italic;
    line-height: 1.7;
  }

  /* QUOTE */
  .quote-section {
    text-align: center;
    padding: 5rem 3rem;
    position: relative;
    background: var(--black);
  }
  .quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 8rem;
    color: rgba(201,168,76,0.1);
    line-height: 0.5;
    display: block;
    margin-bottom: 1rem;
  }
  .quote-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-style: italic;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
  }
  .quote-attr {
    font-family: 'Cinzel', serif;
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    color: var(--gold);
    margin-top: 2rem;
    display: block;
  }

  /* CONTACT */
  .contact-section {
    background: var(--dark);
  }
  .contact-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(201,168,76,0.2);
    margin-top: 3rem;
  }
  .contact-item {
    padding: 2.5rem 2rem;
    text-align: center;
    border-right: 1px solid rgba(201,168,76,0.15);
  }
  .contact-item:last-child { border-right: none; }
  .contact-icon {
    color: var(--gold);
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201,168,76,0.3);
    border-radius: 50%;
  }
  .contact-icon svg { display: block; }
  .contact-label {
    font-family: 'Cinzel', serif;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.35);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .contact-value {
    font-size: 1rem;
    color: rgba(255,255,255,0.75);
    font-style: italic;
  }
  .contact-value a { color: rgba(255,255,255,0.75); text-decoration: none; }
  .contact-value a:hover { color: var(--gold); }
  .contact-cta {
    text-align: center;
    margin-top: 4rem;
    padding-bottom: 2rem;
  }
  .contact-cta p {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.45);
    font-style: italic;
    margin-bottom: 2rem;
  }

  /* PACKAGES */
  .packages-section { background: var(--black); }
  .package-group {
    max-width: 1100px;
    margin: 0 auto 4rem;
  }
  .package-group:last-child { margin-bottom: 0; }
  .package-group-title {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    color: var(--gold);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(201,168,76,0.15);
  }
  .package-group-desc {
    text-align: center;
    color: rgba(255,255,255,0.45);
    font-size: 1.05rem;
    font-style: italic;
    margin: -1rem auto 2.5rem;
    max-width: 480px;
  }
  .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .packages-grid--two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
    margin: 0 auto;
  }
  .package-card {
    border: 1px solid rgba(201,168,76,0.2);
    padding: 0;
    display: flex; flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s;
  }
  .package-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201,168,76,0.6);
  }
  .package-card.featured {
    border: 2px solid var(--gold);
    transform: scale(1.02);
  }
  .package-card.featured:hover { transform: scale(1.02) translateY(-6px); }
  .package-badge {
    position: absolute; top: 1rem; right: 1rem;
    background: var(--gold);
    color: var(--black);
    font-family: 'Cinzel', serif;
    font-size: 0.5rem;
    letter-spacing: 0.15em;
    padding: 0.3rem 0.7rem;
    text-transform: uppercase;
  }
  .package-header {
    padding: 2rem 2rem 1.5rem;
    border-bottom: 1px solid rgba(201,168,76,0.15);
    background: rgba(201,168,76,0.03);
  }
  .package-tier {
    font-family: 'Cinzel', serif;
    font-size: 0.55rem;
    letter-spacing: 0.3em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .package-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
  }
  .package-name em { color: var(--gold); font-style: italic; }
  .package-body { padding: 1.5rem 2rem 2rem; flex: 1; }
  .package-features { list-style: none; }
  .package-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    font-style: italic;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    line-height: 1.4;
  }
  .package-features li::before {
    content: '✦';
    color: var(--gold);
    font-size: 0.55rem;
    flex-shrink: 0;
    margin-top: 0.35rem;
    opacity: 0.7;
  }
  .package-footer {
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(201,168,76,0.1);
  }
  .pkg-btn {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all 0.3s;
    color: var(--gold);
    border: 1px solid rgba(201,168,76,0.4);
    background: transparent;
  }
  .pkg-btn:hover { background: rgba(201,168,76,0.1); border-color: var(--gold); }
  .package-card.featured .pkg-btn {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
  }
  .package-card.featured .pkg-btn:hover { background: var(--gold-light); transform: translateY(-2px); }

  @media (max-width: 900px) {
    .packages-grid,
    .packages-grid--two { grid-template-columns: 1fr; }
    .package-card.featured { transform: scale(1); }
    .package-card.featured:hover { transform: translateY(-6px); }
  }

  /* FOOTER */
  footer {
    padding: 2rem 3rem;
    border-top: 1px solid rgba(201,168,76,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-brand {
    color: var(--gold);
    font-size: 1rem;
  }
  .footer-brand span { font-style: italic; }
  .footer-copy {
    font-family: 'Cinzel', serif;
    font-size: 0.55rem;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.2);
  }
  .footer-tagline {
    font-size: 0.9rem;
    font-style: italic;
    color: rgba(255,255,255,0.3);
  }

  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes shimmer {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
  }
  .hero > *:not(.hero-bg) { animation: fadeUp 0.8s ease both; }
  .hero > *:not(.hero-bg):nth-child(2) { animation-delay: 0.1s; }
  .hero > *:not(.hero-bg):nth-child(3) { animation-delay: 0.2s; }
  .hero > *:not(.hero-bg):nth-child(4) { animation-delay: 0.3s; }
  .hero > *:not(.hero-bg):nth-child(5) { animation-delay: 0.4s; }
  .hero > *:not(.hero-bg):nth-child(6) { animation-delay: 0.5s; }
  .hero > *:not(.hero-bg):nth-child(7) { animation-delay: 0.6s; }
  .hero > *:not(.hero-bg):nth-child(8) { animation-delay: 0.7s; }
  .hero > *:not(.hero-bg):nth-child(9) { animation-delay: 0.8s; }

  .gold-shimmer { animation: shimmer 3s ease-in-out infinite; }

  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    .nav-logo img { height: 30px !important; }
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    section { padding: 4rem 1.5rem; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-inner { grid-template-columns: 1fr; gap: 3rem; }
    .offerings-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-item { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.15); }
    .hero-cta,
    .contact-cta-buttons {
      flex-direction: column;
      gap: 0.25rem;
      width: 100%;
      max-width: 260px;
      margin: 0 auto;
    }
    .hero-cta .btn-primary,
    .hero-cta .btn-outline,
    .contact-cta-buttons .btn-primary,
    .contact-cta-buttons .btn-outline {
      width: 100%;
      margin-top: 0.5rem;
    }
    footer { flex-direction: column; gap: 1rem; text-align: center; }
  }

  @media (max-width: 520px) {
    .services-grid { grid-template-columns: 1fr; }
  }