* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8fafc;
    color: #0f172a;
    line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; }
.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    display: inline-flex;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga";
}

.glass-card { background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(10px); }
.map-container iframe { border-radius: 2rem; }
.map-container .leaflet-container {
    height: 100%;
    width: 100%;
    font-family: inherit;
    cursor: grab;
}
.map-container .leaflet-container:active {
    cursor: grabbing;
}
.map-container .leaflet-control-zoom {
    border: 0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
}
.map-container .leaflet-control-zoom a {
    color: #0f172a;
    border: 0;
}
.tc-map-pin {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    background: #f59e0b;
    border: 4px solid #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .25);
}
.tc-map-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 48px;
    filter: drop-shadow(0 12px 18px rgba(15, 23, 42, .28));
}
.tc-map-marker svg {
    width: 40px;
    height: 48px;
    overflow: visible;
}
.tc-map-marker path {
    fill: #f59e0b;
    stroke: #fff;
    stroke-width: 1.8;
}
.tc-map-marker circle {
    fill: #fff;
}
.map-preview {
    background-image:
        linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px);
    background-size: 28px 28px;
}

.detail-page {
    background:
        radial-gradient(circle at 18% 0%, rgba(245, 158, 11, .11), transparent 28%),
        linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
    padding-bottom: 0;
}
.detail-page--basic {
    background: #f8fafc;
}
.detail-page--basic .detail-topics,
.detail-page--basic .detail-editorial,
.detail-page--basic .detail-opinions,
.detail-page--basic .detail-faq,
.detail-page--basic .detail-related-searches,
.detail-page--basic .detail-recommendations {
    display: none;
}
.detail-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 76px;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid #e8edf4;
    backdrop-filter: blur(18px);
}
.detail-nav__inner {
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.detail-nav__back,
.detail-nav__links a {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.detail-nav__back:hover,
.detail-nav__links a:hover {
    color: #0f172a;
}
.detail-nav__links {
    display: flex;
    align-items: center;
    gap: 22px;
}
.detail-owner-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f172a;
    color: #fff !important;
    padding: 0 18px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .14);
}
.detail-owner-link:hover {
    background: #f59e0b;
    color: #fff !important;
}
.detail-shell {
    max-width: 1500px;
    margin: 0 auto;
    padding: 42px 28px 0;
    position: relative;
}
.detail-above-fold {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 56px;
    align-items: start;
    margin-bottom: 44px;
}
.detail-page--pro .detail-above-fold {
    margin-bottom: 24px;
}
.detail-page--basic .detail-above-fold {
    margin-bottom: 18px;
}
.detail-hero,
.detail-layout,
.detail-related-searches,
.detail-recommendations,
.detail-owner {
    max-width: calc(100% - 388px);
}
.detail-hero {
    position: relative;
    max-width: none;
    min-width: 0;
}
.detail-hero::before {
    content: none;
}
.detail-hero > * {
    position: relative;
    z-index: 1;
}
.detail-hero__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
    margin-bottom: 26px;
}
.detail-kicker {
    color: #d97706;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .24em;
    margin: 0 0 10px;
}
.detail-title {
    max-width: 100%;
    color: #0f172a;
    font-size: clamp(42px, 6vw, 82px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
}
.detail-page--basic .detail-title {
    max-width: 920px;
    font-size: clamp(36px, 4.7vw, 58px);
    line-height: 1;
}
.detail-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}
.detail-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf0f7;
    color: #0f172a;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.detail-pill--dark {
    background: #0f172a;
    color: #fff;
}
.detail-pill--closed {
    background: #fee2e2;
    color: #991b1b;
}
.detail-pill--soft {
    background: #fff7df;
    color: #b45309;
}
.detail-pill--pro {
    background: #0f172a;
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .14);
}
.detail-summary {
    max-width: 620px;
    color: #36465f;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 750;
    margin: 14px 0 0;
}
.detail-page--basic .detail-summary {
    max-width: 780px;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}
