/*
 * DogThailand Pet Friendly Child Hub — MASTER CSS V1 / Amphawa Final — 2026-08-08
 * Reusable for all child hubs.
 * Keep body id="pet-hub" and class="pet-hub-page" on every child Hub.
 * Area-specific IDs remain only for anchors/SEO; visual rules use reusable .hub-*-section classes.
 * Required section classes: hub-popular-section, hub-hotels-section, hub-types-section,
 * hub-zones-section, hub-markets-section, hub-attractions-section, hub-travel-section,
 * hub-checklist-section, hub-nearby-section, hub-faq-section and hub-info-section.
 * Optional reusable section: hub-area-directory-section.
 */
:root{
  --dtn-white:#fff;
}
@font-face{font-family:'Noto Sans Thai';src:url('/static/fonts/NotoSansThai-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Noto Sans Thai';src:url('/static/fonts/NotoSansThai-Medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'Noto Sans Thai';src:url('/static/fonts/NotoSansThai-SemiBold.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:'Noto Sans Thai';src:url('/static/fonts/NotoSansThai-Bold.woff2') format('woff2');font-weight:700;font-display:swap}

html{scroll-behavior:smooth}
body.pet-hub-page{
  margin:0;
  overflow-x:hidden;
  font-family:'Noto Sans Thai',system-ui,Tahoma,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.pet-hub-page *,body.pet-hub-page *::before,body.pet-hub-page *::after{box-sizing:border-box}
body.pet-hub-page img{max-width:100%}
.pet-container{width:min(calc(100% - 32px),1100px);margin:auto}
.pet-section{margin:0;padding:44px 0;line-height:1.8;scroll-margin-top:20px}
.pet-section.theme-soft{
  clip-path:inset(0 -100vmax);
}
.pet-section a{text-decoration:none}
.pet-section h2,.pet-section h3{color:var(--dtn-ink)}
.hub-hero{
  position:relative;
  overflow:hidden;
}
.hub-hero-stage{position:relative;min-height:390px;overflow:hidden}
.hub-hero-stage>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
.hub-hero-stage::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.hub-hero-inner,.hub-hero-share-wrap{position:relative;z-index:2;width:min(calc(100% - 32px),1100px);margin:auto}
.hub-hero-inner{display:flex;min-height:390px;align-items:center;padding:52px 0 40px}
.hub-hero-copy{max-width:590px;color:var(--dtn-ink)}
.hub-kicker{margin:0 0 13px;font-size:12px;font-weight:700;line-height:1.45;letter-spacing:.02em}
.hub-hero-copy h1{max-width:590px;margin:0 0 12px;color:var(--dtn-ink);font-size:clamp(34px,3.7vw,48px);font-weight:700;line-height:1.14;letter-spacing:-.035em}
.hub-hero-lead{max-width:560px;margin:0 0 16px;font-size:15px;line-height:1.7}
.hub-hero-meta{display:flex;flex-wrap:wrap;gap:0;margin-bottom:18px;font-size:12px}
.hub-hero-meta span{position:relative;margin-right:12px;padding-right:15px}
.hub-hero-meta span:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;width:3px;height:3px;border-radius:50%;transform:translateY(-50%)}
.hub-hero-actions{display:flex;flex-wrap:wrap;gap:9px}
.hub-btn{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:8px 14px;border-radius:3px;font-size:13px;font-weight:700;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.hub-btn:hover{transform:translateY(-1px)}
.hub-btn-ghost{border:1px solid rgba(78,42,19,.18)}
.hub-hero-share-wrap{position:absolute;top:16px;left:50%;z-index:4;transform:translateX(-50%);pointer-events:none}
.hub-hero-share{display:flex;justify-content:flex-end;gap:6px;pointer-events:auto}
.hub-share-btn{display:inline-flex;height:33px;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid rgba(78,42,19,.12);border-radius:3px;font-family:inherit;text-decoration:none;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.hub-share-btn:hover{transform:translateY(-1px)}
.hub-share-btn span{display:grid;min-width:18px;height:18px;place-items:center;font-size:10.5px;font-weight:800;line-height:1}
.hub-search-section{padding:34px 0 0}
.hub-search-panel{width:min(100%,720px);margin:auto}
.hub-search-panel h2{margin:0 0 13px;text-align:center;font-size:clamp(25px,3vw,34px);line-height:1.25}
.hub-search-box{position:relative}
.hub-search-input{width:100%;height:50px;padding:0 58px 0 20px;border:1px solid var(--dtn-line);border-radius:999px;background:#fff;font-family:inherit;font-size:15px;font-weight:500;outline:none}
.hub-search-button{position:absolute;top:50%;right:6px;display:grid;width:38px;height:38px;place-items:center;padding:0;border:0;border-radius:50%;transform:translateY(-50%);cursor:pointer}
.hub-search-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.hub-intro-section{padding-top:44px}
.hub-intro-card{padding:26px}
.hub-intro-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.hub-intro-label,.pet-update-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:12px;font-weight:700}
.hub-intro-label{gap:8px;padding:8px 13px}
.hub-intro-label::before{content:"✦"}
.pet-update-badge{flex:0 0 auto;padding:6px 12px;white-space:nowrap}
.hub-intro-card h2{margin:0 0 12px;font-size:30px;line-height:1.3}
.hub-intro-card p{margin:0 0 12px;color:var(--dtn-muted);font-size:16px;line-height:1.85}
.pet-quick-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}
.pet-quick-item{display:block;padding:16px;border-radius:var(--dtn-card-radius);text-decoration:none}
.pet-quick-item:hover{transform:translateY(-2px)}
.pet-quick-title{display:block;margin-bottom:5px;font-size:16px;font-weight:700}
.pet-quick-desc{display:block;font-size:13px;line-height:1.6}
.pet-intro-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px;padding-top:16px;border-top:1px solid var(--dtn-line)}
.pet-intro-chips a,.pet-internal-links a{padding:8px 13px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none}
.dtn-section-title{display:flex;margin:0 0 18px;padding:0;background:transparent}
.dtn-section-content{display:flex;align-items:center;width:100%;min-width:0;gap:14px}
.dtn-title-link{display:flex;min-width:0;flex:0 1 auto;color:inherit;text-decoration:none}
.dtn-title-text{margin:0;font-size:27px;font-weight:700;line-height:1.35;white-space:normal}
.dtn-section-underline{flex:1 1 40px;height:1px;min-width:26px}
.dtn-read-more{flex:0 0 auto;padding:4px 0;font-size:14px;font-weight:700;line-height:1.4;white-space:nowrap;text-decoration:none}
.dtn-section-desc,.hub-note{margin:0 0 20px;color:var(--dtn-muted);font-size:15px;line-height:1.85}
.dtn-section-desc p{margin:0}
.pet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:0}
.pet-section a.pet-card,.pet-card{display:flex;overflow:hidden;flex-direction:column;border:0;border-radius:var(--dtn-card-radius);background:#fff;color:inherit;text-decoration:none;box-shadow:var(--dtn-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}
.pet-section a.pet-card:hover,.pet-card:hover{transform:translateY(-2px);box-shadow:var(--dtn-shadow-hover)}
.pet-card img{width:100%;height:170px;display:block;object-fit:cover;transition:transform .28s ease}
.pet-card:hover img{transform:scale(1.025)}
.pet-card-title{display:-webkit-box;overflow:hidden;min-height:64px;margin:0;padding:13px 14px 15px;color:var(--dtn-ink);font-size:14px;font-weight:600;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.dtn-hub-review,
.dtn-hub-review *{box-sizing:border-box}
.dtn-hub-review{width:100%;font-family:'Noto Sans Thai',Tahoma,sans-serif}
.dtn-hub-review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;padding:2px}
.dtn-hub-review-card{display:flex;overflow:hidden;min-width:0;flex-direction:column;border:1px solid #e8eeee;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease}
.dtn-hub-review-card:hover{transform:translateY(-2px)}
.dtn-hub-review-image{display:block;overflow:hidden;width:100%;height:180px}
.dtn-hub-review-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.dtn-hub-review-image:hover img{transform:scale(1.025)}
.dtn-hub-review-content{display:flex;min-width:0;flex:1;flex-direction:column;padding:11px 12px 12px}
.dtn-hub-review-title{display:-webkit-box;overflow:hidden;min-height:2.9em;margin:0 0 8px;font-size:15px;font-weight:500;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.dtn-hub-review-title a{color:inherit!important;text-decoration:none!important}
.dtn-hub-review-meta{margin-top:auto;font-size:12px;line-height:1.4}

@media screen and (max-width:1000px){
  .dtn-hub-review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:6px}
  .dtn-hub-review-image{height:160px}
  .dtn-hub-review-title{font-size:14px}
}

@media screen and (max-width:768px){
  .dtn-hub-review-grid{grid-template-columns:1fr!important;gap:12px;padding:0}
  .dtn-hub-review-card{width:100%;border-radius:6px;box-shadow:0 3px 11px rgba(37,49,49,.065)}
  .dtn-hub-review-card:hover{transform:none}
  .dtn-hub-review-image{height:205px}
  .dtn-hub-review-content{padding:12px 13px 12px}
  .dtn-hub-review-title{min-height:0;margin:0 0 7px;font-size:17px;font-weight:600;line-height:1.45;-webkit-line-clamp:2}
  .dtn-hub-review-meta{font-size:12.5px}
  .dtn-hub-review-grid>.dtn-hub-review-card:nth-child(n+9){display:none!important}
  .dtn-hub-review-viewall{display:flex!important;align-items:center;justify-content:center;margin-top:14px;border:1px solid #bedfdf;background:#fff;color:var(--dtn-pink-dark)!important;font-weight:700;line-height:1.4;text-decoration:none!important;box-shadow:0 3px 11px rgba(37,49,49,.05)}
  .dtn-hub-review-viewall:hover,.dtn-hub-review-viewall:active{background:var(--dtn-pink-soft);color:var(--dtn-pink-dark)!important}
}

@media screen and (max-width:390px){
  .dtn-hub-review-image{height:185px}
  .dtn-hub-review-title{font-size:16px}
}
.hub-highlight-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:18px;align-items:stretch}
.hub-highlight-main,.hub-highlight-mini{position:relative;display:block;overflow:hidden;background:#fff;color:var(--dtn-ink);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.hub-highlight-main:hover,.hub-highlight-mini:hover{transform:translateY(-2px);box-shadow:var(--dtn-shadow-hover)}
.hub-highlight-main{min-height:488px}
.hub-highlight-main img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}
.hub-highlight-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(32,30,31,.01) 36%,rgba(32,30,31,.76) 100%)}
.hub-highlight-main-body{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:60px 20px 20px;color:#fff}
.hub-highlight-main-label{display:inline-flex;align-items:center;margin:0 0 9px;padding:5px 9px;border:1px solid rgba(255,255,255,.34);border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1.2;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.hub-highlight-main h3{display:-webkit-box;overflow:hidden;margin:0;color:#fff;font-size:21px;font-weight:700;line-height:1.42;letter-spacing:-.01em;text-shadow:0 2px 12px rgba(0,0,0,.22);-webkit-box-orient:vertical;-webkit-line-clamp:3}
.hub-highlight-main-meta{display:block;margin-top:8px;color:rgba(255,255,255,.82);font-size:12px;line-height:1.4}
.hub-highlight-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hub-highlight-mini{min-width:0}
.hub-highlight-mini img{width:100%;height:150px;display:block;object-fit:cover}
.hub-highlight-mini-body{padding:12px 14px 14px}
.hub-highlight-mini h3{display:-webkit-box;overflow:hidden;margin:0;color:var(--dtn-ink);font-size:14px;font-weight:700;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.hub-highlight-mini-meta{display:block;margin-top:7px;color:var(--dtn-muted-soft);font-size:12px;line-height:1.35}
.hub-section-soft,.hub-guide-panel,.hub-faq-panel{margin-top:0;padding:0;background:transparent}
.hub-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.hub-type-card{position:relative;padding:18px 18px 26px;border-radius:var(--dtn-card-radius);box-shadow:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.hub-type-card::after{content:"";position:absolute;left:18px;bottom:13px;width:64px;height:3px;border-radius:999px;background:var(--dtn-line);transition:background .2s ease}
.hub-type-card:hover{transform:translateY(-2px)}
.hub-type-icon,.hub-step-icon,.hub-dogthai-tip-icon,.hub-compact-card>span{display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--dtn-soft);color:var(--dtn-muted);box-shadow:none}
.hub-type-icon{width:46px;height:46px;margin-bottom:10px;font-size:20px}
.hub-type-card h3{margin:0 0 8px;font-size:18px;line-height:1.45}
.hub-type-card p{margin:0;color:var(--dtn-muted);font-size:15px;line-height:1.72}
.hub-landscape-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}
.hub-landscape-card{display:grid;overflow:hidden;grid-template-columns:170px 1fr;gap:16px;background:#fff;color:var(--dtn-ink);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.hub-landscape-card:hover{transform:translateY(-2px)}
.hub-landscape-card img{width:100%;height:100%;min-height:168px;display:block;object-fit:cover}
.hub-landscape-body{padding:14px 16px 14px 0;line-height:1.72}
.hub-landscape-body h3{margin:0 0 8px;color:var(--dtn-ink);font-size:18px;line-height:1.45}
.hub-landscape-body p{margin:0 0 10px;color:var(--dtn-muted);font-size:15px}
.hub-landscape-body span{font-size:13px;font-weight:700}

/* MASTER LOCK — DESKTOP ZONE CARD MEDIA / 2026-08-09
   Shared by every Child Hub. Image size is independent of copy length. */
@media screen and (min-width:769px){
  #pet-hub .hub-zones-section .hub-landscape-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:start;
  }
  #pet-hub .hub-zones-section .hub-landscape-card{
    display:grid;
    grid-template-columns:33% minmax(0,1fr);
    gap:0;
    align-items:start;
  }
  #pet-hub .hub-zones-section .hub-landscape-card > img{
    width:100%;
    height:220px;
    min-height:220px;
    object-fit:cover;
    align-self:start;
  }
  #pet-hub .hub-zones-section .hub-landscape-body{
    padding:14px 16px;
  }
}
.hub-markets-section .dtn-section-title{margin-bottom:16px}
.hub-market-title-paw{display:inline-block;margin-left:5px;color:var(--dtn-pink);font-size:.46em;vertical-align:middle}
.hub-market-intro{position:relative;display:flex;min-height:94px;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}
.hub-market-intro-copy{max-width:820px}
.hub-market-intro p{margin:0 0 12px;color:var(--dtn-muted);font-size:15px;line-height:1.85}
.hub-market-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:700;line-height:1}
.hub-market-badge svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hub-market-decor{position:relative;flex:0 0 150px;height:82px;overflow:hidden;opacity:.75}
.hub-market-decor::before,.hub-market-decor::after{content:"";position:absolute;border:1px solid #afd8d9;border-radius:50%}
.hub-market-decor::before{top:8px;right:20px;width:48px;height:48px}
.hub-market-decor::after{top:30px;right:58px;width:26px;height:26px}
.hub-market-decor-paw{position:absolute;top:13px;right:35px;color:var(--dtn-pink);font-size:13px}
.hub-market-decor-line{position:absolute;right:8px;bottom:20px;width:130px;height:8px;border-top:2px solid var(--dtn-rose-line);border-radius:50%}
.hub-market-decor-line:last-child{right:28px;bottom:4px;width:105px}
.hub-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.hub-market-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;padding:18px 20px;color:var(--dtn-ink)!important;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease}
.hub-market-card:hover{transform:translateY(-2px)}
.hub-market-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:50%}
.hub-market-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hub-market-card-body{display:flex;min-width:0;flex-direction:column}
.hub-market-card-title{display:block;margin:0 0 5px;color:var(--dtn-ink);font-size:17px;font-weight:700;line-height:1.45}
.hub-market-card-desc{display:block;margin:0;color:var(--dtn-muted);font-size:14px;line-height:1.72}
.hub-market-card-link{display:flex;align-items:center;gap:6px;margin-top:9px;font-size:13px;font-weight:700;line-height:1.45}
.hub-market-card-link b{font-size:15px;font-weight:500;transition:transform .2s ease}
.hub-market-card:hover .hub-market-card-link b{transform:translateX(3px)}
.hub-attractions-section .hub-landscape-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:20px;align-items:stretch}
.hub-attractions-section .hub-landscape-card{display:flex;min-width:0;height:100%;flex-direction:column;gap:0;background:#fff}
.hub-attractions-section .hub-landscape-card:hover{transform:translateY(-2px);box-shadow:var(--dtn-shadow-hover)}
.hub-attractions-section .hub-landscape-card img{width:100%;height:198px;min-height:0;display:block;object-fit:cover}
.hub-attractions-section .hub-landscape-body{display:flex;min-height:226px;flex:1;flex-direction:column;padding:17px 18px 18px}
.hub-attractions-section .hub-landscape-body h3{margin:0 0 8px;font-size:18px;line-height:1.45}
.hub-attractions-section .hub-landscape-body p{display:block;overflow:visible;margin:0;color:var(--dtn-muted);font-size:14.5px;line-height:1.75}
.hub-attractions-section .hub-landscape-body span{margin-top:auto;padding-top:12px;font-size:13.5px;font-weight:700;line-height:1.4}
.hub-travel-section .hub-note{max-width:1040px;margin-bottom:22px}
.hub-travel-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:18px}
.hub-travel-card{position:relative;display:flex;min-width:0;min-height:300px;grid-column:span 2;flex-direction:column;padding:22px 22px 20px 24px;border:1px solid var(--dtn-line);border-radius:16px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;overflow:hidden}
.hub-travel-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px}
.hub-travel-card:nth-child(4),.hub-travel-card:nth-child(5){grid-column:span 3}
.hub-travel-card:hover{transform:translateY(-3px)}
.hub-travel-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.hub-travel-no{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;font-size:16px;font-weight:700}
.hub-travel-icon{display:grid;flex:0 0 auto;width:72px;height:72px;place-items:center;border-radius:24px;border:1px solid #d9efef;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}
.hub-travel-icon svg,.hub-travel-tip-icon svg{width:42px;height:42px;display:block}
.hub-travel-card h3{margin:0 0 9px;color:var(--dtn-ink);font-size:18px;font-weight:700;line-height:1.45;text-align:left}
.hub-travel-card p{margin:0;color:var(--dtn-muted);font-size:15px;line-height:1.82;text-align:left}
.hub-travel-card strong{color:var(--dtn-ink)}
.hub-travel-accent{display:block;width:80px;height:8px;margin-top:auto;padding-top:18px;border-radius:999px}
.hub-travel-tip{display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;align-items:start;margin-top:18px;padding:18px 20px;border:1px solid #c7e6e6;border-radius:16px}
.hub-travel-tip-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:50%}
.hub-travel-tip h3{margin:0 0 5px;color:var(--dtn-ink);font-size:17px;line-height:1.45}
.hub-travel-tip p{margin:0;color:var(--dtn-muted);font-size:14px;line-height:1.78}
.hub-checklist-box{margin-top:18px;padding:20px;border:0;border-radius:var(--dtn-card-radius);background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:0;padding:0;list-style:none}
.hub-checklist li{position:relative;padding:0 0 0 30px;color:var(--dtn-muted);line-height:1.75}
.hub-checklist li::before{content:'✓';position:absolute;top:2px;left:0;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;font-size:13px;font-weight:700}
.hub-checklist strong{color:var(--dtn-ink)}
.hub-check-note{margin:16px 0 0;padding:12px 14px;border-radius:var(--dtn-card-radius);background:var(--dtn-soft-2);color:var(--dtn-muted);font-size:14px;line-height:1.75}
.hub-nearby-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}
.hub-nearby-card{display:block;overflow:hidden;border:0;border-radius:var(--dtn-card-radius);background:#fff;color:var(--dtn-ink);text-decoration:none;box-shadow:var(--dtn-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}
.hub-nearby-card:hover{transform:translateY(-2px);box-shadow:var(--dtn-shadow-hover)}
.hub-nearby-card img{width:100%;height:190px;display:block;object-fit:cover}
.hub-nearby-card div{padding:16px}
.hub-nearby-card h3{margin:0 0 8px;font-size:18px;line-height:1.45}
.hub-nearby-card p{margin:0;color:var(--dtn-muted);font-size:15px;line-height:1.72}
.hub-faq-intro{margin:0 0 16px;color:var(--dtn-muted);font-size:15px;line-height:1.8}
.hub-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hub-faq-card{position:relative;padding:16px 16px 16px 54px;border:0;border-radius:var(--dtn-card-radius)}
.hub-faq-card::before{content:'Q';position:absolute;top:18px;left:16px;display:flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:13px;font-weight:700}
.hub-faq-card h3{margin:0 0 8px;font-size:17px;line-height:1.5}
.hub-faq-card p{margin:0;color:var(--dtn-muted);font-size:15px;line-height:1.78}
.pet-internal-links{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 0}
.hub-popular-section,.hub-hotels-section{margin:0}
.pet-container>div[style*="min-height:320px"]{margin:24px 0!important}
@media(max-width:1000px){
  .pet-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hub-highlight-layout{grid-template-columns:1fr}
  .hub-highlight-main{min-height:360px}
  .hub-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hub-attractions-section .hub-landscape-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hub-attractions-section .hub-landscape-card img{height:185px}
  .hub-nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hub-nearby-card:last-child{grid-column:1/-1}
}

@media(max-width:768px){
  .pet-container{width:min(calc(100% - 28px),1100px)}
  .hub-hero-stage,.hub-hero-inner{min-height:440px}
  .hub-hero-stage>img{object-position:68% center}
  .hub-hero-stage::after{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.08) 34%,rgba(255,255,255,.78) 58%,rgba(255,255,255,.97) 72%,#fff 100%)}
  .hub-hero-inner{align-items:flex-end;padding:190px 0 18px}
  .hub-hero-share-wrap{top:10px;width:min(calc(100% - 28px),1100px)}
  .hub-share-btn{width:34px;height:34px;padding:0;border-radius:3px}
  .hub-share-btn span{font-size:10px}
  .hub-kicker{margin-bottom:5px;font-size:10.5px}
  .hub-hero-copy h1{margin-bottom:6px;font-size:25px;line-height:1.18}
  .hub-hero-lead{display:-webkit-box;overflow:hidden;margin-bottom:7px;font-size:12.5px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .hub-hero-meta{gap:0;margin-bottom:8px;font-size:10px}
  .hub-hero-meta span{margin-right:9px;padding:0 11px 0 0}
  .hub-hero-meta span:nth-child(2){display:none}
  .hub-btn-ghost{display:none}
  .hub-btn{min-height:34px;padding:6px 11px;font-size:11.5px}
  .hub-search-section{padding-top:28px}
  .hub-search-panel h2{font-size:24px}
  .hub-search-input{font-size:14px}
  .pet-section{padding:32px 0}
  .hub-intro-card{padding:18px 16px}
  .hub-intro-top{align-items:flex-start;flex-direction:column;gap:10px}
  .hub-intro-card h2{font-size:24px}
  .hub-intro-card p{font-size:14px;line-height:1.8}
  .dtn-section-title{margin-bottom:15px}
  .dtn-section-content{gap:9px}
  .dtn-title-text{font-size:21px}
  .dtn-section-underline{min-width:12px}
  .dtn-read-more{font-size:12.5px}
  .pet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .pet-card img{height:130px}
  .pet-card-title{min-height:58px;padding:10px;font-size:13px}
  .hub-highlight-main{min-height:260px}
  .hub-highlight-main-body{padding:48px 14px 14px}
  .hub-highlight-main h3{font-size:18px}
  .hub-highlight-side{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .hub-highlight-mini img{height:108px}
  .hub-highlight-mini-body{padding:10px 10px 11px}
  .hub-highlight-mini h3{font-size:13px;line-height:1.45}
  .hub-highlight-mini-meta{font-size:11px}
  .hub-type-grid,.hub-landscape-grid,.hub-nearby-grid,.hub-faq-grid,.hub-checklist{grid-template-columns:1fr}
  .hub-landscape-card{grid-template-columns:1fr;gap:0}
  .hub-landscape-card img,.hub-nearby-card img{height:180px;min-height:0}
  .hub-landscape-body{padding:13px 14px 15px}
  .hub-attractions-section .hub-landscape-grid{grid-template-columns:1fr;gap:12px}
  .hub-attractions-section .hub-landscape-card img{height:200px}
  .hub-attractions-section .hub-landscape-body{min-height:0;padding:15px 16px 17px}
  .hub-nearby-card:last-child{grid-column:auto}
}

@media(max-width:520px){
  .dtn-section-content{flex-wrap:wrap}
  .dtn-title-link{max-width:calc(100% - 4px)}
  .dtn-title-text{font-size:20px}
  .dtn-section-underline{order:3;flex-basis:100%;height:1px;margin-top:2px}
  .dtn-read-more{margin-left:auto}
}
@media(max-width:768px){
  .hub-market-intro{min-height:0;margin-bottom:16px}
  .hub-market-intro p{font-size:14px;line-height:1.78}
  .hub-market-decor{display:none}
  .hub-market-grid{grid-template-columns:1fr;gap:10px}
  .hub-market-card{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:15px 14px}
  .hub-market-icon{width:46px;height:46px}
  .hub-market-icon svg{width:27px;height:27px}
  .hub-market-card-title{font-size:16px}
  .hub-market-card-desc{font-size:13px;line-height:1.68}
  .hub-market-card-link{margin-top:7px;font-size:12.5px}
}
#pet-hub :where(.hub-types-section){padding-top:46px}
.hub-staytypes-head{display:flex;align-items:flex-start;gap:14px;margin:0 0 14px}
.hub-staytypes-kicker{display:grid;flex:0 0 auto;width:28px;height:28px;place-items:center;color:var(--dtn-pink);font-size:18px;line-height:1}
.hub-staytypes-titleblock h2{margin:0;color:var(--dtn-ink);font-size:30px;font-weight:700;line-height:1.3;letter-spacing:-.02em}
.hub-staytypes-line{display:block;width:58px;height:4px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,var(--dtn-pink) 0%,var(--dtn-brand-aqua) 100%)}
.hub-staytypes-intro{margin:0 0 20px;color:var(--dtn-muted);font-size:15px;line-height:1.88}
.hub-staytypes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hub-stay-card{position:relative;display:flex;min-width:0;flex-direction:column;padding:22px 22px 18px;border:1px solid var(--dtn-line);border-radius:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.hub-stay-card::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:14px 14px 0 0;opacity:.95}
.hub-stay-card:hover{transform:translateY(-3px)}
.hub-stay-card-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:14px}
.hub-stay-icon{display:grid;width:76px;height:76px;place-items:center;border-radius:24px;box-shadow:inset 0 0 0 1px rgba(78,42,19,.08),0 8px 18px rgba(78,42,19,.08)}
.hub-stay-icon svg,.hub-stay-tip-icon svg{width:42px;height:42px;display:block}
.hub-stay-card h3{margin:0 0 10px;color:var(--dtn-ink);font-size:18px;font-weight:700;line-height:1.42}
.hub-stay-card p{margin:0;color:var(--dtn-muted);font-size:15px;line-height:1.82}
.hub-stay-card strong,.hub-staytypes-intro strong,.hub-stay-tip strong{color:var(--dtn-ink)}
.hub-stay-card--waterfront .hub-stay-icon{background:linear-gradient(180deg,#eefbfb 0%,#d8f4f5 100%)}
.hub-stay-card--resort .hub-stay-icon,.hub-stay-card--market .hub-stay-icon{background:linear-gradient(180deg,#fff7d7 0%,#ffe896 100%)}
.hub-stay-card--private .hub-stay-icon{background:linear-gradient(180deg,#fff7f0 0%,#ffe4c4 100%)}
.hub-stay-card--garden .hub-stay-icon{background:linear-gradient(180deg,#f3fbeb 0%,#dcf2c6 100%)}
.hub-stay-card--bigdog .hub-stay-icon{background:linear-gradient(180deg,#f2fbfb 0%,#d7f2f2 100%)}
.hub-stay-accent{display:block;width:78px;height:8px;margin-top:auto;padding-top:20px;border-radius:999px}
.hub-stay-tip{position:relative;display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:flex-start;margin-top:18px;padding:18px 20px;border:1px solid var(--dtn-rose-line);border-radius:14px;overflow:hidden}
.hub-stay-tip::after{content:"";position:absolute;right:-18px;bottom:-14px;width:170px;height:118px;background:radial-gradient(circle at 18% 82%,rgba(91,197,198,.12) 0,rgba(91,197,198,.12) 3px,transparent 4px),radial-gradient(circle at 32% 66%,rgba(91,197,198,.12) 0,rgba(91,197,198,.12) 3px,transparent 4px),radial-gradient(circle at 47% 76%,rgba(91,197,198,.12) 0,rgba(91,197,198,.12) 3px,transparent 4px),linear-gradient(180deg,rgba(91,197,198,.16),rgba(91,197,198,0));opacity:.9;pointer-events:none;clip-path:polygon(42% 0,100% 0,100% 100%,0 100%,0 58%)}
.hub-stay-tip-icon{position:relative;z-index:1;display:grid;width:68px;height:68px;place-items:center;border-radius:50%}
.hub-stay-tip-copy{position:relative;z-index:1}
.hub-stay-tip h3{margin:0 0 6px;color:var(--dtn-ink);font-size:17px;font-weight:700;line-height:1.45}
.hub-stay-tip p{margin:0;color:var(--dtn-muted);font-size:15px;line-height:1.82}

@media (max-width: 1024px){
  .hub-staytypes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 640px){
  .hub-staytypes-titleblock h2{font-size:26px}
  .hub-staytypes-grid{grid-template-columns:1fr}
  .hub-stay-card{padding:18px 16px 16px}
  .hub-stay-tip{grid-template-columns:60px 1fr;padding:16px}
  .hub-stay-tip-icon{width:56px;height:56px}
  .hub-stay-tip-icon svg,.hub-stay-icon svg{width:29px;height:29px}
  .hub-stay-icon{width:58px;height:58px}
}
@media(max-width:1000px){
  .hub-travel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hub-travel-card,.hub-travel-card:nth-child(4),.hub-travel-card:nth-child(5){grid-column:span 1}
  .hub-travel-card:last-child{grid-column:1/-1}
}
@media(max-width:768px){
  .hub-travel-grid{grid-template-columns:1fr;gap:12px}
  .hub-travel-card,.hub-travel-card:nth-child(4),.hub-travel-card:nth-child(5),.hub-travel-card:last-child{min-height:0;grid-column:auto;padding:17px 16px 16px}
  .hub-travel-icon{width:54px;height:54px}
  .hub-travel-icon svg{width:28px;height:28px}
  .hub-travel-tip{grid-template-columns:48px minmax(0,1fr);padding:16px}
  .hub-travel-tip-icon{width:46px;height:46px}
  .hub-travel-tip-icon svg{width:27px;height:27px}
}
@media (min-width:1025px){
  #pet-hub :where(.hub-types-section),
  #pet-hub :where(.hub-travel-section){
    padding-top:34px;
    padding-bottom:34px;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-head{
    gap:9px;
    margin-bottom:8px;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-kicker{
    width:20px;
    height:20px;
    font-size:13px;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-titleblock h2{
    font-size:23px;
    line-height:1.32;
    letter-spacing:-.01em;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-line{
    width:38px;
    height:3px;
    margin-top:7px;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro{
    max-width:960px;
    margin-bottom:13px;
    font-size:14px;
    line-height:1.7;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-grid{
    gap:12px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card{
    padding:14px 15px 13px;
    border-radius:7px;
    background:#fff;
    box-shadow:0 3px 10px rgba(78,42,19,.035);
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card::before{
    height:3px;
    border-radius:7px 7px 0 0;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 15px rgba(78,42,19,.055);
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card-top{
    margin-bottom:8px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    box-shadow:inset 0 0 0 1px rgba(78,42,19,.06);
  }
  #pet-hub :where(.hub-types-section) .hub-stay-icon svg{
    width:27px;
    height:27px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card h3{
    margin-bottom:5px;
    font-size:15.5px;
    line-height:1.4;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card p{
    font-size:13.5px;
    line-height:1.63;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-accent{
    width:48px;
    height:4px;
    margin-top:12px;
    padding-top:0;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip{
    grid-template-columns:42px minmax(0,1fr);
    gap:11px;
    margin-top:12px;
    padding:12px 14px;
    border-radius:8px;
    background:#f9fcfc;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip::after{
    display:none;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon{
    width:38px;
    height:38px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon svg{
    width:22px;
    height:22px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip h3{
    margin-bottom:3px;
    font-size:14.5px;
    line-height:1.4;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{
    font-size:13px;
    line-height:1.62;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-title{
    margin-bottom:9px;
  }
  #pet-hub :where(.hub-travel-section) .dtn-title-text{
    font-size:23px;
    line-height:1.32;
    letter-spacing:-.01em;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-content{
    gap:11px;
  }
  #pet-hub :where(.hub-travel-section) .hub-note{
    max-width:960px;
    margin-bottom:13px;
    font-size:14px;
    line-height:1.7;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-grid{
    gap:12px;
    margin-top:12px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card{
    min-height:192px;
    padding:14px 15px 13px 17px;
    border-radius:8px;
    background:#fff;
    box-shadow:0 3px 10px rgba(78,42,19,.035);
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card::before{
    width:4px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card:hover{
    transform:translateY(-1px);
    box-shadow:0 6px 15px rgba(78,42,19,.055);
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card-head{
    gap:9px;
    margin-bottom:8px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-no{
    width:28px;
    height:28px;
    font-size:13px;
    box-shadow:none;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-icon{
    width:46px;
    height:46px;
    border-radius:13px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-icon svg{
    width:26px;
    height:26px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3{
    margin-bottom:5px;
    font-size:15.5px;
    line-height:1.4;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card p{
    font-size:13.5px;
    line-height:1.63;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-accent{
    width:48px;
    height:4px;
    margin-top:12px;
    padding-top:0;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip{
    grid-template-columns:38px minmax(0,1fr);
    gap:10px;
    margin-top:12px;
    padding:12px 14px;
    border-radius:8px;
    background:#f9fcfc;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon{
    width:34px;
    height:34px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon svg{
    width:20px;
    height:20px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip h3{
    margin-bottom:3px;
    font-size:14.5px;
    line-height:1.4;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p{
    font-size:13px;
    line-height:1.62;
  }
}
@media screen and (max-width:768px){
  .pet-container{width:min(calc(100% - 24px),1100px)}
  .pet-section{padding:28px 0}
  .dtn-title-text{font-size:20px;line-height:1.32}
  .dtn-section-desc,.hub-note{font-size:13.5px;line-height:1.68}
  .hub-intro-section{padding-top:28px}
  .hub-intro-card{padding:14px;border-radius:6px}
  .hub-intro-top{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    margin-bottom:9px;
  }
  .hub-intro-label,.pet-update-badge{font-size:10.5px}
  .hub-intro-label{padding:6px 9px}
  .pet-update-badge{padding:5px 8px}
  .hub-intro-card h2{margin-bottom:8px;font-size:20px;line-height:1.35}
  .hub-intro-card>p{margin-bottom:8px;font-size:13.5px;line-height:1.68}
  .pet-intro-chips{
    flex-wrap:nowrap;
    gap:8px;
    margin-top:12px;
    padding-top:10px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .pet-intro-chips::-webkit-scrollbar{display:none}
  .pet-intro-chips a{
    flex:0 0 auto;
    padding:7px 10px;
    font-size:12px;
    white-space:nowrap;
  }
  #pet-hub :where(.hub-popular-section) .hub-highlight-layout{gap:11px}
  #pet-hub :where(.hub-popular-section) .hub-highlight-main{min-height:280px;border-radius:6px}
  #pet-hub :where(.hub-popular-section) .hub-highlight-main-body{padding:50px 14px 14px}
  #pet-hub :where(.hub-popular-section) .hub-highlight-main h3{line-height:1.42}
  #pet-hub :where(.hub-popular-section) .hub-highlight-side{gap:9px}
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini{border-radius:6px}
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini img{height:112px}
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini-body{padding:9px 9px 10px}
  #pet-hub :where(.hub-hotels-section) .dtn-read-more{display:none}
  #pet-hub :where(.hub-types-section){padding-top:28px}
  #pet-hub :where(.hub-types-section) .hub-staytypes-head{margin-bottom:8px}
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:12px;
    font-size:13px;
    line-height:1.62;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card{
    min-height:0;
    padding:11px 10px 10px;
    border-radius:6px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card::before{height:3px;border-radius:6px 6px 0 0}
  #pet-hub :where(.hub-types-section) .hub-stay-card-top{margin-bottom:7px}
  #pet-hub :where(.hub-types-section) .hub-stay-icon{width:42px;height:42px;border-radius:12px}
  #pet-hub :where(.hub-types-section) .hub-stay-icon svg{width:24px;height:24px}
  #pet-hub :where(.hub-types-section) .hub-stay-card h3{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:5px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-accent{display:none}
  #pet-hub :where(.hub-types-section) .hub-stay-tip{
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    margin-top:10px;
    padding:11px 12px;
    border-radius:6px;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon{width:32px;height:32px}
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon svg{width:18px;height:18px}
  #pet-hub :where(.hub-types-section) .hub-stay-tip h3{margin-bottom:2px;font-size:13.5px}
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{
    display:-webkit-box;
    overflow:hidden;
    font-size:12px;
    line-height:1.52;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-zones-section) .hub-note{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:12px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    margin-top:12px;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-card{
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:0;
    border-radius:6px;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-card img{height:122px;min-height:0}
  #pet-hub :where(.hub-zones-section) .hub-landscape-body{
    display:flex;
    min-height:0;
    flex:1;
    flex-direction:column;
    padding:10px;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-body h3{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:5px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-body p{display:none}
  #pet-hub :where(.hub-zones-section) .hub-landscape-body span{
    margin-top:auto;
  }
  #pet-hub :where(.hub-attractions-section) .hub-note{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:12px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
    margin-top:12px;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-card{
    display:flex;
    min-width:0;
    height:auto;
    flex-direction:column;
    border-radius:6px;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-card img{height:128px;min-height:0}
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body{
    display:flex;
    min-height:0;
    flex:1;
    flex-direction:column;
    padding:10px;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body h3{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:5px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body p{display:none}
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body span{
    margin-top:auto;
    padding-top:4px;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-title{margin-bottom:8px}
  #pet-hub :where(.hub-travel-section) .dtn-title-text{font-size:20px}
  #pet-hub :where(.hub-travel-section) .hub-note{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:11px;
    font-size:13px;
    line-height:1.62;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-grid{grid-template-columns:1fr;gap:8px;margin-top:10px}
  #pet-hub :where(.hub-travel-section) .hub-travel-card,
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(4),
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(5),
  #pet-hub :where(.hub-travel-section) .hub-travel-card:last-child{
    display:grid;
    grid-template-columns:30px minmax(0,1fr) 38px;
    grid-template-rows:auto auto;
    gap:4px 9px;
    min-height:0;
    grid-column:auto;
    align-items:start;
    padding:11px 10px 11px 13px;
    border-radius:6px;
    box-shadow:0 2px 8px rgba(78,42,19,.035);
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card::before{width:3px}
  #pet-hub :where(.hub-travel-section) .hub-travel-card-head{display:contents}
  #pet-hub :where(.hub-travel-section) .hub-travel-no{
    grid-column:1;
    grid-row:1 / span 2;
    width:28px;
    height:28px;
    font-size:12px;
    box-shadow:none;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-icon{
    grid-column:3;
    grid-row:1 / span 2;
    width:36px;
    height:36px;
    border-radius:10px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-icon svg{width:20px;height:20px}
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3{
    grid-column:2;
    grid-row:1;
    margin:0;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card p{
    display:-webkit-box;
    overflow:hidden;
    grid-column:2;
    grid-row:2;
    margin:0;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-accent{display:none}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip{
    grid-template-columns:32px minmax(0,1fr);
    gap:8px;
    margin-top:10px;
    padding:10px 11px;
    border-radius:6px;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon{width:30px;height:30px}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon svg{width:17px;height:17px}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip h3{margin-bottom:2px;font-size:13px}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p{
    display:-webkit-box;
    overflow:hidden;
    font-size:11.8px;
    line-height:1.5;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
}

@media screen and (max-width:390px){
  #pet-hub :where(.hub-types-section) .hub-staytypes-grid,
  #pet-hub :where(.hub-zones-section) .hub-landscape-grid,
  #pet-hub :where(.hub-attractions-section) .hub-landscape-grid{gap:8px}
  #pet-hub :where(.hub-zones-section) .hub-landscape-card img{height:112px}
  #pet-hub :where(.hub-attractions-section) .hub-landscape-card img{height:116px}
  #pet-hub :where(.hub-types-section) .hub-stay-card{padding:10px 9px 9px}
  #pet-hub :where(.hub-types-section) .hub-stay-card h3{font-size:13px}
  #pet-hub :where(.hub-types-section) .hub-stay-card p{font-size:11.5px}
}
@media screen and (max-width:768px){
  .pet-intro-chips a{
    border:1px solid #dce9e9;
  }
  #pet-hub :where(.hub-markets-section){padding-top:26px;padding-bottom:26px}
  #pet-hub :where(.hub-markets-section) .dtn-section-title{margin-bottom:9px}
  #pet-hub :where(.hub-markets-section) .dtn-title-text{font-size:20px}
  #pet-hub :where(.hub-markets-section) .dtn-read-more{display:none}
  #pet-hub :where(.hub-markets-section) .hub-market-title-paw{font-size:.36em}
  #pet-hub :where(.hub-markets-section) .hub-market-intro{margin-bottom:12px}
  #pet-hub :where(.hub-markets-section) .hub-market-intro p{
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    font-size:13px;
    line-height:1.62;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-badge{display:none}
  #pet-hub :where(.hub-markets-section) .hub-market-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card{
    position:relative;
    display:flex;
    min-width:0;
    flex-direction:column;
    gap:8px;
    padding:12px 11px 28px;
    border:1px solid #dceaea;
    border-radius:6px;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card::after{
    position:absolute;
    right:11px;
    bottom:9px;
    font-size:17px;
    line-height:1;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-icon{
    width:40px;
    height:40px;
    border-radius:12px;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-icon svg{width:23px;height:23px}
  #pet-hub :where(.hub-markets-section) .hub-market-card-title{
    display:-webkit-box;
    overflow:hidden;
    margin:0 0 3px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card-desc{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card-link{display:none}
  #pet-hub :where(.hub-checklist-section){padding-top:26px;padding-bottom:26px}
  #pet-hub :where(.hub-checklist-section) .dtn-section-title{margin-bottom:9px}
  #pet-hub :where(.hub-checklist-section) .dtn-title-text{font-size:20px}
  #pet-hub :where(.hub-checklist-section) .hub-note{
    display:-webkit-box;
    overflow:hidden;
    margin-bottom:11px;
    font-size:13px;
    line-height:1.62;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist-box{
    margin-top:0;
    padding:0;
    overflow:hidden;
    border:1px solid #dce6e6;
    border-radius:6px;
    background:#fff;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist{
    display:block;
    margin:0;
    padding:0;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li{
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    padding:12px 12px 12px 44px;
    border-bottom:1px solid #edf1f1;
    color:var(--dtn-muted);
    font-size:12.5px;
    line-height:1.55;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li::before{
    top:13px;
    left:12px;
    width:22px;
    height:22px;
    font-size:12px;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(n+6){display:none}
  #pet-hub :where(.hub-checklist-section) .hub-checklist-box.is-expanded .hub-checklist li:nth-child(n+6){display:-webkit-box}
  #pet-hub :where(.hub-checklist-section) .hub-checklist strong{
    color:var(--dtn-ink);
    font-size:13.8px;
    line-height:1.45;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist-toggle{
    display:flex;
    width:100%;
    min-height:42px;
    align-items:center;
    justify-content:center;
    padding:9px 12px;
    border:0;
    border-top:1px solid #dceaea;
    font-family:inherit;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
  }
  #pet-hub :where(.hub-faq-section){padding-top:26px;padding-bottom:26px}
  #pet-hub :where(.hub-faq-section) .dtn-section-title{margin-bottom:9px}
  #pet-hub :where(.hub-faq-section) .dtn-title-text{font-size:20px}
  #pet-hub :where(.hub-faq-section) .hub-faq-intro{
    margin-bottom:11px;
    font-size:13px;
    line-height:1.62;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-grid{
    display:block;
    overflow:hidden;
    border:1px solid #dce6e6;
    border-radius:6px;
    background:#fff;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card{
    position:relative;
    margin:0;
    padding:0;
    border:0;
    border-bottom:1px solid #edf1f1;
    border-radius:0;
    background:#fff;
    box-shadow:none;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card:last-child{border-bottom:0}
  #pet-hub :where(.hub-faq-section) .hub-faq-card::before{
    top:14px;
    left:12px;
    width:24px;
    height:24px;
    font-size:11px;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card h3{
    position:relative;
    min-height:52px;
    margin:0;
    padding:14px 42px 13px 48px;
    color:var(--dtn-ink);
    cursor:pointer;
    outline:none;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card h3::after{
    content:'+';
    position:absolute;
    top:50%;
    right:14px;
    font-size:21px;
    font-weight:400;
    line-height:1;
    transform:translateY(-50%);
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card.is-open h3::after{content:'−'}
  #pet-hub :where(.hub-faq-section) .hub-faq-card p{
    display:none;
    margin:0;
    padding:0 14px 14px 48px;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card.is-open p{display:block}
}

@media screen and (max-width:390px){
  .pet-quick-item{padding-left:40px}
  #pet-hub :where(.hub-markets-section) .hub-market-card{min-height:142px;padding:11px 10px 26px}
  #pet-hub :where(.hub-markets-section) .hub-market-card-title{font-size:13.8px}
  #pet-hub :where(.hub-markets-section) .hub-market-card-desc{font-size:11.3px}
}
:root{
  --dtn-ink:#252d32;
  --dtn-muted:#69727a;
  --dtn-muted-soft:#7f8a93;
  --dtn-pink:#ff2f87;
  --dtn-pink-dark:#d91f6f;
  --dtn-pink-soft:#fff0f6;
  --dtn-rose-line:#f2c5d7;
  --dtn-brand-aqua:#d9dee5;
  --dtn-brand-brown:#252d32;
  --dtn-brown-soft:#f6f7f8;
  --dtn-slate:#495057;
  --dtn-slate-soft:#f1f3f5;
  --dtn-soft:#f6f7f8;
  --dtn-soft-2:#fafbfc;
  --dtn-line:#e2e6e9;
  --dtn-card-radius:6px;
  --dtn-panel-radius:8px;
  --dtn-shadow-soft:0 7px 20px rgba(37,45,50,.055);
  --dtn-shadow-hover:0 10px 28px rgba(37,45,50,.09);
}
body.pet-hub-page{background:#fff;color:var(--dtn-ink)}
.pet-section.theme-soft{background:var(--dtn-soft);box-shadow:0 0 0 100vmax var(--dtn-soft)}
.pet-section a{color:var(--dtn-pink)}
.pet-section a:hover{color:var(--dtn-pink-dark)}
.dtn-title-text{color:var(--dtn-ink);letter-spacing:-.015em}
.dtn-title-link:hover .dtn-title-text{color:var(--dtn-pink)}
.dtn-section-underline{background:var(--dtn-line)}
.dtn-read-more{color:var(--dtn-pink)}
.dtn-read-more:hover{color:var(--dtn-pink-dark)}
.hub-hero{background:#23323a}
.hub-hero-stage::after{background:linear-gradient(90deg,rgba(20,27,32,.86) 0%,rgba(20,27,32,.62) 42%,rgba(20,27,32,.22) 73%,rgba(20,27,32,.08) 100%)}
.hub-hero-copy,.hub-hero-copy h1{color:#fff}
.hub-kicker{color:#ffadd0}
.hub-hero-lead{color:rgba(255,255,255,.90)}
.hub-hero-meta{color:rgba(255,255,255,.78)}
.hub-hero-meta span:not(:last-child)::after{background:#ff8fbd}
.hub-btn-primary{background:#fff;color:#252d32;box-shadow:none}
.hub-btn-primary:hover{background:#fff0f6;color:#252d32}
.hub-btn-ghost{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.08);color:#fff}
.hub-btn-ghost:hover{border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.15);color:#fff}
.hub-share-btn{border-color:rgba(255,255,255,.32);background:rgba(24,31,36,.30);color:#fff;box-shadow:none}
.hub-share-btn:hover{border-color:rgba(255,255,255,.60);background:rgba(24,31,36,.48);color:#fff}
.hub-share-copy{border-color:rgba(255,173,208,.56);background:rgba(255,47,135,.24);color:#fff}
.hub-search-panel h2{color:var(--dtn-ink)}
.hub-search-panel h2 span{color:var(--dtn-pink)}
.hub-search-input{border-color:#d5dade;color:var(--dtn-ink);box-shadow:0 7px 20px rgba(37,45,50,.06)}
.hub-search-input:focus{border-color:#ff94bd;box-shadow:0 0 0 4px rgba(255,47,135,.08),0 8px 22px rgba(37,45,50,.07)}
.hub-search-button{background:#f5f6f7;color:#3f474d}
.hub-search-button:hover{background:#fff0f6;color:var(--dtn-pink)}
.hub-intro-label,.pet-update-badge{background:#f3f5f7;color:#6f7780}
.hub-intro-label::before{color:var(--dtn-pink)}
.pet-quick-item{border:1px solid #e7eaee;color:var(--dtn-ink)}
.pet-quick-item:hover{border-color:#f2b4cd;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.pet-intro-chips{border-top-color:var(--dtn-line)}
.pet-intro-chips a,.pet-internal-links a{background:#f6f7f8;color:#69727a}
.pet-intro-chips a:hover,.pet-internal-links a:hover{background:#fff0f6;color:var(--dtn-pink-dark)}
.dtn-hub-review-card{border-color:#e3e6ea;background:#fff;box-shadow:0 6px 18px rgba(37,45,50,.055)}
.dtn-hub-review-card:hover{box-shadow:0 10px 24px rgba(37,45,50,.09)}
.dtn-hub-review-image{background:#eef1f3}
.dtn-hub-review-title{color:var(--dtn-ink)}
.dtn-hub-review-title a:hover{color:var(--dtn-pink)!important}
.dtn-hub-review-meta{color:#7b838a}
.dtn-hub-review-viewall{border-color:#ffabc9}
.dtn-hub-review-viewall:hover,.dtn-hub-review-viewall:active{border-color:var(--dtn-pink);background:#fff0f6;color:var(--dtn-pink-dark)!important}
.hub-highlight-main,.hub-highlight-mini{border:1px solid #e5e8eb;border-radius:8px;box-shadow:var(--dtn-shadow-soft)}
.hub-highlight-main{border:0}
.hub-highlight-main-label{border-color:rgba(255,255,255,.38);background:rgba(255,47,135,.30)}
.hub-highlight-mini:hover h3{color:var(--dtn-pink-dark)}
.hub-type-card{border:1px solid #e7eaee;background:#f8f9fa}
.hub-type-card:hover{border-color:#f2b4cd;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-type-card:hover::after{background:var(--dtn-pink)}
.hub-landscape-card{border:1px solid #e5e8eb;border-radius:8px;box-shadow:var(--dtn-shadow-soft)}
.hub-landscape-card:hover{border-color:#f2b4cd;box-shadow:var(--dtn-shadow-hover)}
.hub-landscape-body span{color:var(--dtn-pink)}
.hub-attractions-section .hub-landscape-card{border:1px solid #e5e8eb;border-radius:8px;box-shadow:var(--dtn-shadow-soft)}
.hub-market-badge{background:#f3f5f7;color:#606a72}
.hub-market-decor::before,.hub-market-decor::after{border-color:#f1bdd2}
.hub-market-decor-line{border-top-color:#f2c5d7}
.hub-market-card{border:1px solid #e5e8eb;border-radius:8px;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-market-card:hover{border-color:#f2b4cd;box-shadow:var(--dtn-shadow-hover)}
.hub-market-icon{background:#fff0f6;color:var(--dtn-pink)}
.hub-market-card-link{color:var(--dtn-pink)}
.hub-stay-card{border-color:#e5e8eb;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-stay-card::before{background:var(--dtn-pink)}
.hub-stay-card:hover{border-color:#f2b4cd;box-shadow:var(--dtn-shadow-hover)}
.hub-stay-icon{border-color:#f3cfde;background:#fff4f8;color:var(--dtn-pink-dark)}
.hub-stay-accent{background:var(--dtn-pink)}
.hub-stay-tip{border-color:#f0c6d7;background:#fff8fb}
.hub-stay-tip::after{display:none}
.hub-stay-tip-icon{background:#ffe8f2;color:var(--dtn-pink-dark)}
.hub-travel-card{border-color:#e3e6ea;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-travel-card::before{background:var(--dtn-pink)}
.hub-travel-card:hover{border-color:#f2b4cd;box-shadow:var(--dtn-shadow-hover)}
.hub-travel-no{background:var(--dtn-pink);box-shadow:none}
.hub-travel-icon{border-color:#f3cfde;background:#fff4f8;color:var(--dtn-pink-dark)}
.hub-travel-accent{background:var(--dtn-pink)}
.hub-travel-tip{border-color:#f0c6d7;background:#fff8fb}
.hub-travel-tip-icon{background:#ffe8f2;color:var(--dtn-pink)}
.hub-checklist-box,.hub-faq-grid{border-color:#e3e6ea;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-checklist li{border-color:#edf0f2}
.hub-checklist li::before{background:#fff0f6;color:var(--dtn-pink-dark)}
.hub-checklist-toggle{border-top-color:#e6e9ec;background:#fff6fa;color:var(--dtn-pink-dark)}
.hub-faq-card{border-color:#e3e6ea;background:#fff;box-shadow:var(--dtn-shadow-soft)}
.hub-faq-card::before{background:var(--dtn-pink)}
@media screen and (max-width:768px){
  .hub-hero-stage::after{background:linear-gradient(180deg,rgba(18,25,30,.14) 0%,rgba(18,25,30,.38) 38%,rgba(18,25,30,.78) 62%,rgba(18,25,30,.94) 100%)}
  .hub-hero-copy,.hub-hero-copy h1{color:#fff}
  .hub-hero-lead{color:rgba(255,255,255,.90)}
  .hub-hero-meta{color:rgba(255,255,255,.78)}

  .hub-intro-card{border-color:#e5e8eb;background:#fff}

  #pet-hub :where(.hub-markets-section) .hub-market-card{border-color:#e3e6ea;background:#fff;box-shadow:0 5px 16px rgba(37,45,50,.05)}
  #pet-hub :where(.hub-markets-section) .hub-market-card::after{color:var(--dtn-pink)}
  #pet-hub :where(.hub-markets-section) .hub-market-icon{background:#fff0f6;color:var(--dtn-pink)}

  #pet-hub :where(.hub-checklist-section) .hub-checklist-box{border-color:#e3e6ea;box-shadow:0 5px 16px rgba(37,45,50,.05)}
  #pet-hub :where(.hub-checklist-section) .hub-checklist li{border-bottom-color:#edf0f2}
  #pet-hub :where(.hub-checklist-section) .hub-checklist-toggle{border-top-color:#e5e8eb;background:#fff5f9;color:var(--dtn-pink-dark)}

  #pet-hub :where(.hub-faq-section) .hub-faq-grid{border-color:#e3e6ea;box-shadow:0 5px 16px rgba(37,45,50,.05)}
  #pet-hub :where(.hub-faq-section) .hub-faq-card{border-bottom-color:#edf0f2}
  #pet-hub :where(.hub-faq-section) .hub-faq-card h3::after{color:var(--dtn-pink)}

  #pet-hub :where(.hub-types-section) .hub-stay-card{border-color:#e5e8eb;background:#fff;box-shadow:0 4px 14px rgba(37,45,50,.045)}
  #pet-hub :where(.hub-types-section) .hub-stay-icon{background:#fff0f6;color:var(--dtn-pink-dark)}
  #pet-hub :where(.hub-types-section) .hub-stay-tip{border-color:#f0c6d7;background:#fff8fb}

  #pet-hub :where(.hub-zones-section) .hub-landscape-card,#pet-hub :where(.hub-attractions-section) .hub-landscape-card{border-color:#e5e8eb;background:#fff;box-shadow:0 4px 14px rgba(37,45,50,.045)}

  #pet-hub :where(.hub-travel-section) .hub-travel-card{border-color:#e5e8eb;background:#fff;box-shadow:0 4px 14px rgba(37,45,50,.045)}
  #pet-hub :where(.hub-travel-section) .hub-travel-card::before{background:var(--dtn-pink)}
  #pet-hub :where(.hub-travel-section) .hub-travel-icon{border-color:#f3cfde;background:#fff0f6;color:var(--dtn-pink-dark)}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip{border-color:#f0c6d7;background:#fff8fb}
}
.pet-quick-item{background:#fff!important;background-image:none!important;border-color:#e5e8eb!important;box-shadow:none!important;transform:none!important;transition:none}
.pet-quick-desc{transition:color .18s ease}
.pet-quick-item:hover,.pet-quick-item:focus-visible{background:#fff!important;border-color:#e5e8eb!important;box-shadow:none!important;transform:none!important;outline:none}
.pet-quick-item:hover .pet-quick-title,.pet-quick-item:focus-visible .pet-quick-title{color:var(--dtn-pink)}
.pet-quick-item:hover .pet-quick-desc,.pet-quick-item:focus-visible .pet-quick-desc{color:#5f666c}
.dtn-hub-review-viewall{display:flex!important;width:max-content;min-width:210px;max-width:calc(100% - 32px);min-height:46px;align-items:center;justify-content:center;margin:26px auto 0;padding:10px 24px;border:1px solid var(--dtn-pink);border-radius:8px;background:var(--dtn-pink);color:#fff!important;font-size:14px;font-weight:700;line-height:1.35;text-decoration:none!important;box-shadow:none!important;transition:background .18s ease,color .18s ease,border-color .18s ease}
.dtn-hub-review-viewall::after{content:'→';margin-left:8px;font-size:16px;line-height:1}
.dtn-hub-review-viewall:hover,.dtn-hub-review-viewall:focus-visible{border-color:var(--dtn-pink);background:#fff;color:var(--dtn-pink)!important;outline:none}
.dtn-hub-review-viewall:active{border-color:var(--dtn-pink);background:#fff;color:var(--dtn-pink)!important}

@media screen and (max-width:768px){
  .dtn-hub-review-viewall{width:max-content!important;min-width:220px;max-width:78%;min-height:46px;margin:20px auto 0;padding:10px 22px;border-radius:8px;font-size:14px}
}

@media screen and (max-width:390px){
  .dtn-hub-review-viewall{min-width:205px;max-width:82%;min-height:44px;padding:9px 18px;font-size:13.5px}
}
.hub-intro-card{
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.pet-quick-item,
.pet-quick-item:nth-child(1),
.pet-quick-item:nth-child(2),
.pet-quick-item:nth-child(3),
.pet-quick-item:nth-child(4){
  border:1px solid #c9ced3!important;
  background:#fafcfc!important;
  background-image:none!important;
  box-shadow:none!important;
  transform:none!important;
  transition:border-color .16s ease!important;
}
.pet-quick-title{color:var(--dtn-ink)!important;transition:color .16s ease!important}
.pet-quick-desc{color:#70777d!important}
@media screen and (min-width:769px){
  .pet-quick-item:hover,
  .pet-quick-item:focus-visible{
    border-color:var(--dtn-pink)!important;
    outline:none!important;
  }
  .pet-quick-item:hover .pet-quick-title,
  .pet-quick-item:focus-visible .pet-quick-title{color:var(--dtn-pink)!important}
  #pet-hub :where(.hub-checklist-section) .hub-checklist-toggle{display:none!important}
}
@media screen and (max-width:768px){
}
.pet-intro-chips a{
  border:1px solid #ff9fc5!important;
  background:#fff!important;
  color:var(--dtn-pink)!important;
  box-shadow:none!important;
  transform:none!important;
  transition:background .16s ease,color .16s ease,border-color .16s ease!important;
}
.pet-intro-chips a:first-child{
  border-color:var(--dtn-pink)!important;
  background:var(--dtn-pink)!important;
  color:#fff!important;
  font-weight:700;
}
@media screen and (min-width:769px){
  .pet-intro-chips a:not(:first-child):hover,
  .pet-intro-chips a:not(:first-child):focus-visible{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
    outline:none!important;
  }
  .pet-intro-chips a:first-child:hover,
  .pet-intro-chips a:first-child:focus-visible{
    border-color:var(--dtn-pink-dark)!important;
    background:var(--dtn-pink-dark)!important;
    color:#fff!important;
    outline:none!important;
  }
}
@media screen and (max-width:768px){
  .pet-intro-chips a{
    border-color:#ff9fc5!important;
    background:#fff!important;
    color:var(--dtn-pink)!important;
    box-shadow:none!important;
  }
  .pet-intro-chips a:first-child{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
  }
  .pet-intro-chips a:not(:first-child):active,
  .pet-intro-chips a:not(:first-child):focus-visible{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
    outline:none!important;
  }
  .pet-intro-chips a:first-child:active,
  .pet-intro-chips a:first-child:focus-visible{
    border-color:var(--dtn-pink-dark)!important;
    background:var(--dtn-pink-dark)!important;
    color:#fff!important;
    outline:none!important;
  }
}
:root{--dtn-action-radius:14px}
.pet-intro-chips a,.pet-internal-links a,.dtn-hub-review-viewall{border-radius:var(--dtn-action-radius)!important}
@media screen and (max-width:768px){
  .pet-intro-chips a,.pet-internal-links a,.dtn-hub-review-viewall{border-radius:var(--dtn-action-radius)!important}
}
@media screen and (max-width:768px){
  .hub-hero-stage,.hub-hero-inner{min-height:280px!important}
  .hub-hero-inner{align-items:flex-end;padding:48px 0 16px!important}
  .hub-hero-stage>img{object-position:68% center}
  .hub-hero-copy{max-width:100%}
  .hub-kicker{margin-bottom:5px;font-size:10.5px;line-height:1.4}
  .hub-hero-copy h1{margin-bottom:6px;font-size:23px;line-height:1.16}
  .hub-hero-lead{display:-webkit-box;overflow:hidden;margin-bottom:6px;font-size:12px;line-height:1.48;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .hub-hero-meta{gap:0;margin-bottom:7px;font-size:9.8px}
  .hub-hero-meta span{margin-right:8px;padding-right:9px}
  .hub-btn{min-height:32px;padding:5px 10px;font-size:11px}
  .hub-share-btn{width:32px;height:32px}
}

@media screen and (max-width:500px){
  .hub-hero-stage,.hub-hero-inner{min-height:270px!important}
  .hub-hero-inner{padding:44px 0 14px!important}
  .hub-hero-copy h1{font-size:22px}
}

@media screen and (max-width:390px){
  .hub-hero-stage,.hub-hero-inner{min-height:270px!important}
  .hub-hero-inner{padding:42px 0 14px!important}
  .hub-hero-copy h1{font-size:21.5px}
  .pet-quick-item{min-height:62px;padding:12px 34px 12px 40px}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:768px){
}

.dtn-title-mobile{display:none}
.dtn-title-pc{display:inline}

@media screen and (max-width:768px){
  .dtn-title-mobile{display:inline}
  .dtn-title-pc{display:none}
  #pet-hub :where(.hub-popular-section) .dtn-section-title,
  #pet-hub :where(.hub-hotels-section) .dtn-section-title,
  #pet-hub :where(.hub-zones-section) .dtn-section-title,
  #pet-hub :where(.hub-markets-section) .dtn-section-title,
  #pet-hub :where(.hub-attractions-section) .dtn-section-title,
  #pet-hub :where(.hub-travel-section) .dtn-section-title,
  #pet-hub :where(.hub-checklist-section) .dtn-section-title,
  #pet-hub :where(.hub-nearby-section) .dtn-section-title,
  #pet-hub :where(.hub-faq-section) .dtn-section-title,
  #pet-hub :where(.hub-info-section) .dtn-section-title{
    display:block;
    margin:0 0 10px;
    padding:0;
    background:transparent;
  }

  #pet-hub :where(.hub-popular-section) .dtn-section-content,
  #pet-hub :where(.hub-hotels-section) .dtn-section-content,
  #pet-hub :where(.hub-zones-section) .dtn-section-content,
  #pet-hub :where(.hub-markets-section) .dtn-section-content,
  #pet-hub :where(.hub-attractions-section) .dtn-section-content,
  #pet-hub :where(.hub-travel-section) .dtn-section-content,
  #pet-hub :where(.hub-checklist-section) .dtn-section-content,
  #pet-hub :where(.hub-nearby-section) .dtn-section-content,
  #pet-hub :where(.hub-faq-section) .dtn-section-content,
  #pet-hub :where(.hub-info-section) .dtn-section-content{
    display:block;
    width:100%;
    min-width:0;
  }

  #pet-hub :where(.hub-popular-section) .dtn-title-link,
  #pet-hub :where(.hub-hotels-section) .dtn-title-link,
  #pet-hub :where(.hub-zones-section) .dtn-title-link,
  #pet-hub :where(.hub-markets-section) .dtn-title-link,
  #pet-hub :where(.hub-attractions-section) .dtn-title-link,
  #pet-hub :where(.hub-travel-section) .dtn-title-link,
  #pet-hub :where(.hub-checklist-section) .dtn-title-link,
  #pet-hub :where(.hub-nearby-section) .dtn-title-link,
  #pet-hub :where(.hub-faq-section) .dtn-title-link,
  #pet-hub :where(.hub-info-section) .dtn-title-link{
    display:flex;
    align-items:flex-start;
    gap:10px;
    min-width:0;
    color:inherit;
    text-decoration:none;
  }

  #pet-hub :where(.hub-popular-section) .dtn-title-link::before,
  #pet-hub :where(.hub-hotels-section) .dtn-title-link::before,
  #pet-hub :where(.hub-zones-section) .dtn-title-link::before,
  #pet-hub :where(.hub-markets-section) .dtn-title-link::before,
  #pet-hub :where(.hub-attractions-section) .dtn-title-link::before,
  #pet-hub :where(.hub-travel-section) .dtn-title-link::before,
  #pet-hub :where(.hub-checklist-section) .dtn-title-link::before,
  #pet-hub :where(.hub-nearby-section) .dtn-title-link::before,
  #pet-hub :where(.hub-faq-section) .dtn-title-link::before,
  #pet-hub :where(.hub-info-section) .dtn-title-link::before{
    display:grid;
    flex:0 0 20px;
    width:20px;
    height:20px;
    place-items:center;
    margin-top:3px;
    color:var(--dtn-pink);
    font-size:14px;
    font-weight:700;
    line-height:1;
  }

  #pet-hub :where(.hub-popular-section) .dtn-title-link::before{content:'✦'}
  #pet-hub :where(.hub-hotels-section) .dtn-title-link::before{content:'▣';font-size:12px}
  #pet-hub :where(.hub-zones-section) .dtn-title-link::before{content:'◎';font-size:16px}
  #pet-hub :where(.hub-markets-section) .dtn-title-link::before{content:'◈';font-size:14px}
  #pet-hub :where(.hub-attractions-section) .dtn-title-link::before{content:'☆';font-size:16px}
  #pet-hub :where(.hub-travel-section) .dtn-title-link::before{content:'➜';font-size:15px}
  #pet-hub :where(.hub-checklist-section) .dtn-title-link::before{content:'✓';font-size:15px}
  #pet-hub :where(.hub-nearby-section) .dtn-title-link::before{content:'⌂';font-size:15px}
  #pet-hub :where(.hub-faq-section) .dtn-title-link::before{content:'Q';font-size:13px}
  #pet-hub :where(.hub-info-section) .dtn-title-link::before{content:'✎';font-size:14px}

  #pet-hub :where(.hub-popular-section) .dtn-title-text,
  #pet-hub :where(.hub-hotels-section) .dtn-title-text,
  #pet-hub :where(.hub-zones-section) .dtn-title-text,
  #pet-hub :where(.hub-markets-section) .dtn-title-text,
  #pet-hub :where(.hub-attractions-section) .dtn-title-text,
  #pet-hub :where(.hub-travel-section) .dtn-title-text,
  #pet-hub :where(.hub-checklist-section) .dtn-title-text,
  #pet-hub :where(.hub-nearby-section) .dtn-title-text,
  #pet-hub :where(.hub-faq-section) .dtn-title-text,
  #pet-hub :where(.hub-info-section) .dtn-title-text{
    min-width:0;
    color:var(--dtn-ink);
    font-size:20px;
    font-weight:700;
    line-height:1.34;
    letter-spacing:-.01em;
  }

  #pet-hub :where(.hub-popular-section) .dtn-section-underline,
  #pet-hub :where(.hub-hotels-section) .dtn-section-underline,
  #pet-hub :where(.hub-zones-section) .dtn-section-underline,
  #pet-hub :where(.hub-markets-section) .dtn-section-underline,
  #pet-hub :where(.hub-attractions-section) .dtn-section-underline,
  #pet-hub :where(.hub-travel-section) .dtn-section-underline,
  #pet-hub :where(.hub-checklist-section) .dtn-section-underline,
  #pet-hub :where(.hub-nearby-section) .dtn-section-underline,
  #pet-hub :where(.hub-faq-section) .dtn-section-underline,
  #pet-hub :where(.hub-info-section) .dtn-section-underline{
    display:block;
    width:62px;
    height:2px;
    min-width:0;
    margin:8px 0 0 30px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--dtn-pink) 0%,#f58bb8 54%,#cfdfe3 100%);
  }
  #pet-hub :where(.hub-popular-section) .dtn-read-more,
  #pet-hub :where(.hub-hotels-section) .dtn-read-more,
  #pet-hub :where(.hub-zones-section) .dtn-read-more,
  #pet-hub :where(.hub-markets-section) .dtn-read-more,
  #pet-hub :where(.hub-attractions-section) .dtn-read-more,
  #pet-hub :where(.hub-travel-section) .dtn-read-more,
  #pet-hub :where(.hub-checklist-section) .dtn-read-more,
  #pet-hub :where(.hub-nearby-section) .dtn-read-more,
  #pet-hub :where(.hub-faq-section) .dtn-read-more,
  #pet-hub :where(.hub-info-section) .dtn-read-more{display:none!important}
  #pet-hub :where(.hub-markets-section) .hub-market-title-paw{display:none!important}
  #pet-hub :where(.hub-types-section) .hub-staytypes-head{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:0 0 10px;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-kicker{
    display:grid;
    flex:0 0 20px;
    width:20px;
    height:20px;
    place-items:center;
    margin-top:3px;
    color:var(--dtn-pink);
    font-size:14px;
    line-height:1;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-titleblock h2{
    margin:0;
    color:var(--dtn-ink);
    font-size:20px;
    font-weight:700;
    line-height:1.34;
    letter-spacing:-.01em;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-line{
    display:block;
    width:62px;
    height:2px;
    margin-top:8px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--dtn-pink) 0%,#f58bb8 54%,#cfdfe3 100%);
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links{
    display:flex;
    flex-wrap:nowrap;
    gap:8px;
    margin-top:16px;
    padding:1px 0 3px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links::-webkit-scrollbar{display:none}
  #pet-hub :where(.hub-info-section) .pet-internal-links a{
    flex:0 0 auto;
    padding:11px 12px;
    border:1px solid #ff9fc5!important;
    border-radius:var(--dtn-action-radius)!important;
    background:#fff!important;
    color:var(--dtn-pink)!important;
    font-size:12px;
    font-weight:700;
    line-height:1.35;
    white-space:nowrap;
    text-decoration:none;
    box-shadow:none!important;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a:not(:first-child):active,
  #pet-hub :where(.hub-info-section) .pet-internal-links a:not(:first-child):focus-visible{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
    outline:none;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child:active,
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child:focus-visible{
    border-color:var(--dtn-pink-dark)!important;
    background:var(--dtn-pink-dark)!important;
    color:#fff!important;
    outline:none;
  }
}
@media screen and (max-width:768px){
  #pet-hub :where(.hub-travel-section) .hub-travel-card p,
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro,
  #pet-hub :where(.hub-types-section) .hub-stay-card p,
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
}
.hub-stay-card--camp .hub-stay-icon{background:linear-gradient(180deg,#fff7e8 0%,#ffe6b8 100%)}

/* MASTER LOCK — ATTRACTION CARD COUNT / 2026-08-09
   Desktop: 6 cards = 3x2, 7 cards = 4+3, 8 cards = 4x2.
   Use hub-grid-3 for 6 cards and hub-grid-4 for 7-8 cards. */
@media screen and (min-width:1001px){
  #pet-hub :where(.hub-attractions-section) .hub-landscape-grid.hub-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  #pet-hub :where(.hub-attractions-section) .hub-landscape-grid.hub-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media screen and (max-width:768px){
  .hub-hero-lead,
  .hub-intro-card>p{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  .hub-intro-card>p:nth-of-type(2){display:block!important}
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro,
  #pet-hub :where(.hub-types-section) .hub-stay-card h3,
  #pet-hub :where(.hub-types-section) .hub-stay-card p,
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro,
  #pet-hub :where(.hub-types-section) .hub-stay-card h3,
  #pet-hub :where(.hub-types-section) .hub-stay-card p,
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{display:block!important}
  #pet-hub :where(.hub-zones-section) .hub-note,
  #pet-hub :where(.hub-zones-section) .hub-landscape-body h3,
  #pet-hub :where(.hub-zones-section) .hub-landscape-body p{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-body p{
    margin:0 0 8px!important;
  }
  #pet-hub :where(.hub-attractions-section) .hub-note,
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body h3,
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body p{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body p{
    margin:0 0 8px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-note,
  #pet-hub :where(.hub-travel-section) .hub-travel-card p,
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-intro p,
  #pet-hub :where(.hub-markets-section) .hub-market-card-title,
  #pet-hub :where(.hub-markets-section) .hub-market-card-desc{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card{
    min-height:0!important;
    padding-bottom:12px!important;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card::after{
    content:none!important;
    display:none!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-note,
  #pet-hub :where(.hub-checklist-section) .hub-checklist li{
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-check-note{
    display:block!important;
    margin:12px 12px 14px!important;
    color:var(--dtn-muted)!important;
    font-size:12.5px!important;
    line-height:1.6!important;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-intro{
    display:block!important;
    overflow:visible!important;
    -webkit-box-orient:initial!important;
    -webkit-line-clamp:unset!important;
    line-clamp:unset!important;
  }
}
@media screen and (min-width:769px){
  .pet-quick-nav{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .pet-quick-item,
  .pet-quick-item:nth-child(1),
  .pet-quick-item:nth-child(2),
  .pet-quick-item:nth-child(3),
  .pet-quick-item:nth-child(4){
    position:relative;
    transform:none!important;
  }
  .pet-quick-item::before{
    position:absolute;
    display:grid;
    place-items:center;
    color:var(--dtn-pink);
    font-size:18px;
    font-weight:700;
    line-height:1;
  }
  .pet-quick-item:nth-child(1)::before{content:'✦'}
  .pet-quick-item:nth-child(2)::before{content:'▣';font-size:15px}
  .pet-quick-item:nth-child(3)::before{content:'⌂';font-size:18px}
  .pet-quick-item:nth-child(4)::before{content:'◎';font-size:19px}
  .pet-quick-item::after{display:none!important}
  .pet-quick-item:hover,
  .pet-quick-item:focus-visible{
    background:linear-gradient(180deg,#fff7fb 0%,#ffffff 100%)!important;
    box-shadow:0 1px 0 rgba(245,166,203,.75), 0 12px 26px rgba(255,71,150,.10)!important;
    transform:translateY(-1px)!important;
    outline:none;
  }
  .pet-quick-title{
    color:var(--dtn-ink)!important;
    font-weight:700;
  }
  .pet-quick-desc{
    display:block;
    color:#717980!important;
  }
  #pet-hub :where(.hub-popular-section) .dtn-section-title,
  #pet-hub :where(.hub-hotels-section) .dtn-section-title,
  #pet-hub :where(.hub-zones-section) .dtn-section-title,
  #pet-hub :where(.hub-markets-section) .dtn-section-title,
  #pet-hub :where(.hub-attractions-section) .dtn-section-title,
  #pet-hub :where(.hub-travel-section) .dtn-section-title,
  #pet-hub :where(.hub-checklist-section) .dtn-section-title,
  #pet-hub :where(.hub-nearby-section) .dtn-section-title,
  #pet-hub :where(.hub-faq-section) .dtn-section-title,
  #pet-hub :where(.hub-info-section) .dtn-section-title{
    display:block;
    margin:0 0 18px;
    padding:0;
    background:transparent;
  }
  #pet-hub :where(.hub-popular-section) .dtn-section-content,
  #pet-hub :where(.hub-hotels-section) .dtn-section-content,
  #pet-hub :where(.hub-zones-section) .dtn-section-content,
  #pet-hub :where(.hub-markets-section) .dtn-section-content,
  #pet-hub :where(.hub-attractions-section) .dtn-section-content,
  #pet-hub :where(.hub-travel-section) .dtn-section-content,
  #pet-hub :where(.hub-checklist-section) .dtn-section-content,
  #pet-hub :where(.hub-nearby-section) .dtn-section-content,
  #pet-hub :where(.hub-faq-section) .dtn-section-content,
  #pet-hub :where(.hub-info-section) .dtn-section-content{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    column-gap:20px;
    row-gap:10px;
    align-items:start;
    width:100%;
    min-width:0;
  }
  #pet-hub :where(.hub-popular-section) .dtn-title-link,
  #pet-hub :where(.hub-hotels-section) .dtn-title-link,
  #pet-hub :where(.hub-zones-section) .dtn-title-link,
  #pet-hub :where(.hub-markets-section) .dtn-title-link,
  #pet-hub :where(.hub-attractions-section) .dtn-title-link,
  #pet-hub :where(.hub-travel-section) .dtn-title-link,
  #pet-hub :where(.hub-checklist-section) .dtn-title-link,
  #pet-hub :where(.hub-nearby-section) .dtn-title-link,
  #pet-hub :where(.hub-faq-section) .dtn-title-link,
  #pet-hub :where(.hub-info-section) .dtn-title-link{
    grid-column:1;
    grid-row:1;
    display:flex;
    align-items:flex-start;
    gap:14px;
    min-width:0;
    color:inherit;
    text-decoration:none;
  }
  #pet-hub :where(.hub-popular-section) .dtn-title-link::before,
  #pet-hub :where(.hub-hotels-section) .dtn-title-link::before,
  #pet-hub :where(.hub-zones-section) .dtn-title-link::before,
  #pet-hub :where(.hub-markets-section) .dtn-title-link::before,
  #pet-hub :where(.hub-attractions-section) .dtn-title-link::before,
  #pet-hub :where(.hub-travel-section) .dtn-title-link::before,
  #pet-hub :where(.hub-checklist-section) .dtn-title-link::before,
  #pet-hub :where(.hub-nearby-section) .dtn-title-link::before,
  #pet-hub :where(.hub-faq-section) .dtn-title-link::before,
  #pet-hub :where(.hub-info-section) .dtn-title-link::before{
    display:grid;
    flex:0 0 30px;
    width:30px;
    height:30px;
    place-items:center;
    margin-top:5px;
    color:var(--dtn-pink);
    font-size:20px;
    font-weight:700;
    line-height:1;
  }
  #pet-hub :where(.hub-popular-section) .dtn-title-link::before{content:'✦'}
  #pet-hub :where(.hub-hotels-section) .dtn-title-link::before{content:'▣';font-size:17px}
  #pet-hub :where(.hub-zones-section) .dtn-title-link::before{content:'◎';font-size:21px}
  #pet-hub :where(.hub-markets-section) .dtn-title-link::before{content:'◈';font-size:18px}
  #pet-hub :where(.hub-attractions-section) .dtn-title-link::before{content:'☆';font-size:22px}
  #pet-hub :where(.hub-travel-section) .dtn-title-link::before{content:'➜';font-size:19px}
  #pet-hub :where(.hub-checklist-section) .dtn-title-link::before{content:'✓';font-size:20px}
  #pet-hub :where(.hub-nearby-section) .dtn-title-link::before{content:'⌂';font-size:20px}
  #pet-hub :where(.hub-faq-section) .dtn-title-link::before{content:'Q';font-size:18px}
  #pet-hub :where(.hub-info-section) .dtn-title-link::before{content:'✎';font-size:18px}
  #pet-hub :where(.hub-popular-section) .dtn-title-text,
  #pet-hub :where(.hub-hotels-section) .dtn-title-text,
  #pet-hub :where(.hub-zones-section) .dtn-title-text,
  #pet-hub :where(.hub-markets-section) .dtn-title-text,
  #pet-hub :where(.hub-attractions-section) .dtn-title-text,
  #pet-hub :where(.hub-travel-section) .dtn-title-text,
  #pet-hub :where(.hub-checklist-section) .dtn-title-text,
  #pet-hub :where(.hub-nearby-section) .dtn-title-text,
  #pet-hub :where(.hub-faq-section) .dtn-title-text,
  #pet-hub :where(.hub-info-section) .dtn-title-text{
    min-width:0;
    color:var(--dtn-ink);
    font-size:34px;
    font-weight:700;
    line-height:1.28;
    letter-spacing:-.02em;
  }
  #pet-hub :where(.hub-popular-section) .dtn-section-underline,
  #pet-hub :where(.hub-hotels-section) .dtn-section-underline,
  #pet-hub :where(.hub-zones-section) .dtn-section-underline,
  #pet-hub :where(.hub-markets-section) .dtn-section-underline,
  #pet-hub :where(.hub-attractions-section) .dtn-section-underline,
  #pet-hub :where(.hub-travel-section) .dtn-section-underline,
  #pet-hub :where(.hub-checklist-section) .dtn-section-underline,
  #pet-hub :where(.hub-nearby-section) .dtn-section-underline,
  #pet-hub :where(.hub-faq-section) .dtn-section-underline,
  #pet-hub :where(.hub-info-section) .dtn-section-underline{
    grid-column:1;
    grid-row:2;
    display:block;
    width:98px;
    height:3px;
    min-width:0;
    margin:0 0 0 44px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--dtn-pink) 0%,#f58bb8 58%,#cfdfe3 100%);
  }
  #pet-hub :where(.hub-popular-section) .dtn-read-more,
  #pet-hub :where(.hub-hotels-section) .dtn-read-more,
  #pet-hub :where(.hub-zones-section) .dtn-read-more,
  #pet-hub :where(.hub-markets-section) .dtn-read-more,
  #pet-hub :where(.hub-attractions-section) .dtn-read-more,
  #pet-hub :where(.hub-travel-section) .dtn-read-more,
  #pet-hub :where(.hub-checklist-section) .dtn-read-more,
  #pet-hub :where(.hub-nearby-section) .dtn-read-more,
  #pet-hub :where(.hub-faq-section) .dtn-read-more,
  #pet-hub :where(.hub-info-section) .dtn-read-more{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-title-paw{display:none!important}
  #pet-hub :where(.hub-types-section) .hub-staytypes-kicker{
    color:var(--dtn-pink);
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-titleblock h2{
    margin:0;
    color:var(--dtn-ink);
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-line{
    background:linear-gradient(90deg,var(--dtn-pink) 0%,#f58bb8 58%,#cfdfe3 100%);
  }
  .hub-attractions-section .hub-landscape-grid{
    gap:16px;
    margin-top:18px;
  }
  .hub-attractions-section .hub-landscape-card{
    border:1px solid #e7ebee;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(31,41,55,.04);
  }
  .hub-attractions-section .hub-landscape-card img{height:210px}
  .hub-attractions-section .hub-landscape-body{
    min-height:0;
    padding:15px 16px 16px;
  }
  .hub-attractions-section .hub-landscape-body h3{
    margin:0 0 8px;
    font-size:17px;
    line-height:1.4;
  }
  .hub-attractions-section .hub-landscape-body p{
    display:block;
    overflow:visible;
    -webkit-box-orient:initial;
    -webkit-line-clamp:unset;
    line-clamp:unset;
    font-size:14px;
    line-height:1.72;
  }
  .hub-attractions-section .hub-landscape-body span{
    padding-top:10px;
    font-size:13.5px;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a{
    padding:12px 19px;
    border:1.5px solid #ff9fc5!important;
    border-radius:999px!important;
    background:#fff!important;
    color:var(--dtn-pink)!important;
    font-size:15px;
    font-weight:700;
    line-height:1.4;
    text-decoration:none;
    box-shadow:none!important;
    transition:background .16s ease,color .16s ease,border-color .16s ease;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a:not(:first-child):hover,
  #pet-hub :where(.hub-info-section) .pet-internal-links a:not(:first-child):focus-visible,
  #pet-hub :where(.hub-info-section) .pet-internal-links a:not(:first-child):active{
    border-color:var(--dtn-pink)!important;
    background:var(--dtn-pink)!important;
    color:#fff!important;
    outline:none;
  }
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child:hover,
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child:focus-visible,
  #pet-hub :where(.hub-info-section) .pet-internal-links a:first-child:active{
    border-color:var(--dtn-pink-dark)!important;
    background:var(--dtn-pink-dark)!important;
    color:#fff!important;
    outline:none;
  }
}
@media screen and (min-width:769px){
  .pet-quick-nav{
    gap:16px;
    margin-top:18px;
  }
  .pet-quick-item,
  .pet-quick-item:nth-child(1),
  .pet-quick-item:nth-child(2),
  .pet-quick-item:nth-child(3),
  .pet-quick-item:nth-child(4){
    min-height:118px;
    padding:18px 20px 16px 62px;
    border:0!important;
    border-radius:18px;
    background:#ffffff!important;
    box-shadow:0 1px 0 rgba(226,230,234,.96), 0 6px 16px rgba(31,41,55,.045)!important;
    transition:transform .16s ease, box-shadow .16s ease!important;
  }
  .pet-quick-item::before{
    top:18px;
    left:20px;
    width:28px;
    height:28px;
  }
  .pet-quick-title{
    margin:0 0 6px;
    font-size:16px;
    line-height:1.36;
    transition:color .16s ease!important;
  }
  .pet-quick-desc{
    font-size:13px;
    line-height:1.58;
    transition:color .16s ease!important;
  }
  .pet-quick-item:hover,
  .pet-quick-item:focus-visible,
  .pet-quick-item:active{
    background:#ffffff!important;
    box-shadow:0 1px 0 rgba(226,230,234,.96), 0 6px 16px rgba(31,41,55,.045)!important;
    transform:translateY(-2px)!important;
    outline:none;
  }
  .pet-quick-item:hover .pet-quick-title,
  .pet-quick-item:focus-visible .pet-quick-title,
  .pet-quick-item:active .pet-quick-title{
    color:var(--dtn-pink)!important;
  }
  .pet-quick-item:hover .pet-quick-desc,
  .pet-quick-item:focus-visible .pet-quick-desc,
  .pet-quick-item:active .pet-quick-desc{
    color:#717980!important;
  }
  .pet-quick-item:hover::before,
  .pet-quick-item:focus-visible::before,
  .pet-quick-item:active::before{
    color:var(--dtn-pink)!important;
  }
}
@media screen and (min-width:769px){
  .hub-intro-section,
  #pet-hub :where(.hub-popular-section),
  #pet-hub :where(.hub-hotels-section),
  #pet-hub :where(.hub-types-section),
  #pet-hub :where(.hub-zones-section),
  #pet-hub :where(.hub-markets-section),
  #pet-hub :where(.hub-attractions-section),
  #pet-hub :where(.hub-travel-section),
  #pet-hub :where(.hub-checklist-section),
  #pet-hub :where(.hub-nearby-section),
  #pet-hub :where(.hub-faq-section),
  #pet-hub :where(.hub-info-section){
    padding-top:32px!important;
    padding-bottom:32px!important;
  }
  .hub-intro-card{
    padding-bottom:18px;
  }
  #pet-hub :where(.hub-popular-section) .dtn-section-title,
  #pet-hub :where(.hub-hotels-section) .dtn-section-title,
  #pet-hub :where(.hub-zones-section) .dtn-section-title,
  #pet-hub :where(.hub-markets-section) .dtn-section-title,
  #pet-hub :where(.hub-attractions-section) .dtn-section-title,
  #pet-hub :where(.hub-travel-section) .dtn-section-title,
  #pet-hub :where(.hub-checklist-section) .dtn-section-title,
  #pet-hub :where(.hub-nearby-section) .dtn-section-title,
  #pet-hub :where(.hub-faq-section) .dtn-section-title,
  #pet-hub :where(.hub-info-section) .dtn-section-title{
    margin-bottom:16px!important;
  }

  #pet-hub :where(.hub-types-section) .hub-staytypes-head{
    margin-bottom:16px!important;
  }
}
@media screen and (min-width:769px){
  .hub-intro-card>p,
  .dtn-section-desc,
  .hub-note,
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro,
  #pet-hub :where(.hub-markets-section) .hub-market-intro p,
  #pet-hub :where(.hub-faq-section) .hub-faq-intro,
  #pet-hub :where(.hub-info-section) p{
    color:#272D32!important;
    font-size:16px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card p,
  #pet-hub :where(.hub-zones-section) .hub-landscape-body p,
  #pet-hub :where(.hub-markets-section) .hub-market-card-desc,
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body p,
  #pet-hub :where(.hub-travel-section) .hub-travel-card p,
  #pet-hub :where(.hub-nearby-section) .hub-nearby-card p{
    color:#272D32!important;
    font-size:15px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card h3,
  #pet-hub :where(.hub-zones-section) .hub-landscape-body h3,
  #pet-hub :where(.hub-markets-section) .hub-market-card-title,
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body h3,
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3,
  #pet-hub :where(.hub-nearby-section) .hub-nearby-card h3,
  #pet-hub :where(.hub-faq-section) .hub-faq-card h3{
    font-size:18px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li,
  #pet-hub :where(.hub-checklist-section) .hub-check-note,
  #pet-hub :where(.hub-faq-section) .hub-faq-card p{
    color:#272D32!important;
    font-size:15px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip p,
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p{
    color:#272D32!important;
    font-size:15px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini-meta{
    font-size:12px!important;
    line-height:1.4!important;
  }
  .hub-search-input{
    font-size:16px!important;
  }
}
@media screen and (max-width:768px){
  .hub-intro-card>p,
  #pet-hub :where(.hub-popular-section) .dtn-section-desc,
  #pet-hub :where(.hub-hotels-section) .dtn-section-desc,
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro,
  #pet-hub :where(.hub-zones-section) .hub-note,
  #pet-hub :where(.hub-markets-section) .hub-market-intro p,
  #pet-hub :where(.hub-attractions-section) .hub-note,
  #pet-hub :where(.hub-travel-section) .hub-note,
  #pet-hub :where(.hub-checklist-section) .hub-note,
  #pet-hub :where(.hub-nearby-section) .dtn-section-desc,
  #pet-hub :where(.hub-faq-section) .hub-faq-intro,
  #pet-hub :where(.hub-info-section)>p{
    color:#272D32!important;
    font-size:16px!important;
    line-height:1.72!important;
  }
  .pet-intro-chips a,
  #pet-hub :where(.hub-info-section) .pet-internal-links a,
  .dtn-hub-review-viewall{
    font-size:15px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card p{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card p strong{
    color:#272D32!important;
    font-size:15.5px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip h3,
  #pet-hub :where(.hub-types-section) .hub-stay-tip p,
  #pet-hub :where(.hub-types-section) .hub-stay-tip p strong,
  #pet-hub :where(.hub-travel-section) .hub-travel-tip h3,
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p,
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p strong{
    color:#69727A!important;
    font-size:14px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-body h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-body p{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-zones-section) .hub-landscape-body span{
    font-size:15px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card-title{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card-desc{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-markets-section) .hub-market-card-link{
    font-size:15px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body p{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body p strong{
    color:#272D32!important;
  }
  #pet-hub :where(.hub-attractions-section) .hub-landscape-body span{
    font-size:15px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card p{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card p strong{
    color:#272D32!important;
    font-size:15.5px!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li,
  #pet-hub :where(.hub-checklist-section) .hub-check-note{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist strong,
  #pet-hub :where(.hub-checklist-section) .hub-check-note strong{
    color:#272D32!important;
    font-size:15.5px!important;
    line-height:inherit!important;
  }
  #pet-hub :where(.hub-nearby-section) .hub-nearby-card h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-nearby-section) .hub-nearby-card p{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-nearby-section) .hub-nearby-card p strong{
    color:#272D32!important;
    font-size:15.5px!important;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card h3{
    font-size:16px!important;
    line-height:1.5!important;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card p{
    color:#69727A!important;
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-faq-section) .hub-faq-card p strong{
    color:#272D32!important;
  }
  #pet-hub :where(.hub-popular-section) .hub-highlight-main h3{
    font-size:18px!important;
  }
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini h3{
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-popular-section) .hub-highlight-mini-meta{
    color:var(--dtn-muted-soft)!important;
    font-size:12px!important;
    line-height:1.35!important;
  }
  .hub-search-input{
    font-size:16px!important;
  }
}
@media screen and (min-width:769px){
  #pet-hub :where(.hub-types-section) .hub-stay-card h3,
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3{
    font-size:16px!important;
  }
}
@media screen and (min-width: 769px){
  #pet-hub :where(.hub-types-section){padding-top:26px}
  #pet-hub :where(.hub-types-section) .hub-staytypes-head{gap:10px;margin-bottom:10px}
  #pet-hub :where(.hub-types-section) .hub-staytypes-kicker{width:22px;height:22px;font-size:15px}
  #pet-hub :where(.hub-types-section) .hub-staytypes-titleblock h2{font-size:24px;line-height:1.3}
  #pet-hub :where(.hub-types-section) .hub-staytypes-line{width:44px;height:3px;margin-top:7px}
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro{margin:0 0 16px;font-size:15px;line-height:1.78}
  #pet-hub :where(.hub-types-section) .hub-staytypes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  #pet-hub :where(.hub-types-section) .hub-stay-card{
    padding:16px 16px 14px;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(37,45,50,.04);
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card::before{height:4px;border-radius:10px 10px 0 0}
  #pet-hub :where(.hub-types-section) .hub-stay-card-top{margin-bottom:10px}
  #pet-hub :where(.hub-types-section) .hub-stay-icon{width:54px;height:54px;border-radius:16px;box-shadow:none}
  #pet-hub :where(.hub-types-section) .hub-stay-icon svg{width:28px;height:28px}
  #pet-hub :where(.hub-types-section) .hub-stay-card h3{margin:0 0 8px;font-size:16px;line-height:1.42}
  #pet-hub :where(.hub-types-section) .hub-stay-card p,
  #pet-hub :where(.hub-types-section) .hub-stay-card p strong{font-size:15px;line-height:1.72;color:#272D32}
  #pet-hub :where(.hub-types-section) .hub-stay-card p{color:#272D32}
  #pet-hub :where(.hub-types-section) .hub-stay-accent{width:56px;height:4px;margin-top:12px;padding-top:0;background:var(--dtn-pink)}
  #pet-hub :where(.hub-types-section) .hub-stay-tip{
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
    margin-top:14px;
    padding:14px 16px;
    border-radius:10px;
    box-shadow:none;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon{width:38px;height:38px}
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon svg{width:20px;height:20px}
  #pet-hub :where(.hub-types-section) .hub-stay-tip h3{margin:0 0 3px;font-size:15px;line-height:1.42}
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{font-size:14px;line-height:1.65}
  #pet-hub :where(.hub-travel-section){padding-top:28px}
  #pet-hub :where(.hub-travel-section) .dtn-section-title{margin-bottom:10px}
  #pet-hub :where(.hub-travel-section) .dtn-title-text{font-size:24px;line-height:1.3}
  #pet-hub :where(.hub-travel-section) .hub-note{max-width:1040px;margin-bottom:14px;font-size:15px;line-height:1.76}
  #pet-hub :where(.hub-travel-section) .hub-travel-grid{gap:16px;margin-top:14px}
  #pet-hub :where(.hub-travel-section) .hub-travel-card,
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(4),
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(5){
    min-height:0;
    padding:16px 16px 14px 18px;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(37,45,50,.04);
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card::before{width:4px}
  #pet-hub :where(.hub-travel-section) .hub-travel-card-head{gap:10px;margin-bottom:10px}
  #pet-hub :where(.hub-travel-section) .hub-travel-no{width:34px;height:34px;font-size:15px}
  #pet-hub :where(.hub-travel-section) .hub-travel-icon{width:56px;height:56px;border-radius:16px;box-shadow:none}
  #pet-hub :where(.hub-travel-section) .hub-travel-icon svg{width:30px;height:30px}
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3{margin:0 0 6px;font-size:16px;line-height:1.42}
  #pet-hub :where(.hub-travel-section) .hub-travel-card p,
  #pet-hub :where(.hub-travel-section) .hub-travel-card p strong{font-size:15px;line-height:1.72;color:#272D32}
  #pet-hub :where(.hub-travel-section) .hub-travel-card p{color:#272D32}
  #pet-hub :where(.hub-travel-section) .hub-travel-accent{width:56px;height:4px;margin-top:12px;padding-top:0;background:var(--dtn-pink)}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip{
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
    margin-top:14px;
    padding:14px 16px;
    border-radius:10px;
    box-shadow:none;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon{width:38px;height:38px}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon svg{width:20px;height:20px}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip h3{margin:0 0 3px;font-size:15px;line-height:1.42}
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p{font-size:14px;line-height:1.65}
  #pet-hub :where(.hub-checklist-section){padding-top:28px}
  #pet-hub :where(.hub-checklist-section) .dtn-section-title{margin-bottom:10px}
  #pet-hub :where(.hub-checklist-section) .dtn-title-text{font-size:24px;line-height:1.3}
  #pet-hub :where(.hub-checklist-section) .hub-note{max-width:1060px;margin-bottom:14px;font-size:15px;line-height:1.76}
  #pet-hub :where(.hub-checklist-section) .hub-checklist-box{
    margin-top:14px;
    padding:14px 18px 12px;
    border:1px solid #e5e8eb;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(37,45,50,.035);
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist{gap:0 0}
  #pet-hub :where(.hub-checklist-section) .hub-checklist li{
    padding:14px 16px 14px 40px;
    margin:0;
    border-bottom:1px solid #eceff2;
    line-height:1.75;
    color:#272D32;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-last-child(-n+2){border-bottom:0}
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(odd){border-right:1px solid #eceff2}
  #pet-hub :where(.hub-checklist-section) .hub-checklist li::before{top:15px;left:14px;width:18px;height:18px;font-size:12px}
  #pet-hub :where(.hub-checklist-section) .hub-checklist strong{color:#272D32}
  #pet-hub :where(.hub-checklist-section) .hub-check-note{
    margin-top:14px;
    padding:12px 16px;
    border-radius:8px;
    background:#fafbfc;
    border-top:1px solid #eceff2;
    font-size:15px;
    line-height:1.72;
    color:#272D32;
  }
}
@media screen and (min-width:769px){
  #pet-hub :where(.hub-types-section),
  #pet-hub :where(.hub-travel-section){
    padding-top:22px!important;
    padding-bottom:22px!important;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-title{
    margin-bottom:7px!important;
  }
  #pet-hub :where(.hub-travel-section) .dtn-title-text{
    font-size:22px!important;
    line-height:1.28!important;
    letter-spacing:-.01em!important;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-underline{
    width:54px!important;
    height:2px!important;
    margin-top:6px!important;
  }
}
@media screen and (min-width:769px){
  #pet-hub :where(.hub-types-section),
  #pet-hub :where(.hub-travel-section),
  #pet-hub :where(.hub-checklist-section){
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-head{
    gap:14px!important;
    margin:0 0 16px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-kicker{
    width:30px!important;
    height:30px!important;
    margin-top:5px!important;
    font-size:20px!important;
    line-height:1!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-titleblock h2{
    font-size:34px!important;
    font-weight:700!important;
    line-height:1.28!important;
    letter-spacing:-.02em!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-line{
    width:98px!important;
    height:3px!important;
    margin-top:10px!important;
    border-radius:999px!important;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-title,
  #pet-hub :where(.hub-checklist-section) .dtn-section-title{
    display:block!important;
    margin:0 0 18px!important;
    padding:0!important;
  }
  #pet-hub :where(.hub-travel-section) .dtn-title-text,
  #pet-hub :where(.hub-checklist-section) .dtn-title-text{
    font-size:34px!important;
    font-weight:700!important;
    line-height:1.28!important;
    letter-spacing:-.02em!important;
  }
  #pet-hub :where(.hub-travel-section) .dtn-section-underline,
  #pet-hub :where(.hub-checklist-section) .dtn-section-underline{
    width:98px!important;
    height:3px!important;
    margin:0 0 0 44px!important;
    border-radius:999px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-intro{
    max-width:none!important;
    margin:0 0 16px!important;
    font-size:15px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-types-section) .hub-staytypes-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card{
    min-height:0!important;
    padding:16px 17px 15px!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:0 3px 10px rgba(37,45,50,.04)!important;
    transform:none!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card::before{
    height:3px!important;
    border-radius:10px 10px 0 0!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card:hover,
  #pet-hub :where(.hub-types-section) .hub-stay-card:focus-within{
    transform:translateY(-1px)!important;
    box-shadow:0 5px 14px rgba(37,45,50,.055)!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card-top{
    margin-bottom:11px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-icon{
    width:48px!important;
    height:48px!important;
    border-radius:14px!important;
    box-shadow:none!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-icon svg{
    width:27px!important;
    height:27px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card h3{
    margin:0 0 7px!important;
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-card p,
  #pet-hub :where(.hub-types-section) .hub-stay-card p strong{
    font-size:15px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-accent{
    width:38px!important;
    height:2px!important;
    margin-top:12px!important;
    padding-top:0!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:12px!important;
    margin-top:14px!important;
    padding:14px 16px!important;
    border-radius:9px!important;
    box-shadow:none!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip::after{display:none!important}
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon{
    width:40px!important;
    height:40px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip-icon svg{
    width:22px!important;
    height:22px!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip h3{
    margin:0 0 3px!important;
    font-size:15.5px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-types-section) .hub-stay-tip p{
    font-size:14.5px!important;
    line-height:1.70!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-note{
    max-width:none!important;
    margin-bottom:16px!important;
    font-size:15px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-grid{
    gap:16px!important;
    margin-top:16px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card,
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(4),
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(5){
    min-height:0!important;
    padding:17px 18px 16px 20px!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:0 3px 10px rgba(37,45,50,.04)!important;
    transform:none!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card::before{
    width:3px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card:hover,
  #pet-hub :where(.hub-travel-section) .hub-travel-card:focus-within{
    transform:translateY(-1px)!important;
    box-shadow:0 5px 14px rgba(37,45,50,.055)!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card-head{
    gap:12px!important;
    margin-bottom:13px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-no{
    width:33px!important;
    height:33px!important;
    font-size:14px!important;
    box-shadow:none!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-icon{
    width:50px!important;
    height:50px!important;
    border-radius:15px!important;
    box-shadow:none!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-icon svg{
    width:28px!important;
    height:28px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card h3{
    margin:0 0 7px!important;
    font-size:16px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card p,
  #pet-hub :where(.hub-travel-section) .hub-travel-card p strong{
    font-size:15px!important;
    line-height:1.72!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-accent{
    width:38px!important;
    height:2px!important;
    margin-top:13px!important;
    padding-top:0!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip{
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:12px!important;
    margin-top:14px!important;
    padding:14px 16px!important;
    border-radius:9px!important;
    box-shadow:none!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon{
    width:40px!important;
    height:40px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip-icon svg{
    width:22px!important;
    height:22px!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip h3{
    margin:0 0 3px!important;
    font-size:15.5px!important;
    line-height:1.45!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-tip p{
    font-size:14.5px!important;
    line-height:1.70!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-note{
    max-width:none!important;
    margin-bottom:14px!important;
    font-size:15px!important;
    line-height:1.75!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li{
    position:relative!important;
    display:block!important;
    margin:0!important;
    padding:12px 14px 12px 43px!important;
    border:1px dashed #e6e8eb!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#272D32!important;
    font-size:15px!important;
    line-height:1.70!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(even){
    background:#fafbfc!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(4n+1),
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(4n+4){
    background:#fff8fb!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li::before{
    background:#fff0f6!important;
    color:var(--dtn-pink-dark)!important;
  }
}
@media screen and (min-width:1001px){
  #pet-hub :where(.hub-types-section) .hub-staytypes-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card{
    grid-column:span 2!important;
  }
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(4),
  #pet-hub :where(.hub-travel-section) .hub-travel-card:nth-child(5){
    grid-column:span 3!important;
  }
}
@media screen and (min-width:769px){
  #pet-hub :where(.hub-checklist-section) .hub-checklist-box{
    margin-top:13px!important;
    padding:13px 17px 11px!important;
    border:1px solid #e5e8eb!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:0 4px 12px rgba(37,45,50,.035)!important;
    overflow:hidden!important;
  }

  #pet-hub :where(.hub-checklist-section) .hub-checklist{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
  }

  #pet-hub :where(.hub-checklist-section) .hub-checklist li,
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(even),
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(4n+1),
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(4n+4){
    position:relative!important;
    display:block!important;
    margin:0!important;
    padding:13px 15px 13px 39px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#272D32!important;
    font-size:15px!important;
    line-height:1.68!important;
    overflow:visible!important;
    -webkit-line-clamp:unset!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-child(odd){
    border-right:0!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist li::after{
    content:""!important;
    position:absolute!important;
    left:20px!important;
    right:20px!important;
    bottom:0!important;
    border-bottom:1px dashed #e3e6e9!important;
    pointer-events:none!important;
  }

  #pet-hub :where(.hub-checklist-section) .hub-checklist li:nth-last-child(-n+2)::after{
    content:none!important;
  }

  #pet-hub :where(.hub-checklist-section) .hub-checklist li::before{
    top:14px!important;
    left:14px!important;
    width:18px!important;
    height:18px!important;
    font-size:12px!important;
  }

  #pet-hub :where(.hub-checklist-section) .hub-checklist strong{
    color:#272D32!important;
    font-size:15px!important;
    line-height:inherit!important;
  }

  #pet-hub :where(.hub-checklist-section) .hub-check-note{
    margin:12px 0 0!important;
    padding:11px 15px!important;
    border:0!important;
    border-top:1px dashed #e3e6e9!important;
    border-radius:0!important;
    background:#fff!important;
    color:#272D32!important;
    font-size:15px!important;
    line-height:1.68!important;
  }
}
@media screen and (max-width:768px){
  .hub-types-section .hub-stay-tip,
  .hub-travel-section .hub-travel-tip{background:#f9fcfc!important}
}

/* MASTER QUICK NAV — FINAL V5 */
/* PC is locked. Mobile uses one clean 2x2 title-only pattern. */
.pet-quick-item,
.pet-quick-item:nth-child(1),
.pet-quick-item:nth-child(2),
.pet-quick-item:nth-child(3),
.pet-quick-item:nth-child(4){
  position:relative;
  overflow:hidden;
  border:0!important;
  outline:0!important;
  border-radius:16px!important;
  background:#fff!important;
  background-image:none!important;
  box-shadow:0 5px 16px rgba(37,45,50,.055)!important;
  transform:none!important;
  transition:transform .16s ease,box-shadow .16s ease!important;
}
.pet-quick-item::after{content:none!important}
.pet-quick-item:nth-child(1)::before{content:'✦'}
.pet-quick-item:nth-child(2)::before{content:'▣'}
.pet-quick-item:nth-child(3)::before{content:'⌂'}
.pet-quick-item:nth-child(4)::before{content:'◎'}
.pet-quick-item::before,
.pet-quick-item:nth-child(3)::before,
.pet-quick-item:nth-child(4)::before{
  position:absolute!important;
  top:14px!important;
  left:18px!important;
  display:block!important;
  width:22px!important;
  height:22px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--dtn-pink)!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:22px!important;
  text-align:center!important;
  transition:color .16s ease!important;
}
.pet-quick-title{
  margin:0 0 6px!important;
  padding-left:30px!important;
  color:var(--dtn-ink)!important;
  line-height:1.36!important;
  transition:color .16s ease!important;
}
.pet-quick-desc{
  padding-left:30px!important;
  color:#70777d!important;
}
.pet-quick-item:hover,
.pet-quick-item:focus-visible{
  background:#fff!important;
  box-shadow:0 8px 20px rgba(37,45,50,.075)!important;
  transform:translateY(-2px)!important;
}
.pet-quick-item:hover .pet-quick-title,
.pet-quick-item:focus-visible .pet-quick-title,
.pet-quick-item:active .pet-quick-title,
.pet-quick-item:hover::before,
.pet-quick-item:focus-visible::before,
.pet-quick-item:active::before,
.pet-quick-item:hover:nth-child(3)::before,
.pet-quick-item:hover:nth-child(4)::before,
.pet-quick-item:focus-visible:nth-child(3)::before,
.pet-quick-item:focus-visible:nth-child(4)::before,
.pet-quick-item:active:nth-child(3)::before,
.pet-quick-item:active:nth-child(4)::before{
  color:var(--dtn-pink)!important;
}

@media screen and (min-width:769px){
  .pet-quick-item,
  .pet-quick-item:nth-child(1),
  .pet-quick-item:nth-child(2),
  .pet-quick-item:nth-child(3),
  .pet-quick-item:nth-child(4){
    min-height:0!important;
    padding:14px 18px!important;
  }
}

/* ---------- Mobile Master: quick navigation ---------- */
@media screen and (max-width:768px){
  .pet-quick-nav{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:12px!important;
  }
  .pet-quick-item,
  .pet-quick-item:nth-child(1),
  .pet-quick-item:nth-child(2),
  .pet-quick-item:nth-child(3),
  .pet-quick-item:nth-child(4){
    display:flex!important;
    min-width:0!important;
    min-height:72px!important;
    align-items:center!important;
    padding:12px 14px 12px 44px!important;
    border:0!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 4px 14px rgba(37,45,50,.055)!important;
  }
  .pet-quick-item::before,
  .pet-quick-item:nth-child(3)::before,
  .pet-quick-item:nth-child(4)::before{
    top:50%!important;
    left:15px!important;
    width:20px!important;
    height:20px!important;
    color:var(--dtn-pink)!important;
    font-size:16px!important;
    line-height:20px!important;
    transform:translateY(-50%)!important;
  }
  .pet-quick-title{
    display:block!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:var(--dtn-ink)!important;
    font-size:15px!important;
    font-weight:700!important;
    line-height:1.38!important;
    overflow-wrap:anywhere;
  }
  .pet-quick-desc{display:none!important}
  .pet-quick-item:active .pet-quick-title,
  .pet-quick-item:focus-visible .pet-quick-title{
    color:var(--dtn-pink)!important;
  }
  #pet-hub :where(.hub-checklist-section) .hub-checklist-toggle{
    min-height:46px!important;
  }
}

/* OPTIONAL CHILD HUB AREA DIRECTORY — Parent Hub design language */
.hub-area-directory-section .dtn-section-desc{
  max-width:900px;
  margin-bottom:20px;
}
.hub-area-directory-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.hub-area-directory-card{
  display:block;
  min-width:0;
  height:100%;
  overflow:hidden;
  border:1px solid var(--dtn-line);
  border-radius:8px;
  background:#fff;
  color:var(--dtn-ink)!important;
  text-decoration:none!important;
  box-shadow:var(--dtn-shadow-soft);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.hub-area-directory-card:hover,
.hub-area-directory-card:focus-visible{
  border-color:#f2b4cd;
  box-shadow:var(--dtn-shadow-hover);
  transform:translateY(-3px);
  outline:none;
}
.hub-area-directory-media{
  aspect-ratio:16/10;
  overflow:hidden;
  background:#e8ecef;
}
.hub-area-directory-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .28s ease;
}
.hub-area-directory-card:hover .hub-area-directory-media img,
.hub-area-directory-card:focus-visible .hub-area-directory-media img{transform:scale(1.025)}
.hub-area-directory-body{padding:15px 15px 17px}
.hub-area-directory-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.hub-area-directory-top h3{
  margin:0;
  color:var(--dtn-ink);
  font-size:18px;
  font-weight:700;
  line-height:1.4;
}
.hub-area-directory-top>span{
  flex:0 0 auto;
  color:var(--dtn-pink);
  font-size:21px;
  font-weight:700;
  line-height:1.2;
}
.hub-area-directory-body p{
  display:-webkit-box;
  overflow:hidden;
  margin:7px 0 0;
  color:var(--dtn-muted);
  font-size:13px;
  line-height:1.58;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
@media screen and (max-width:768px){
  .hub-area-directory-section .dtn-section-desc{
    margin-bottom:14px;
    font-size:13px;
    line-height:1.62;
  }
  .hub-area-directory-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .hub-area-directory-card{
    position:relative;
    display:grid;
    grid-template-columns:35% minmax(0,1fr);
    min-height:126px;
    overflow:hidden;
    border:1px solid #e3e6ea;
    border-radius:12px;
    box-shadow:0 5px 16px rgba(37,45,50,.05);
    transform:none!important;
  }
  .hub-area-directory-media{
    height:100%;
    min-height:126px;
    aspect-ratio:auto;
  }
  .hub-area-directory-media img{height:100%;object-fit:cover}
  .hub-area-directory-body{
    position:relative;
    display:flex;
    min-width:0;
    flex-direction:column;
    justify-content:center;
    padding:14px 44px 14px 14px;
  }
  .hub-area-directory-top{display:block}
  .hub-area-directory-top h3{
    margin:0;
    font-size:17px;
    line-height:1.38;
  }
  .hub-area-directory-top>span{
    position:absolute;
    top:50%;
    right:16px;
    color:var(--dtn-pink);
    font-size:26px;
    line-height:1;
    transform:translateY(-50%);
  }
  .hub-area-directory-body p{
    margin-top:6px;
    font-size:12.5px;
    line-height:1.55;
    -webkit-line-clamp:2;
  }
}
@media screen and (max-width:390px){
  .hub-area-directory-card{grid-template-columns:34% minmax(0,1fr);min-height:118px}
  .hub-area-directory-media{min-height:118px}
  .hub-area-directory-body{padding:12px 39px 12px 12px}
  .hub-area-directory-top h3{font-size:16px}
  .hub-area-directory-body p{font-size:12px}
  .hub-area-directory-top>span{right:13px;font-size:24px}
}


/* MASTER MOBILE EDITORIAL V2
   Desktop keeps the full editorial copy. Mobile uses concise factual copy written for reading/search. */
.hub-copy-mobile{display:none!important}
.hub-copy-desktop{display:inline!important}

@media screen and (max-width:768px){
  .hub-copy-desktop,
  .hub-desktop-only{display:none!important}
  .hub-copy-mobile{display:inline!important}

  /* Optional area directory: exact Child Hub mobile heading language. */
  #pet-hub .hub-area-directory-section .dtn-section-title{
    display:block!important;
    margin:0 0 10px!important;
    padding:0!important;
    background:transparent!important;
  }
  #pet-hub .hub-area-directory-section .dtn-section-content{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:20px!important;
    row-gap:8px!important;
    align-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  #pet-hub .hub-area-directory-section .dtn-title-link{
    grid-column:1!important;
    grid-row:1!important;
    display:flex!important;
    min-width:0!important;
    align-items:flex-start!important;
    gap:10px!important;
  }
  #pet-hub .hub-area-directory-section .dtn-title-link::before{
    content:'◎'!important;
    display:grid!important;
    flex:0 0 20px!important;
    width:20px!important;
    height:20px!important;
    place-items:center!important;
    margin-top:3px!important;
    color:var(--dtn-pink)!important;
    font-size:16px!important;
    font-weight:700!important;
    line-height:1!important;
  }
  #pet-hub .hub-area-directory-section .dtn-title-text{
    min-width:0!important;
    margin:0!important;
    color:var(--dtn-ink)!important;
    font-size:20px!important;
    font-weight:700!important;
    line-height:1.34!important;
    letter-spacing:-.01em!important;
  }
  #pet-hub .hub-area-directory-section .dtn-section-underline{
    grid-column:1!important;
    grid-row:2!important;
    display:block!important;
    width:62px!important;
    height:2px!important;
    min-width:0!important;
    margin:0 0 0 30px!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,var(--dtn-pink) 0%,#f58bb8 54%,#cfdfe3 100%)!important;
  }
  #pet-hub .hub-area-directory-section .dtn-section-desc{
    margin:0 0 14px!important;
    color:var(--dtn-muted)!important;
    font-size:14px!important;
    line-height:1.65!important;
  }

  /* Mobile editorial rhythm: concise copy is shown directly, no read-more/clamp UI. */
  #pet-hub .hub-intro-card>p,
  #pet-hub .dtn-section-desc,
  #pet-hub .hub-staytypes-intro,
  #pet-hub .hub-guide-panel>.hub-note,
  #pet-hub .hub-faq-intro,
  #pet-hub .hub-info-section>p{
    text-wrap:pretty;
  }

  #pet-hub .hub-types-section .hub-stay-card p,
  #pet-hub .hub-zones-section .hub-landscape-card p,
  #pet-hub .hub-attractions-section .hub-landscape-card p,
  #pet-hub .hub-travel-section .hub-travel-card p,
  #pet-hub .hub-nearby-section .hub-nearby-card p{
    overflow:visible!important;
    display:block!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
  }
}

@media screen and (min-width:769px){
  .hub-copy-mobile{display:none!important}
  .hub-copy-desktop{display:inline!important}
}


/* MASTER CHILD HUB V4 — LANDSCAPE / RECOMMENDATION / AREA TYPOGRAPHY FIX */
/* Editorial PC/Mobile spans inside card paragraphs must behave like normal paragraph text.
   Older landscape rules intentionally style direct action labels pink; do not let them leak into editorial copy. */
#pet-hub .hub-landscape-body p > .hub-copy-desktop,
#pet-hub .hub-landscape-body p > .hub-copy-mobile{
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
}
#pet-hub .hub-zones-section .hub-landscape-body > .hub-landscape-link{
  display:block;
  margin-top:auto;
  padding-top:8px;
  color:var(--dtn-pink)!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.45!important;
}

/* DogThailand recommendation = Master Amphawa exact scale/theme. */
#pet-hub .hub-types-section .hub-stay-tip{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:flex-start!important;
  margin-top:14px!important;
  padding:14px 16px!important;
  border:1px solid var(--dtn-rose-line)!important;
  border-radius:9px!important;
  background:#f9fcfc!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
#pet-hub .hub-types-section .hub-stay-tip::after{display:none!important}
#pet-hub .hub-types-section .hub-stay-tip-icon{
  display:grid!important;
  width:40px!important;
  height:40px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--dtn-pink-soft)!important;
  color:var(--dtn-pink-dark)!important;
}
#pet-hub .hub-types-section .hub-stay-tip-icon svg{
  width:22px!important;
  height:22px!important;
}
#pet-hub .hub-types-section .hub-stay-tip h3{
  margin:0 0 3px!important;
  color:var(--dtn-ink)!important;
  font-size:15.5px!important;
  font-weight:700!important;
  line-height:1.45!important;
}
#pet-hub .hub-types-section .hub-stay-tip p,
#pet-hub .hub-types-section .hub-stay-tip p strong,
#pet-hub .hub-types-section .hub-stay-tip p > .hub-copy-desktop,
#pet-hub .hub-types-section .hub-stay-tip p > .hub-copy-mobile{
  margin:0!important;
  color:#272D32!important;
  font-size:14.5px!important;
  font-weight:400!important;
  line-height:1.70!important;
}
#pet-hub .hub-types-section .hub-stay-tip p strong{font-weight:700!important}

@media screen and (max-width:768px){
  /* Area directory typography follows the same mobile reading scale as the rest of Master Hub. */
  #pet-hub .hub-area-directory-section .dtn-section-desc{
    margin:0 0 16px!important;
    color:#272D32!important;
    font-size:16px!important;
    line-height:1.72!important;
  }
  #pet-hub .hub-area-directory-card{
    min-height:132px!important;
  }
  #pet-hub .hub-area-directory-media{
    min-height:132px!important;
  }
  #pet-hub .hub-area-directory-body{
    padding:14px 46px 14px 14px!important;
  }
  #pet-hub .hub-area-directory-top h3{
    color:var(--dtn-ink)!important;
    font-size:18px!important;
    line-height:1.4!important;
  }
  #pet-hub .hub-area-directory-body p{
    margin-top:6px!important;
    color:var(--dtn-muted)!important;
    font-size:15px!important;
    line-height:1.6!important;
    -webkit-line-clamp:2!important;
  }
  #pet-hub .hub-area-directory-top>span{
    right:15px!important;
    font-size:27px!important;
  }

  #pet-hub .hub-types-section .hub-stay-tip{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:flex-start!important;
    margin-top:10px!important;
    padding:11px 12px!important;
    border:1px solid var(--dtn-rose-line)!important;
    border-radius:6px!important;
    background:#f9fcfc!important;
  }
  #pet-hub .hub-types-section .hub-stay-tip-icon{
    width:32px!important;
    height:32px!important;
  }
  #pet-hub .hub-types-section .hub-stay-tip-icon svg{
    width:18px!important;
    height:18px!important;
  }
  #pet-hub .hub-types-section .hub-stay-tip h3{
    margin:0 0 2px!important;
    color:#69727A!important;
    font-size:14px!important;
    line-height:1.72!important;
  }
  #pet-hub .hub-types-section .hub-stay-tip p,
  #pet-hub .hub-types-section .hub-stay-tip p strong,
  #pet-hub .hub-types-section .hub-stay-tip p > .hub-copy-mobile{
    color:#69727A!important;
    font-size:14px!important;
    line-height:1.72!important;
  }
}
@media screen and (max-width:390px){
  /* Do not shrink the directory text below the Master mobile scale. */
  #pet-hub .hub-area-directory-card{min-height:128px!important}
  #pet-hub .hub-area-directory-media{min-height:128px!important}
  #pet-hub .hub-area-directory-body{padding:12px 43px 12px 12px!important}
  #pet-hub .hub-area-directory-top h3{font-size:18px!important}
  #pet-hub .hub-area-directory-body p{font-size:15px!important;line-height:1.58!important}
  #pet-hub .hub-area-directory-top>span{right:13px!important;font-size:26px!important}
}

/* ============================================================
   DogThailand Recommendation — LOCKED SHARED COMPONENT V1
   Added on top of Bangsaen V5-approved CSS only.
   Does not override any other Hub component.
   ============================================================ */
#pet-hub .hub-dogthailand-tip{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:flex-start!important;
  margin-top:14px!important;
  padding:14px 16px!important;
  border:1px solid var(--dtn-rose-line)!important;
  border-radius:9px!important;
  background:#f9fcfc!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
#pet-hub .hub-dogthailand-tip-icon{
  display:grid!important;
  width:40px!important;
  height:40px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:var(--dtn-pink-soft)!important;
  color:var(--dtn-pink-dark)!important;
}
#pet-hub .hub-dogthailand-tip-icon svg{
  display:block!important;
  width:22px!important;
  height:22px!important;
}
#pet-hub .hub-dogthailand-tip h3{
  margin:0 0 3px!important;
  color:var(--dtn-ink)!important;
  font-size:15.5px!important;
  font-weight:700!important;
  line-height:1.45!important;
}
#pet-hub .hub-dogthailand-tip p,
#pet-hub .hub-dogthailand-tip p strong,
#pet-hub .hub-dogthailand-tip p > .hub-copy-desktop,
#pet-hub .hub-dogthailand-tip p > .hub-copy-mobile{
  margin:0!important;
  color:#272D32!important;
  font-size:14.5px!important;
  font-weight:400!important;
  line-height:1.70!important;
}
#pet-hub .hub-dogthailand-tip p strong{font-weight:700!important}

@media screen and (max-width:768px){
  #pet-hub .hub-dogthailand-tip{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:9px!important;
    margin-top:10px!important;
    padding:11px 12px!important;
    border-radius:6px!important;
    background:#f9fcfc!important;
  }
  #pet-hub .hub-dogthailand-tip-icon{
    width:32px!important;
    height:32px!important;
  }
  #pet-hub .hub-dogthailand-tip-icon svg{
    width:18px!important;
    height:18px!important;
  }
  #pet-hub .hub-dogthailand-tip h3{
    margin:0 0 2px!important;
    color:#69727A!important;
    font-size:14px!important;
    line-height:1.72!important;
  }
  #pet-hub .hub-dogthailand-tip p,
  #pet-hub .hub-dogthailand-tip p strong,
  #pet-hub .hub-dogthailand-tip p > .hub-copy-mobile{
    color:#69727A!important;
    font-size:14px!important;
    line-height:1.72!important;
  }
}

