:root {
  --blue-950: #032f51;
  --blue-900: #06466f;
  --blue-800: #075c9a;
  --blue-700: #0d73b6;
  --blue-500: #34a6dc;
  --blue-100: #e7f4fb;
  --orange: #f5a019;
  --orange-deep: #eb7e0b;
  --orange-soft: #fff2df;
  --ink: #102735;
  --muted: #627786;
  --line: #dce6ec;
  --paper: #ffffff;
  --surface: #f5f8fa;
  --surface-blue: #edf6fb;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(4, 57, 91, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 15px; color: #fff; background: var(--blue-800); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(7,92,154,.1);
  backdrop-filter: blur(16px);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { width: 260px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { color: #415b6b; font-size: .91rem; font-weight: 700; }
.site-nav > a:hover { color: var(--blue-800); }
.nav-contact { display: grid; gap: 2px; color: var(--blue-900); font-size: .78rem; font-weight: 850; line-height: 1.28; text-align: right; }
.nav-contact a:hover { color: var(--orange-deep); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: var(--blue-100); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--blue-900); transition: transform .2s ease; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 25%, rgba(52,166,220,.19), transparent 26%),
    linear-gradient(125deg, #032f51 0%, #06466f 55%, #075c9a 100%);
  padding: 112px 0 38px;
}
.hero-grid-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000 45%, #000); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 370px; height: 370px; top: -210px; right: 2%; background: rgba(245,160,25,.17); }
.hero-orb-two { width: 270px; height: 270px; bottom: -185px; left: 42%; background: rgba(58,183,230,.16); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); align-items: center; gap: 74px; }
.hero-copy { padding: 20px 0 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: .73rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.eyebrow > span { width: 30px; height: 3px; border-radius: 99px; background: var(--orange); }
.eyebrow.blue { color: var(--blue-800); }
.eyebrow.light { color: rgba(255,255,255,.66); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 5.4vw, 5.3rem); line-height: .99; letter-spacing: -.066em; }
.hero h1 em { color: #ffc45e; font-style: normal; }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 1.13rem; line-height: 1.75; }
.hero-contact { display: inline-grid; gap: 5px; margin-top: 35px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); }
.hero-contact span { color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-contact strong { color: #fff; font-size: 1.25rem; letter-spacing: -.02em; }
.hero-contact a { color: #ffc45e; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 24px; }
.hero-meta div { padding-right: 18px; }
.hero-meta div + div { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { margin-bottom: 5px; font-size: .98rem; }
.hero-meta span { color: rgba(255,255,255,.57); font-size: .78rem; }

.hero-panel { position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(3,47,81,.58); box-shadow: 0 40px 90px rgba(0,24,41,.36); backdrop-filter: blur(18px); overflow: hidden; }
.panel-top, .panel-bottom { display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; }
.panel-top { color: rgba(255,255,255,.58); border-bottom: 1px solid rgba(255,255,255,.13); font-size: .66rem; font-weight: 850; letter-spacing: .15em; }
.live-status { display: inline-flex; align-items: center; gap: 8px; color: #d9effa; letter-spacing: .03em; text-transform: none; }
.live-status i { width: 7px; height: 7px; border-radius: 50%; background: #7addaf; box-shadow: 0 0 0 5px rgba(122,221,175,.11); }
.building-visual { position: relative; min-height: 390px; display: grid; place-items: end center; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(11,119,178,.12)); }
.building-visual > svg { position: absolute; inset: auto 0 0; width: 100%; }
.visual-logo { position: absolute; z-index: 2; width: 145px; top: 53px; left: 48%; transform: translateX(-50%); opacity: .86; filter: drop-shadow(0 14px 25px rgba(0,0,0,.2)); }
.panel-bottom { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.13); background: rgba(2,40,68,.56); gap: 25px; }
.panel-bottom > div { width: 50%; }
.panel-bottom span, .panel-bottom strong { display: block; }
.panel-bottom span { margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: .61rem; font-weight: 850; letter-spacing: .12em; }
.panel-bottom strong { font-size: .9rem; }

.client-line { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.48); font-size: .78rem; }
.client-line span { color: #ffc45e; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.client-line strong { color: rgba(255,255,255,.69); font-size: .8rem; font-weight: 700; }

.intro-section { padding: 84px 0; background: #fff; }
.intro-grid { display: grid; grid-template-columns: .42fr 1.58fr; gap: 80px; align-items: start; }
.section-kicker { margin: 7px 0 0; color: var(--blue-800); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.intro-grid h2 { margin: 0; max-width: 980px; font-size: clamp(2.25rem, 4vw, 3.85rem); line-height: 1.09; letter-spacing: -.052em; }
.intro-grid div > p { max-width: 780px; margin: 26px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.78; }

.services-section { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: 1.45fr .7fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading.compact { grid-template-columns: 1fr; max-width: 830px; }
.section-heading h2 { max-width: 800px; margin: 0; font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: 1.07; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.78; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { position: relative; min-height: 455px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b8d7e7; box-shadow: var(--shadow); }
.service-card.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--blue-950), var(--blue-800)); }
.service-card.featured::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -130px; border: 52px solid rgba(245,160,25,.18); border-radius: 50%; }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: var(--blue-700); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.featured .service-number { color: #ffc45e; }
.service-tag { position: relative; z-index: 2; padding: 7px 10px; color: #ffcb70; border: 1px solid rgba(255,196,94,.32); border-radius: 99px; font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-top: 54px; border-radius: 15px; color: var(--blue-800); background: var(--blue-100); }
.featured .service-icon { color: #ffc45e; background: rgba(255,255,255,.11); }
.service-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { position: relative; z-index: 2; margin: 24px 0 12px; font-size: 1.58rem; letter-spacing: -.035em; }
.service-card > p { position: relative; z-index: 2; max-width: 540px; margin: 0; color: var(--muted); }
.featured > p { color: rgba(255,255,255,.7); }
.service-card ul { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 22px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.13); }
.service-card li { position: relative; padding-left: 17px; color: #466071; font-size: .83rem; }
.featured li { color: rgba(255,255,255,.72); }
.service-card li::before { content: ""; position: absolute; width: 6px; height: 6px; top: .51em; left: 0; border-radius: 50%; background: var(--orange); }

.program-section { color: #fff; padding: 118px 0; background: linear-gradient(125deg, var(--blue-950), var(--blue-800)); overflow: hidden; }
.program-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.program-copy { position: sticky; top: 128px; }
.program-copy h2 { margin: 0; font-size: clamp(2.55rem, 4.4vw, 4.3rem); line-height: 1.04; letter-spacing: -.06em; }
.program-copy > p:not(.eyebrow) { max-width: 560px; margin: 27px 0 33px; color: rgba(255,255,255,.7); line-height: 1.8; }
.program-contact { display: grid; gap: 5px; max-width: 430px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.07); }
.program-contact span { color: rgba(255,255,255,.58); font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.program-contact strong { color: #fff; font-size: 1.12rem; }
.program-contact a { color: #ffc45e; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.program-list { border-top: 1px solid rgba(255,255,255,.16); }
.program-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.program-list article > span { color: #ffc45e; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.program-list h3 { margin: -4px 0 8px; font-size: 1.3rem; letter-spacing: -.025em; }
.program-list p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.7; }

.approach-section { background: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 310px; padding: 31px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-mark { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 62px; border-radius: 50%; color: #fff; background: var(--blue-800); font-size: .7rem; font-weight: 850; }
.value-grid article:nth-child(2n) .value-mark { background: var(--orange); }
.value-grid h3 { margin: 0 0 12px; font-size: 1.2rem; letter-spacing: -.025em; }
.value-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.72; }

.property-band { padding: 90px 0; background: var(--surface-blue); border-top: 1px solid #dcecf4; border-bottom: 1px solid #dcecf4; }
.property-band-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; }
.property-band h2 { max-width: 620px; margin: 12px 0 0; font-size: clamp(2.25rem, 3.7vw, 3.6rem); line-height: 1.1; letter-spacing: -.05em; }
.property-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.property-pills span { padding: 13px 17px; color: var(--blue-900); border: 1px solid #bfddea; border-radius: 999px; background: rgba(255,255,255,.67); font-size: .82rem; font-weight: 750; }

.inquiry-section { padding: 118px 0; color: #fff; background: #062f4e; }
.inquiry-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: start; }
.inquiry-copy { padding-top: 18px; }
.inquiry-copy h2 { max-width: 520px; margin: 0; font-size: clamp(2.65rem, 4.5vw, 4.4rem); line-height: 1.03; letter-spacing: -.06em; }
.inquiry-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.68); line-height: 1.8; }
.inquiry-points { display: grid; gap: 20px; margin-top: 35px; }
.inquiry-points > div { display: flex; gap: 14px; align-items: flex-start; }
.inquiry-points i { display: grid; flex: 0 0 29px; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: #fff; background: rgba(245,160,25,.93); font-style: normal; font-weight: 900; }
.inquiry-points span, .inquiry-points strong, .inquiry-points small { display: block; }
.inquiry-points strong { margin-bottom: 3px; }
.inquiry-points small { color: rgba(255,255,255,.54); font-size: .78rem; }
.contact-panel { padding: 38px; color: var(--ink); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 28px 70px rgba(0,16,28,.24); }
.contact-panel-heading { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.contact-panel-heading span { color: var(--blue-800); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.contact-panel-heading h3 { margin: 7px 0 9px; font-size: 1.72rem; letter-spacing: -.035em; }
.contact-panel-heading p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.7; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.contact-list > div { min-height: 175px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.contact-list small, .contact-list a, .contact-list p { display: block; }
.contact-list small { margin-bottom: 10px; color: var(--blue-800); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a { color: var(--blue-950); font-size: 1.05rem; font-weight: 900; word-break: break-word; }
.contact-list a:hover { color: var(--orange-deep); }
.contact-list p { margin: 14px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.62; }
.contact-note { margin: 24px 0 0; padding: 17px 19px; color: #4b6270; border-radius: 16px; background: var(--orange-soft); font-size: .86rem; line-height: 1.7; }

.site-footer { padding: 58px 0 25px; background: #fff; }
.footer-main { display: grid; grid-template-columns: .68fr 1.1fr .55fr; gap: 55px; align-items: center; padding-bottom: 42px; }
.footer-brand { width: 245px; }
.footer-main > p { max-width: 530px; margin: 0; color: var(--muted); font-size: .9rem; }
.footer-contact { justify-self: end; display: grid; gap: 4px; color: var(--blue-800); font-weight: 850; text-align: right; }
.footer-contact a:hover { color: var(--orange-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; color: #83949e; border-top: 1px solid var(--line); font-size: .73rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .site-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 820px; padding-bottom: 10px; }
  .hero-panel { max-width: 720px; }
  .client-line { flex-wrap: wrap; justify-content: flex-start; }
  .intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .section-heading > p { max-width: 740px; }
  .program-layout { grid-template-columns: 1fr; gap: 55px; }
  .program-copy { position: static; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .property-band-grid { grid-template-columns: 1fr; gap: 36px; }
  .inquiry-layout { grid-template-columns: 1fr; gap: 55px; }
  .inquiry-copy { max-width: 730px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 86px 0; }
  .nav-shell { min-height: 73px; }
  .brand { width: 218px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 73px 0 auto; display: grid; gap: 0; padding: 18px 14px 25px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(4,57,91,.13); transform: translateY(-130%); transition: transform .25s ease; }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav > a { padding: 15px 12px; }
  .nav-contact { padding: 15px 12px; text-align: left; }
  .nav-open .nav-toggle span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding-top: 78px; }
  .hero-meta { grid-template-columns: 1fr; gap: 16px; }
  .hero-meta div + div { padding-left: 0; border-left: 0; }
  .hero-meta div { display: grid; grid-template-columns: 100px 1fr; align-items: baseline; }
  .hero-panel { border-radius: 23px; }
  .building-visual { min-height: 320px; }
  .visual-logo { width: 110px; top: 40px; }
  .client-line { display: grid; grid-template-columns: repeat(2, 1fr); }
  .client-line span { grid-column: 1 / -1; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .property-band, .program-section, .inquiry-section { padding: 86px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-contact { grid-column: auto; justify-self: start; text-align: left; }
}

@media (max-width: 580px) {
  .brand { width: 195px; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.15rem); }
  .hero-lead { font-size: 1rem; }
  .hero-contact { width: 100%; }
  .panel-top { padding: 15px; }
  .panel-bottom { display: grid; }
  .panel-bottom > div { width: 100%; }
  .building-visual { min-height: 270px; }
  .client-line { grid-template-columns: 1fr; padding-top: 22px; }
  .client-line span { grid-column: auto; }
  .intro-section { padding: 67px 0; }
  .intro-grid h2, .section-heading h2 { font-size: 2.45rem; }
  .service-card { padding: 26px; }
  .service-card ul { grid-template-columns: 1fr; }
  .program-list article { grid-template-columns: 42px 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 260px; }
  .value-mark { margin-bottom: 40px; }
  .property-band h2 { font-size: 2.35rem; }
  .inquiry-copy h2 { font-size: 2.8rem; }
  .contact-panel { padding: 24px 18px; border-radius: 23px; }
  .contact-list { grid-template-columns: 1fr; }
  .footer-brand { width: 220px; }
  .footer-bottom { display: grid; }
}


/* Hero photo panel: real lobby / commercial furniture image */
.photo-panel {
  min-height: 520px;
  display: grid;
  align-items: end;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(3,47,81,.58);
  box-shadow: 0 40px 90px rgba(0,24,41,.36);
}

.photo-panel picture,
.photo-panel img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}

.photo-panel img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.photo-panel::after {
  content: "";
  grid-area: 1 / 1;
  align-self: end;
  height: 58%;
  background: linear-gradient(to top, rgba(3,47,81,.92), rgba(3,47,81,.42), transparent);
  pointer-events: none;
}

.photo-panel-caption {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  padding: 28px;
  max-width: 520px;
}

.photo-panel-caption span,
.photo-panel-caption strong {
  display: block;
}

.photo-panel-caption span {
  margin-bottom: 8px;
  color: #ffc45e;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.photo-panel-caption strong {
  color: #fff;
  font-size: 1.32rem;
  line-height: 1.28;
  letter-spacing: -.025em;
}

@media (max-width: 820px) {
  .photo-panel { min-height: 390px; border-radius: 23px; }
}

@media (max-width: 580px) {
  .photo-panel { min-height: 300px; }
  .photo-panel-caption { padding: 20px; }
  .photo-panel-caption strong { font-size: 1.08rem; }
}
