/* ============ KIETRE — LUXURY MEDSPA ============ */
:root {
  --porcelain: #FBF8F4;
  --cream: #F5EDE5;
  --cream-2: #F0E6DC;
  --sand: #E7DCD1;
  --mauve: #C9A7A1;
  --mauve-dp: #AF8A80;
  --mauve-deep: #855F55;
  --mauve-solid: #A97F76;
  --mauve-mist: #EBD9D4;
  --mauve-tint: #F0E1DD;
  --btn-pink: #D0A59F;
  --blush-bg: #F4E8E4;
  --clay: #8E6F66;
  --gold: #C3A264;
  --gold-lt: #DEC79A;
  --gold-dp: #8A6E3E;
  --stone: #6E6157;
  --umber: #5C4640;
  --espresso: #3E2A26;
  --ink: #2E1F1B;
  --white: #FFFFFF;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', -apple-system, sans-serif;
  --shadow-lux: 0 40px 90px -30px rgba(44,31,25,0.35);
  --shadow-card: 0 30px 60px -28px rgba(44,31,25,0.22);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--porcelain); color: var(--ink); font-family: var(--sans); font-weight: 400; font-size: 17px; line-height: 1.8; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 400; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1300px; margin: 0 auto; padding: 0 60px; }
.narrow { max-width: 780px; margin: 0 auto; }

.kicker { font-size: 14px; letter-spacing: 0.44em; text-transform: uppercase; font-weight: 400; }

