/* Minka home page styles */
body.home-template,
body:has(.ph-site),
body:has(.mh-page) {
    --ph-paper: #f7f4ef;
    --ph-panel: #fffdf8;
    --ph-ink: #17211d;
    --ph-muted: #68736c;
    --ph-line: rgba(23, 33, 29, .16);
    --ph-green: #315845;
    --ph-moss: #82906f;
    --ph-clay: #a9684a;
    --ph-sky: #dfe8ea;
    background: var(--ph-paper);
    color: var(--ph-ink);
}

body.home-template .gh-viewport,
body:has(.ph-site) .gh-viewport,
body:has(.mh-page) .gh-viewport {
    background: linear-gradient(180deg, var(--ph-paper) 0%, #eef3ef 56%, #f8f5ef 100%);
}

body.home-template .gh-navigation,
body:has(.ph-site) .gh-navigation,
body:has(.mh-page) .gh-navigation,
body.home-template .gh-footer,
body:has(.ph-site) .gh-footer,
body:has(.mh-page) .gh-footer {
    background: transparent;
}

body.home-template .gh-navigation-actions,
body:has(.ph-site) .gh-navigation-actions {
    background: transparent;
}

body.home-template .gh-footer,
body:has(.ph-site) .gh-footer,
body:has(.mh-page) .gh-footer {
    padding-right: 0;
    padding-left: 0;
}

body.home-template .gh-navigation-inner,
body.home-template .gh-inner,
body:has(.ph-site) .gh-navigation-inner,
body:has(.ph-site) .gh-inner {
    max-width: none;
}

body.home-template .gh-navigation-logo,
body:has(.ph-site) .gh-navigation-logo,
body.home-template .gh-footer-logo,
body:has(.ph-site) .gh-footer-logo {
    color: var(--ph-ink);
    font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
}

body.home-template .gh-navigation-menu .nav,
body:has(.ph-site) .gh-navigation-menu .nav {
    gap: 24px;
}

body.home-template .gh-navigation-menu a,
body:has(.ph-site) .gh-navigation-menu a,
body.home-template .gh-footer-menu a,
body:has(.ph-site) .gh-footer-menu a,
.ph-nav-cta {
    color: var(--ph-ink);
    font: 13px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .06em;
    text-decoration: none;
}

.ph-rail-nav {
    display: none;
}

.ph-nav-cta {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--ph-line);
    border-radius: 999px;
    background: transparent;
    white-space: nowrap;
}

.ph-nav-cta:hover {
    background: rgba(49, 88, 69, .08);
    opacity: 1;
}

body.home-template .gh-footer-inner,
body:has(.ph-site) .gh-footer-inner {
    max-width: 1180px;
    padding: 48px 28px 42px;
}

body.home-template .gh-footer-bar,
body:has(.ph-site) .gh-footer-bar {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 24px;
    align-items: center;
    border-top: 1px solid var(--ph-line);
    padding-top: 22px;
}

body.home-template .gh-footer-menu,
body:has(.ph-site) .gh-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.ph-site {
    box-sizing: border-box;
    max-width: 1180px;
    margin: 0 auto;
    padding: 54px 28px 88px;
    color: var(--ph-ink);
}

.ph-site a {
    color: inherit;
}

.ph-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    gap: 46px;
    align-items: end;
    min-height: calc(100vh - 132px);
    padding: 36px 0 72px;
    border-bottom: 1px solid var(--ph-line);
}

.ph-kicker {
    margin: 0 0 14px;
    color: var(--ph-clay);
    font: 12px/1.3 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ph-hero h1,
.ph-section-head h2,
.ph-contact h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-weight: 500;
    letter-spacing: 0;
}

.ph-hero h1 {
    max-width: 820px;
    font-size: 70px;
    line-height: .98;
    overflow-wrap: normal;
    word-break: keep-all;
}

.ph-lead {
    max-width: 620px;
    margin: 30px 0 0;
    color: #26322d;
    font-size: 20px;
    line-height: 1.6;
}

.ph-facts,
.ph-spec-list {
    display: grid;
    margin: 34px 0 0;
    padding: 0;
}

.ph-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--ph-line);
}

.ph-facts div,
.ph-spec-list div {
    display: grid;
    gap: 8px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ph-line);
}

