@import url("/wp-content/themes/generatepress/header.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');
.hairtc-home,
.hairtc-home *{box-sizing:border-box;font-family:'Inter',sans-serif}
.hairtc-home a{text-decoration:none;color:inherit}

/* SUPPRESS GP DEFAULT CONTENT */
body.page-template-page-home .site-content .inside-page-hero,
body.page-template-page-home .entry-content,
body.page-template-page-home .page-header{display:none!important}
body.page-template-page-home .site-content,
body.page-template-page-home #primary,
body.page-template-page-home .content-area{padding:0!important;max-width:100%!important}
body.page-template-page-home .generate-columns-container{display:none!important}

.hh-wrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* HERO */
.hh-hero{background:linear-gradient(135deg,#EFF6FF 0%,#F8FAFC 55%,#EFF6FF 100%);padding:80px 24px 68px;position:relative;overflow:hidden}
.hh-hero::before{content:'';position:absolute;right:0;top:0;width:52%;height:100%;background:linear-gradient(135deg,#EEF4FF,#E8F0FD);border-radius:0 0 0 60px;pointer-events:none}
.hh-hero-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 440px;gap:56px;align-items:center;position:relative}
.hh-hero h1{font-family:'Playfair Display',serif;font-size:52px;font-weight:600;line-height:1.1;color:#0F172A;margin-bottom:18px;letter-spacing:-.025em}
.hh-hero h1 em{color:#2563EB;font-style:normal}
.hh-hero-sub{font-size:16px;color:#475569;line-height:1.75;margin-bottom:32px;max-width:440px}
.hh-hero-actions{display:flex;gap:12px;margin-bottom:40px;flex-wrap:wrap}
.hh-btn-p{background:#2563EB;color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;display:inline-block}
.hh-btn-p:hover{background:#1D4ED8;color:#fff}
.hh-btn-s{background:#fff;color:#0F172A;border:1.5px solid #E2E8F0;padding:14px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;display:inline-block}
.hh-btn-s:hover{background:#F8FAFC;color:#0F172A}
.hh-hero-stats{display:flex;gap:32px;flex-wrap:wrap}
.hh-hero-stat strong{display:block;font-size:22px;font-weight:700;color:#0F172A;letter-spacing:-.02em}
.hh-hero-stat span{font-size:12px;color:#94A3B8}
.hh-hero-visual{position:relative}
.hh-hero-img{background:linear-gradient(135deg,#DBEAFE,#EFF6FF);border-radius:14px;border:1px solid #BFDBFE;height:360px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;overflow:hidden}
.hh-hero-img img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.hh-hero-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px}
.hh-hero-img-placeholder svg{width:40px;height:40px;stroke:#93C5FD;fill:none;stroke-width:1.5}
.hh-hero-img-placeholder p{font-size:12px;color:#94A3B8}
.hh-float{position:absolute;background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:12px 16px;box-shadow:0 4px 16px rgba(15,23,42,.09)}
.hh-float-label{font-size:10px;color:#94A3B8;margin-bottom:3px}
.hh-float-val{font-size:14px;font-weight:700;color:#0F172A}
.hh-float-val.green{color:#059669}
.hh-float-bottom{bottom:-14px;left:-16px}
.hh-float-top{top:-14px;right:-16px}

/* TOOLS STRIP */
.hh-tools{background:#fff;border-bottom:1px solid #E2E8F0}
.hh-tools-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr)}
.hh-tool{padding:22px 20px;border-right:1px solid #E2E8F0;display:flex;gap:14px;align-items:flex-start;cursor:pointer;transition:background .15s;text-decoration:none;color:inherit}
.hh-tool:last-child{border-right:none}
.hh-tool:hover{background:#F8FAFC}
.hh-tool-icon{width:38px;height:38px;background:#DBEAFE;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hh-tool-icon svg{width:16px;height:16px;stroke:#2563EB;fill:none;stroke-width:2}
.hh-tool h3{font-size:13px;font-weight:600;color:#0F172A;margin-bottom:3px}
.hh-tool p{font-size:12px;color:#64748B;line-height:1.5}

/* GENERIC SECTIONS */
.hh-section{padding:64px 24px}
.hh-section-alt{background:#F1F5F9;padding:64px 24px}
.hh-sec-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;gap:20px}
.hh-sec-header-left h2{font-family:'Playfair Display',serif;font-size:34px;font-weight:600;color:#0F172A;letter-spacing:-.02em;margin-bottom:8px}
.hh-sec-header-left p{font-size:14px;color:#64748B;max-width:460px;line-height:1.6}
.hh-view-all{font-size:13px;font-weight:600;color:#2563EB;border:1px solid #DBEAFE;padding:8px 16px;border-radius:8px;background:#fff;cursor:pointer;white-space:nowrap;display:inline-block;transition:background .15s}
.hh-view-all:hover{background:#EFF6FF;color:#2563EB}

/* DESTINATIONS */
.hh-dest-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.hh-dest-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:12px;padding:20px 14px;text-align:center;cursor:pointer;transition:all .15s;display:block;color:inherit;text-decoration:none}
.hh-dest-card:hover{border-color:#2563EB;transform:translateY(-2px);box-shadow:0 4px 16px rgba(37,99,235,.12);color:inherit}
.hh-dest-card.feat{border-color:#2563EB;background:linear-gradient(145deg,#EFF6FF,#fff)}
.hh-dest-flag{font-size:28px;display:block;margin-bottom:8px;line-height:1}
.hh-dest-name{font-size:13px;font-weight:700;color:#0F172A;margin-bottom:3px}
.hh-dest-meta{font-size:11px;color:#94A3B8}
.hh-dest-price{font-size:12px;font-weight:600;color:#2563EB;margin-top:5px}
.hh-feat-tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#2563EB;color:#fff;padding:3px 8px;border-radius:4px;margin-bottom:6px}

/* GRAFT CALCULATOR */
.hh-calc{background:#F7F8F9;border-top:1px solid #E4E7EB;border-bottom:1px solid #E4E7EB;padding:72px 24px}
.hh-calc-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hh-calc-eyebrow{display:inline-flex;align-items:center;gap:6px;background:#EDF0F3;border:1px solid #D1D5DB;border-radius:20px;padding:4px 11px;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#6B7280;margin-bottom:16px}
.hh-calc-eyebrow-dot{width:5px;height:5px;border-radius:50%;background:#0A2540;flex-shrink:0}
.hh-calc-left h2{font-family:'Playfair Display',serif;font-size:34px;font-weight:600;color:#111111;line-height:1.2;margin-bottom:14px;letter-spacing:-.02em}
.hh-calc-left p{font-size:15px;color:#6B7280;line-height:1.75;margin-bottom:24px;max-width:420px}
.hh-calc-trust{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.hh-calc-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#6B7280}
.hh-calc-trust-dot{width:6px;height:6px;border-radius:50%;background:#0A2540;flex-shrink:0}
.hh-calc-cta{display:inline-flex;align-items:center;gap:8px;background:#0A2540;color:#fff;border:none;padding:13px 22px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;text-decoration:none;transition:background .15s}
.hh-calc-cta:hover{background:#0d2f52;color:#fff}
.hh-calc-card{background:#fff;border:1px solid #E4E7EB;border-radius:14px;padding:28px;box-shadow:0 2px 16px rgba(10,37,64,.06)}
.hh-calc-card-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6B7280;margin-bottom:16px}
.hh-stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px}
.hh-stage-btn{background:#F7F8F9;border:1.5px solid #E4E7EB;border-radius:9px;padding:12px 8px;text-align:center;cursor:pointer;transition:all .12s;user-select:none}
.hh-stage-btn:hover{border-color:#0A2540}
.hh-stage-btn.active{background:#0A2540;border-color:#0A2540}
.hh-stage-btn .sn{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6B7280;margin-bottom:4px}
.hh-stage-btn .sl{font-size:11px;font-weight:600;color:#111111}
.hh-stage-btn.active .sn{color:rgba(255,255,255,.55)}
.hh-stage-btn.active .sl{color:#fff}
.hh-calc-divider{height:1px;background:#E4E7EB;margin:16px 0}
.hh-result-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.hh-result-item{background:#F7F8F9;border:1px solid #E4E7EB;border-radius:9px;padding:14px}
.hh-ri-label{font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#6B7280;margin-bottom:5px}
.hh-ri-val{font-size:17px;font-weight:700;color:#111111;letter-spacing:-.02em}
.hh-ri-sub{font-size:11px;color:#6B7280;margin-top:2px}
.hh-calc-note{font-size:11px;color:#9CA3AF;text-align:center;margin-bottom:14px}
.hh-calc-quote-btn{width:100%;background:#0A2540;color:#fff;border:none;padding:13px;border-radius:9px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;transition:background .15s}
.hh-calc-quote-btn:hover{background:#0d2f52}

/* TECHNIQUES */
.hh-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;background:#fff}
.hh-tc{padding:24px 20px;border-right:1px solid #E2E8F0}
.hh-tc:nth-child(2){background:#FAFBFF}
.hh-tc:last-child{border-right:none}
.hh-tc-tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563EB;margin-bottom:8px}
.hh-tc-name{font-size:16px;font-weight:700;color:#0F172A;margin-bottom:8px;font-family:'Playfair Display',serif}
.hh-tc-desc{font-size:12px;color:#64748B;line-height:1.6;margin-bottom:14px}
.hh-tc-row{display:flex;justify-content:space-between;font-size:11px;margin-top:5px}
.hh-tc-row span{color:#94A3B8}
.hh-tc-row strong{color:#0F172A;font-weight:600}

/* ARTICLES */
.hh-art-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hh-art-card{background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;transition:all .15s;display:block;color:inherit;text-decoration:none}
.hh-art-card:hover{box-shadow:0 4px 20px rgba(15,23,42,.1);transform:translateY(-2px);border-color:#CBD5E1;color:inherit}
.hh-art-thumb{height:150px;background:linear-gradient(135deg,#EFF6FF,#DBEAFE);display:flex;align-items:center;justify-content:center;overflow:hidden}
.hh-art-thumb img{width:100%;height:100%;object-fit:cover}
.hh-art-body{padding:18px}
.hh-art-cat{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2563EB;margin-bottom:6px}
.hh-art-title{font-size:14px;font-weight:600;color:#0F172A;line-height:1.45;margin-bottom:6px}
.hh-art-meta{font-size:11px;color:#94A3B8}

/* NEWSLETTER */
.hh-nl{background:linear-gradient(180deg,#F1F5F9 0%,#EFF6FF 100%);border-top:1px solid #E2E8F0;padding:72px 24px}
.hh-nl-inner{max-width:580px;margin:0 auto;text-align:center}
.hh-nl h2{font-family:'Playfair Display',serif;font-size:32px;font-weight:600;color:#0F172A;margin-bottom:12px;letter-spacing:-.02em}
.hh-nl p{font-size:15px;color:#475569;margin-bottom:28px;line-height:1.7}
.hh-nl-form{display:flex;background:#fff;border:1.5px solid #E2E8F0;border-radius:10px;overflow:hidden;max-width:460px;margin:0 auto;box-shadow:0 2px 12px rgba(15,23,42,.05)}
.hh-nl-input{flex:1;padding:14px 18px;border:none;font-size:14px;font-family:'Inter',sans-serif;outline:none;background:transparent;color:#0F172A;min-width:0}
.hh-nl-input::placeholder{color:#94A3B8}
.hh-nl-btn{background:#2563EB;color:#fff;border:none;padding:14px 22px;font-size:14px;font-weight:500;cursor:pointer;font-family:'Inter',sans-serif;transition:background .15s;white-space:nowrap}
.hh-nl-btn:hover{background:#1D4ED8}
.hh-nl-note{font-size:12px;color:#94A3B8;margin-top:12px}

/* ===================== RESPONSIVE ===================== */
@media(max-width:1024px){
  .hh-hero-inner{grid-template-columns:1fr;gap:40px}
  .hh-hero::before{display:none}
  .hh-hero-visual{max-width:480px;margin:0 auto;width:100%}
  .hh-dest-grid{grid-template-columns:repeat(3,1fr)}
  .hh-calc-inner{grid-template-columns:1fr;gap:40px}
  .hh-tech-grid{grid-template-columns:repeat(2,1fr)}
  .hh-tc:nth-child(2){border-right:none}
  .hh-tc:nth-child(3){border-top:1px solid #E2E8F0;border-right:1px solid #E2E8F0}
  .hh-tc:nth-child(4){border-top:1px solid #E2E8F0;border-right:none}
  .hh-art-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .hh-hero{padding:48px 16px 48px}
  .hh-hero-inner{padding:0}
  .hh-hero h1{font-size:36px}
  .hh-hero-sub{font-size:15px}
  .hh-hero-img{height:260px}
  .hh-float-bottom{bottom:-10px;left:-10px}
  .hh-float-top{top:-10px;right:-10px}
  .hh-float{padding:9px 12px}
  .hh-float-val{font-size:12px}
  .hh-tools-inner{grid-template-columns:1fr}
  .hh-tool{border-right:none!important;border-bottom:1px solid #E2E8F0}
  .hh-tool:last-child{border-bottom:none}
  .hh-section,.hh-section-alt,.hh-calc,.hh-nl{padding:48px 16px}
  .hh-sec-header{flex-direction:column;align-items:flex-start;gap:12px}
  .hh-sec-header-left h2{font-size:26px}
  .hh-dest-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .hh-dest-card{padding:16px 12px}
  .hh-stage-grid{grid-template-columns:repeat(2,1fr)}
  .hh-result-grid{grid-template-columns:1fr 1fr}
  .hh-tech-grid{grid-template-columns:1fr;border-radius:12px}
  .hh-tc{border-right:none!important;border-bottom:1px solid #E2E8F0}
  .hh-tc:last-child{border-bottom:none}
  .hh-tc:nth-child(2){background:#fff}
  .hh-art-grid{grid-template-columns:1fr}
  .hh-calc-left h2{font-size:28px}
}
@media(max-width:480px){
  .hh-hero h1{font-size:30px}
  .hh-hero-stats{gap:20px}
  .hh-hero-actions .hh-btn-p,.hh-hero-actions .hh-btn-s{width:100%;text-align:center}
  .hh-dest-grid{grid-template-columns:repeat(2,1fr)}
  .hh-stage-grid{grid-template-columns:repeat(2,1fr)}
}