.af-hotel-page{
  --af-hotel-accent:#1D9A3B;
  --af-hotel-bg:#050806;
  --af-hotel-panel:#0A0F0C;
  --af-hotel-text:#F4F6F5;
  --af-hotel-muted:#9BA59E;
  --af-hotel-line:#26302B;
  --af-hotel-art-opacity:.18;
  --af-hotel-art-image:none;
  --af-hotel-max:1360px;
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background:var(--af-hotel-bg);
  color:var(--af-hotel-text);
  font-family:"Manrope","Segoe UI",Arial,sans-serif;
  overflow:hidden;
}
.af-hotel-page *{box-sizing:border-box}
.af-hotel-page a{text-decoration:none}
.af-hotel-wrap{width:min(calc(100% - 48px),var(--af-hotel-max));margin-inline:auto}

.af-hotel-hero{position:relative;min-height:270px;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid var(--af-hotel-line);background:#060907;overflow:hidden}
.af-hotel-hero__art,.af-hotel-cta__art{position:absolute;inset:0;background-image:linear-gradient(90deg,var(--af-hotel-bg) 0%,rgba(5,8,6,.88) 42%,rgba(5,8,6,.45) 100%),var(--af-hotel-art-image);background-size:cover;background-position:center;opacity:var(--af-hotel-art-opacity);pointer-events:none}
.af-hotel-hero__inner{position:relative;z-index:1;min-height:270px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;padding-block:42px}
.af-hotel-breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:11px;font-weight:700;letter-spacing:.10em;text-transform:uppercase;color:#c6ceca}
.af-hotel-breadcrumbs span{color:var(--af-hotel-accent)}
.af-hotel-breadcrumbs i{font-style:normal;color:#5c6761}
.af-hotel-breadcrumbs b{font-weight:600}
.af-hotel-hero h1{margin:0;font-size:clamp(42px,5.6vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:700;color:var(--af-hotel-text)}
.af-hotel-hero p{max-width:780px;margin:16px 0 0;color:#c5ccc8;font-size:18px;line-height:1.5}
.af-hotel-hero p.af-hotel-hero__secondary{margin-top:4px;color:var(--af-hotel-muted);font-size:15px}
.af-hotel-btn{min-height:48px;padding:0 24px;border:1px solid var(--af-hotel-accent);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:14px;background:var(--af-hotel-accent);color:#041006!important;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:transform .16s ease,filter .16s ease}
.af-hotel-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}

.af-hotel-content{padding-block:32px 0}
.af-hotel-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:14px}
.af-hotel-section-head h2{margin:0;color:var(--af-hotel-text);font-size:clamp(27px,3vw,38px);line-height:1.08;font-weight:700;letter-spacing:-.03em}
.af-hotel-section-head p{margin:6px 0 0;color:var(--af-hotel-muted);font-size:14px;line-height:1.45}
.af-hotel-table-scroll{overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:3px}
.af-hotel-price-table{min-width:920px;border:1px solid var(--af-hotel-line);border-radius:9px;overflow:hidden;background:var(--af-hotel-panel)}
.af-hotel-row{display:grid;grid-template-columns:minmax(260px,1.65fr) repeat(4,minmax(135px,1fr));border-top:1px solid var(--af-hotel-line)}
.af-hotel-row:first-child{border-top:0}
.af-hotel-row--head{background:#0D130F}
.af-hotel-cell{min-height:62px;padding:14px 18px;display:flex;align-items:center;border-left:1px solid var(--af-hotel-line)}
.af-hotel-cell:first-child{border-left:0}
.af-hotel-cell--vehicle{font-size:14px;font-weight:600;color:var(--af-hotel-text)}
.af-hotel-row--head .af-hotel-cell--vehicle{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b8c1bc}
.af-hotel-cell--rim{justify-content:center;flex-direction:column;text-align:center;gap:2px}
.af-hotel-cell--rim strong{font-size:13px;font-weight:600;color:#eef1ef}
.af-hotel-cell--rim span{font-size:10px;color:#78827d}
.af-hotel-cell--price{justify-content:center;text-align:center;background:#090E0B}
.af-hotel-cell--price strong{color:var(--af-hotel-accent);font-size:22px;line-height:1;font-weight:700;letter-spacing:-.025em}
.af-hotel-mobile-rim{display:none}
.af-hotel-mobile-hint{display:none;margin:8px 0 0;color:#7f8984;font-size:11px}
.af-hotel-price-note{margin:12px 0 0;padding:0 1px;color:#8f9993;font-size:12px;line-height:1.5}

.af-hotel-included{margin-top:34px;padding-top:26px;border-top:0}
.af-hotel-included-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--af-hotel-line);border-radius:9px;overflow:hidden;background:var(--af-hotel-panel)}
.af-hotel-included-item{min-height:145px;padding:22px 24px;border-left:1px solid var(--af-hotel-line)}
.af-hotel-included-item:first-child{border-left:0}
.af-hotel-included-item h3{margin:0 0 8px;color:var(--af-hotel-text);font-size:16px;font-weight:600}
.af-hotel-included-item p{margin:0;color:var(--af-hotel-muted);font-size:13px;line-height:1.55}

.af-hotel-cta{position:relative;overflow:hidden;margin-top:22px;min-height:116px;padding:22px 28px;border:1px solid var(--af-hotel-line);border-radius:9px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;background:#080D0A}
.af-hotel-cta__art{opacity:calc(var(--af-hotel-art-opacity) * .75);background-position:center 58%}
.af-hotel-cta__copy,.af-hotel-cta>.af-hotel-btn{position:relative;z-index:1}
.af-hotel-cta h2{margin:0;color:var(--af-hotel-text);font-size:25px;font-weight:700;letter-spacing:-.025em}
.af-hotel-cta p{margin:5px 0 0;color:var(--af-hotel-muted);font-size:13px}

@media(max-width:900px){
  .af-hotel-wrap{width:min(calc(100% - 30px),var(--af-hotel-max))}
  .af-hotel-hero__inner{grid-template-columns:1fr;align-content:center}
  .af-hotel-hero__inner>.af-hotel-btn{justify-self:start}
  .af-hotel-included-grid{grid-template-columns:repeat(2,1fr)}
  .af-hotel-included-item:nth-child(3){border-left:0;border-top:1px solid var(--af-hotel-line)}
  .af-hotel-included-item:nth-child(4){border-top:1px solid var(--af-hotel-line)}
}
@media(max-width:680px){
  .af-hotel-wrap{width:min(calc(100% - 22px),var(--af-hotel-max))}
  .af-hotel-hero{min-height:300px}
  .af-hotel-hero__inner{min-height:300px;padding-block:34px}
  .af-hotel-hero h1{font-size:42px}
  .af-hotel-hero p{font-size:16px}
  .af-hotel-table-scroll{margin-inline:0}
  .af-hotel-mobile-hint{display:block}
  .af-hotel-included-grid{grid-template-columns:1fr}
  .af-hotel-included-item{min-height:auto;border-left:0;border-top:1px solid var(--af-hotel-line)}
  .af-hotel-included-item:first-child{border-top:0}
  .af-hotel-cta{grid-template-columns:1fr;padding:20px}
  .af-hotel-cta>.af-hotel-btn{justify-self:start}
}
@media(max-width:480px){
  .af-hotel-price-table{min-width:0;border:0;background:transparent;overflow:visible}
  .af-hotel-row--head{display:none}
  .af-hotel-row{display:grid;grid-template-columns:1fr 1fr;margin-bottom:10px;border:1px solid var(--af-hotel-line);border-radius:8px;overflow:hidden;background:var(--af-hotel-panel)}
  .af-hotel-cell{min-height:56px;border-left:1px solid var(--af-hotel-line);border-top:1px solid var(--af-hotel-line);padding:11px 12px}
  .af-hotel-cell--vehicle{grid-column:1/-1;min-height:48px;border-left:0;border-top:0;background:#0D130F;font-size:14px}
  .af-hotel-cell--price:nth-child(2),.af-hotel-cell--price:nth-child(3){border-top:1px solid var(--af-hotel-line)}
  .af-hotel-cell--price:nth-child(even){border-left:0}
  .af-hotel-cell--price{flex-direction:column;gap:4px}
  .af-hotel-mobile-rim{display:block;color:#8d9792;font-size:10px;font-weight:500}
  .af-hotel-cell--price strong{font-size:21px}
  .af-hotel-mobile-hint{display:none}
}

/* v1.0.2 – luottamus-, kuntoraportti- ja rengastarjousnostot */
.af-hotel-since{
  display:inline-block;
  margin-top:16px;
  padding-top:10px;
  border-top:1px solid var(--af-hotel-line);
  color:#b6c0ba;
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.af-hotel-offer-note{
  margin-top:22px;
  padding:22px 24px;
  border:1px solid var(--af-hotel-line);
  border-radius:9px;
  background:linear-gradient(90deg,#0b100d,#080d0a);
}
.af-hotel-offer-note h2{
  margin:0;
  color:var(--af-hotel-text);
  font-size:20px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.02em;
}
.af-hotel-offer-note p{
  max-width:920px;
  margin:7px 0 0;
  color:var(--af-hotel-muted);
  font-size:13px;
  line-height:1.55;
}

/* v1.0.3 – kevyempi hero, pienempi otsikko ja rengassarjatausta */
.af-hotel-hero{min-height:228px}
.af-hotel-hero__inner{min-height:228px;padding-block:32px}
.af-hotel-hero h1{font-size:clamp(38px,4.4vw,58px);line-height:1.02;font-weight:600;letter-spacing:-.035em}
.af-hotel-hero p{margin-top:11px;font-size:16px;line-height:1.45;color:#c2c9c5}
.af-hotel-hero p.af-hotel-hero__secondary{font-size:14px}
.af-hotel-since{margin-top:13px;padding-top:8px;font-size:10.5px;font-weight:500;letter-spacing:.14em;color:#a7b0ab}
.af-hotel-hero__art{background-position:right center;background-size:cover}
@media(max-width:680px){
  .af-hotel-hero{min-height:250px}
  .af-hotel-hero__inner{min-height:250px;padding-block:28px}
  .af-hotel-hero h1{font-size:38px}
  .af-hotel-hero p{font-size:15px}
}

/* v1.0.5 – mobiilissa vannekokojen erillinen otsikkorivi pois; desktop ennallaan */
@media(max-width:680px){
  .af-hotel-row--head{display:none!important}
}
