
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#070708; color:#efece5; font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; }
.collage { max-width:1120px; margin:0 auto; padding:5vh 5vw 10vh; }

.blob { position:absolute; z-index:0; pointer-events:none;
  filter:drop-shadow(0 10px 16px rgba(0,0,0,.18)); }

.cut { position:relative; background:#101014; border-radius:8px;
  box-shadow:0 16px 34px rgba(0,0,0,.16); overflow:hidden; }

/* hero */
.hero { position:relative; min-height:78vh; display:flex; align-items:center;
  padding:6vh 4vw; }
.hb { width:60vw; max-width:640px; height:60vw; max-height:640px; }
.hb--1 { top:-6%; right:-8%; opacity:.9; }
.hb--2 { bottom:-10%; left:-6%; width:44vw; height:44vw; }
.hb--3 { top:20%; right:20%; width:34vw; height:34vw; opacity:.85; }
.hero__in { position:relative; z-index:3; max-width:32ch; }
.kick { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; letter-spacing:.28em; text-transform:uppercase;
  font-size:.85rem; color:#c2a04a; font-weight:800; }
.hero__in h1 { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:900; line-height:.9;
  font-size:clamp(3rem,11vw,7rem); letter-spacing:-.02em; margin:.25em 0 .35em; }
.hero__in p { font-size:clamp(1.05rem,2.2vw,1.4rem); color:#807b72; margin-bottom:2rem; }
.btn { display:inline-block; background:#c2a04a; color:#141414; font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif;
  font-weight:800; letter-spacing:.05em; text-transform:uppercase; text-decoration:none;
  padding:15px 32px; border-radius:999px; box-shadow:0 8px 18px rgba(194,160,74,0.4); transition:transform .15s; }
.btn:hover { transform:translateY(-3px); }

/* about */
.about { margin:2vh 0 9vh; padding:clamp(30px,5vw,64px); }
.deco { z-index:0; opacity:.4; }
.deco--a { width:40vw; height:40vw; max-width:360px; max-height:360px; bottom:-14%; right:-8%; }
.about__in { position:relative; z-index:2; max-width:60ch; }
.about__in h2 { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,3rem);
  color:#c2a04a; margin-bottom:.6rem; }

/* banners */
.banner { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:900; font-size:clamp(2rem,6vw,3.6rem);
  text-align:center; margin:0 0 5vh; color:#efece5; }
.banner::after { content:""; display:block; width:120px; height:12px; margin:.5rem auto 0;
  background:#c2a04a; border-radius:999px 999px 40% 40%; }

/* petals */
.svcs { margin-bottom:10vh; }
.petals { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:clamp(20px,3vw,36px); }
.petal { position:relative; background:var(--pf); color:var(--po); padding:34px 26px 28px;
  border-radius:60% 60% 20% 20% / 30% 30% 12% 12%; box-shadow:0 14px 26px rgba(0,0,0,.18); }
.petal__no { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:900; font-size:2.4rem; opacity:.55; }
.petal h3 { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:800; font-size:1.25rem; margin:.2rem 0 .5rem; }
.petal p { font-size:.95rem; opacity:.92; }

/* gallery */
.gal { margin-bottom:10vh; }
.snaps { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:clamp(16px,2.5vw,28px); }
.snap { padding:12px; }
.snap img { width:100%; aspect-ratio:1; object-fit:cover; border-radius:calc(8px - 6px); }
.snap figcaption { position:absolute; top:20px; left:20px; width:38px; height:38px;
  display:grid; place-items:center; background:#c2a04a; color:#141414;
  border-radius:50%; font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:900; }

/* quote */
.quote { position:relative; text-align:center; padding:clamp(50px,8vw,100px) 6vw;
  margin-bottom:9vh; overflow:hidden; }
.deco--q { width:50vw; height:50vw; max-width:520px; max-height:520px; top:-10%; left:50%;
  transform:translateX(-50%); opacity:.35; }
.quote blockquote { position:relative; z-index:2; font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:800;
  font-size:clamp(1.6rem,5vw,3rem); line-height:1.12; max-width:20ch; margin:0 auto; }
.quote cite { display:block; margin-top:1rem; font-style:normal; font-size:.9rem;
  letter-spacing:.18em; text-transform:uppercase; color:#c2a04a; }

/* contact */
.contact { padding:clamp(34px,6vw,64px); text-align:center; }
.contact h2 { font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,3rem);
  color:#c2a04a; margin-bottom:.4rem; }
.contact p { color:#807b72; margin-bottom:1.5rem; }
.chips { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.chips a, .chips span { background:#070708; padding:12px 22px; border-radius:999px;
  font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif; font-weight:700; text-decoration:none; box-shadow:0 4px 10px rgba(0,0,0,.1); }

@media (max-width:640px) { .hero { min-height:auto; padding-top:12vh; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .btn:hover { transform:none; } }


.xq{box-sizing:border-box;font-family:Baskerville, 'Baskerville Old Face', 'Palatino Linotype', Georgia, serif;color:#efece5;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#c2a04a;margin-bottom:10px;font-weight:700}

.xq-strip{padding-left:0;padding-right:0}
.xq-strip .xq-wrap{padding:0 24px}
.xq-striprail{list-style:none;display:flex;gap:12px;overflow-x:auto;padding:14px 24px;scroll-snap-type:x mandatory}
.xq-striprail li{flex:0 0 min(64vw,300px);scroll-snap-align:start}
.xq-striprail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0px;display:block}


.xq-tl-list{list-style:none;padding:0;margin-top:24px;position:relative;border-left:2px solid rgba(239,236,229,0.14)}
.xq-tl-item{position:relative;padding:0 0 26px 26px}
.xq-tl-item::before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:#c2a04a;box-shadow:0 0 0 4px rgba(239,236,229,0.05)}
.xq-tl-item time{font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif;font-weight:800;color:#c2a04a;display:block;margin-bottom:4px}
.xq-tl-item p{color:#807b72;max-width:58ch}


.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #c2a04a;background:rgba(239,236,229,0.05);border-radius:0 0px 0px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif;font-size:.8rem;letter-spacing:.1em;color:#c2a04a;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:Impact, Haettenschweiler, 'Arial Black', sans-serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#807b72}


/* =====================================================
   DESIGN DNA: swiss-red
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
*{border-radius:0 !important;text-shadow:none !important}
img,a[class*="btn"],button,span[class*="btn"],div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{box-shadow:none !important}
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath d='M0 .5H120M.5 0V120' stroke='%23f2f0ea' stroke-width='1'/%3E%3C/svg%3E");opacity:.05;}
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;letter-spacing:-0.03em !important;font-weight:800 !important}
h2::before{content:'';display:block;width:2.6rem;height:.55rem;background:#c2a04a;margin-bottom:.5rem}
img{filter:none !important}
a[class*="btn"],button,span[class*="btn"]{border:2px solid #c2a04a !important;background:#c2a04a !important;color:#141414 !important;font-weight:700}