.ph-facts dt,
.ph-spec-list dt {
    color: var(--ph-muted);
    font: 12px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ph-facts dd,
.ph-spec-list dd {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
}

.ph-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.ph-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--ph-green);
    border-radius: 999px;
    background: var(--ph-green);
    color: #fff;
    font: 14px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
}

.ph-button-secondary {
    background: transparent;
    color: var(--ph-green);
}

.ph-button-light {
    border-color: rgba(255, 255, 255, .72);
    background: transparent;
    color: #fff;
}

.ph-phone-label {
    cursor: default;
    user-select: text;
}

.ph-hero-media,
.ph-gallery figure {
    margin: 0;
}

.ph-hero-media {
    position: relative;
}

.ph-hero-media img,
.ph-gallery img {
    display: block;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 22px 52px rgba(31, 45, 39, .16);
}

.ph-hero-media img {
    aspect-ratio: 16 / 10;
}

.ph-hero-media figcaption,
.ph-gallery figcaption {
    margin-top: 12px;
    color: var(--ph-muted);
    font: 12px/1.4 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ph-section {
    padding: 76px 0;
    border-bottom: 1px solid var(--ph-line);
}

.ph-section-head {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 32px;
}

.ph-section-head .ph-kicker {
    margin: 8px 0 0;
    font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "Comic Sans MS", "Chalkboard SE", "Yu Gothic", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.05;
    text-transform: none;
}

.ph-section-head h2,
.ph-contact h2 {
    max-width: 780px;
    font-size: 42px;
    line-height: 1.16;
}

.ph-overview-grid,
.ph-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
    gap: 46px;
}

.ph-copy p {
    margin: 0;
    color: #26322d;
    font-size: 17px;
    line-height: 1.6;
}

.ph-copy p + p {
    margin-top: 18px;
}

.ph-spec-list {
    align-self: start;
    margin-top: 0;
    border-top: 1px solid var(--ph-line);
}

.ph-story-card {
    align-self: start;
    padding: 18px;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, .72);
    box-shadow: 0 20px 48px rgba(31, 45, 39, .1);
}

.ph-story-card img {
    width: 100%;
    border-radius: 6px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ph-story-card p {
    margin: 16px 2px 2px;
    color: #26322d;
    font-size: 15px;
    line-height: 1.85;
}

.ph-photo-lead {
    max-width: 850px;
    margin: -4px 0 28px 174px;
}

.ph-photo-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.ph-photo-feature {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, .72);
    box-shadow: 0 18px 42px rgba(31, 45, 39, .08);
}

.ph-photo-feature img,
.ph-photo-card img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.ph-photo-feature img {
    aspect-ratio: 4 / 3;
}

.ph-photo-feature div {
    padding: 20px;
}

.ph-photo-feature h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.35;
}

.ph-photo-feature p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 15px;
    line-height: 1.8;
}

.ph-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
    grid-auto-flow: dense;
}

.ph-photo-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, .82);
}

.ph-photo-card.is-wide {
    grid-column: span 2;
}

.ph-photo-card img {
    aspect-ratio: 4 / 3;
    transition: transform .35s ease;
}

.ph-photo-card.is-wide img {
    aspect-ratio: 16 / 9;
}

.ph-photo-card:hover img {
    transform: scale(1.03);
}

.ph-photo-card figcaption {
    padding: 11px 12px 12px;
    color: #26322d;
    font: 13px/1.35 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
}

.ph-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
}

.ph-gallery img {
    aspect-ratio: 16 / 10;
}

.ph-room-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ph-plan-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, .72);
}

.ph-plan-card img {
    width: 100%;
    max-height: 340px;
    object-fit: contain;
    border-radius: 6px;
    background: #fffaf1;
}

.ph-plan-card h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.3;
}

.ph-plan-card p:not(.ph-kicker) {
    margin: 0;
    color: var(--ph-muted);
    font-size: 15px;
    line-height: 1.85;
}

.ph-equipment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 24px;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--ph-line);
}

.ph-equipment-grid div {
    display: grid;
    gap: 10px;
    min-height: 132px;
    padding: 18px;
    background: rgba(255, 253, 248, .78);
}

.ph-equipment-grid strong {
    color: var(--ph-green);
    font: 13px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ph-equipment-grid span {
    color: #26322d;
    font-size: 15px;
    line-height: 1.7;
}

.ph-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ph-feature-grid article {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 248px;
    padding: 22px;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, .66);
}