/* buttons */
.btn { display: inline-block; font-family: var(--sans); font-size: 14px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 400; padding: 18px 44px; border: 1px solid var(--ink); color: var(--ink); background: transparent; position: relative; overflow: hidden; z-index: 1; transition: color 0.5s ease; }
.btn::after { content:''; position:absolute; inset:0; background: #B98F86; transform: translateY(101%); transition: transform 0.55s cubic-bezier(0.2,0.75,0.2,1); z-index:-1; }
.btn:hover { color: var(--espresso); }
.btn:hover::after { transform: translateY(0); }
.btn.gold { border-color: var(--gold-dp); }
.btn.gold::after { background: var(--gold-dp); }
.btn.gold:hover { color: var(--white); }
.btn.on-dark { border-color: var(--btn-pink); color: var(--btn-pink); }
.btn.on-dark::after { background: var(--btn-pink); }
.btn.on-dark:hover { color: var(--espresso); }
.btn.filled { background: var(--btn-pink); border-color: var(--btn-pink); color: var(--espresso); }
.btn.filled::after { background: #B98F86; }
.btn.filled:hover { color: var(--white); border-color: var(--gold-dp); }

/* nav */
header { position: sticky; top: 0; z-index: 200; background: rgba(251,248,244,0.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(175,138,128,0.16); }
.nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 12px 56px; max-width: 1500px; margin: 0 auto; }
.brand { justify-self: start; display: flex; align-items: center; }
.brand img { width: 72px; height: auto; object-fit: contain; display: block; }
.menu { justify-self: center; display: flex; align-items: center; gap: 42px; list-style: none; margin: 0; }
.menu > li { display: flex; align-items: center; }
.mobile-book { display: none; }
.menu > li > a { font-size: 16px; letter-spacing: 0.04em; color: var(--umber); position: relative; padding: 6px 0; transition: color 0.3s; }
.menu > li > a::after { content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background: var(--gold-dp); transition: width 0.4s ease; }
.menu > li > a:hover { color: var(--espresso); }
.menu > li > a:hover::after { width: 100%; }
.drop { position: relative; }
.drop > a::after { display: none; }
.drop-menu { position: absolute; top: 200%; left: 50%; transform: translateX(-50%) translateY(8px); background: var(--white); min-width: 210px; padding: 14px 0; box-shadow: var(--shadow-card); opacity: 0; visibility: hidden; transition: all 0.34s ease; }
.drop:hover .drop-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop-menu a { display: block; padding: 12px 30px; font-size: 15px; letter-spacing: 0.04em; color: var(--umber); transition: all 0.25s; }
.drop-menu a:hover { background: var(--cream); color: var(--mauve-deep); padding-left: 38px; }
.book-btn { justify-self: end; background: var(--btn-pink); color: var(--espresso) !important; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; padding: 15px 32px; border-radius: 40px; transition: all 0.4s cubic-bezier(0.2,0.7,0.2,1); white-space: nowrap; }
.book-btn:hover { background: #B98F86; color: #fff !important; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(185,143,134,0.4); }
.burger { display: none; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--espresso); justify-self: end; }

/* hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--espresso); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 30%; }
.hero-bg::after { content:''; position:absolute; inset:0; background: linear-gradient(95deg, rgba(28,19,15,0.78) 0%, rgba(28,19,15,0.55) 28%, rgba(28,19,15,0.12) 46%, rgba(28,19,15,0) 60%); }
.hero .wrap { margin-left: 0; padding-left: 60px; max-width: 100%; }
.hero-inner { position: relative; z-index: 2; max-width: 620px; color: #fff; }
.hero .kicker { color: var(--gold-lt); display: inline-flex; align-items: center; gap: 18px; margin-bottom: 34px; }
.hero .kicker::before { content:''; width: 58px; height: 1px; background: var(--gold-lt); }
.hero h1 { font-size: clamp(48px, 5.5vw, 82px); line-height: 1.0; margin-bottom: 30px; font-weight: 400; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--mauve-mist); }
.hero p { font-size: 18px; line-height: 1.9; color: rgba(255,255,255,0.9); max-width: 480px; margin-bottom: 48px; font-weight: 300; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 40px; }
.hero-meta { display: flex; gap: 40px; flex-wrap: nowrap; white-space: nowrap; }
.hero-meta span { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.85); position: relative; padding-left: 18px; }
.hero-meta span::before { content:''; position:absolute; left:0; top:50%; width:6px; height:6px; border-radius:50%; background: var(--gold); transform: translateY(-50%); }
.hero-tag { position: absolute; top: 48px; right: 60px; z-index: 3; background: var(--porcelain); padding: 18px 34px; font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--umber); box-shadow: var(--shadow-lux); border-bottom: 2px solid var(--gold); }

/* section frame */
section { padding: 72px 0; }
.head { text-align: center; margin-bottom: 44px; }
.head .kicker { color: var(--mauve-deep); display: block; margin-bottom: 22px; }
.head h2 { font-size: clamp(44px, 5.5vw, 76px); line-height: 1.06; color: var(--espresso); font-weight: 400; }
.head h2 em { font-style: italic; color: var(--mauve-deep); }
.head p { max-width: 620px; margin: 24px auto 0; color: var(--umber); font-size: 17px; }
.head .flourish { width: 60px; height: 1px; background: var(--gold); margin: 26px auto 0; position: relative; }
.head .flourish::before { content:'✦'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--porcelain); color: var(--gold); font-size: 14px; padding: 0 10px; }

/* journey */
.journey { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--mauve-mist); background: var(--white); }
.jstep { padding: 46px 36px; border-right: 1px solid var(--sand); transition: background 0.5s ease; position: relative; }
.jstep:last-child { border-right: none; }
.jstep::before { content:''; position: absolute; top:0; left:0; right:0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; }
.jstep:hover::before { transform: scaleX(1); }
.jstep:hover { background: var(--blush-bg); }
.jstep .n { font-family: var(--serif); font-size: 46px; color: var(--mauve-dp); line-height: 1; margin-bottom: 24px; }
.jstep h3 { font-size: 26px; line-height: 1.15; color: var(--espresso); margin-bottom: 16px; }
.jstep p { font-size: 16px; color: var(--stone); line-height: 1.7; }

