@charset "UTF-8";

:root {
  --black: #10100f;
  --black2: #181715;
  --paper: #fff;
  --soft: #f5f3f0;
  --text: #171614;
  --muted: #77736d;
  --line: #ddd8cf;
  --gold: #b39562;
  --gold2: #ddc79e;
  --max: 1240px;
}

.container { width: min(calc(100% - 64px), var(--max)); margin: auto; }
.narrow { width: min(calc(100% - 64px), 820px); margin: auto; }
.center { text-align: center; }
.dark { background: var(--black); color: #fff; }
.light-section { background: #fff; padding: 150px 0; }
.soft-section { background: var(--soft); padding: 150px 0; }
.eyebrow { font: 600 11px/1 "DM Sans", sans-serif; letter-spacing: .2em; color: #999; text-transform: uppercase; margin: 0 0 24px; }
.gold { color: var(--gold) !important; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 300; letter-spacing: -.055em; }
h1 { font-size: clamp(42px, 5vw, 80px); line-height: 1.1; margin-bottom: 28px; }
h2 { font-size: clamp(35px, 4vw, 58px); line-height: 1.12; margin-bottom: 26px; }
h2 strong { font-weight: 600; }
h1 em { color: var(--gold2); }
h2 em { font-style: normal; color: var(--gold2); }
.muted { color: #aaa !important; }

.section-head { max-width: 790px; margin-bottom: 70px; }
.section-head > p:last-child, .narrow > p:last-child { font-size: 16px; color: var(--muted); }

.header { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 42px; background: rgba(255, 255, 255, .84); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0, 0, 0, .06); transition: .35s; }
.header.scrolled { height: 68px; background: rgba(255, 255, 255, .96); }

.logo { display: flex; align-items: center; gap: 11px; }
.logo-mark { width: 34px; height: 34px; border: 1px solid var(--text); border-radius: 50%; display: grid; place-items: center; font: 600 15px "DM Sans"; }
.logo strong { display: block; font: 600 14px/1 "DM Sans"; letter-spacing: .08em; }
.logo small { display: block; font: 8px/1.5 "DM Sans"; letter-spacing: .18em; color: #999; }

.header nav { display: flex; gap: 34px; font-size: 13px; }
.header nav a { transition: .25s; }
.header nav a:hover { color: var(--gold); }
.head-cta { font-size: 12px; letter-spacing: .05em; }
.head-cta i { font-style: normal; margin-left: 7px; }
.menu-btn { display: none; background: none; border: 0; }
.menu-btn span { display: block; width: 22px; height: 1px; background: #111; margin: 6px; }

.hero { min-height: 900px; padding: 170px 0 80px; position: relative; overflow: hidden; }
.hero:after { content: ""; position: absolute; width: 800px; height: 800px; border-radius: 50%; background: radial-gradient(circle, rgba(179, 149, 98, .16), transparent 65%); right: -250px; top: 80px; }
.hero-grid { width: min(calc(100% - 64px), var(--max)); margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; min-height: 650px; position: relative; z-index: 2; }
.hero-copy .lead { color: #aaa; font-size: 16px; line-height:1.6;}
.hero-buttons { display: flex; align-items: center; gap: 28px; margin-top: 38px; }

.btnn { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 16px 24px; font-size: 12px; letter-spacing: .04em; transition: .3s; }
.btnn.light { background: #fff; color: #111; }
.btnn.light:hover { transform: translateY(-3px); }
.under-link { font-size: 12px; color: #ddd; }
.under-link span { margin-left: 12px; color: var(--gold2); }

.hero-meta { display: flex; gap: 14px; align-items: center; margin-top: 70px; color: #888; font: 10px "DM Sans"; letter-spacing: .16em; }
.hero-meta b { color: #fff; }
.hero-meta i { width: 35px; height: 1px; background: #444; }

.image-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; background: linear-gradient(135deg, #eeece7, #d9d5cd); color: #8d8981; border: 1px solid rgba(0, 0, 0, .07); }
.image-placeholder:before { content: ""; position: absolute; inset: 18px; border: 1px dashed rgba(0, 0, 0, .18); }
.image-placeholder span { font: 600 11px "DM Sans"; letter-spacing: .18em; }
.image-placeholder small { margin-top: 8px; font-size: 11px; }

.hero-photo { height: 610px; background: radial-gradient(circle at 50% 40%, #f7f6f2, #cbc6bc); box-shadow: 0 30px 80px rgba(0, 0, 0, .3); }
.hero-photo span, .hero-photo small { position: relative; }
.scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); font: 9px "DM Sans"; letter-spacing: .2em; color: #777; }
.scroll span { display: block; width: 1px; height: 42px; background: #666; margin: 9px auto 0; }

.narrow h2 { margin-bottom: 35px; }
.narrow > p:last-child { line-height: 2.05; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: #fff; padding: 20px 20px 35px; }
.step-visual { height: 310px; position: relative; background: #eee9e2; overflow: hidden; }
.step-no { position: absolute; z-index: 2; top: 18px; left: 20px; font: 11px "DM Sans"; letter-spacing: .15em; color: #fff; }

.skin { position: absolute; left: 13%; right: 13%; bottom: 45px; height: 150px; border-radius: 12px 12px 3px 3px; background: linear-gradient(#f3c7b8 0 20%, #e98c86 20% 45%, #d77c7b 45% 100%); box-shadow: inset 0 -35px 0 rgba(116, 72, 68, .14); }
.skin:before { content: ""; position: absolute; left: 0; right: 0; top: 30px; height: 3px; background: rgba(255, 255, 255, .45); }
.skin i { position: absolute; left: 40%; top: 70px; width: 20%; height: 15px; background: #433f3a; border-radius: 50%; filter: blur(1px); }
.skin i.many { box-shadow: -32px 5px 0 #433f3a, 30px -7px 0 #433f3a, 52px 10px 0 #433f3a, -52px -5px 0 #433f3a; }
.skin i.fine { box-shadow: -24px 3px 0 rgba(67, 63, 58, .6), 24px -4px 0 rgba(67, 63, 58, .45); }
.skin b { position: absolute; left: 47%; top: -70px; width: 6px; height: 95px; background: linear-gradient(#fff, rgba(255, 255, 255, .1)); filter: blur(2px); transform: rotate(8deg); }

.step-card h3 { font-size: 21px; margin: 25px 0 8px; }
.step-card p { font-size: 14px; color: #777; margin: 0; }

.process { padding: 150px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.two-col > .reveal { max-width: 620px; }
.process h2 { max-width: 650px; }

.tags { display: flex; gap: 8px; margin-top: 35px; }
.tags span { font: 10px "DM Sans"; letter-spacing: .14em; border: 1px solid #45423e; padding: 7px 12px; color: #aaa; }

.timeline { border-top: 1px solid #3b3935; }
.timeline > div { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #3b3935; }
.timeline b { font: 12px "DM Sans"; color: var(--gold2); }
.timeline strong { font-size: 17px; }
.timeline p { color: #888; font-size: 13px; margin: 5px 0 0; }

.wave-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wave-card { position: relative; min-height: 440px; background: #f7f5f1; border: 1px solid #e4dfd6; padding: 40px; overflow: hidden; }
.wave-card.featured { background: #191816; color: #fff; border-color: #191816; }
.wave-no { font: 600 clamp(46px, 6vw, 76px)/1 "DM Sans"; letter-spacing: -.08em; }
.wave-no small { font-size: 18px; letter-spacing: 0; }
.wave-circle { width: 230px; height: 230px; border-radius: 50%; border: 1px solid #c6b28f; position: absolute; right: -50px; top: 100px; }
.wave-circle:before, .wave-circle:after { content: ""; position: absolute; border: 1px solid #c6b28f; border-radius: 50%; inset: 25px; }
.wave-circle:after { inset: 55px; }
.wave-card h3 { position: relative; margin-top: 145px; font-size: 20px; }
.wave-card p { position: relative; color: #777; font-size: 13px; }
.wave-card.featured p { color: #aaa; }
.wave-card .en { font: 9px "DM Sans"; letter-spacing: .15em; color: #999; }

.notice { display: flex; gap: 20px; margin-top: 20px; padding: 22px; background: #f1eee8; font-size: 12px; }
.notice b { font: 10px "DM Sans"; color: var(--gold); letter-spacing: .12em; }
.notice p { margin: 0; color: #777; }

.brand { position: relative; overflow: hidden; padding: 170px 0; }
.brand-word { position: absolute; font: 700 24vw/.8 "DM Sans"; letter-spacing: -.09em; color: rgba(255, 255, 255, .025); right: -2vw; top: 50%; transform: translateY(-50%); pointer-events: none; }
.usp-list { border-top: 1px solid #383632; }
.usp { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid #383632; }
.usp > span { font: 11px "DM Sans"; color: var(--gold2); }
.usp h3 { margin: 0 0 5px; font-size: 19px; }
.usp p { margin: 0; color: #888; font-size: 13px; }

.wide-photo { height: 430px; margin-bottom: 80px; }
.knowhow-banner { display: flex; justify-content: space-between; align-items: flex-end; padding: 55px 60px; background: #161513; color: #fff; }
.knowhow-banner h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); }
.nine-symbol { font: 600 70px "DM Sans"; color: var(--gold2); }
.nine-symbol span { font-weight: 300; margin: 0 8px; }

.laser-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 70px 0; border-bottom: 1px solid #ddd8cf; }
.laser-feature.reverse .laser-copy { order: 2; }
.laser-feature.reverse .machine-photo { order: 1; }
.laser-copy { max-width: 560px; }
.laser-copy h2 { font-size: clamp(48px, 6vw, 76px); margin-bottom: 25px; }
.laser-copy h2 small { display: block; font: 12px "DM Sans"; letter-spacing: .2em; text-transform: uppercase; color: #999; margin-top: 12px; }
.laser-copy > p:not(.eyebrow) { color: #777; font-size: 15px; line-height: 1.6; word-break: keep-all; }

.spec { display: flex; gap: 9px; margin-top: 32px; }
.spec span { border: 1px solid #d8d1c7; padding: 10px 15px; font: 11px "DM Sans"; color: #777; }
.spec b { font-size: 17px; color: #222; }
.machine-photo { height: 520px; background: linear-gradient(145deg, #ebe8e2, #d4cec3); }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 70px; }
.case-photo { height: 320px; }

.compare { padding: 150px 0; }
.pulse-grid { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; gap: 20px; margin: 70px 0; }
.pulse-grid article { border: 1px solid #3b3935; padding: 45px; text-align: center; min-height: 320px; }
.pulse-grid article.pulse-active { border-color: #b39562; background: #191816; }
.pulse-grid small { font: 9px "DM Sans"; letter-spacing: .2em; color: #888; }
.pulse-grid h3 { font-size: 28px; margin: 20px 0 5px; }
.pulse-grid b { font: 18px "DM Sans"; color: var(--gold2); }
.pulse-grid p { font-size: 12px; color: #888; }
.vs { font: 11px "DM Sans"; color: #777; text-align: center; }

.pulse { height: 4px; background: #4b4945; margin: 40px 0 20px; position: relative; }
.pulse:after { content: ""; position: absolute; left: 15%; right: 15%; height: 4px; background: #777; }
.pulse.pico { background: #b39562; }
.pulse.pico:after { left: 35%; right: 35%; background: #dfcba5; }

.compare-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.compare-points article { border-top: 1px solid #393733; padding-top: 25px; }
.compare-points span { font: 10px "DM Sans"; color: var(--gold2); }
.compare-points h3 { font-size: 19px; margin: 15px 0 5px; }
.compare-points p { font-size: 13px; color: #888; }

.consult-box { text-align: center; background: #f4f1eb; padding: 100px 40px; }
.consult-box > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; color: #777; }
.actions { display: flex; justify-content: center; gap: 10px; margin-top: 35px; }
.dark-btn { background: #111; color: #fff; }
.outline-btn { border: 1px solid #c9c2b7; }
.actions .btnn:hover { transform: translateY(-3px); }

.footer { background: #111; color: #888; padding: 80px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; padding-bottom: 70px; }
.footer b { color: #ddd; font-size: 12px; }
.footer p { font-size: 12px; line-height: 1.9; }
.footer-logo { font: 600 16px "DM Sans"; color: #fff; letter-spacing: .08em; }
.footer-logo small { font-size: 8px; color: #777; margin-left: 8px; }
.copyright { border-top: 1px solid #292826; padding-top: 20px; font: 9px "DM Sans"; letter-spacing: .1em; }

.top-btn { position: fixed; z-index: 30; right: 25px; bottom: 25px; width: 44px; height: 44px; border: 1px solid #ccc; border-radius: 50%; background: #fff; opacity: 0; pointer-events: none; transition: .3s; }
.top-btn.show { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(45px); transition: opacity .9s ease, transform .9s cubic-bezier(.2, .7, .2, 1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

/* =========================================================
   SEO / AIO CONTENT ENHANCEMENT — DAEGU TATTOO REMOVAL
   ========================================================= */
.hero-keyword {
  display: inline-block;
  margin-bottom: 14px;
  font: 400 16px/1 "DM Sans", sans-serif;
  letter-spacing: .12em;
  padding-left:5px;
  color: var(--gold2);
}
.local-diagnosis { padding-top: 120px; }
.diagnosis-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.diagnosis-card {
  min-height: 260px;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid #e4dfd6;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.diagnosis-card:hover { transform: translateY(-5px); border-color: #cbb78f; box-shadow: 0 18px 45px rgba(0, 0, 0, .06); }
.diagnosis-card > span, .aftercare-card > span {
  display: block;
  margin-bottom: 42px;
  font: 600 11px "DM Sans", sans-serif;
  letter-spacing: .14em;
  color: var(--gold);
}
.diagnosis-card h3, .aftercare-card h3 { font-size: 20px; margin: 0 0 14px; }
.diagnosis-card p, .aftercare-card p { font-size: 13.5px; line-height: 1.85; color: #777; margin: 0; }

.factor-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: stretch; }
.factor-list { border-top: 1px solid var(--line); }
.factor-list > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.factor-list b { font: 600 11px "DM Sans", sans-serif; letter-spacing: .14em; color: var(--gold); }
.factor-list span { font-size: 14px; color: #666; line-height: 1.75; }

.factor-note { background: var(--black); color: #fff; padding: 50px 46px; display: flex; flex-direction: column; justify-content: center; }
.factor-note__label { font: 600 10px "DM Sans", sans-serif; letter-spacing: .16em; color: var(--gold2); margin-bottom: 24px; }
.factor-note h3 { font-size: 26px; line-height: 1.45; margin: 0 0 22px; }
.factor-note p { font-size: 14px; line-height: 1.9; color: #aaa; margin: 0; }

.aftercare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.aftercare-card { padding: 38px 34px; background: #fff; border-top: 2px solid var(--gold); min-height: 250px; }

.content-hub { border-top: 1px solid #eee; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-card {
  position: relative;
  min-height: 250px;
  padding: 32px 28px 54px;
  background: #f7f5f1;
  border: 1px solid #e4dfd6;
  transition: background .3s ease, transform .3s ease, border-color .3s ease;
}
.guide-card:hover { background: #fff; transform: translateY(-5px); border-color: #cbb78f; }
.guide-card > span { display: block; font: 600 10px "DM Sans", sans-serif; letter-spacing: .14em; color: var(--gold); margin-bottom: 45px; }
.guide-card h3 { font-size: 19px; margin: 0 0 12px; }
.guide-card p { font-size: 13px; line-height: 1.8; color: #777; margin: 0; }
.guide-card i { position: absolute; right: 25px; bottom: 22px; font-style: normal; color: var(--gold); font-size: 20px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 4px;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  color: var(--text);
  font: 500 16px/1.6 inherit;
}
.faq-question span { flex: 1; }
.faq-question i {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #d4cec3;
  border-radius: 50%;
  font-style: normal;
  font-size: 17px;
  color: var(--gold);
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.2, .7, .2, 1); }
.faq-answer p { padding: 0 54px 28px 4px; margin: 0; color: #777; font-size: 14px; line-height: 1.9; }
.faq-item.is-open .faq-question i { background: var(--black); border-color: var(--black); color: #fff; transform: rotate(180deg); }

/* =========================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================= */
@media (max-width: 1100px) {
  .diagnosis-grid, .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .factor-layout { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 900px) {
  .header { height: 68px; padding: 0 20px; }
  .header nav, .head-cta { display: none; }
  .menu-btn { display: block; }
  .hero { padding-top: 120px; }
  .hero-grid, .two-col, .laser-feature { grid-template-columns: 1fr; gap: 55px; }
  .hero-grid { min-height: 0; }
  .hero-photo { height: 460px; }
  .light-section, .soft-section, .process, .brand, .compare { padding: 105px 0; }
  .steps, .wave-grid, .case-grid, .compare-points { grid-template-columns: 1fr; }
  .step-visual { height: 260px; }
  .two-col { gap: 60px; }
  .wave-card { min-height: 380px; }
  .wave-circle { right: -20px; }
  .laser-feature.reverse .laser-copy, .laser-feature.reverse .machine-photo { order: initial; }
  .machine-photo { height: 420px; }
  .pulse-grid { grid-template-columns: 1fr; gap: 18px; }
  .vs { padding: 8px; }
  .pulse-grid article { min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .wide-photo { height: 320px; }
  .knowhow-banner { padding: 40px 30px; }
  .nine-symbol { font-size: 48px; }
  .aftercare-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container, .narrow { width: calc(100% - 40px); }
  .hero-grid { width: calc(100% - 40px); }
  h1 { font-size: 40px; }
  .hero { min-height: auto; padding-bottom: 100px; }
  .hero-copy .lead { font-size: 14px; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
  .hero-photo { height: 330px; }
  .light-section, .soft-section, .process, .brand, .compare { padding: 80px 0; }
  .section-head { margin-bottom: 45px; }
  .steps { gap: 12px; }
  .step-card { padding: 12px 12px 28px; }
  .wave-card { padding: 30px; min-height: 350px; }
  .wave-card h3 { margin-top: 125px; }
  .notice { display: block; }
  .notice b { display: block; margin-bottom: 7px; }
  .usp { grid-template-columns: 38px 1fr; }
  .wide-photo { height: 230px; margin-bottom: 45px; }
  .knowhow-banner { display: block; }
  .nine-symbol { margin-top: 30px; display: block; }
  .laser-feature { padding: 45px 0; }
  .laser-copy h2 { font-size: 52px; }
  .machine-photo { height: 300px; }
  .case-photo { height: 240px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; padding-bottom: 45px; }
  .consult-box { padding: 65px 22px; }
  .actions { flex-direction: column; }
  .actions .btnn { width: 100%; }
  .top-btn { right: 15px; bottom: 15px; }
  .hero-keyword { font-size: 11px; }
  .diagnosis-grid, .guide-grid { grid-template-columns: 1fr; }
  .diagnosis-card { min-height: auto; }
  .factor-list > div { grid-template-columns: 80px 1fr; }
  .factor-note { padding: 38px 28px; }
  .faq-question { font-size: 14px; padding: 22px 0; }
  .faq-answer p { padding: 0 36px 22px 0; }
}


/* =========================================================
   VIDEO · YOUTUBE / DAEGU TATTOO REMOVAL
   ========================================================= */

.tattoo-video-section {
  position: relative;
  overflow: hidden;
}

.tattoo-video-section .section-head {
  max-width: 820px;
}

/* Video + information layout */
.tattoo-video-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 55px;
  align-items: stretch;
}

/* YouTube frame */
.tattoo-video {
  min-width: 0;
}

.tattoo-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
}

.tattoo-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Caption */
.tattoo-video__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px 0;
}

.tattoo-video__caption span {
  font: 600 9px "DM Sans", sans-serif;
  letter-spacing: .16em;
  color: var(--gold);
}

.tattoo-video__caption strong {
  font-size: 14px;
  font-weight: 500;
}

/* Right information panel */
.tattoo-video-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 38px;
  background: #f5f2ec;
  border: 1px solid #e4dfd6;
}

.tattoo-video-info h3 {
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.35;
  letter-spacing: -.045em;
  font-weight: 300;
  margin: 0 0 20px;
}

.tattoo-video-info h3 strong {
  font-weight: 600;
}

.tattoo-video-info > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: #777;
  margin-bottom: 28px;
}

/* Video points */
.video-points {
  border-top: 1px solid #d8d2c8;
}

.video-points > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid #d8d2c8;
}

.video-points > div > span {
  font: 600 10px "DM Sans", sans-serif;
  color: var(--gold);
  letter-spacing: .1em;
}

.video-points strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.video-points p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #777;
}

/* FAQ connection */
.video-guide-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid #aaa;
  width: fit-content;
  font-size: 12px;
  color: #222;
  transition: .3s ease;
}

.video-guide-link span {
  color: var(--gold);
  transition: transform .3s ease;
}

.video-guide-link:hover {
  border-color: var(--gold);
}

.video-guide-link:hover span {
  transform: translateX(5px);
}

/* AI-readable summary */
.video-summary {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 45px;
  margin-top: 70px;
  padding: 38px 0;
  border-top: 1px solid #dcd7ce;
  border-bottom: 1px solid #dcd7ce;
}

.video-summary__label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-top: 4px;
}

.video-summary__label span {
  font: 600 10px "DM Sans", sans-serif;
  letter-spacing: .16em;
  color: var(--gold);
}

.video-summary__label i {
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-top: 5px;
}

.video-summary__content {
  max-width: 850px;
}

.video-summary__content h3 {
  font-size: 22px;
  margin: 0 0 18px;
  letter-spacing: -.035em;
}

.video-summary__content p {
  font-size: 14px;
  line-height: 1.95;
  color: #777;
  margin: 0 0 12px;
}

.video-summary__content p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   VIDEO RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

  .tattoo-video-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tattoo-video-info {
    padding: 38px 32px;
  }

  .video-summary {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
  }

  .video-summary__label {
    padding-top: 0;
  }
}


@media (max-width: 560px) {

  .tattoo-video-layout {
    gap: 25px;
  }

  .tattoo-video__caption {
    display: block;
  }

  .tattoo-video__caption span,
  .tattoo-video__caption strong {
    display: block;
  }

  .tattoo-video__caption strong {
    margin-top: 8px;
  }

  .tattoo-video-info {
    padding: 32px 24px;
  }

  .tattoo-video-info h3 {
    font-size: 27px;
  }

  .video-points > div {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .video-summary {
    margin-top: 40px;
    padding: 30px 0;
  }

  .video-summary__content h3 {
    font-size: 20px;
  }

  .video-summary__content p {
    font-size: 13px;
    line-height: 1.9;
  }
}