/* Original legal imagery, rounded photographs and a layered homepage. */
:root { --photo-radius: 24px; }
.button { border-radius: 9px; }
.hero-editorial.hero {
  padding-top: 42px;
  grid-template-columns: 1.04fr 1.1fr;
  gap: 0 4vw;
  background: radial-gradient(ellipse at 76% 38%, #25334d 0, #111c30 53%, #101929 100%);
}
.hero-editorial .hero-copy { padding: 24px 0 46px; align-self: center; min-width: 0; }
.hero-editorial .hero-kicker { font-size: 14px; letter-spacing: .13em; color: #b6c4d6; }
.hero-editorial h1 { font-size: clamp(52px, 6.05vw, 94px); line-height: 1.04; letter-spacing: -.055em; margin: 28px 0 24px; }
.hero-editorial h1 em { color: #d0c1a4; }
.hero-editorial .hero-promise { font-size: 22px; line-height: 1.5; margin-bottom: 15px; max-width: 470px; }
.hero-editorial .hero-description { max-width: 465px; font-size: 16px; line-height: 1.8; }
.hero-editorial .hero-actions { gap: 12px; margin-top: 28px; }
.hero-editorial .hero-actions .button { font-size: 14px; gap: 23px; padding: 15px 20px; min-height: 56px; }
.hero-editorial .hero-consult-link { font-size: 14px; margin-top: 20px; }
.hero-assurance { display: flex; gap: 26px; border-top: 1px solid #8a9cb62b; margin-top: 30px; padding-top: 20px; max-width: 450px; }
.hero-assurance p { display: flex; flex-direction: column; gap: 4px; }
.hero-assurance p + p { padding-left: 26px; border-left: 1px solid #8a9cb62b; }
.hero-assurance strong { font-size: 17px; font-weight: 500; color: #e2d6c0; }
.hero-assurance span { font-size: 12px; line-height: 1.7; color: #a0b0c7; }
.hero-editorial .hero-scene {
  position: relative; width: 100%; max-width: none; height: auto;
  aspect-ratio: 1.06; min-height: 490px; padding: 0; margin: 12px 0 32px;
  align-self: center; justify-self: stretch; isolation: isolate;
}
.hero-scene .hero-world { position: absolute; width: 100%; top: 0; right: 0; border-radius: 34px; overflow: hidden; border: 1px solid #8b9eb936; box-shadow: 0 28px 60px #040d2177; transform-origin: 65% 50%; will-change: transform; }
.hero-scene .hero-world img { display: block; position: static; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.hero-scene .portrait-backplate { left: 12px; top: auto; bottom: 42px; width: 46%; height: 64%; border-radius: 30px; transform: rotate(-5deg); background: #66788d22; }
.hero-editorial .hero-scene .portrait-card {
  position: absolute; left: 24px; bottom: 44px; width: 44%; min-height: 0;
  height: auto; max-height: none; border-radius: 26px; overflow: hidden;
  border: 1px solid #a5b5ca6b; background: #15243c;
  box-shadow: 0 22px 60px #020a1c88;
}
.hero-editorial .hero-scene .portrait-card > img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 0; }
.hero-scene .portrait-card::after { display: none; }
.hero-scene .portrait-card figcaption { position: relative; inset: auto; display: block; padding: 15px 16px; background: linear-gradient(115deg, #263750, #15243c); }
.hero-scene .portrait-card figcaption > span { display: block; font-size: 12px; letter-spacing: .05em; line-height: 1.6; }
.hero-scene .portrait-card figcaption small { display: block; font-size: 12px; line-height: 1.7; }
.hero-editorial .hero-scene .floating-note { left: auto; right: 0; bottom: 90px; width: 43%; max-width: 202px; padding: 23px; border-radius: 20px; background: linear-gradient(120deg, #e8e3d8f5, #bfb8a5f5); }
.hero-editorial .hero-scene .floating-note p { font-size: 23px; line-height: 1.28; }
.hero-scene .floating-note .note-rule { width: 36px; margin-bottom: 16px; }
.hero-editorial .hero-scene .art-controls { left: 26px; right: 4px; bottom: 0; font-size: 12px; letter-spacing: .04em; }
.hero-editorial .hero-scene .art-controls button { font-size: 12px; min-height: 36px; }
.hero-editorial .hero-bottom { gap: 30px; font-size: 14px; min-height: 82px; }
.hero-editorial .hero-bottom > span { font-size: 12px; letter-spacing: .07em; }

.areas { display: block; padding-top: 78px; padding-bottom: 86px; }
.areas .areas-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 8vw; align-items: end; margin-bottom: 37px; }
.areas-heading h2 { margin: 21px 0 0; }
.areas-summary { max-width: 450px; padding-bottom: 4px; }
.areas-summary > p { color: #637083; font-size: 16px; line-height: 1.8; }
.areas-summary > .text-link { margin-top: 19px; font-size: 14px; }
.areas .service-list { border: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; }
.service-list .service-card { display: block; padding: 0; border: 1px solid #d8dde0; border-radius: 22px; background: #fffefa; overflow: hidden; transition: transform .75s ease, box-shadow .75s ease; }
.service-list .service-card:hover { padding: 0; transform: translateY(-5px); box-shadow: 0 15px 36px #14243e12; }
.service-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; }
.service-card-media > img { width: 100%; height: 100%; object-fit: contain; }
.service-card .service-number { position: absolute; left: 14px; top: 13px; margin: 0; color: white; background: #12213dda; padding: 4px 9px; border: 1px solid #ffffff33; border-radius: 7px; font-size: 12px; }
.service-card .round-arrow { position: absolute; bottom: 13px; right: 13px; width: 35px; height: 35px; background: #eeeae0f5; color: #23334a; border: 0; font-size: 22px; }
.service-card-copy { padding: 22px 19px 25px; }
.service-card h3 { font-size: 23px; line-height: 1.2; }
.service-card p { font-size: 14px; line-height: 1.7; margin-top: 12px; color: #657184; }

.about .about-photo { max-width: 390px; padding: 0; }
.about .about-photo > img { width: auto; height: auto; max-width: 100%; max-height: 465px; border-radius: var(--photo-radius); }
.about .about-photo::before { content: none; }
.gallery-grid .photo-frame { border-radius: 25px; padding: 9px; background: #17253b; border-color: #8d9caf35; }
.personal-gallery .gallery-grid .photo-frame > img { width: auto; height: auto; max-width: 100%; max-height: 100%; border-radius: 19px; }
.service-detail .service-portrait { max-width: 430px; }
.service-portrait .photo-frame { border-radius: var(--photo-radius); }
.service-detail .service-portrait .photo-frame > img { width: auto; height: auto; max-width: 100%; max-height: 100%; border-radius: 19px; }
.service-portrait.is-context .photo-frame { height: auto; aspect-ratio: 3 / 2; padding: 0; overflow: hidden; background: transparent; }
.service-detail .service-portrait.is-context .photo-frame > img { width: 100%; height: auto; border-radius: var(--photo-radius); }
.service-detail .service-portrait figcaption { font-size: 13px; margin-top: 12px; }
.guide-card .guide-image { border-radius: var(--photo-radius); }
.guide-card .guide-image > img { width: auto; height: auto; max-width: 100%; max-height: 100%; border-radius: 18px; }
.guide-card .guide-image.is-context { height: auto; aspect-ratio: 3 / 2; padding: 0; }
.guide-card .guide-image.is-context > img { width: 100%; height: auto; border-radius: var(--photo-radius); }
.article-aside .article-photo { border-radius: var(--photo-radius); }
.article-aside .article-photo > img { width: auto; height: auto; max-width: 100%; max-height: 100%; border-radius: 18px; }
.article-aside .article-photo.is-context { height: auto; aspect-ratio: 3 / 2; padding: 0; }
.article-aside .article-photo.is-context > img { width: 100%; height: auto; border-radius: var(--photo-radius); }
.toga-banner { margin: 0 var(--gutter); border-radius: 28px; }
.toga-banner figcaption { padding: 0 5vw; }
.contact-detail { margin-top: 30px; max-width: 380px; overflow: hidden; border-radius: var(--photo-radius); border: 1px solid #8b9db52b; }
.contact-detail img { display: block; width: 100%; height: auto; }
.bono-illustration { margin-top: 30px; max-width: 360px; border-radius: var(--photo-radius); overflow: hidden; }
.bono-illustration img { width: 100%; height: auto; }

@media (min-width: 1650px) {
  .hero-editorial .hero-scene { max-width: 700px; justify-self: end; }
  .hero-editorial h1 { font-size: 110px; }
}
@media (max-width: 1150px) {
  .hero-editorial.hero { column-gap: 3vw; }
  .hero-editorial h1 { font-size: clamp(52px, 6vw, 70px); }
  .hero-editorial .hero-promise { font-size: 20px; }
  .hero-editorial .hero-actions .button { padding: 14px 16px; gap: 15px; }
  .hero-editorial .hero-scene { min-height: 460px; }
  .hero-editorial .hero-scene .portrait-card { left: 14px; width: 47%; }
  .hero-editorial .hero-scene .floating-note { padding: 19px; bottom: 95px; }
  .hero-editorial .hero-scene .floating-note p { font-size: 20px; }
  .hero-assurance { gap: 18px; }
  .hero-assurance p + p { padding-left: 18px; }
  .areas .service-list { gap: 14px; }
  .service-card-copy { padding: 19px 15px 22px; }
  .service-card h3 { font-size: 21px; }
  .hero-editorial .hero-bottom { gap: 23px; }
}
@media (max-width: 960px) {
  .hero-editorial .hero-actions .button { font-size: 13px; padding: 13px 14px; gap: 10px; }
  .hero-editorial .hero-scene { min-height: 420px; }
  .hero-editorial .hero-scene .portrait-card { left: 12px; width: 49%; }
  .hero-scene .portrait-card figcaption { padding: 12px; }
  .hero-scene .portrait-card figcaption > span { font-size: 12px; letter-spacing: 0; }
  .hero-editorial .hero-scene .floating-note { right: -3px; bottom: 84px; padding: 16px; }
  .hero-editorial .hero-scene .floating-note p { font-size: 18px; }
  .hero-editorial .hero-scene .art-controls { left: 14px; right: 0; font-size: 12px; letter-spacing: 0; }
  .hero-editorial .hero-bottom > span { display: none; }
  .areas .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
  .service-card-copy { padding: 23px; }
  .service-card h3 { font-size: 25px; }
  .service-card p { font-size: 16px; }
  .about .about-photo { max-width: 325px; }
  .about .about-photo > img { max-height: 395px; }
}
@media (max-width: 760px) {
  .hero-editorial.hero { display: grid; grid-template-columns: minmax(0, 1fr); padding-top: 28px; row-gap: 0; }
  .hero-editorial .hero-copy { display: contents; }
  .hero-editorial .hero-kicker { grid-row: 1; font-size: 12px; letter-spacing: .09em; }
  .hero-editorial h1 { grid-row: 2; font-size: clamp(45px, 11.8vw, 72px); margin: 17px 0 18px; line-height: 1.01; }
  .hero-editorial .hero-scene { grid-row: 4; width: 100%; max-width: 455px; justify-self: center; height: auto; min-height: 0; aspect-ratio: 1.13; padding: 0; margin: 22px 0 27px; }
  .hero-scene .hero-world { border-radius: 26px; }
  .hero-editorial .hero-scene .portrait-card { left: 12px; bottom: 38px; width: 43%; border-radius: 21px; }
  .hero-editorial .hero-scene .portrait-card figcaption { padding: 10px 12px; }
  .hero-editorial .hero-scene .portrait-card figcaption > span { font-size: 12px; line-height: 1.45; }
  .hero-editorial .hero-scene .portrait-card figcaption small { font-size: 12px; line-height: 1.55; }
  .hero-editorial .hero-scene .floating-note { right: 0; left: auto; bottom: 64px; width: 44%; padding: 17px; border-radius: 17px; }
  .hero-editorial .hero-scene .floating-note p { font-size: clamp(18px, 4.8vw, 23px); }
  .hero-scene .floating-note .note-rule { margin-bottom: 12px; }
  .hero-scene .portrait-backplate { left: 5px; bottom: 41px; height: 66%; width: 45%; border-radius: 22px; }
  .hero-editorial .hero-scene .art-controls { left: 12px; right: 0; bottom: 0; font-size: 12px; }
  .hero-editorial .hero-scene .art-controls button { font-size: 12px; }
  .hero-editorial .hero-promise { grid-row: 5; font-size: 21px; margin: 0 0 11px; max-width: 100%; }
  .hero-editorial .hero-description { grid-row: 6; font-size: 16px; line-height: 1.75; max-width: 100%; }
  .hero-editorial .hero-actions { grid-row: 3; display: flex; flex-direction: row; gap: 11px; margin-top: 0; }
  .hero-editorial .hero-actions .button { font-size: 13px; padding: 14px 17px; gap: 15px; flex: 1; min-height: 53px; }
  .hero-editorial .hero-consult-link { grid-row: 7; font-size: 14px; margin-top: 18px; justify-self: start; }
  .hero-assurance { grid-row: 8; max-width: 100%; margin: 23px 0 27px; padding-top: 18px; }
  .hero-assurance strong { font-size: 16px; }
  .hero-assurance span { font-size: 12px; }
  .hero-editorial .hero-bottom { grid-row: 9; display: flex; flex-wrap: wrap; gap: 10px 23px; padding: 17px 0; min-height: 67px; font-size: 14px; }
  .hero-editorial .hero-bottom .scroll-link { display: none; }
  .areas { padding: 52px var(--gutter) 57px; }
  .areas .areas-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .areas-heading h2 { margin-top: 20px; }
  .areas-summary { max-width: 100%; }
  .areas .service-list { gap: 18px; }
  .service-card-copy { padding: 19px 16px 23px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { font-size: 15px; }
  .about .about-photo { max-width: 315px; }
  .about .about-photo > img { max-height: 390px; }
  .personal-gallery .gallery-grid { gap: 24px 16px; }
  .service-detail .service-portrait { max-width: 440px; }
  .service-detail .service-portrait.is-context .photo-frame { height: auto; }
  .guide-card .guide-image.is-context { height: auto; }
  .article-aside .article-photo.is-context { height: auto; max-width: 480px; }
  .toga-banner { margin: 0 16px; border-radius: 23px; }
  .toga-banner figcaption { padding: 0 25px; }
  .contact-detail, .bono-illustration { max-width: 440px; }
}
@media (max-width: 520px) {
  .areas .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .service-list .service-card { border-radius: 18px; }
  .service-card-copy { padding: 18px 14px 21px; }
  .service-card h3 { font-size: 21px; }
  .service-card p { font-size: 16px; }
  .service-card .service-number { top: 9px; left: 9px; font-size: 12px; padding: 2px 6px; }
  .service-card .round-arrow { width: 28px; height: 28px; bottom: 9px; right: 9px; font-size: 19px; }
  .hero-editorial .hero-actions .button { padding: 14px 12px; gap: 8px; font-size: 13px; }
  .hero-editorial .hero-scene .portrait-card figcaption { padding: 9px 10px; }
  .hero-editorial .hero-scene .portrait-card figcaption > span { font-size: 12px; }
  .hero-editorial .hero-scene .portrait-card figcaption small { font-size: 12px; }
  .hero-editorial .hero-scene .floating-note { padding: 14px; }
  .hero-editorial .hero-scene .art-controls > span { font-size: 12px; }
}
@media (max-width: 390px) {
  .hero-editorial .hero-scene { aspect-ratio: 1.02; }
  .hero-editorial .hero-scene .floating-note { padding: 12px; }
  .hero-editorial .hero-scene .floating-note p { font-size: 17px; }
  .service-card-copy { padding: 16px 11px 19px; }
  .service-card h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-list .service-card { transition: none; }
  .service-list .service-card:hover { transform: none; }
  .hero-scene .hero-world { transform: none !important; }
}