.ph-feature-grid span {
    color: var(--ph-clay);
    font: 22px/1 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: .12em;
}

.ph-feature-grid h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.35;
}

.ph-feature-grid p {
    margin: 0;
    color: var(--ph-muted);
    font-size: 15px;
    line-height: 1.8;
}

.ph-location-grid {
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
    align-items: stretch;
}

.ph-map-panel {
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(49, 88, 69, .28);
    border-radius: 8px;
    background: rgba(255, 253, 248, .72);
    box-shadow: 0 20px 48px rgba(31, 45, 39, .12);
}

.ph-map-panel img,
.ph-map-panel iframe {
    width: 100%;
    border-radius: 6px;
    background: #fbf1de;
}

.ph-map-panel iframe {
    display: block;
    aspect-ratio: 4 / 3;
    min-height: 320px;
}

.ph-map-panel figcaption {
    margin-top: 12px;
    color: var(--ph-muted);
    font: 12px/1.4 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.ph-check-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ph-check-list li {
    position: relative;
    padding-left: 22px;
    color: #26322d;
    font-size: 16px;
    line-height: 1.7;
}

.ph-check-list li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ph-moss);
}

.ph-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ph-map-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 18px;
    border: 1px solid var(--ph-green);
    border-radius: 999px;
    color: var(--ph-green);
    font: 13px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
}

.ph-map-actions .ph-map-link {
    margin-top: 0;
}

.ph-voice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ph-voice-grid blockquote {
    display: grid;
    align-content: space-between;
    min-height: 220px;
    margin: 0;
    padding: 24px;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    background: rgba(255, 253, 248, .7);
}

.ph-voice-grid p {
    margin: 0;
    color: #26322d;
    font-size: 17px;
    line-height: 1.85;
}

.ph-voice-grid cite {
    margin-top: 24px;
    color: var(--ph-clay);
    font: 12px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ph-flow-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--ph-line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--ph-line);
    counter-reset: flow;
    list-style: none;
}

.ph-flow-list li {
    position: relative;
    display: grid;
    gap: 12px;
    min-height: 210px;
    padding: 24px 20px;
    background: rgba(255, 253, 248, .76);
    counter-increment: flow;
}

.ph-flow-list li::before {
    content: counter(flow, decimal-leading-zero);
    color: var(--ph-clay);
    font: 22px/1 Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: .12em;
}

.ph-flow-list strong {
    font-size: 20px;
    line-height: 1.35;
}

.ph-flow-list span {
    display: block;
    box-sizing: border-box;
    height: 132px;
    padding: 10px 12px;
    border: 1px solid rgba(23, 33, 29, .12);
    border-radius: 6px;
    background: rgba(255, 253, 248, .56);
    color: var(--ph-muted);
    font-size: 15px;
    line-height: 1.75;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.ph-contact {
    display: grid;
    gap: 16px;
    margin-top: 76px;
    padding: 36px;
    border-radius: 8px;
    background: var(--ph-green);
    color: #fff;
}

.ph-contact-box {
    padding: 0;
    background: transparent;
}

.ph-contact .ph-kicker {
    margin: 8px 0 18px;
    color: #d8c3a8;
    font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "Comic Sans MS", "Chalkboard SE", "Yu Gothic", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.05;
    text-transform: none;
}

.ph-contact h2 {
    color: #fff;
}

.ph-contact p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    line-height: 2;
}

.ph-contact strong {
    font-weight: 800;
}

.ph-contact-address {
    display: inline-block;
    line-height: 1.35;
}

.ph-contact-note {
    display: inline-block;
    line-height: 1.45;
}

.ph-contact .ph-button {
    border-color: #fff;
    background: #fff;
    color: var(--ph-green);
}

.ph-contact .ph-button-light {
    background: transparent;
    color: #fff;
}

.ph-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 22px;
}

.mh-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 92px 28px 104px;
    color: var(--ph-ink);
}

.mh-page-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", "Yu Mincho", "YuMincho", serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.14;
}

.mh-page-prose {
    padding: 42px 0 0;
}

.mh-page-prose p,
.mh-page-prose li {
    font-size: 17px;
    line-height: 2;
}

