/* HADLYN Editorial Magazine 2.1 — BODY ONLY
   Every frontend rule is scoped to .hvm-home or its unique containers.
   No Header/Footer selector is used. */
.hvm-home{
  --hvm-black:#0b0b0b;
  --hvm-gray:#767676;
  --hvm-light:#f4f4f4;
  --hvm-border:#dedede;
  --hvm-gap:28px;
  --hvm-max:1200px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--hvm-black);
  background:#fff;
}
.hvm-home,.hvm-home *{box-sizing:border-box}
.hvm-home .hvm-container{width:min(calc(100% - 48px),var(--hvm-max));margin-inline:auto}
.hvm-home img{max-width:100%}

/* Hero */
.hvm-home .hvm-hero{padding-top:34px}
.hvm-home .hvm-hero-card{position:relative;overflow:hidden;background:#ddd}
.hvm-home .hvm-hero-image{display:block;position:relative;aspect-ratio:16/8.7;overflow:hidden}
.hvm-home .hvm-hero-image:after,
.hvm-home .hvm-overlay-card .hvm-card-image:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.68));pointer-events:none}
.hvm-home .hvm-hero-image img,
.hvm-home .hvm-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
.hvm-home .hvm-hero-card:hover img,
.hvm-home .hvm-card:hover .hvm-card-image img{transform:scale(1.025)}
.hvm-home .hvm-hero-copy{position:absolute;left:44px;right:44px;bottom:38px;color:#fff;z-index:2;max-width:850px}
.hvm-home .hvm-hero-copy .hvm-kicker{color:#fff}
.hvm-home .hvm-hero-title{font-size:clamp(30px,3.4vw,54px);line-height:1.05;margin:8px 0 14px!important;letter-spacing:-.035em;font-weight:700;color:#fff}
.hvm-home .hvm-hero-title a{color:#fff!important;text-decoration:none!important}
.hvm-home .hvm-hero-copy .hvm-meta{color:rgba(255,255,255,.8)}

/* Section structure */
.hvm-home .hvm-section{padding-top:94px}
.hvm-home .hvm-band{background:var(--hvm-light);padding:78px 0;margin-top:94px}
.hvm-home .hvm-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;border-bottom:1px solid #111;padding-bottom:12px}
.hvm-home .hvm-section-head h2{margin:0;font-size:32px;line-height:1;font-weight:800;letter-spacing:-.04em;color:#111}
.hvm-home .hvm-more{font-size:11px;font-weight:700;letter-spacing:.1em;color:#111!important;text-decoration:none!important}

/* Cards */
.hvm-home .hvm-card{min-width:0}
.hvm-home .hvm-card-image{display:block;position:relative;overflow:hidden;background:#e7e7e7;text-decoration:none!important}
.hvm-home .hvm-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:220px;background:#eee;color:#999;font-size:28px;font-weight:700}
.hvm-home .hvm-ratio-wide .hvm-card-image,
.hvm-home .hvm-ratio-landscape .hvm-card-image{aspect-ratio:4/3}
.hvm-home .hvm-ratio-square .hvm-card-image{aspect-ratio:1/1}
.hvm-home .hvm-ratio-portrait .hvm-card-image{aspect-ratio:3/4}
.hvm-home .hvm-ratio-today .hvm-card-image{aspect-ratio:4/5}
.hvm-home .hvm-card-body{padding-top:12px}
.hvm-home .hvm-kicker{text-transform:uppercase;font-size:10px;line-height:1.2;font-weight:700;letter-spacing:.1em;color:#555;text-decoration:none!important}
.hvm-home .hvm-card-title{margin:7px 0 8px!important;font-size:18px;line-height:1.25;font-weight:700;letter-spacing:-.02em;color:#111}
.hvm-home .hvm-card-title a{color:#111!important;text-decoration:none!important}
.hvm-home .hvm-meta{display:flex;gap:7px;align-items:center;font-size:10px;line-height:1.4;color:#999}
.hvm-home .hvm-dot{opacity:.55}
.hvm-home .hvm-overlay-card{position:relative;background:#222}
.hvm-home .hvm-overlay-card .hvm-card-body{position:absolute;z-index:3;left:22px;right:22px;bottom:20px;padding:0;color:#fff}
.hvm-home .hvm-overlay-card .hvm-kicker,
.hvm-home .hvm-overlay-card .hvm-meta{color:rgba(255,255,255,.82)}
.hvm-home .hvm-overlay-card .hvm-card-title a{color:#fff!important}
.hvm-home .hvm-overlay-card .hvm-card-title{font-size:21px;color:#fff}

/* Today */
.hvm-home .hvm-today-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:var(--hvm-gap);align-items:stretch}
.hvm-home .hvm-today-featured .hvm-card-image{height:100%;aspect-ratio:auto}
.hvm-home .hvm-today-featured{min-height:675px}
.hvm-home .hvm-today-small{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}
.hvm-home .hvm-today-small .hvm-card-title{font-size:16px}

/* Ads */
.hvm-home .hvm-ad-wrap{width:min(calc(100% - 48px),970px);margin:72px auto 0;text-align:center}
.hvm-home .hvm-ad-label{font-size:8px;letter-spacing:.15em;color:#aaa;margin-bottom:7px}
.hvm-home .hvm-ad-wrap img{max-width:100%;height:auto;display:block;margin:auto}
.hvm-home .hvm-ad-placeholder{height:115px;background:#f4f4f4;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #ececec;color:#111}
.hvm-home .hvm-ad-placeholder span{font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:bold;letter-spacing:-2px}
.hvm-home .hvm-ad-placeholder small{font-size:8px;letter-spacing:.2em;color:#888;margin-top:7px}

/* Best */
.hvm-home .hvm-best{padding-bottom:70px}
.hvm-home .hvm-slider-shell{position:relative}
.hvm-home .hvm-slider{display:grid;grid-auto-flow:column;grid-auto-columns:260px;grid-template-rows:1fr;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:5px}
.hvm-home .hvm-slider::-webkit-scrollbar{display:none}
.hvm-home .hvm-best-card{scroll-snap-align:start;width:260px}
.hvm-home .hvm-slide-btn{position:absolute;top:95px;z-index:5;width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.16);cursor:pointer}
.hvm-home .hvm-slide-btn.prev{left:-18px}
.hvm-home .hvm-slide-btn.next{right:-18px}

/* Generic grids */
.hvm-home .hvm-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--hvm-gap)}

/* People */
.hvm-home .hvm-people-layout{display:grid;grid-template-columns:250px 1fr;gap:46px;align-items:end}
.hvm-home .hvm-people-copy h2{font-size:48px;line-height:.85;margin:0 0 24px!important;letter-spacing:-.055em;color:#111}
.hvm-home .hvm-people-copy p{font-size:13px;line-height:1.6;color:#666}
.hvm-home .hvm-text-link{display:inline-block;margin-top:14px;font-size:10px;font-weight:700;letter-spacing:.1em;color:#111!important;text-decoration:none!important}
.hvm-home .hvm-people-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.hvm-home .hvm-people-cards .hvm-card-title{font-size:17px}

/* Fashion / Beauty */
.hvm-home .hvm-feature-layout{display:grid;grid-template-columns:1fr .78fr;gap:34px;align-items:stretch}
.hvm-home .hvm-feature-layout.hvm-reverse{grid-template-columns:.78fr 1fr}
.hvm-home .hvm-feature-small{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 22px}
.hvm-home .hvm-feature-big .hvm-card-image{height:100%;aspect-ratio:auto}
.hvm-home .hvm-feature-big{min-height:660px}
.hvm-home .hvm-feature-big .hvm-card-title{font-size:25px}

/* Latest */
.hvm-home .hvm-latest-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:45px;align-items:start}
.hvm-home .hvm-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px 22px}
.hvm-home .hvm-latest-grid .hvm-card-title{font-size:15px}
.hvm-home .hvm-latest-aside{position:sticky;top:20px}
.hvm-home .hvm-latest-aside .hvm-ad-wrap{width:100%;margin:0}
.hvm-home .hvm-latest-aside .hvm-ad-placeholder{height:520px}
.hvm-home .hvm-ad-side .hvm-ad-placeholder span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:42px}

@media (max-width:1024px){
  .hvm-home{--hvm-gap:20px}
  .hvm-home .hvm-container{width:min(calc(100% - 36px),var(--hvm-max))}
  .hvm-home .hvm-hero-copy{left:30px;right:30px;bottom:28px}
  .hvm-home .hvm-section{padding-top:72px}
  .hvm-home .hvm-band{margin-top:72px;padding:58px 0}
  .hvm-home .hvm-section-head h2{font-size:27px}
  .hvm-home .hvm-today-featured{min-height:570px}
  .hvm-home .hvm-card-title{font-size:16px}
  .hvm-home .hvm-grid-4{gap:20px}
  .hvm-home .hvm-feature-big{min-height:560px}
  .hvm-home .hvm-latest-layout{grid-template-columns:1fr 220px}
  .hvm-home .hvm-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hvm-home .hvm-people-layout{grid-template-columns:200px 1fr}
  .hvm-home .hvm-people-copy h2{font-size:40px}
}

@media (max-width:767px){
  .hvm-home .hvm-container{width:calc(100% - 28px)}
  .hvm-home .hvm-hero{padding-top:14px}
  .hvm-home .hvm-hero-image{aspect-ratio:4/5}
  .hvm-home .hvm-hero-copy{left:18px;right:18px;bottom:18px}
  .hvm-home .hvm-hero-title{font-size:29px;line-height:1.08;margin:7px 0 10px!important}
  .hvm-home .hvm-section{padding-top:52px}
  .hvm-home .hvm-band{margin-top:52px;padding:42px 0}
  .hvm-home .hvm-section-head{margin-bottom:20px;padding-bottom:9px}
  .hvm-home .hvm-section-head h2{font-size:23px}
  .hvm-home .hvm-more{font-size:9px}
  .hvm-home .hvm-today-grid{grid-template-columns:1fr;gap:16px}
  .hvm-home .hvm-today-featured{min-height:0}
  .hvm-home .hvm-today-featured .hvm-card-image{aspect-ratio:4/5;height:auto}
  .hvm-home .hvm-today-small{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}
  .hvm-home .hvm-today-small .hvm-card-title{font-size:13px}
  .hvm-home .hvm-card-body{padding-top:9px}
  .hvm-home .hvm-card-title{font-size:14px;margin:5px 0 6px!important;line-height:1.27}
  .hvm-home .hvm-kicker{font-size:8px}
  .hvm-home .hvm-meta{font-size:8px;gap:4px}
  .hvm-home .hvm-overlay-card .hvm-card-body{left:15px;right:15px;bottom:14px}
  .hvm-home .hvm-overlay-card .hvm-card-title{font-size:18px}
  .hvm-home .hvm-ad-wrap{width:calc(100% - 28px);margin-top:42px}
  .hvm-home .hvm-ad-placeholder{height:78px}
  .hvm-home .hvm-ad-placeholder span{font-size:24px}
  .hvm-home .hvm-ad-placeholder small{font-size:7px}
  .hvm-home .hvm-slider{grid-auto-columns:76vw;gap:14px;margin-right:-14px}
  .hvm-home .hvm-best-card{width:auto}
  .hvm-home .hvm-slide-btn{display:none}
  .hvm-home .hvm-best .hvm-card-title{font-size:16px}
  .hvm-home .hvm-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}
  .hvm-home .hvm-people-layout{grid-template-columns:1fr;gap:24px}
  .hvm-home .hvm-people-copy h2{font-size:39px}
  .hvm-home .hvm-people-copy p{max-width:420px;margin-bottom:0}
  .hvm-home .hvm-people-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-14px;scrollbar-width:none}
  .hvm-home .hvm-people-cards::-webkit-scrollbar{display:none}
  .hvm-home .hvm-people-cards .hvm-card{min-width:72vw;scroll-snap-align:start}
  .hvm-home .hvm-feature-layout,
  .hvm-home .hvm-feature-layout.hvm-reverse{grid-template-columns:1fr}
  .hvm-home .hvm-feature-layout.hvm-reverse>.hvm-feature-big{order:0}
  .hvm-home .hvm-feature-layout.hvm-reverse>.hvm-feature-small{order:1}
  .hvm-home .hvm-feature-big{min-height:0}
  .hvm-home .hvm-feature-big .hvm-card-image{aspect-ratio:4/5;height:auto}
  .hvm-home .hvm-feature-small{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}
  .hvm-home .hvm-feature-big .hvm-card-title{font-size:20px}
  .hvm-home .hvm-latest-layout{grid-template-columns:1fr}
  .hvm-home .hvm-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}
  .hvm-home .hvm-latest-grid .hvm-card-title{font-size:13px}
  .hvm-home .hvm-latest-aside{position:static}
  .hvm-home .hvm-latest-aside .hvm-ad-placeholder{height:150px}
  .hvm-home .hvm-ad-side .hvm-ad-placeholder span{writing-mode:initial;transform:none;font-size:28px}
}

@media (max-width:380px){
  .hvm-home .hvm-card-title{font-size:13px}
  .hvm-home .hvm-hero-title{font-size:26px}
}