:root { --alandsons-shadow: 0 18px 45px rgba(16, 38, 62, .10); }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: 3px; }
.site-header { position: relative; z-index: 20; }
.site-header a, .site-footer a { color: inherit; text-decoration: none; }
.brand-lockup { min-width: 215px; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(50% 0, 100% 100%, 72% 100%, 50% 48%, 28% 100%, 0 100%); }
.brand-mark p { margin: 0; transform: translateY(7px); }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.alandsons-hero .wp-block-cover__inner-container { width: 100%; }
.alandsons-hero .hero-copy { max-width: 820px; margin-left: 0; }
.about-hero .wp-block-cover__inner-container { width: 100%; }
.about-hero .wp-block-group { max-width: 930px; margin-left: 0; }
.about-hero-intro, .section-intro { max-width: 760px; }
.portrait-placeholder, .image-placeholder { background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); }
.about-raymond .raymond-photo { background: linear-gradient(145deg, #e9edef, #cfd6da); }
.about-raymond .photo-instruction { max-width: 250px; box-shadow: 0 12px 32px rgba(16,38,62,.16); }
.service-card, .project-card, .value-card { box-shadow: var(--alandsons-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover, .project-card:hover, .value-card:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(16, 38, 62, .15); }
.method-step { border-top: 3px solid #5A7D2B; padding-top: 22px; }
.about-belief { border-top: 1px solid #d8dde0; border-bottom: 1px solid #d8dde0; margin-top: 40px; padding: 28px 0; }
.about-belief blockquote { margin: 0; }
.about-belief p { font-size: clamp(1.5rem, 3vw, 2.15rem); font-weight: 700; line-height: 1.25; }
.promise-list { list-style: none; padding-left: 0; }
.promise-list li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
.promise-list li::before { content: "✓"; position: absolute; left: 0; color: #fff; font-weight: 800; }
.testimonial-placeholder { border-left: 0; padding: 36px; background: #F4F6F7; }
.testimonial-placeholder cite { display: block; text-align: center; color: #7A7F84; }
.resource-list { list-style: none; padding-left: 0; }
.resource-list li { padding: 16px 0 16px 30px; border-bottom: 1px solid #d8dde0; position: relative; }
.resource-list li::before { content: "✓"; position: absolute; left: 0; color: #5A7D2B; font-weight: 800; }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: 8px; }
.wp-block-button__link { transition: transform .2s ease, background-color .2s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); }
@media (max-width: 1024px) {
  .header-actions .header-phone { display: none; }
  .primary-navigation { order: 3; }
}
@media (max-width: 781px) {
  .site-header > .wp-block-group { flex-wrap: wrap !important; }
  .header-actions { display: none !important; }
  .primary-navigation { margin-left: auto; }
  .alandsons-hero { min-height: auto !important; padding-top: 72px; padding-bottom: 72px; }
  .about-raymond .raymond-photo { min-height: 460px !important; margin-top: 24px; }
  .section { padding-top: 68px !important; padding-bottom: 68px !important; }
  .card-grid, .project-grid, .method-grid { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