.detail-hero__aside {
    display: grid;
    gap: 14px;
    justify-items: start;
}
.tc-opinion-widget {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    background: #ffffff;
    padding: 18px;
    margin: 26px 0 0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
    overflow: hidden;
}
.tc-opinion-widget__row {
    display: grid;
    gap: 14px;
}
.tc-opinion-widget__row--meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tc-opinion-widget__fact {
    border: 1px solid #e8edf4;
    border-radius: 18px;
    background: #fbfdff;
    padding: 16px;
}
.tc-opinion-widget__fact span {
    display: block;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.tc-opinion-widget__fact strong {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: 0;
}
.tc-opinion-widget__fact p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}
.tc-opinion-widget__fact small {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    border-radius: 999px;
    background: #eaf8ed;
    color: #15803d;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}
.tc-opinion-widget__fact small::before {
    content: "check";
    font-family: "Material Symbols Rounded";
    font-feature-settings: "liga";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 999px;
    background: #159447;
    color: #fff;
    font-size: 14px;
}
.detail-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .9fr);
    grid-template-rows: repeat(2, 240px);
    gap: 5px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
}
.detail-page--basic .detail-gallery {
    border: 1px solid #e8edf4;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .05);
}
.detail-gallery--single {
    grid-template-columns: 1fr;
    grid-template-rows: 520px;
    max-width: none;
    margin: 0 auto;
}
.detail-page--basic .detail-gallery--single {
    grid-template-rows: 280px;
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}
.detail-gallery--rich {
    grid-template-columns: minmax(0, 1.45fr) minmax(170px, .62fr);
    grid-template-rows: repeat(3, 150px);
}
.detail-gallery--rich .detail-gallery__item:first-child {
    grid-column: 1;
    grid-row: 1 / span 3;
}
.detail-gallery--rich .detail-gallery__item:nth-child(n+5) {
    display: none;
}
.detail-gallery--single .detail-gallery__item:first-child {
    grid-row: auto;
}
.detail-gallery__item {
    position: relative;
    display: block;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: #edf2f7;
}
.detail-gallery--single {
    background: transparent;
}
.detail-gallery--single .detail-gallery__item {
    border-radius: 34px;
}
.detail-page--basic .detail-gallery--single .detail-gallery__item {
    border-radius: 18px;
}
.detail-gallery__item:first-child {
    grid-row: 1 / span 2;
}
.detail-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-image-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.detail-image-trigger img {
    transition: transform .24s ease;
}
.detail-image-trigger:hover img {
    transform: scale(1.025);
}
.detail-gallery--single .detail-gallery__item img[src$="placeholder-cachopo.svg"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    transform: scale(1.42);
    transform-origin: center center;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, .13) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, .13) 1px, transparent 1px),
        #fffaf1;
    background-size: 28px 28px;
}
.detail-page--basic .detail-gallery--single .detail-gallery__item img[src$="placeholder-cachopo.svg"] {
    transform: scale(1.18);
}
.detail-gallery--single .detail-image-trigger:hover img[src$="placeholder-cachopo.svg"] {
    transform: scale(1.46);
}
.detail-page--basic .detail-gallery--single .detail-image-trigger:hover img[src$="placeholder-cachopo.svg"] {
    transform: scale(1.2);
}
.detail-gallery__placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 24px;
    text-align: center;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, .13) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, .13) 1px, transparent 1px),
        #f8fafc;
    background-size: 28px 28px;
}
.detail-gallery__placeholder strong {
    display: block;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 6px;
}
.detail-gallery__placeholder span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}
.detail-gallery__button {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #0f172a;
    padding: 11px 16px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
}
.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
}
.detail-main {
    min-width: 0;
}
.detail-side {
    position: sticky;
    top: 104px;
}
.detail-side--top {
    position: sticky;
    top: 112px;
    right: auto;
    width: auto;
    max-height: none;
    overflow: visible;
    z-index: 20;
    align-self: start;
}
.detail-section {
    padding: 34px 0;
    border-bottom: 1px solid #e8edf4;
}
.detail-page--basic .detail-section {
    padding: 26px 0;
}
.detail-page--basic .detail-section h2 {
    font-size: clamp(28px, 3.2vw, 40px);
}
.detail-page--basic .detail-text {
    max-width: 900px;
    font-size: 18px;
}
.detail-section--closed {
    margin-bottom: 24px;
    padding: 28px;
    border: 1px solid rgba(220, 38, 38, 0.18);
    border-radius: 28px;
    background: #fff7f7;
}
.detail-editorial {
    padding: 30px;
    border: 1px solid rgba(245, 158, 11, 0.18);
    border-radius: 30px;
    background: #fff;
}
.detail-page--pro .detail-editorial {
    margin-top: 2px;
}
.detail-visit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}
.detail-visit-card {
    position: relative;
    border: 1px solid #e8edf4;
    border-radius: 22px;
    background: #f8fafc;
    padding: 18px 18px 18px 66px;
}
.detail-card-icon {
    position: absolute;
    left: 18px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #fff7ed;
    color: #d97706;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, .16);
}
.detail-visit-card h3 {
    margin: 0 0 9px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
}
.detail-visit-card p {
    margin: 0;
    color: #42526b;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}
.detail-opinions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0;
}
.detail-page--pro .detail-opinions {
    padding-top: 28px;
}
.detail-opinions__score,
.detail-opinions__body {
    min-width: 0;
}
.detail-opinions__score h2 {
    margin-bottom: 18px;
}
.detail-opinions__count,
.detail-opinions__source,
.detail-opinions__note {
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 500;
}
.detail-opinions__count,
.detail-opinions__source {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}
.detail-opinions__count span,
.detail-opinions__source span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #eef2f7;
    color: #0f172a;
    font-size: 15px;
}
.detail-opinions__count strong,
.detail-opinions__source strong {
    color: #0f172a;
    font-weight: 900;
}
.detail-opinions__body > p:first-child {
    color: #26364f;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 500;
}
.detail-opinions__lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}
.detail-opinions__lists > div {
    border: 1px solid #e8edf4;
    border-radius: 22px;
    background: #fff;
    padding: 18px;
}
.detail-opinions__lists > div:first-child {
    border-color: rgba(22, 163, 74, .18);
    background: linear-gradient(180deg, #f7fff9 0%, #fff 100%);
}
.detail-opinions__lists > div:nth-child(2) {
    border-color: rgba(245, 158, 11, .22);
    background: linear-gradient(180deg, #fffaf0 0%, #fff 100%);
}
.detail-opinions__lists h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}
.detail-opinions__lists h3 .material-symbols-rounded {
    color: #16a34a;
}
.detail-opinions__lists > div:nth-child(2) h3 .material-symbols-rounded {
    color: #f59e0b;
}
.detail-opinions__lists ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.detail-opinions__lists li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding-left: 0;
    color: #42526b;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}
.detail-opinions__lists li .material-symbols-rounded {
    margin-top: 1px;
    color: #16a34a;
    font-size: 17px;
}
.detail-opinions__lists > div:nth-child(2) li .material-symbols-rounded {
    color: #f59e0b;
}
.detail-editorial__source {
    margin: 18px 0 0;
    color: #718096;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 800;
}
.detail-editorial__source a {
    color: #d97706;
    text-decoration: none;
}
.detail-section:first-child {
    padding-top: 0;
}
.detail-section__eyebrow {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 12px;
}
.detail-section h2 {
    color: #0f172a;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 16px;
}
.detail-text {
    color: #475569;
    font-size: 19px;
    line-height: 1.75;
    margin: 0;
}
.detail-card {
    border: 1px solid #e8edf4;
    border-radius: 28px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.detail-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}
.detail-guide-card {
    border: 1px solid #e8edf4;
    border-radius: 24px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
}
.detail-guide-card h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}
.detail-guide-card p {
    margin: 0;
    color: #52657d;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 650;
}
.detail-topics nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.detail-topics a {
    display: block;
    border: 1px solid #e8edf4;
    border-radius: 22px;
    background: #fff;
    padding: 18px 20px;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .03);
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.detail-topics a:hover {
    border-color: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .07);
}
.detail-topics strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
}
.detail-topics span {
    display: block;
    color: #52657d;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
}
.detail-faq__list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}
.detail-faq details {
    border: 1px solid #e8edf4;
    border-radius: 22px;
    background: #fff;
    padding: 18px 20px;
}
.detail-faq summary {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}
.detail-faq summary .material-symbols-rounded {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #fff7ed;
    color: #d97706;
    font-size: 18px;
}
.detail-faq summary::marker {
    color: #f59e0b;
}
.detail-faq p {
    margin: 12px 0 0;
    color: #52657d;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}
.detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.detail-info {
    position: relative;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    padding: 18px 18px 18px 62px;
}
.detail-info > span:not(.detail-info__icon) {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 8px;
}
.detail-info__icon {
    position: absolute;
    left: 18px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff7ed;
    color: #d97706;
}
.detail-info strong {
    color: #0f172a;
    font-size: 15px;
    line-height: 1.45;
}
.detail-photo-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.detail-photo-strip__item {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
    background: #edf2f7;
}
.detail-photo-strip__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.detail-source {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid #e8edf4;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    padding: 8px 14px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.detail-source--ok {
    color: #15803d;
}
.detail-action-bar {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}
.detail-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 76px;
    border: 1px solid #e8edf4;
    border-radius: 24px;
    background: #fff;
    color: #0f172a;
    padding: 16px 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.detail-action span {
    display: block;
    margin-bottom: 4px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.detail-action strong {
    display: block;
    max-width: 100%;
    color: inherit;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
    overflow-wrap: anywhere;
}
.detail-action:hover {
    border-color: #f59e0b;
    background: #fffbeb;
    color: #b45309;
    transform: translateY(-2px);
}
.detail-action:hover span {
    color: #d97706;
}
.detail-action--primary {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #fff;
    box-shadow: 0 16px 28px rgba(245, 158, 11, .2);
}
.detail-action--primary span {
    color: rgba(255, 255, 255, .78);
}
.detail-action--primary:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}
.detail-action--primary:hover span {
    color: rgba(255, 255, 255, .78);
}
.detail-action--ghost {
    color: #64748b;
}
.detail-panel {
    border: 1px solid rgba(226, 232, 240, .92);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,252,.96) 100%);
    padding: 22px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, .13);
}
.detail-side--top .detail-panel {
    border-radius: 24px;
    padding: 24px;
    max-height: none;
    overflow: visible;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.84) 100%);
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, .16);
}
.detail-side--top .detail-panel--basic {
    border-color: rgba(226, 232, 240, .82);
    border-radius: 22px;
    background: rgba(255, 255, 255, .68);
    padding: 18px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    backdrop-filter: blur(10px);
}
.detail-side--top .detail-panel--pro {
    border-color: rgba(245, 158, 11, .24);
    background:
        radial-gradient(circle at 50% 0%, rgba(245, 158, 11, .14), transparent 38%),
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,251,235,.9) 100%);
    padding: 22px;
    box-shadow: 0 34px 88px rgba(15, 23, 42, .18), 0 14px 38px rgba(245, 158, 11, .1);
}
.detail-panel--pro {
    isolation: isolate;
}
.detail-featured-note {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin: 0 0 14px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 18px;
    background: #0f172a;
    padding: 12px;
}
.detail-featured-note > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f59e0b;
    color: #0f172a;
    font-size: 18px;
}
.detail-featured-note strong {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 950;
}
.detail-featured-note p {
    margin: 4px 0 0;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}