@media (min-width: 1120px) {
    body.home-template .gh-navigation,
    body:has(.ph-site) .gh-navigation {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 20;
        width: 286px;
        height: 100vh;
        min-height: 100vh;
        border-right: 1px solid var(--ph-line);
        background: rgba(247, 244, 239, .86);
        backdrop-filter: blur(18px);
    }

    body.home-template .gh-navigation-inner,
    body:has(.ph-site) .gh-navigation-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        min-height: 0;
        padding: 46px 34px 34px;
    }

    body.home-template .gh-navigation-brand,
    body:has(.ph-site) .gh-navigation-brand {
        display: block;
        width: 100%;
        margin-bottom: 56px;
    }

    body.home-template .gh-burger,
    body:has(.ph-site) .gh-burger {
        display: none;
    }

    body.home-template .gh-navigation-menu,
    body:has(.ph-site) .gh-navigation-menu {
        display: block;
        width: 100%;
    }

    body.home-template .gh-navigation-menu > .nav,
    body:has(.ph-site) .gh-navigation-menu > .nav {
        display: none;
    }

    body.home-template .ph-rail-nav,
    body:has(.ph-site) .ph-rail-nav {
        display: grid;
        gap: 17px;
    }

    body.home-template .gh-navigation-actions,
    body:has(.ph-site) .gh-navigation-actions {
        display: block;
        margin-top: auto;
    }

    body.home-template .ph-site,
    body.home-template .gh-footer-inner,
    body:has(.ph-site) .ph-site,
    body:has(.ph-site) .gh-footer-inner,
    body:has(.mh-page) .mh-page,
    body:has(.mh-page) .gh-footer-inner {
        box-sizing: border-box;
        width: calc(100vw - 286px);
        margin-left: 286px;
        margin-right: auto;
        max-width: 1190px;
    }
}

@media (max-width: 1119px) {
    .ph-hero h1 {
        font-size: 60px;
    }

    .ph-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ph-site,
    .mh-page {
        padding: 34px 22px 70px;
    }

    .ph-hero,
    .ph-overview-grid,
    .ph-location-grid,
    .ph-contact {
        grid-template-columns: 1fr;
    }

    .ph-hero {
        min-height: 0;
        gap: 34px;
        padding-top: 24px;
    }

    .ph-section-head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ph-section-head .ph-kicker {
        margin-top: 0;
    }

    .ph-gallery {
        grid-template-columns: 1fr;
    }

    .ph-photo-lead {
        margin-left: 0;
    }

    .ph-photo-feature-grid {
        grid-template-columns: 1fr;
    }

    .ph-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-room-grid,
    .ph-equipment-grid,
    .ph-voice-grid,
    .ph-flow-list {
        grid-template-columns: 1fr;
    }

    .ph-contact-actions {
        justify-content: flex-start;
    }

    body.home-template .gh-footer-bar,
    body:has(.ph-site) .gh-footer-bar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.home-template #gh-navigation.is-open,
    body:has(.ph-site) #gh-navigation.is-open {
        background: var(--ph-paper);
    }

    body.home-template #gh-navigation.is-open .gh-navigation-menu,
    body.home-template #gh-navigation.is-open .gh-navigation-actions,
    body:has(.ph-site) #gh-navigation.is-open .gh-navigation-menu,
    body:has(.ph-site) #gh-navigation.is-open .gh-navigation-actions {
        background: var(--ph-paper);
    }
}

@media (max-width: 640px) {
    .ph-site,
    .mh-page {
        padding-inline: 18px;
    }

    .ph-hero h1 {
        font-size: 47px;
    }

    .ph-lead {
        font-size: 17px;
        line-height: 1.6;
    }

    .ph-section {
        padding: 54px 0;
    }

    .ph-section-head h2,
    .ph-contact h2 {
        font-size: 32px;
    }

    .ph-facts,
    .ph-feature-grid {
        grid-template-columns: 1fr;
    }

    .ph-feature-grid article {
        min-height: 0;
    }

    .ph-plan-card {
        grid-template-columns: 1fr;
    }

    .ph-photo-grid {
        grid-template-columns: 1fr;
    }

    .ph-photo-card.is-wide {
        grid-column: span 1;
    }

    .ph-equipment-grid div,
    .ph-flow-list li,
    .ph-voice-grid blockquote {
        min-height: 0;
    }

    .ph-map-panel {
        padding: 10px;
    }

    .ph-contact {
        margin-top: 54px;
        padding: 26px;
    }
}
