/* Institutional sections: services, locations and company information. */
.corporate-section { padding-top: 106px; padding-bottom: 30px; }
.corporate-heading { align-items: end; gap: 28px; }
.corporate-heading > p { max-width: 410px; margin: 0; color: #58708f; font-size: .94rem; line-height: 1.65; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card, .about-card, .location-card { overflow: hidden; border: 1px solid #e5edf8; background: #fff; box-shadow: 0 18px 48px rgba(1,42,94,.09); }
.service-card { position: relative; min-height: 410px; border-radius: 26px; isolation: isolate; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 52px rgba(1,42,94,.18); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover img { transform: scale(1.07); }
.service-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(1,21,52,.04) 18%, rgba(1,21,52,.9) 100%); }
.service-card-copy { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; color: #fff; }
.service-card-copy span { display: block; margin-bottom: 10px; color: #ffd200; font-size: .64rem; font-weight: 800; letter-spacing: .13em; }
.service-card-copy h3 { margin: 0 0 9px; color: #fff; font-size: 1.45rem; }
.service-card-copy p { margin: 0; color: rgba(255,255,255,.9); font-size: .84rem; line-height: 1.55; }

.location-section { margin-top: 70px; padding: 92px 0; background: linear-gradient(135deg,#f1f7ff,#fff 56%,#fff9dc); }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.location-card { border-radius: 25px; }
.location-card-head { display: flex; align-items: center; gap: 14px; padding: 21px 23px; }
.location-card-head > a { display: grid; width: 38px; height: 38px; margin-left: auto; place-items: center; border-radius: 12px; background: #edf4ff; color: #0056d2; }
.location-card-head p { margin: 0 0 3px; color: #7184a0; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.location-card-head h3 { margin: 0; color: #012a5e; font-size: 1.25rem; }
.location-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 14px; background: #0056d2; color: #ffd200; }
.location-card iframe { display: block; width: 100%; height: 285px; border: 0; filter: saturate(.9) contrast(.98); }

.about-section { padding-bottom: 118px; }
.about-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.about-card { min-height: 462px; border-radius: 26px; }
.about-card img { display: block; width: 100%; height: 180px; object-fit: cover; }
.about-card > div { padding: 22px 24px 25px; }
.about-card > div > span { display: grid; width: 39px; height: 39px; margin-top: -42px; margin-bottom: 17px; place-items: center; border: 3px solid #fff; border-radius: 13px; background: #ffd200; color: #012a5e; box-shadow: 0 7px 16px rgba(1,42,94,.18); }
.about-card h3 { margin: 0 0 10px; color: #012a5e; font-size: 1.35rem; }
.about-card p, .about-card li { color: #526885; font-size: .88rem; line-height: 1.62; }
.about-card p { margin: 0; }
.values-card ul { margin: 0; padding-left: 18px; }
.values-card li { margin: 4px 0; }
.values-card b { color: #012a5e; }

@media (max-width: 1100px) { .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .service-card { min-height: 340px; } }
@media (max-width: 760px) { .corporate-section { padding-top: 70px; } .corporate-heading { display: block; } .corporate-heading > p { margin-top: 12px; } .service-grid, .location-grid, .about-grid { grid-template-columns: 1fr; } .service-card { min-height: 320px; } .location-section { margin-top: 45px; padding: 70px 0; } .location-card iframe { height: 245px; } .about-section { padding-bottom: 75px; } .about-card { min-height: auto; } }

/* Keep compound headings readable even when the store's decorative title styles are active. */
.corporate-heading h2 { display: block !important; margin: 0 !important; line-height: 1.1 !important; letter-spacing: -.04em !important; }
.corporate-heading h2 span { display: inline !important; margin: 0 0 0 .17em !important; padding: 0 !important; line-height: inherit !important; }
.service-card img { z-index: 0; }
.service-card::after { z-index: 1; background: linear-gradient(180deg, rgba(1,21,52,.08) 12%, rgba(1,21,52,.94) 100%); }
.service-card-copy { z-index: 2; }
.service-card-copy h3, .service-card-copy p { text-shadow: 0 2px 12px rgba(0,0,0,.75); }
.about-card img { height: 205px; padding: 8px; background: #f4f8fd; object-fit: contain; }
.story-art { overflow: hidden; }
.story-art img { display: block; width: min(310px, 80%); height: auto; max-height: 180px; margin: 0 auto; object-fit: contain; }
.story .counter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story .counter-grid .counter-text { display: flex; align-items: center; min-height: 52px; color: #fff; font-size: 1rem; line-height: 1.25; }
@media (max-width: 760px) { .story .counter-grid { grid-template-columns: 1fr; } .story-art img { width: min(250px, 72vw); } }

/* Story and company profile are one continuous brand section. */
.story .story-art { position: relative; display: grid; min-height: 305px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: radial-gradient(circle at 30% 22%, rgba(0,172,255,.34), transparent 34%), linear-gradient(145deg, #0056d2, #012a5e 72%); box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 24px 46px rgba(0,0,0,.18); }
.story .story-art::before, .story .story-art::after { content: '✦'; position: absolute; color: #ffd200; font-size: 1.3rem; opacity: .9; }
.story .story-art::before { top: 28px; left: 33px; }.story .story-art::after { right: 31px; bottom: 28px; }
.story .story-art img { position: relative; z-index: 1; width: min(245px, 68%); max-height: 142px; filter: drop-shadow(0 12px 20px rgba(0,0,0,.28)); }
.story + .about-section { margin: 0; padding-top: 24px; padding-bottom: 112px; background: #012a5e; }
.story + .about-section .corporate-heading h2, .story + .about-section .corporate-heading > p { color: #fff; }
.story + .about-section .corporate-heading > p { color: rgba(255,255,255,.75); }
.story + .about-section .about-card { border-color: rgba(255,255,255,.12); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.story .counter-text { display: flex; align-items: center; min-height: 52px; color: #fff; font-size: 1rem; font-weight: 700; line-height: 1.25; }
@media (max-width: 760px) { .story .story-art { min-height: 220px; margin-bottom: 24px; }.story + .about-section { padding-top: 10px; padding-bottom: 72px; } }

/* Final unified company block. */
.story + .about-section { width: 100% !important; max-width: none !important; box-sizing: border-box; padding-right: max(4vw, calc((100vw - 1290px) / 2)); padding-left: max(4vw, calc((100vw - 1290px) / 2)); }
.about-intro { max-width: 660px; margin: 0 auto 32px; color: rgba(255,255,255,.9); font-size: 1.02rem; line-height: 1.65; text-align: center; }
.story .counter-grid > div { min-width: 0; }
.story .counter-client, .story .counter-value { display: block; min-height: 36px; color: #fff; font-size: clamp(1rem, 1.6vw, 1.4rem); font-weight: 800; line-height: 1.2; }
.story .counter-client em { color: #ffd200; font-style: normal; }
.story .counter-value { color: #ffd200; }
.story .counter-grid > div > span:last-child:not(.counter-client):not(.counter-value) { display: block; margin-top: 6px; color: rgba(255,255,255,.72); font-size: .76rem; }