.detail-panel-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 16px;
}
.detail-panel-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    padding: 9px 10px;
    font-size: 10px;
    line-height: 1.15;
    font-weight: 950;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.detail-panel-action .material-symbols-rounded {
    flex: 0 0 auto;
    font-size: 18px;
}
.detail-panel-action--primary {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #fff;
    box-shadow: 0 16px 28px rgba(245, 158, 11, .18);
}
.detail-panel-action:hover {
    border-color: #f59e0b;
    background: #fffbeb;
    color: #b45309;
}
.detail-panel-action--primary:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}
.detail-panel--pro .detail-panel-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 12px;
}
.detail-panel--pro .detail-panel-action--primary {
    grid-column: 1 / -1;
    min-height: 52px;
    border-radius: 18px;
    font-size: 12px;
}
.detail-panel--pro .detail-panel-action:not(.detail-panel-action--primary) {
    min-height: 42px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .86);
}
.detail-panel-proof {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0 0 14px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    color: #15803d;
    padding: 9px 12px;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.detail-panel-proof .material-symbols-rounded {
    font-size: 17px;
}
.detail-pro-reasons {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}
.detail-pro-reasons > span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    border: 1px solid rgba(245, 158, 11, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .78);
    color: #334155;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 850;
}
.detail-pro-reasons .material-symbols-rounded {
    flex: 0 0 auto;
    color: #d97706;
    font-size: 18px;
}
.detail-panel-list {
    display: grid;
    gap: 18px;
    margin: 18px 0 22px;
}
.detail-panel-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8edf4;
}
.detail-panel-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.detail-panel-item > div > span {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin: 0 0 6px;
}
.detail-panel-item__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #fff7ed;
    color: #334155;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, .16);
}
.detail-panel-item strong {
    color: #0f172a;
    font-size: 15px;
    line-height: 1.45;
}
.detail-panel-item .detail-link {
    display: inline-flex;
    justify-content: flex-start;
    min-height: auto;
    margin-top: 8px;
    font-size: 11px;
    text-align: left;
}
.detail-panel-owner {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
}
.detail-panel-owner a {
    color: #d97706;
    font-weight: 900;
}
.detail-panel h2 {
    color: #0f172a;
    font-size: 24px;
    line-height: 1.1;
    font-style: italic;
    font-weight: 900;
    margin: 0 0 18px;
}
.detail-panel--basic h2 {
    font-size: 19px;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 12px;
}
.detail-panel--basic .detail-panel-list {
    gap: 12px;
    margin: 12px 0 16px;
}
.detail-panel--basic .detail-panel-item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding-bottom: 12px;
}
.detail-panel--basic .detail-panel-item__icon {
    width: 30px;
    height: 30px;
    background: #f8fafc;
    color: #64748b;
    box-shadow: inset 0 0 0 1px #e8edf4;
    font-size: 18px;
}
.detail-panel--basic .detail-panel-item > div > span {
    margin-bottom: 4px;
    font-size: 9px;
    letter-spacing: .1em;
}
.detail-panel--basic .detail-panel-item strong {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 850;
}
.detail-panel--pro h2 {
    margin: 0 0 14px;
}
.detail-panel--pro .detail-panel-list {
    gap: 12px;
    margin: 14px 0 14px;
}
.detail-panel--pro .detail-panel-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 12px;
}
.detail-panel--pro .detail-panel-item__icon {
    width: 36px;
    height: 36px;
}
.detail-panel--pro .detail-panel-item > div > span {
    margin-bottom: 5px;
    font-size: 9px;
}
.detail-panel--pro .detail-panel-item strong {
    font-size: 14px;
    line-height: 1.42;
}
.detail-map-card {
    border: 1px solid rgba(226, 232, 240, .92);
    border-radius: 26px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
}
.detail-map-card__label,
.detail-panel-label {
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.detail-address {
    color: #0f172a;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.45;
    margin: 10px 0 14px;
}
.detail-map {
    height: 210px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #eef2f3;
}
.detail-map--panel {
    height: 150px;
    margin: 4px 0 18px;
    border-radius: 20px;
}
.detail-panel--basic .detail-map--panel {
    height: 96px;
    margin: 2px 0 14px;
    border-radius: 16px;
    filter: saturate(.7);
}
.detail-panel--pro .detail-map--panel {
    height: 160px;
    border-color: rgba(245, 158, 11, .2);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
    margin: 0 0 14px;
}
.detail-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: #d97706;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.detail-phone {
    margin-top: 16px;
    border-radius: 26px;
    background: #0f172a;
    color: #fff;
    padding: 24px;
}
.detail-phone strong {
    display: block;
    margin-top: 6px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}