/* why */
.why { background: var(--espresso); color: var(--porcelain); position: relative; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.why-visual { position: relative; }
.why-visual img { width: 100%; height: 500px; object-fit: cover; }
.why-visual .frame { position: absolute; inset: 20px; border: 1px solid rgba(195,162,100,0.55); pointer-events: none; }
.why-copy .kicker { color: var(--gold-lt); display: block; margin-bottom: 22px; }
.why-copy h2 { font-size: clamp(40px,4.5vw,64px); color: #fff; margin-bottom: 24px; font-weight: 400; line-height: 1.08; }
.why-copy > p { color: rgba(251,248,244,0.72); font-size: 16px; line-height: 1.9; margin-bottom: 46px; }
.why-list { list-style: none; margin-bottom: 50px; }
.why-list li { padding: 28px 0; border-top: 1px solid rgba(195,162,100,0.24); display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; }
.why-list li:last-child { border-bottom: 1px solid rgba(195,162,100,0.24); }
.why-list .ic { color: var(--gold-lt); font-size: 16px; margin-top: 4px; }
.why-list h4 { font-family: var(--serif); font-size: 23px; color: #fff; font-weight: 500; margin-bottom: 5px; }
.why-list p { font-size: 16px; color: rgba(251,248,244,0.64); line-height: 1.65; }

/* treatments — full color, scrim only behind text */
.treat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; margin-bottom: 40px; }
.tcard { position: relative; overflow: hidden; cursor: pointer; box-shadow: var(--shadow-card); }
.tcard img { width: 100%; height: 480px; object-fit: cover; transition: transform 1s cubic-bezier(0.2,0.7,0.2,1); }
.tcard:hover img { transform: scale(1.07); }
.tcard::after { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(28,19,15,0.62) 0%, rgba(28,19,15,0.06) 34%, rgba(28,19,15,0) 50%); z-index: 1; transition: background 0.5s; }
.tcard-body { position: absolute; left:0; right:0; bottom:0; padding: 48px; color: #fff; z-index: 2; }
.tcard-body h3 { font-size: 36px; font-weight: 400; margin-bottom: 10px; }
.tcard-body p { font-size: 16px; color: rgba(255,255,255,0.9); max-width: 380px; line-height: 1.65; margin-bottom: 18px; }
.tcard-body .more { font-size: 14px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-lt); display: inline-flex; align-items: center; gap: 10px; }
.tcard-body .more::after { content:'→'; transition: transform 0.4s ease; }
.tcard:hover .more::after { transform: translateX(7px); }
.treat-cta { text-align: center; }

/* before/after — full color */
.ba { background: var(--mauve-tint); }
.ba-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.bacard { background: var(--white); overflow: hidden; box-shadow: var(--shadow-card); }
.ba-imgs { display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.ba-imgs::after { content:''; position:absolute; left:50%; top:0; bottom:0; width:2px; background:#fff; transform: translateX(-50%); }
.ba-imgs figure { position: relative; margin: 0; }
.ba-imgs img { width: 100%; height: 320px; object-fit: cover; }
.ba-imgs figcaption { position: absolute; top: 18px; left: 18px; background: rgba(28,19,15,0.72); color:#fff; font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; padding: 6px 15px; backdrop-filter: blur(2px); }
.ba-txt { padding: 34px 40px 40px; border-top: 2px solid var(--gold); }
.ba-txt .kicker { color: var(--mauve-deep); display: block; margin-bottom: 10px; }
.ba-txt h3 { font-size: 27px; color: var(--espresso); margin-bottom: 10px; font-weight: 400; }
.ba-txt p { font-size: 16px; color: var(--stone); line-height: 1.65; }

/* care */
.care-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.ccard { text-align: center; padding: 44px 30px; border: 1px solid var(--sand); transition: all 0.5s ease; background: var(--white); position: relative; }
.ccard:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); border-color: var(--mauve); }
.ccard .badge { width: 78px; height: 78px; border-radius: 50%; background: var(--mauve-tint); border: 1px solid var(--mauve); display:flex; align-items:center; justify-content:center; margin: 0 auto 28px; font-size: 27px; color: var(--mauve-dp); transition: all 0.5s ease; }
.ccard:hover .badge { background: var(--mauve); border-color: var(--mauve); color: #fff; }
.ccard h3 { font-size: 25px; color: var(--espresso); margin-bottom: 12px; font-weight: 400; }
.ccard p { font-size: 16px; color: var(--stone); line-height: 1.7; margin-bottom: 24px; }
.ccard .more { font-size: 14px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--mauve-deep); }

/* visit — full color map */
.visit { padding: 0; display: grid; grid-template-columns: 1.1fr 1fr; min-height: 540px; }
.visit-map iframe { width: 100%; height: 100%; border: 0; }
.visit-info { background: linear-gradient(150deg, #B98F86 0%, #9E7168 100%); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 72px 76px; position: relative; }
.visit-info::before { content:''; position:absolute; top:44px; left:44px; right:44px; bottom:44px; border: 1px solid rgba(255,255,255,0.22); pointer-events:none; }
.visit-info .kicker { color: rgba(255,255,255,0.82); margin-bottom: 20px; }
.visit-info h2 { font-size: 60px; margin-bottom: 34px; font-weight: 400; color:#fff; }
.visit-info .line { font-size: 16px; color: rgba(255,255,255,0.92); margin-bottom: 8px; }
.visit-info .lbl { font-size: 14px; letter-spacing: 0.22em; text-transform: uppercase; margin: 30px 0 8px; color: var(--gold-lt); }
.visit-info .tel { font-family: var(--serif); font-size: 32px; margin-bottom: 40px; }
.visit-info .btn { align-self: flex-start; }

/* testimonials */
.tst-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.tst { padding: 50px 40px; border: 1px solid var(--mauve-mist); border-top: 3px solid var(--mauve); background: var(--blush-bg); position: relative; transition: all 0.5s ease; }
.tst:hover { box-shadow: var(--shadow-card); transform: translateY(-5px); }
.tst .q { font-family: var(--serif); font-size: 72px; color: var(--mauve-mist); line-height: 0.5; height: 34px; }
.tst .stars { color: var(--gold); letter-spacing: 5px; font-size: 16px; margin-bottom: 22px; }
.tst p { font-family: var(--serif); font-style: italic; font-size: 21px; line-height: 1.55; color: var(--umber); margin-bottom: 30px; }
.tst .who { font-size: 16px; letter-spacing: 0.1em; color: var(--espresso); }
.tst .svc { font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mauve-deep); margin-top: 5px; }

/* footer */
footer { background: var(--espresso); color: var(--porcelain); padding: 64px 0 32px; position: relative; }
footer::before { content:''; position: absolute; top:0; left:0; right:0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 44px; padding-bottom: 40px; border-bottom: 1px solid rgba(195,162,100,0.22); }
.foot-brand img { width: 90px; height: auto; margin-bottom: 24px; }
.foot-brand p { font-size: 16px; color: rgba(251,248,244,0.62); max-width: 300px; line-height: 1.8; }
.foot-col h4 { font-family: var(--sans); font-size: 14px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 26px; font-weight: 500; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 14px; }
.foot-col a { font-size: 16px; color: rgba(251,248,244,0.78); transition: color 0.3s, padding-left 0.3s; }
.foot-col a:hover { color: #fff; padding-left: 6px; }
.foot-hours p { font-size: 16px; line-height: 2; color: rgba(251,248,244,0.72); }
.foot-social { display: flex; gap: 16px; margin-top: 24px; }
.foot-social a { width: 42px; height: 42px; border: 1px solid rgba(195,162,100,0.4); border-radius: 50%; display:flex; align-items:center; justify-content:center; font-size:15px; color: rgba(251,248,244,0.8); transition: all 0.4s ease; }
.foot-social a:hover { background: var(--gold); color: var(--espresso); border-color: var(--gold); transform: translateY(-3px); }
.foot-bottom { padding-top: 34px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 14px; letter-spacing: 0.06em; color: rgba(251,248,244,0.5); }

/* page hero */
.phero { background: var(--espresso); color:#fff; text-align: center; padding: 84px 0 68px; position: relative; overflow: hidden; }
.phero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(150,115,106,0.5) 0%, transparent 60%); }
.phero::after { content:'✦'; position: absolute; left: 50%; bottom: 44px; transform: translateX(-50%); color: var(--gold); font-size: 16px; }
.phero .kicker { color: var(--gold-lt); display: block; margin-bottom: 26px; position: relative; }
.phero h1 { font-size: clamp(50px,7vw,92px); font-weight: 400; line-height: 1.02; margin-bottom: 24px; position: relative; }
.phero h1 em { font-style: italic; color: var(--mauve-mist); }
.phero p { max-width: 640px; margin: 0 auto; color: rgba(255,255,255,0.85); font-size: 16px; position: relative; }

.prose h2 { font-size: 32px; color: var(--espresso); margin: 44px 0 16px; }
.prose p { font-size: 17px; color: var(--umber); line-height: 1.9; margin-bottom: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .journey { grid-template-columns: repeat(2,1fr); }
  .jstep:nth-child(2){border-right:none;} .jstep{border-bottom:1px solid var(--sand);}
  .why-grid{grid-template-columns:1fr;gap:52px;} .why-visual img{height:440px;}
  .treat-grid,.ba-grid,.tst-grid{grid-template-columns:1fr;}
  .care-grid{grid-template-columns:repeat(2,1fr);}
  .visit{grid-template-columns:1fr;} .visit-map iframe{min-height:360px;}
  .foot-grid{grid-template-columns:1fr;gap:44px;}
  .menu{display:none;} .book-btn{display:none;} .burger{display:block;}
  .menu.open{display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:100%;left:0;right:0;background:var(--porcelain);padding:30px 60px;gap:22px;box-shadow:var(--shadow-card);}
  .menu.open .mobile-book{display:inline-block;background:var(--espresso);color:var(--porcelain)!important;padding:14px 30px;border-radius:40px;font-size:15px;letter-spacing:0.12em;text-transform:uppercase;margin-top:6px;}
  .drop-menu{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;padding:10px 0 0 18px;}
}
@media (max-width: 620px) {
  .hero-meta { flex-wrap: wrap; white-space: normal; gap: 16px 28px; }
  .wrap{padding:0 26px;} .nav{padding:16px 26px;} section{padding:88px 0;}
  .care-grid{grid-template-columns:1fr;} .hero-tag{position:static;display:inline-block;margin-top:34px;}
  .visit-info{padding:64px 34px;} .visit-info::before{top:22px;left:22px;right:22px;bottom:22px;}
}


/* Safety: reveal content after a moment even without JS, so nothing stays blank */
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }


/* ============ TREATMENT DETAIL PAGES ============ */
.detail-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.detail-intro img { width: 100%; height: 540px; object-fit: cover; box-shadow: var(--shadow-card); }
.detail-intro .kicker { color: var(--mauve-deep); display: block; margin-bottom: 18px; }
.detail-intro h2 { font-size: 46px; color: var(--espresso); margin-bottom: 22px; font-weight: 400; line-height: 1.1; }
.detail-intro p { font-size: 17px; color: var(--umber); line-height: 1.9; margin-bottom: 18px; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.detail-tags span { font-size: 14px; letter-spacing: 0.08em; color: var(--mauve-deep); background: var(--blush-bg); padding: 9px 20px; border-radius: 40px; }
.dbenefits { background: var(--cream); }
.dben-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.dben { background: var(--white); padding: 44px 34px; border-top: 2px solid var(--gold); transition: all 0.4s ease; }
.dben:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.dben h3 { font-family: var(--sans); font-size: 19px; font-weight: 400; color: var(--espresso); margin-bottom: 12px; letter-spacing: 0.01em; }
.dben p { font-size: 16px; color: var(--stone); line-height: 1.7; }
.dsteps { max-width: 860px; margin: 0 auto; }
.dstep { display: grid; grid-template-columns: 60px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--sand); align-items: start; }
.dstep:last-child { border-bottom: none; }
.dstep .n { font-family: var(--serif); font-size: 34px; color: var(--gold); line-height: 1; }
.dstep h3 { font-size: 26px; color: var(--espresso); margin-bottom: 8px; font-weight: 400; }
.dstep p { font-size: 17px; color: var(--umber); line-height: 1.85; }
.dfaq { background: var(--cream); }
.dfaq-list { max-width: 860px; margin: 0 auto; }
.dfaq-item { background: var(--white); padding: 34px 40px; margin-bottom: 18px; border-left: 2px solid var(--gold); }
.dfaq-item h3 { font-family: var(--sans); font-size: 19px; font-weight: 500; color: var(--espresso); margin-bottom: 10px; }
.dfaq-item p { font-size: 17px; color: var(--umber); line-height: 1.85; }
.dcta { background: linear-gradient(150deg, #B98F86 0%, #9E7168 100%); color: #fff; text-align: center; padding: 84px 40px; position: relative; }
.dcta::before { content:''; position:absolute; top:40px; left:40px; right:40px; bottom:40px; border:1px solid rgba(255,255,255,0.22); pointer-events:none; }
.dcta .kicker { color: rgba(255,255,255,0.85); display:block; margin-bottom: 20px; position: relative; }
.dcta h2 { font-size: clamp(38px,5vw,60px); color:#fff; margin-bottom: 20px; font-weight: 400; position: relative; }
.dcta p { max-width: 560px; margin: 0 auto 40px; color: rgba(255,255,255,0.9); font-size: 16px; position: relative; }
.dcta .btn { position: relative; }
@media (max-width:1000px){ .detail-intro{grid-template-columns:1fr;gap:40px;} .detail-intro img{height:400px;} .dben-grid{grid-template-columns:1fr;} }
