.dstyled .review-hero .hero-photo-card{margin:0;transform:rotate(1.1deg);position:relative}.dstyled .review-hero .hero-photo-card img{aspect-ratio:1800 / 1250}.dstyled .review-hero .hero-photo-card .hl-cap{display:block;font-family:Caveat Variable,cursive;font-weight:700;color:var(--coral);font-size:1.2rem;line-height:1;margin-bottom:2px}.dstyled .review-prose{max-width:var(--measure);margin:36px auto 24px}.dstyled .review-prose>p{font-size:1.06rem;line-height:1.72;color:var(--ink-soft);font-weight:500;margin:0 0 1.15em}.dstyled .layout-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,250px);gap:34px;align-items:start;padding-top:40px;padding-bottom:8px}.dstyled .content-col{min-width:0}.dstyled .toc-rail{align-self:start;position:sticky;top:var(--toc-top, calc(var(--header-offset) + 12px));min-width:0;transition:top .25s ease}.dstyled .toc-card{background:var(--white);border:2px dashed var(--gold);border-radius:var(--radius);box-shadow:0 6px 18px #2a201814;padding:8px 8px 8px 18px;max-height:calc(100vh - var(--toc-top, calc(var(--header-offset) + 12px)) - 12px);overflow:hidden;transition:max-height .25s ease}.dstyled .toc-scroll-area{max-height:calc(100vh - var(--toc-top, calc(var(--header-offset) + 12px)) - 26px);transition:max-height .25s ease;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(14,134,171,.48) transparent;padding:0 6px 0 0}.dstyled .toc-scroll-area::-webkit-scrollbar{width:10px}.dstyled .toc-scroll-area::-webkit-scrollbar-track{background:transparent;margin-block:8px}.dstyled .toc-scroll-area::-webkit-scrollbar-thumb{background:#0e86ab6b;border:3px solid var(--cream);border-radius:999px;background-clip:padding-box}.dstyled .toc-scroll-area::-webkit-scrollbar-thumb:hover{background:#0e86ab9e}.dstyled .toc-scroll-cue{position:absolute;left:50%;z-index:4;width:40px;height:20px;transform:translate(-50%);border-radius:999px;border:1px solid rgba(232,185,89,.55);background:var(--cream);box-shadow:0 2px 8px #2a20181f;cursor:pointer;opacity:1;transition:transform .12s ease,box-shadow .12s ease}.dstyled .toc-scroll-cue:hover{box-shadow:0 3px 10px #2a20182e}.dstyled .toc-scroll-cue:active{transform:translate(-50%) scale(.96)}.dstyled .toc-scroll-cue[hidden]{display:none}.dstyled .toc-scroll-cue:before{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-top:2px solid var(--coral);border-left:2px solid var(--coral)}.dstyled .toc-scroll-up{top:7px}.dstyled .toc-scroll-down{bottom:7px}.dstyled .toc-scroll-up:before{transform:translate(-50%,-30%) rotate(45deg)}.dstyled .toc-scroll-down:before{transform:translate(-50%,-70%) rotate(225deg)}.dstyled .toc-kicker{display:block;font-family:Caveat Variable,cursive;font-weight:700;color:var(--coral);font-size:1.5rem;line-height:1;margin-bottom:12px}.dstyled .toc-list{list-style:none;margin:0;padding:0;position:relative}.dstyled .toc-list:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;border-left:2px dotted var(--gold-tint-2)}.dstyled .toc-list li{position:relative}.dstyled .toc-link{display:block;position:relative;padding:5px 4px 5px 22px;font-family:"Baloo 2",sans-serif;font-weight:600;font-size:.9rem;line-height:1.2;color:var(--ink-soft);text-decoration:none;border-radius:8px;transition:color .15s ease,background .15s ease}.dstyled .toc-link:before{content:"";position:absolute;left:1px;top:50%;width:9px;height:9px;margin-top:-4.5px;border-radius:999px;background:var(--white);border:2px solid var(--gold-tint-2);transition:background .15s ease,border-color .15s ease,transform .15s ease}.dstyled .toc-link:hover{color:var(--blue-dark);background:var(--blue-tint)}.dstyled .toc-link:hover:before{border-color:var(--blue)}.dstyled .toc-link.active{color:var(--coral);font-weight:800}.dstyled .toc-link.active:before{background:var(--coral);border-color:var(--coral);transform:scale(1.15)}.dstyled .toc-mobile{display:none}.dstyled .content-col{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;background:var(--white)}.dstyled .panel{position:relative;padding:46px 48px 50px;overflow:visible}.dstyled .panel.sec-white{background:var(--white)}.dstyled .panel.sec-cream{background:var(--cream)}.dstyled .panel.sec-blue{background:var(--blue-tint)}.dstyled .panel.sec-coral{background:var(--coral-tint-2)}.dstyled .content-col>.panel:first-of-type{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.dstyled .content-col>.panel:last-of-type{border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.dstyled .panel .deco-tl{top:14px;left:16px}.dstyled .panel .deco-tr{top:14px;right:16px}.dstyled .panel-in{max-width:760px;margin:0 auto}.dstyled .band-head{text-align:center;margin:0 auto 34px}.dstyled .band-head .caption{display:block;margin-bottom:4px}.dstyled .band-head h2{font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800;color:var(--ink);margin:0 0 8px}.dstyled .band-head .band-lead{font-size:1.05rem;color:var(--ink-soft);font-weight:600;margin:0 auto}.dstyled .prose-col{max-width:none;margin:0;line-height:1.72}.dstyled .prose-col>p,.dstyled .prose-col>ul{margin-left:0;margin-right:0}.dstyled .prose-col .sec-cap,.dstyled .map-intro .sec-cap{display:block;margin-top:48px}.dstyled .band-head+.prose-col .sec-cap:first-child,.dstyled .panel-in>.prose-col:first-child .sec-cap:first-child,.dstyled .prose-col h2:first-child{margin-top:0}.dstyled .table-scroll,.dstyled .quickfacts,.dstyled .goodtoknow,.dstyled .verdict,.dstyled .triage-grid,.dstyled .agewrap,.dstyled .itin,.dstyled .destination-map,.dstyled .map-intro,.dstyled .photo-strip-block{margin-top:38px;margin-bottom:30px}.dstyled .table-scroll{overflow-x:hidden;border-radius:var(--radius-lg)}.dstyled .compare{min-width:0;width:100%;table-layout:fixed;border-radius:var(--radius-lg);overflow:hidden}.dstyled .compare th,.dstyled .compare td{white-space:normal;overflow-wrap:anywhere}.dstyled .compare th{overflow-wrap:normal;word-break:normal}.dstyled .climate-table{table-layout:auto}.dstyled .climate-table th,.dstyled .climate-table td{white-space:nowrap;overflow-wrap:normal}.dstyled .climate-table th:not(:first-child),.dstyled .climate-table td:not(:first-child){text-align:center}.dstyled .climate-table th:first-child,.dstyled .climate-table td:first-child{padding-left:22px}@media(max-width:560px){.dstyled .table-scroll{overflow:visible}.dstyled .table-scroll:has(.tbl-stack){border-radius:0;box-shadow:none}.dstyled .compare.tbl-stack{background:transparent}.dstyled .compare.tbl-stack tbody tr:nth-child(2n) td,.dstyled .compare.tbl-stack tbody tr:hover td{background:transparent}.dstyled .compare.tbl-stack,.dstyled .compare.tbl-stack tbody,.dstyled .compare.tbl-stack tr,.dstyled .compare.tbl-stack td{display:block;width:auto}.dstyled .compare.tbl-stack colgroup{display:none}.dstyled .compare.tbl-stack thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.dstyled .compare.tbl-stack tr{background:#fff;border:1px solid #E7DDCD;border-radius:12px;padding:12px 15px;margin:0 0 14px;box-shadow:0 4px 14px #0000000f}.dstyled .compare.tbl-stack td{display:flex;justify-content:space-between;gap:16px;text-align:right;padding:6px 0;border:0;white-space:normal;overflow-wrap:normal}.dstyled .compare.tbl-stack td:before{content:attr(data-label);font-weight:700;color:var(--ink, #241C17);text-align:left;flex:0 0 auto}.dstyled .compare.tbl-stack td.resort-name{display:block;text-align:left;font-family:"Baloo 2",sans-serif;font-size:1.15rem;font-weight:700;border-bottom:1px solid #F0E7D8;margin-bottom:8px;padding-bottom:8px}.dstyled .compare.tbl-stack td.resort-name:before{display:none}.dstyled .compare.tbl-stack:not(.climate-table) td:last-child{display:block;text-align:left}.dstyled .compare.tbl-stack:not(.climate-table) td:last-child:before{display:block;margin-bottom:3px}}.dstyled .photo-strip-block{margin-bottom:30px}.dstyled .photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.dstyled .photo-strip .tenerife-photo-card{margin:0;transform:rotate(-1.2deg);position:relative;overflow:visible}.dstyled .photo-strip .tenerife-photo-card:nth-child(2){transform:rotate(.9deg)}.dstyled .photo-strip .tenerife-photo-card:nth-child(3){transform:rotate(-.6deg)}.dstyled .photo-strip .tenerife-photo-card:nth-child(4){transform:rotate(.7deg)}.dstyled .photo-strip .tenerife-photo-card:nth-child(5){transform:rotate(-.9deg)}.dstyled .photo-strip .tenerife-photo-card:nth-child(6){transform:rotate(1deg)}.dstyled .photo-strip.strip-two{grid-template-columns:repeat(2,1fr)}.dstyled .photo-strip img{width:100%;display:block}.dstyled .destination-map>img{display:block;width:100%;height:auto}.dstyled .destination-map .tilly-map-card__caption{margin:0;padding:16px 24px 22px;max-width:none;font-size:.95rem;line-height:1.45;color:var(--ink-soft);font-weight:500}.dstyled .destination-map .map-key{padding:14px 24px 24px;margin-top:0}.dstyled .gallery-cta{display:flex;flex-direction:column;margin:44px 0 8px;padding:clamp(18px,3vw,24px);border-radius:22px;background:#ffffffb8;border:2px dashed rgba(14,134,171,.34);box-shadow:0 12px 28px #2a201814}.dstyled .gallery-cta h3{margin:0 0 16px;font-family:"Baloo 2",sans-serif;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.1;color:var(--blue-dark)}.dstyled .gallery-cta p{margin:0 0 14px;color:var(--ink-soft);font-weight:600}.dstyled .gallery-cta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 22px}.dstyled .gallery-cta-grid img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:14px;display:block;box-shadow:0 4px 12px #2a20181f}.dstyled .gallery-cta-link{align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 16px;background:var(--coral);color:#fff;font-family:"Baloo 2",sans-serif;font-weight:800;text-decoration:none;box-shadow:0 4px 12px #f0483038}.dstyled .gallery-cta-link:hover{background:#c9543d;color:#fff}.dstyled .strip-more{display:block;text-align:right;margin:10px 6px 0;font-family:Caveat Variable,cursive;font-weight:700;font-size:1.18rem;color:var(--blue);text-decoration:none}.dstyled .strip-more:hover{text-decoration:underline}.dstyled .related .rel-card .rkind{font-family:"Baloo 2",sans-serif;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--blue);margin-bottom:2px}.dstyled .related .rel-photo{display:flex;align-items:center;justify-content:center}.dstyled .related .rel-photo .rel-emoji{font-size:2.2rem;line-height:1}.dstyled .related .rel-photo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px}.dstyled .related .rel-g1{background:linear-gradient(165deg,var(--blue-tint) 0%,var(--blue-deep) 130%)}.dstyled .related .rel-g2{background:linear-gradient(165deg,var(--gold-tint) 0%,var(--coral-tint) 120%)}.dstyled .related .rel-g3{background:linear-gradient(165deg,var(--coral-tint-2) 0%,var(--gold-tint-2) 130%)}@media(max-width:980px){.dstyled .layout-shell{display:block;padding-top:18px}.dstyled .toc-rail{display:none}.dstyled .toc-mobile{display:block;position:sticky;top:calc(var(--header-offset) + var(--subnav-drop, 0px) + 6px);transition:top .25s ease;z-index:20;background:var(--cream);border:2px dashed var(--gold);border-radius:var(--radius);box-shadow:0 6px 18px #2a20181a;padding:12px 16px;margin-bottom:22px}.dstyled .toc-mobile summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:14px}.dstyled .toc-mobile summary::-webkit-details-marker{display:none}.dstyled .toc-mobile summary:after{content:"";flex:none;width:9px;height:9px;margin-right:6px;border-right:2.5px solid var(--coral, #F04830);border-bottom:2.5px solid var(--coral, #F04830);transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.dstyled .toc-mobile[open] summary:after{transform:translateY(2px) rotate(-135deg)}.dstyled .toc-mobile .toc-kicker{margin-bottom:0}.dstyled .toc-mobile[open] .toc-list{margin-top:12px}.dstyled .toc-mobile .toc-list{columns:2;column-gap:22px}.dstyled .toc-mobile .toc-list:before{display:none}.dstyled .toc-mobile .toc-link{break-inside:avoid;padding-left:20px}}@media(max-width:900px){.dstyled .review-hero .hero-photo-card{margin:16px 0 0;transform:none}.dstyled .panel{padding:36px 26px 40px}}@media(max-width:760px){.dstyled .verdict-grid,.dstyled .triage-grid,.dstyled .agewrap,.dstyled .lovegripe-grid,.dstyled .photo-strip{grid-template-columns:1fr}.dstyled .gallery-cta-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.dstyled .toc-mobile .toc-list{columns:1}.dstyled .panel{padding:30px 18px 34px}}.dstyled~.pic-pop .pic-pop-close,.pic-pop .pic-pop-close{font-family:"Baloo 2",sans-serif}.dstyled .photo-strip figure img,.dstyled .destination-map img{cursor:zoom-in}.pic-pop{position:fixed;inset:0;z-index:70;background:#2a2018eb;display:flex;align-items:center;justify-content:center;padding:26px}.pic-pop[hidden]{display:none}.pic-pop img{max-width:min(1500px,95vw);max-height:90vh;border-radius:10px;box-shadow:0 18px 60px #00000080;background:#fff}.pic-pop-close{position:absolute;top:16px;right:18px;width:44px;height:44px;border-radius:999px;background:#fff8ef24;color:#fff8ef;border:1.5px solid rgba(255,248,239,.4);font-size:1.5rem;line-height:1;cursor:pointer;font-family:"Baloo 2",sans-serif}.dstyled .advisory{display:flex;gap:16px;align-items:flex-start;background:#fff4e8;border:2px solid var(--coral, #E8654E);border-radius:14px;padding:20px 22px;margin:0 0 28px;scroll-margin-top:90px}.dstyled .advisory-icon{font-size:1.6rem;line-height:1.2;flex:none}.dstyled .advisory-body{min-width:0}.dstyled .advisory h2{margin:0 0 8px;font-size:clamp(1.15rem,2.4vw,1.4rem);color:var(--ink, #2A2018)}.dstyled .advisory p{margin:0 0 10px;font-size:.96rem;line-height:1.55;color:var(--ink-soft, #4a3f36)}.dstyled .advisory p:last-child{margin-bottom:0}.dstyled .advisory a{color:var(--blue-dark, #1d5b78);font-weight:700}@media(max-width:760px){.dstyled .advisory{flex-direction:column;gap:8px}}.dstyled .tenerife-photo-card:before{content:none!important}.dstyled .rooms-table{width:100%;table-layout:fixed}.dstyled .rooms-table th:first-child,.dstyled .rooms-table td:first-child{width:50%}.dstyled .rooms-table th:nth-child(2),.dstyled .rooms-table td:nth-child(2),.dstyled .rooms-table th:nth-child(3),.dstyled .rooms-table td:nth-child(3){width:25%;text-align:center}.dstyled .lovegripe-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:22px 0 6px}.dstyled .lovegripe-col .lovegripe-h{font-family:"Baloo 2",sans-serif;margin:0 0 8px}.dstyled .lovegripe-list{list-style:none;margin:0;padding:0}.dstyled .lovegripe-list li{position:relative;padding:0 0 8px 20px;line-height:1.4}.dstyled .lovegripe-list li:before{content:"";position:absolute;left:2px;top:8px;width:8px;height:8px;border-radius:999px;background:var(--coral)}@media(max-width:760px){.dstyled .lovegripe-grid{grid-template-columns:1fr;gap:4px 28px}}.dstyled .rooms-table th:first-child,.dstyled .rooms-table td:first-child{padding-left:20px}