.detail-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    margin-top: 14px;
    border-radius: 22px;
    background: #f59e0b;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 18px 32px rgba(245, 158, 11, .18);
}
.detail-panel--basic .detail-cta {
    min-height: 46px;
    margin-top: 10px;
    border-radius: 16px;
    background: #0f172a;
    font-size: 12px;
    letter-spacing: .05em;
    box-shadow: none;
}
.detail-panel--basic .detail-cta--secondary {
    background: #fff;
}
.detail-panel--basic .detail-cta--order {
    background: #fff7df;
}
.detail-cta .material-symbols-rounded {
    font-size: 20px;
}
.detail-cta:hover {
    background: #0f172a;
}
.detail-cta--secondary {
    background: #fff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    box-shadow: none;
}
.detail-cta--secondary:hover {
    background: #fff7df;
    color: #b45309;
}
.detail-cta--order {
    background: #fff7df;
    color: #b45309;
    border: 1px solid #fde68a;
    box-shadow: none;
}
.detail-cta--order:hover {
    background: #f59e0b;
    color: #fff;
}
.detail-panel-note {
    margin: 16px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 750;
}
.detail-related-searches {
    margin-top: 58px;
    border: 1px solid #e8edf4;
    border-radius: 30px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.detail-related-searches h2 {
    color: #0f172a;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0 0 10px;
}
.detail-related-searches__intro {
    max-width: 760px;
    margin: 0 0 20px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 650;
}
.detail-related-searches nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.detail-related-searches a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 118px;
    border: 1px solid #e8edf4;
    border-radius: 24px;
    background: #f8fafc;
    color: #0f172a;
    padding: 18px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.detail-related-searches a strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
}
.detail-related-searches a span {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}
.detail-related-searches a:hover {
    border-color: #f59e0b;
    background: #fffaf0;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .08);
}
.detail-related-searches a:hover strong {
    color: #b45309;
}
.detail-recommendations {
    margin-top: 58px;
}
.detail-recommendations h2 {
    color: #0f172a;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0 0 22px;
}
.detail-rec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.detail-rec-card {
    overflow: hidden;
    border: 1px solid #e8edf4;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    transition: transform .18s ease, box-shadow .18s ease;
}
.detail-rec-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, .1);
}
.detail-rec-card__image {
    height: 168px;
    overflow: hidden;
    background: #edf2f7;
}
.detail-rec-card__body {
    padding: 18px;
}
.detail-rec-card h3 {
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 8px;
}
.detail-rec-card p {
    color: #64748b;
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    margin-top: -5px;
}
.detail-owner {
    max-width: 1400px;
    margin: 48px auto 44px;
    border: 1px solid #e8edf4;
    border-radius: 34px;
    background: #fff;
    padding: 28px 34px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}
