.section.apartments { padding-bottom: 0; }
.surroundings { padding: clamp(72px, 7vw, 112px) 0 120px; background: #fff; scroll-margin-top: 0; }
.surroundings > .container { padding-top: 0; }
.surroundings-divider {
 position: relative;
 width: min(520px, 72%);
 height: clamp(160px, 12vw, 192px);
 margin-inline: auto;
 overflow: hidden;
}
.surroundings-divider::before {
 content: '';
 position: absolute;
 inset: 50% 0 auto;
 height: 1px;
 background: linear-gradient(90deg, transparent, #d9c49b 20%, var(--gold) 50%, #d9c49b 80%, transparent);
}
.surroundings-divider::after {
 content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 width: 6px;
 height: 6px;
 border: 1px solid var(--gold);
 background: #fff;
 box-shadow: 0 0 0 6px #fff;
 transform: translate(-50%, -50%) rotate(45deg);
}
.surroundings-divider > span {
 position: absolute;
 left: 0;
 top: 50%;
 width: 25%;
 height: 1px;
 opacity: 0;
 background: linear-gradient(90deg, transparent, #fff8de, transparent);
}
.surroundings-divider.is-visible > span { animation: divider-sheen 2.4s ease-in-out both; }
@keyframes divider-sheen {
 0% { opacity: 0; transform: translateX(-100%); }
 20%, 75% { opacity: 1; }
 100% { opacity: 0; transform: translateX(400%); }
}
@media (prefers-reduced-motion: reduce) {
 .surroundings-divider.is-visible > span { animation: none; }
}
.surroundings-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 52px; }
.surroundings-heading h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 4vw, 56px); line-height: 1.06; }
.surroundings-heading > p { max-width: 340px; margin-bottom: 4px; font-size: var(--body-text-size, 17px); font-weight: 300; line-height: var(--body-text-leading, 25px); color: var(--body-text); }
.surroundings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; }
.surroundings-group { min-width: 0; }
.surroundings-group + .surroundings-group { padding-left: 38px; border-left: 1px solid var(--line); }
.surroundings-icon { display: block; width: 32px; height: 32px; margin-bottom: 20px; fill: none; stroke: var(--gold); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.surroundings-group h3 { margin: 0 0 22px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.15; }
.surroundings-group dl { margin: 0; }
.surroundings-group dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid #f1f0ed; }
.surroundings-group dl > div:last-child { border-bottom: 0; }
.surroundings-group dt { min-width: 0; font-size: var(--body-text-size, 17px); line-height: var(--body-text-leading, 25px); font-weight: 300; }
.surroundings-group dd { flex-shrink: 0; margin: 0; color: var(--gold); font-size: 13px; font-weight: 400; line-height: 22px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.surroundings-note { margin: 38px 0 0; color: var(--small-text); font-size: 13px; font-weight: 400; line-height: 22px; }
@media (max-width: 1100px) {
 .surroundings-grid { gap: 24px; }
 .surroundings-group + .surroundings-group { padding-left: 24px; }
 .surroundings-group h3 { font-size: 26px; }
}
@media (max-width: 800px) {
 .surroundings { padding-bottom: 88px; }
 .surroundings-divider { height: 128px; }
 .surroundings-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 38px; }
 .surroundings-heading > p { max-width: 420px; }
 .surroundings-grid { grid-template-columns: 1fr; gap: 30px; }
 .surroundings-group + .surroundings-group { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--line); }
 .surroundings-icon { margin-bottom: 16px; }
 .surroundings-group h3 { font-size: 29px; margin-bottom: 14px; }
 .surroundings-note { margin-top: 28px; }
}
