.elementor-7 .elementor-element.elementor-element-34fcfdf{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-34fcfdf{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ce9e132 */:root {
  --bg: #1f201b;
  --bg-soft: #292a24;
  --text: #f3eee5;
  --muted: rgba(243, 238, 229, .72);
  --line: rgba(243, 238, 229, .22);
  --accent: #c8a184;
  --accent-dark: #9e775e;
  --shadow: rgba(0,0,0,.45);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; line-height: .95; margin: 0; }
h1 { font-size: clamp(3.2rem, 8vw, 7.4rem); letter-spacing: -.06em; max-width: 780px; }
h2 { font-size: clamp(2.4rem, 5.4vw, 5rem); letter-spacing: -.045em; }
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
em { color: var(--accent); font-style: italic; }
p { margin: 0; color: var(--muted); }
.section-dark { background: var(--bg); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .68rem;
  font-weight: 600;
  color: rgba(243,238,229,.58);
}
.center { text-align: center; margin-inline: auto; }
.section-intro { max-width: 660px; }
.section-intro h2 { margin: .5rem 0 1rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.45rem;
  border-radius: 999px;
  background: var(--accent);
  color: #201b17;
  font-size: .85rem;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); background: #d9b196; }
.btn-secondary { background: rgba(243,238,229,.1); color: var(--text); border: 1px solid var(--line); }
.text-link { color: var(--accent); font-weight: 600; border-bottom: 1px solid rgba(200,161,132,.45); }
.button-row { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.site-header {
  position: fixed;
  z-index: 50;
  top: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem clamp(1.2rem, 4vw, 4.5rem);
  color: var(--text);
  mix-blend-mode: difference;
}
.logo { font-family: "Playfair Display", serif; font-size: 1.35rem; }
.main-nav { display: flex; gap: 2rem; font-size: .78rem; color: rgba(255,255,255,.8); }
.nav-cta { font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.5); }
.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.15) 42%, rgba(0,0,0,.65)); }
.hero-content { position: relative; z-index: 2; max-width: var(--max); width: 100%; margin: 0 auto; padding: 8rem clamp(1.2rem, 4vw, 4rem) 5rem; }
.hero-content p:not(.eyebrow) { max-width: 460px; margin-top: 1.4rem; font-size: 1.05rem; }
.image-gradient {
  background:
    radial-gradient(circle at 35% 30%, rgba(235,190,160,.5), transparent 24%),
    radial-gradient(circle at 70% 55%, rgba(255,255,255,.16), transparent 16%),
    linear-gradient(120deg, #070707, #41281d 48%, #0f100d);
  filter: saturate(.85);
}
.hero-image::after, .values-bg::after, .photo::after, .circle-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.35));
}
.trust-strip {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip div { padding: 1.6rem 1.2rem; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.trust-strip span { display: block; color: var(--muted); font-size: .86rem; margin-top: .35rem; }
.services { padding: 8rem 0 7rem; overflow: hidden; }
.service-orbit {
  width: 1280px;
  max-width: 140vw;
  margin: 4.5rem 50% 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 5vw, 6rem);
}
.service-card { text-align: center; width: 190px; }
.circle-img { position: relative; margin: 0 auto 1rem; border-radius: 50%; overflow: hidden; background: var(--bg-soft); box-shadow: 0 30px 60px var(--shadow); }
.service-card.small .circle-img { width: 150px; height: 150px; }
.service-card.medium .circle-img { width: 210px; height: 210px; }
.service-card.large .circle-img { width: 290px; height: 290px; }
.service-card h3 { font-size: 1.2rem; margin-top: -3rem; position: relative; z-index: 2; text-shadow: 0 2px 20px rgba(0,0,0,.65); }
.service-card p { font-size: .82rem; margin-top: .55rem; }
.img-1 { background: radial-gradient(circle at 55% 35%, #d5a487, #321b13 50%, #080807); }
.img-2 { background: radial-gradient(circle at 60% 30%, #eed6c6, #583426 45%, #080807); }
.img-3 { background: radial-gradient(circle at 38% 42%, #b9907b, #1c1210 47%, #090908); }
.img-4 { background: radial-gradient(circle at 60% 34%, #f2d1bd, #6a402d 44%, #0b0b09); }
.img-5 { background: radial-gradient(circle at 52% 34%, #b17c60, #291711 48%, #070707); }
.spacing-top { margin-top: 4rem; }
.values { position: relative; min-height: 650px; display: grid; grid-template-columns: .85fr 1.7fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.values-bg { position: absolute; inset: 0; opacity: .55; }
.values-title { position: relative; z-index: 1; padding: 6rem clamp(1.2rem, 4vw, 4rem); align-self: center; }
.values-title h2 { font-size: clamp(2rem, 3.8vw, 4rem); max-width: 410px; margin-top: .8rem; }
.values-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
.values-grid article { min-height: 325px; padding: clamp(2rem, 5vw, 5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); backdrop-filter: blur(2px); }
.values-grid article:nth-child(even) { border-right: 0; }
.values-grid span { display: block; color: rgba(243,238,229,.55); text-transform: uppercase; font-size: .68rem; letter-spacing: .15em; margin-bottom: .9rem; }
.values-grid p { margin-top: .9rem; font-size: .94rem; max-width: 370px; }
.about { max-width: var(--max); margin: 0 auto; padding: 9rem clamp(1.2rem, 4vw, 4rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: center; }
.about-copy p:not(.eyebrow) { margin-top: 1.2rem; max-width: 520px; }
.about-copy .text-link { display: inline-block; margin-top: 2rem; }
.about-collage { position: relative; min-height: 520px; }
.ring { position: absolute; width: 210px; height: 210px; border: 1px solid var(--line); border-radius: 50%; left: 0; top: 0; }
.photo { position: absolute; overflow: hidden; box-shadow: 0 40px 80px var(--shadow); }
.photo-one { width: 56%; height: 340px; right: 0; top: 55px; }
.photo-two { width: 52%; height: 360px; left: 12%; bottom: 0; }
.process { padding: 7rem clamp(1.2rem, 4vw, 4rem); border-top: 1px solid var(--line); }
.process-grid { max-width: var(--max); margin: 4rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.process-grid article { padding: 2rem; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--accent); font-family: "Playfair Display", serif; font-size: 2rem; }
.process-grid h3 { margin: .6rem 0 .8rem; }
.faq { max-width: var(--max); margin: 0 auto; padding: 7rem clamp(1.2rem, 4vw, 4rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.3rem 0; }
.faq-list summary { cursor: pointer; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.faq-list p { margin-top: 1rem; max-width: 650px; }
.contact { max-width: var(--max); margin: 0 auto; padding: 7rem clamp(1.2rem, 4vw, 4rem); display: grid; grid-template-columns: 1fr .65fr; gap: 4rem; border-top: 1px solid var(--line); }
.contact h2 { margin: .6rem 0 1rem; }
.contact p { max-width: 560px; }
.contact-card { padding: 2rem; border: 1px solid var(--line); border-radius: 2rem; background: rgba(255,255,255,.035); }
.contact-card .btn { width: 100%; margin-bottom: 1rem; }
.contact-card p { margin-top: 1.2rem; }
.site-footer { display: flex; justify-content: space-between; align-items: center; padding: 2rem clamp(1.2rem, 4vw, 4rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.site-footer nav { display: flex; gap: 1.5rem; }
@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-cta { display: none; }
  .trust-strip, .values, .about, .faq, .contact, .process-grid { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-orbit { width: auto; max-width: none; margin: 3rem 0 0; transform: none; overflow-x: auto; justify-content: flex-start; padding: 0 1.2rem 2rem; }
  .values-grid { grid-template-columns: 1fr; border-left: 0; }
  .values-grid article { border-right: 0; min-height: auto; }
  .about { gap: 2rem; }
  .about-collage { min-height: 420px; }
  .process-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { flex-direction: column; gap: 1rem; }
}/* End custom CSS */