.detail-owner__eyebrow {
    color: #d97706;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 10px;
}
.detail-owner h2 {
    color: #0f172a;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0 0 12px;
}
.detail-owner p {
    max-width: 520px;
    margin: 0 auto;
    color: #64748b;
    font-size: 15px;
    line-height: 1.55;
}
.detail-owner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 18px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    padding: 0 24px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.detail-owner a:hover {
    background: #f59e0b;
}
.detail-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 34px;
    background: rgba(2, 6, 23, .86);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}
.detail-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}
.detail-lightbox__frame {
    width: min(1180px, 94vw);
    height: min(760px, 86vh);
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: pan-y;
}
.detail-lightbox__frame img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 24px;
    background: #fffaf1;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
}
.detail-lightbox__frame img:active {
    cursor: grabbing;
}
.detail-lightbox__close {
    position: fixed;
    top: 22px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}
.detail-lightbox__nav {
    position: fixed;
    top: 50%;
    z-index: 1001;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #0f172a;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
    transform: translateY(-50%);
}
.detail-lightbox__nav--prev {
    left: 24px;
}
.detail-lightbox__nav--next {
    right: 24px;
}
.detail-lightbox__nav .material-symbols-rounded {
    font-size: 32px;
}
.detail-lightbox__counter {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #0f172a;
    padding: 9px 14px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.fixed { position: fixed; }
.sticky { position: sticky; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.top-32 { top: 8rem; }
.z-\[100\] { z-index: 100; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.w-full { width: 100%; }
.h-full { height: 100%; }
.h-12 { height: 3rem; }
.h-10 { height: 2.5rem; }
.w-12 { width: 3rem; }
.w-auto { width: auto; }
.h-20 { height: 5rem; }
.h-40 { height: 10rem; }
.h-48 { height: 12rem; }
.h-\[350px\] { height: 350px; }
.max-w-2xl { max-width: 42rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-24 { margin-top: 6rem; }
.mt-28 { margin-top: 7rem; }
.mt-32 { margin-top: 8rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.pt-32 { padding-top: 8rem; }
.pb-20 { padding-bottom: 5rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

.grid-cols-1 { grid-template-columns: minmax(0, 1fr); }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-6 { gap: 1.5rem; }
.gap-12 { gap: 3rem; }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }

.rounded-full { border-radius: 9999px; }
.rounded-2xl { border-radius: 1rem; }
.rounded-\[2rem\] { border-radius: 2rem; }
.rounded-\[3rem\] { border-radius: 3rem; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-white { border-color: #fff; }
.border-slate-100 { border-color: #f1f5f9; }
.border-slate-200 { border-color: #e2e8f0; }
.bg-white { background: #fff; }
.bg-white\/80 { background: rgba(255, 255, 255, .8); }
.bg-slate-50 { background: #f8fafc; }
.bg-slate-100 { background: #f1f5f9; }
.bg-slate-200 { background: #e2e8f0; }
.bg-slate-900 { background: #0f172a; }
.bg-amber-50 { background: #fffbeb; }
.bg-amber-100 { background: #fef3c7; }
.bg-amber-500 { background: #f59e0b; }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-to)); }
.from-slate-100 { --tw-gradient-from: #f1f5f9; }
.to-amber-50 { --tw-gradient-to: #fffbeb; }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.shadow-sm { box-shadow: 0 1px 2px rgba(15, 23, 42, .06); }
.shadow-inner { box-shadow: inset 0 2px 8px rgba(15, 23, 42, .08); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(15, 23, 42, .12), 0 4px 6px -4px rgba(15, 23, 42, .12); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(15, 23, 42, .12), 0 8px 10px -6px rgba(15, 23, 42, .12); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(15, 23, 42, .24); }
.shadow-slate-200 { --tw-shadow-color: #e2e8f0; }
.shadow-amber-100 { --tw-shadow-color: #fef3c7; }

.text-center { text-align: center; }
.text-white { color: #fff; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-700 { color: #334155; }
.text-slate-800 { color: #1e293b; }
.text-slate-900 { color: #0f172a; }
.text-amber-600 { color: #d97706; }
.text-amber-700 { color: #b45309; }
.text-green-600 { color: #16a34a; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.text-sm { font-size: .875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 800; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: 0; }
.tracking-tighter { letter-spacing: 0; }
.tracking-widest { letter-spacing: .1em; }
.tracking-\[0\.25em\] { letter-spacing: .25em; }
.tracking-\[0\.35em\] { letter-spacing: .35em; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.transition-colors { transition: color .15s ease, background-color .15s ease, border-color .15s ease; }
.transition-all { transition: all .15s ease; }
.active\:scale-95:active { transform: scale(.95); }

.hover\:text-slate-900:hover { color: #0f172a; }
.hover\:border-slate-200:hover { border-color: #e2e8f0; }
.hover\:border-amber-300:hover { border-color: #fcd34d; }
.hover\:text-amber-600:hover { color: #d97706; }
.hover\:bg-amber-50:hover { background: #fffbeb; }
.hover\:bg-amber-500:hover { background: #f59e0b; }
.hover\:bg-slate-900:hover { background: #0f172a; }

@media (min-width: 768px) {
    .md\:h-\[550px\] { height: 550px; }
    .md\:p-10 { padding: 2.5rem; }
    .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .md\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .lg\:col-span-7 { grid-column: span 7 / span 7; }
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
}

@media (max-width: 767px) {
    .h-\[350px\] { height: 320px; }
    .text-5xl { font-size: 2.625rem; }
    .rounded-\[3rem\] { border-radius: 2rem; }
}

@media (max-width: 1023px) {
    .detail-above-fold,
    .detail-hero__top,
    .detail-layout {
        grid-template-columns: 1fr;
    }
    .detail-hero,
    .detail-layout,
    .detail-related-searches,
    .detail-recommendations,
    .detail-owner {
        max-width: none;
    }
    .detail-above-fold {
        gap: 28px;
    }
    .detail-summary {
        max-width: 760px;
    }
    .detail-side {
        position: static;
    }
    .detail-side--top {
        width: auto;
        max-height: none;
        overflow: visible;
        margin-top: 24px;
    }
    .detail-side--top .detail-panel {
        max-height: none;
        overflow: visible;
        border-radius: 30px;
        padding: 26px;
    }
    .detail-action-bar {
        display: none;
    }
}

@media (max-width: 820px) {
    .detail-nav__inner {
        padding: 0 18px;
    }
    .detail-nav__links,
    .detail-nav__back {
        display: none;
    }
    .detail-shell {
        padding: 24px 16px 0;
    }
    .detail-hero {
        border-radius: 0;
        padding: 0;
    }
    .tc-opinion-widget {
        border-radius: 24px;
        padding: 20px;
    }
    .tc-opinion-widget__row--meta {
        grid-template-columns: 1fr;
    }
    .detail-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 300px 150px 150px;
        border-radius: 24px;
    }
    .detail-gallery--rich {
        grid-template-columns: 1fr;
        grid-template-rows: 330px 150px 150px 150px;
    }
    .detail-gallery--rich .detail-gallery__item:first-child,
    .detail-gallery--rich .detail-gallery__item:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
    }
    .detail-gallery--single {
        grid-template-rows: 300px;
        max-width: 100%;
    }
    .detail-gallery--single .detail-gallery__item img[src$="placeholder-cachopo.svg"] {
        padding: 0;
        transform: scale(1.28);
    }
    .detail-gallery__item:first-child {
        grid-row: auto;
    }
    .detail-lightbox {
        padding: 18px;
    }
    .detail-lightbox__nav {
        width: 44px;
        height: 44px;
        top: auto;
        bottom: 22px;
        transform: none;
    }
    .detail-lightbox__nav--prev {
        left: 18px;
    }
    .detail-lightbox__nav--next {
        right: 18px;
    }
    .detail-lightbox__counter {
        bottom: 32px;
    }
    .detail-lightbox__frame {
        height: min(720px, 78vh);
    }
    .detail-title {
        font-size: 44px;
    }
    .detail-layout {
        gap: 34px;
    }
    .detail-info-grid,
    .detail-guide-grid,
    .detail-visit-grid,
    .detail-opinions,
    .detail-opinions__lists,
    .detail-photo-strip,
    .detail-related-searches nav,
    .detail-topics nav,
    .detail-rec-grid {
        grid-template-columns: 1fr;
    }
    .detail-panel,
    .detail-card,
    .detail-owner {
        border-radius: 26px;
        padding: 24px;
    }
    .detail-owner {
        margin-top: 40px;
        margin-bottom: 38px;
    }
}
