@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --snowhill-navy: #002147; --snowhill-navy-deep: #001530;
  --snowhill-line: #06c755; --snowhill-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --snowhill-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/* Motion */
@keyframes snowhill-hero-fade-up {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.snowhill-hero .snowhill-eyebrow,
.snowhill-hero .snowhill-hero-title,
.snowhill-hero .snowhill-hero-lead,
.snowhill-hero .snowhill-line-buttons {
  animation: snowhill-hero-fade-up .8s cubic-bezier(.22, 1, .36, 1) both;
  will-change: opacity, transform;
}

.snowhill-hero .snowhill-eyebrow { animation-delay: .7s; }
.snowhill-hero .snowhill-hero-title { animation-delay: .9s; }
.snowhill-hero .snowhill-hero-lead { animation-delay: 1.1s; }
.snowhill-hero .snowhill-line-buttons { animation-delay: 1.3s; }

.snowhill-reveal {
  opacity: 0; transform: translate3d(0, 24px, 0);
  transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--snowhill-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.snowhill-reveal.snowhill-is-visible {
  opacity: 1; transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .snowhill-hero .snowhill-eyebrow,
  .snowhill-hero .snowhill-hero-title,
  .snowhill-hero .snowhill-hero-lead,
  .snowhill-hero .snowhill-line-buttons {
    animation: none; opacity: 1; transform: none;
  }

  .snowhill-reveal {
    opacity: 1; transform: none;
    transition: none;
  }
}


body:has(.p-articleHead) .l-content {
  column-gap: 48px;
}

body:has(.p-articleHead) .p-authorBox,
body:has(.p-articleHead) .l-articleBottom__section:has(.p-authorBox),
body:has(.p-articleHead) .p-articleMetas.-bottom {
  display: none !important;
}

body:has(.p-articleHead) a:focus-visible,
body:has(.p-articleHead) button:focus-visible {
  outline: 2px solid var(--snowhill-line); outline-offset: 3px;
}

/* Single-post sidebar */
body:has(.p-articleHead) .l-sidebar #block-901 {
  border: 0; margin-bottom: 32px;
  padding: 0;
}

body:has(.p-articleHead) .l-sidebar #block-906 {
  border: 0; margin-bottom: 32px;
  padding: 0;
}

body:has(.p-articleHead) .snowhill-sidebar-categories {
  background: #fff; border: 1px solid rgba(0,33,71,.16);
  padding: 28px 26px 22px;
}

body:has(.p-articleHead) .snowhill-sidebar-related {
  background: #fff; border: 1px solid rgba(0,33,71,.16);
  padding: 28px 26px 24px;
}

body:has(.p-articleHead) .snowhill-sidebar-categories .wp-block-group__inner-container {
  margin: 0; max-width: none;
  padding: 0;
}

body:has(.p-articleHead) .snowhill-sidebar-related .wp-block-group__inner-container {
  margin: 0; max-width: none;
  padding: 0;
}

body:has(.p-articleHead) .snowhill-related-empty {
  color: rgba(0,33,71,.55); font-size: 11px;
  line-height: 1.8; margin: 0;
}

body:has(.p-articleHead) .snowhill-related-list {
  list-style: none; margin: 0; padding: 0;
}

body:has(.p-articleHead) .snowhill-related-item {
  border-top: 1px solid rgba(0,33,71,.08); margin: 0;
  padding: 14px 0;
}

body:has(.p-articleHead) .snowhill-related-item:first-child {
  border-top: 0; padding-top: 0;
}

body:has(.p-articleHead) .snowhill-related-item:last-child {
  padding-bottom: 0;
}

body:has(.p-articleHead) .snowhill-related-link {
  color: var(--snowhill-navy); display: grid;
  gap: 13px; grid-template-columns: 72px minmax(0, 1fr);
  text-decoration: none;
}

body:has(.p-articleHead) .snowhill-related-thumb {
  aspect-ratio: 1; background: #27496d;
  display: block; overflow: hidden;
}

body:has(.p-articleHead) .snowhill-related-thumb img,
body:has(.p-articleHead) .snowhill-related-thumb__empty {
  display: block; height: 100%; object-fit: cover; width: 100%;
}

body:has(.p-articleHead) .snowhill-related-thumb__empty {
  background:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px),
    #27496d;
  background-size: 24px 24px;
}

body:has(.p-articleHead) .snowhill-related-body {
  display: flex; flex-direction: column; min-width: 0;
}

body:has(.p-articleHead) .snowhill-related-category,
body:has(.p-articleHead) .snowhill-related-category a {
  color: var(--snowhill-line); font-size: 9px;
  font-weight: 600; letter-spacing: .08em; text-decoration: none;
}

body:has(.p-articleHead) .snowhill-related-title {
  font-family: var(--snowhill-serif); font-size: 12px;
  font-weight: 600; line-height: 1.7; margin-top: 5px;
}

body:has(.p-articleHead) .snowhill-related-date {
  color: rgba(0,33,71,.4); font-size: 9px;
  letter-spacing: .08em; margin-top: auto; padding-top: 5px;
}

body:has(.p-articleHead) .snowhill-related-link:hover .snowhill-related-title {
  color: #0a8f48;
}

body:has(.p-articleHead) .snowhill-sidebar-title {
  background: none !important; border: 0 !important;
  color: var(--snowhill-navy) !important; font-family: var(--snowhill-serif);
  font-size: 17px; letter-spacing: .08em;
  margin: 0 0 18px !important; padding: 0 0 12px !important;
  position: relative;
}

body:has(.p-articleHead) .snowhill-sidebar-title::before {
  background: var(--snowhill-line); bottom: 0;
  content: "" !important; display: block !important;
  height: 2px; left: 0;
  position: absolute; width: 36px;
}

body:has(.p-articleHead) .snowhill-sidebar-title::after {
  content: none !important; display: none !important;
}

body:has(.p-articleHead) .snowhill-category-list {
  list-style: none; margin: 0;
  padding: 0;
}

body:has(.p-articleHead) .snowhill-category-list li {
  font-size: 12px;
  margin: 0; padding: 11px 0;
}

body:has(.p-articleHead) .snowhill-category-list li:last-child {
  border-bottom: 0;
}

body:has(.p-articleHead) .snowhill-category-list a {
  color: var(--snowhill-navy); font-weight: 600;
}


@media (max-width: 781px) {
  body:has(.p-articleHead) .snowhill-sidebar-categories,
  body:has(.p-articleHead) .snowhill-sidebar-related {
    padding: 24px 22px 18px;
  }
}

/* Homepage */
@property --snowhill-meter-sweep {
  syntax: "\3c angle\3e"; inherits: false;
  initial-value: 0deg;
}

html,
body {
  overflow-x: clip;
}

body:has(.snowhill-hero) {
  background: #fff;
}

body:has(.snowhill-hero) #header,
body:has(.snowhill-hero) #fix_header,
body:has(.snowhill-hero) .p-mainVisual,
body:has(.snowhill-hero) .p-postSlider,
body:has(.snowhill-hero) .c-pageTitle,
body:has(.snowhill-hero) .p-breadcrumb,
body:has(.snowhill-hero) .l-sidebar {
  display: none !important;
}

body:has(.snowhill-hero) .l-content,
body:has(.snowhill-hero) .l-mainContent,
body:has(.snowhill-hero) .l-mainContent__inner,
body:has(.snowhill-hero) .post_content {
  margin: 0 !important; max-width: none !important;
  padding: 0 !important; width: 100% !important;
}

body:has(.snowhill-hero) .post_content .snowhill-hero,
body:has(.snowhill-hero) .post_content .snowhill-profile,
body:has(.snowhill-hero) .post_content .snowhill-notes {
  margin-block-start: 0 !important;
}

.post_content .snowhill-hero,
.post_content .snowhill-profile,
.post_content .snowhill-notes {
  left: 0 !important; margin-left: 0 !important;
  margin-right: 0 !important; max-width: none !important;
  width: 100% !important;
}

.snowhill-hero,
.snowhill-profile,
.snowhill-notes,
.snowhill-hero *,
.snowhill-profile *,
.snowhill-notes * {
  box-sizing: border-box;
}

.snowhill-hero .wp-block-group__inner-container,
.snowhill-profile .wp-block-group__inner-container,
.snowhill-notes .wp-block-group__inner-container {
  margin: 0 !important; max-width: none !important;
  padding: 0 !important; width: 100% !important;
}

.snowhill-hero {
  align-items: center;
  background:
    radial-gradient(circle at calc(100% - 176px) 176px, rgba(255,255,255,.6) 0 8px, rgba(255,255,255,.18) 9px, transparent 10px),
    radial-gradient(circle at calc(100% - 176px) 176px, transparent 0 168px, rgba(255,255,255,.05) 169px 171px, transparent 172px 211px, rgba(255,255,255,.08) 212px 214px, transparent 215px),
    linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(155deg, var(--snowhill-navy) 0%, var(--snowhill-navy-deep) 100%);
  background-size: auto, auto, 64px 64px, 64px 64px, auto; color: #fff;
  display: flex; font-family: var(--snowhill-sans);
  min-height: 100vh; overflow: hidden;
  position: relative;
}

.snowhill-hero-header {
  align-items: baseline !important; display: flex !important;
  gap: 12px !important; height: 96px;
  left: 50%; margin: 0 !important;
  max-width: none !important; padding: 30px 40px 0 !important;
  position: absolute; top: 0;
  transform: translateX(-50%); width: min(1280px, 100vw) !important;
  z-index: 4;
}

.snowhill-hero-header .wp-block-group__inner-container {
  align-items: baseline !important; display: flex !important;
  gap: 12px !important; margin: 0 !important;
  max-width: none !important; padding: 0 !important;
  width: auto !important;
}

.snowhill-hero::before {
  --snowhill-meter-sweep: 0deg; animation: snowhill-meter-draw 2.4s cubic-bezier(.16,1,.3,1) .5s forwards;
  background: conic-gradient(from 0deg, var(--snowhill-line) 0 var(--snowhill-meter-sweep), transparent var(--snowhill-meter-sweep) 360deg); border-radius: 50%;
  content: ""; height: 544px;
  -webkit-mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px); mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px);
  opacity: .95; position: absolute;
  right: -96px; top: -96px;
  width: 544px; z-index: 1;
}

@keyframes snowhill-meter-draw {
  to {
    --snowhill-meter-sweep: 135deg;
  }
}

.snowhill-hero::after {
  background:
    radial-gradient(circle at 4px 50%, rgba(255,255,255,.64) 0 6px, transparent 7px),
    linear-gradient(to right, transparent 0 4px, rgba(255,255,255,.5) 4px 100%) left 50% / 100% 4px no-repeat;
  content: ""; height: 10px;
  opacity: .9; position: absolute;
  right: 8px; top: 168px;
  transform: rotate(-36deg); transform-origin: 4px 50%;
  width: 168px; z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .snowhill-hero::before {
    animation: none; --snowhill-meter-sweep: 135deg;
  }
}

.snowhill-hero__inner {
  left: 50%; margin: 0 !important;
  max-width: none !important; padding: 112px 40px 80px !important;
  position: relative; transform: translateX(-50%);
  width: min(1280px, 100vw) !important; z-index: 2;
}

.snowhill-hero .snowhill-hero__inner,
.snowhill-hero .snowhill-hero__inner .wp-block-group__inner-container {
  max-width: none !important; width: min(1280px, 100vw) !important;
}

.snowhill-hero .snowhill-hero__inner {
  margin-left: 0 !important; margin-right: 0 !important;
}

.snowhill-hero__inner .wp-block-group__inner-container {
  margin: 0 !important; max-width: none !important;
  padding: 0 !important; width: 100% !important;
}

.snowhill-hero .snowhill-hero-header,
.snowhill-hero .snowhill-hero__inner,
.snowhill-hero .snowhill-eyebrow,
.snowhill-hero .snowhill-hero-title,
.snowhill-hero .snowhill-hero-lead,
.snowhill-hero .snowhill-line-buttons {
  max-width: none !important;
}

.snowhill-hero__inner .snowhill-eyebrow,
.snowhill-hero__inner .snowhill-hero-title,
.snowhill-hero__inner .snowhill-hero-lead,
.snowhill-hero__inner .snowhill-line-buttons {
  margin-left: 0 !important; margin-right: 0 !important;
}

.snowhill-site-name {
  color: #fff; font-family: var(--snowhill-serif);
  font-size: 1rem; font-weight: 700;
  letter-spacing: .18em !important; line-height: 1.6;
  margin: 0 !important;
}

.snowhill-site-name a {
  color: inherit !important; text-decoration: none !important;
}

.snowhill-law-mark {
  color: rgba(255,255,255,.35); font-size: 10px;
  letter-spacing: .3em !important; line-height: 1;
  margin: 0 !important; text-transform: uppercase;
}

.snowhill-eyebrow,
.snowhill-section-label {
  color: var(--snowhill-line); font-size: 11px;
  font-weight: 500; letter-spacing: .42em !important;
  line-height: 1.7; margin: 0 0 30px !important;
  text-transform: uppercase;
}

.snowhill-hero-title {
  color: #fff; font-family: var(--snowhill-serif);
  font-size: clamp(48px, 5.2vw, 72px) !important; font-weight: 800;
  letter-spacing: 0 !important; line-height: 1.18;
  margin: 0 !important; max-width: 1120px !important;
}

.snowhill-hero-lead {
  color: rgba(255,255,255,.66); font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  letter-spacing: .18em !important; line-height: 2.05;
  margin: 38px 0 44px !important; max-width: 650px !important;
}

.snowhill-line-buttons {
  margin: 0 !important;
}

.snowhill-line-button .wp-block-button__link {
  align-items: center; background: var(--snowhill-line) !important;
  border: 0; border-radius: 999px;
  box-shadow: 0 1px 0 rgba(0,0,0,.04); color: #fff !important;
  display: inline-flex; font-size: 1rem;
  font-weight: 700; gap: 12px;
  line-height: 1; padding: 18px 28px 18px 24px;
  text-decoration: none; transition: box-shadow .25s cubic-bezier(.16,1,.3,1), transform .25s cubic-bezier(.16,1,.3,1);
}

.snowhill-line-button .wp-block-button__link:hover {
  box-shadow: 0 14px 34px -12px rgba(6,199,85,.5); transform: translateY(-2px);
}

.snowhill-line-button .wp-block-button__link::before {
  background-color: currentColor; content: "";
  display: inline-block; height: 22px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%202C6.48%202%202%205.69%202%2010.25c0%202.64%201.5%204.99%203.86%206.53-.16.6-.78%202.84-.81%203.02%200%200-.02.14.07.2.09.05.2.01.2.01.27-.04%203.06-2.01%203.55-2.36.69.1%201.4.16%202.13.16%205.52%200%2010-3.69%2010-8.25C21%205.69%2017.52%202%2012%202Z%22/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23000%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%202C6.48%202%202%205.69%202%2010.25c0%202.64%201.5%204.99%203.86%206.53-.16.6-.78%202.84-.81%203.02%200%200-.02.14.07.2.09.05.2.01.2.01.27-.04%203.06-2.01%203.55-2.36.69.1%201.4.16%202.13.16%205.52%200%2010-3.69%2010-8.25C21%205.69%2017.52%202%2012%202Z%22/%3E%3C/svg%3E") center / contain no-repeat;
  width: 22px;
}

.snowhill-hero .snowhill-line-button .wp-block-button__link::after {
  border-left: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72);
  content: "24時間受付"; font-size: 12px;
  font-weight: 500; line-height: 1;
  margin-left: 2px; padding-left: 12px;
}

.snowhill-scroll {
  bottom: 32px; color: rgba(255,255,255,.25);
  font-size: 10px; left: 50%;
  letter-spacing: .4em !important; line-height: 1;
  margin: 0 !important; position: absolute;
  text-transform: uppercase; transform: translateX(-50%);
  z-index: 3;
}

.snowhill-profile {
  background: #fff; color: var(--snowhill-navy);
  padding: clamp(112px, 14vw, 176px) 24px;
}

.snowhill-profile__inner,
.snowhill-notes__inner {
  margin: 0 auto !important; max-width: 1280px !important;
  width: 100% !important;
}

.snowhill-profile__inner {
  max-width: 860px !important;
}

.snowhill-profile__inner .wp-block-group__inner-container,
.snowhill-notes__inner .wp-block-group__inner-container {
  max-width: none !important; padding: 0 !important;
}

.snowhill-profile .snowhill-section-label {
  align-items: center; display: flex;
  gap: 18px;
}

.snowhill-profile .snowhill-section-label::after {
  background: linear-gradient(to right, var(--snowhill-navy), transparent); content: "";
  display: block; flex: 1;
  height: 1px;
}

.snowhill-profile-text {
  color: var(--snowhill-navy); font-family: var(--snowhill-serif);
  font-size: clamp(1.55rem, 3.2vw, 2rem); letter-spacing: .05em !important;
  line-height: 1.95; margin: 0 !important;
}

.snowhill-profile-text strong {
  border-bottom: 2px solid var(--snowhill-line); font-weight: 700;
  padding-bottom: 1px;
}

.snowhill-notes {
  background: var(--snowhill-navy); color: #fff;
  padding: 176px 40px;
}

.snowhill-notes-heading {
  align-items: flex-end !important; display: flex !important;
  flex-wrap: nowrap !important; gap: 24px !important;
  justify-content: space-between; margin: 0 0 64px !important;
}

.snowhill-notes-heading .wp-block-column:first-child {
  flex: 1 1 0 !important; min-width: 0 !important;
  width: auto !important;
}

.snowhill-view-all-column {
  flex: 0 0 auto !important; margin: 0 !important;
  max-width: none !important; min-width: max-content !important;
  width: auto !important;
}

.snowhill-view-all {
  margin: 0 !important; max-width: none !important;
  width: auto !important;
}

.snowhill-notes .snowhill-section-label {
  margin: 0 0 20px !important;
}

.snowhill-section-title {
  color: #fff; font-family: var(--snowhill-serif);
  font-size: 36px !important; font-weight: 700;
  letter-spacing: .18em !important; margin: 0 !important;
}

.snowhill-notes .snowhill-section-title,
.snowhill-notes .snowhill-post-title {
  background: none !important; border: 0 !important;
  box-shadow: none !important; padding: 0 !important;
}

.snowhill-notes .snowhill-section-title::before,
.snowhill-notes .snowhill-section-title::after,
.snowhill-notes .snowhill-post-title::before,
.snowhill-notes .snowhill-post-title::after {
  content: none !important; display: none !important;
}

.snowhill-view-all a {
  border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.58);
  font-size: 12px; letter-spacing: .2em;
  padding-bottom: 4px; text-decoration: none;
  text-transform: uppercase;
}

.snowhill-post-query {
  margin: 0 !important;
}

.snowhill-post-query .wp-block-post-template {
  background: transparent; border: 0;
  display: grid !important;
  gap: 0 !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  list-style: none !important; margin: 0 !important;
  padding: 0 !important;
}

.snowhill-post-query .wp-block-post-template::before,
.snowhill-post-query .wp-block-post-template::after,
.snowhill-post-query .wp-block-post::marker {
  content: none !important; display: none !important;
}

.snowhill-post-query .wp-block-post {
  background: var(--snowhill-navy); border: 1px solid rgba(255,255,255,.12);
  margin: 0 !important; min-height: 352px;
}

.snowhill-post-card {
  height: 100%;
  cursor: pointer; padding: 40px; position: relative;
  transition: background-color .3s ease;
}

.snowhill-post-card:hover {
  background: var(--snowhill-navy-deep);
}

.snowhill-post-card .wp-block-group__inner-container {
  display: flex !important; flex-direction: column;
  height: 100%; margin: 0 !important;
  max-width: none !important; padding: 0 !important;
  width: 100% !important;
}

.snowhill-post-card > .snowhill-post-number,
.snowhill-post-card > .wp-block-group__inner-container > .snowhill-post-number {
  color: rgba(255,255,255,.38);
  display: block; font-size: 12px;
  letter-spacing: .25em; line-height: 1.5;
  position: absolute; left: 40px;
  top: 40px;
}

.snowhill-post-category,
.snowhill-post-category a {
  color: var(--snowhill-line); font-size: 11px;
  letter-spacing: .16em; text-decoration: none;
}

.snowhill-post-category {
  line-height: 1.5; margin: 0 !important;
  position: absolute; right: 40px;
  text-align: right; top: 40px; z-index: 2;
}

.snowhill-post-title {
  flex: 1 1 auto; margin: 72px 0 32px !important; position: static !important;
}

.snowhill-post-title a {
  color: #fff; font-family: var(--snowhill-serif);
  font-size: 1.25rem; font-weight: 600;
  line-height: 1.72; text-decoration: none;
}

.snowhill-post-title a::after {
  content: ""; inset: 0; position: absolute; z-index: 1;
}

.snowhill-card-rule {
  background: var(--snowhill-line); height: 1px;
  margin: auto 0 0 !important; min-height: 1px;
  width: 40px;
}


@media (max-width: 781px) {
  .post_content .snowhill-hero,
  .post_content .snowhill-profile,
  .post_content .snowhill-notes {
    margin-left: 0 !important; margin-right: 0 !important;
    width: 100% !important;
  }

  .snowhill-hero {
    min-height: 100svh;
  }

  .snowhill-hero__inner {
    left: 0; transform: none;
    width: 100% !important; padding: 24px 24px 72px !important;
  }

  .snowhill-hero-header {
    height: 82px; left: 0;
    padding: 28px 24px 0 !important; transform: none;
    width: 100% !important;
  }

  .snowhill-site-name {
    font-size: 1.1rem; letter-spacing: .1em !important;
    margin: 0 !important;
  }

  .snowhill-law-mark {
    display: none;
  }

  .snowhill-eyebrow {
    letter-spacing: .36em !important; margin-bottom: 28px !important;
  }

  .snowhill-hero-title {
    font-size: 2.6rem !important; line-height: 1.18;
    max-width: 100% !important;
  }

  .snowhill-hero-lead {
    font-size: .95rem; letter-spacing: .04em !important;
    line-height: 1.9; max-width: 100% !important;
  }

  .snowhill-notes-heading {
    display: block !important; margin-bottom: 64px !important;
  }

  .snowhill-notes {
    padding: 128px 24px;
  }

  .snowhill-section-title {
    font-size: 30px !important;
  }

  .snowhill-view-all-column {
    display: none;
  }

  .snowhill-post-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }

  .snowhill-post-query .wp-block-post + .wp-block-post {
    border-left: 1px solid rgba(255,255,255,.12); border-top: 0;
  }

  .snowhill-post-card {
    padding: 36px;
  }

  .snowhill-post-card > .snowhill-post-number,
  .snowhill-post-card > .wp-block-group__inner-container > .snowhill-post-number {
    left: 36px; top: 36px;
  }

  .snowhill-post-category {
    right: 36px; top: 36px;
  }
}


/* Blog index */
/* Blog index composed with standard blocks and Query Loop */
body:has(.snowhill-blog-hero) {
  background: #fff; color: var(--snowhill-navy);
}

body:has(.snowhill-blog-hero) #header,
body:has(.snowhill-blog-hero) #fix_header,
body:has(.snowhill-blog-hero) .c-pageTitle,
body:has(.snowhill-blog-hero) .p-breadcrumb,
body:has(.snowhill-blog-hero) .l-sidebar {
  display: none !important;
}

body:has(.snowhill-blog-hero) #content,
body:has(.snowhill-blog-hero) .l-content,
body:has(.snowhill-blog-hero) .l-mainContent,
body:has(.snowhill-blog-hero) .l-mainContent__inner,
body:has(.snowhill-blog-hero) .post_content {
  margin: 0 !important; max-width: none !important;
  padding: 0 !important; width: 100% !important;
}

.post_content .snowhill-blog-hero,
.post_content .snowhill-blog-archive {
  left: 0 !important; margin: 0 !important;
  max-width: none !important; width: 100% !important;
}

.snowhill-blog-hero,
.snowhill-blog-archive,
.snowhill-blog-hero *,
.snowhill-blog-archive * {
  box-sizing: border-box;
}

.snowhill-blog-hero .wp-block-group__inner-container,
.snowhill-blog-archive .wp-block-group__inner-container {
  margin: 0 !important; max-width: none !important;
  padding: 0 !important; width: 100% !important;
}

.snowhill-blog-hero {
  align-items: center;
  background:
    radial-gradient(circle at calc(100% - 176px) 176px, rgba(255,255,255,.6) 0 8px, rgba(255,255,255,.18) 9px, transparent 10px),
    radial-gradient(circle at calc(100% - 176px) 176px, transparent 0 168px, rgba(255,255,255,.05) 169px 171px, transparent 172px 211px, rgba(255,255,255,.08) 212px 214px, transparent 215px),
    linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(155deg, var(--snowhill-navy) 0%, var(--snowhill-navy-deep) 100%);
  background-size: auto, auto, 64px 64px, 64px 64px, auto; color: #fff;
  display: flex; font-family: var(--snowhill-sans);
  min-height: 414px; overflow: hidden;
  position: relative;
}

.snowhill-blog-hero::before {
  --snowhill-meter-sweep: 0deg; animation: snowhill-meter-draw 2.4s cubic-bezier(.16,1,.3,1) .5s forwards;
  background: conic-gradient(from 0deg, var(--snowhill-line) 0 var(--snowhill-meter-sweep), transparent var(--snowhill-meter-sweep) 360deg); border-radius: 50%;
  content: ""; height: 544px;
  -webkit-mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px); mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px);
  opacity: .95; position: absolute;
  right: -96px; top: -96px;
  width: 544px; z-index: 1;
}

.snowhill-blog-hero::after {
  background:
    radial-gradient(circle at 4px 50%, rgba(255,255,255,.64) 0 6px, transparent 7px),
    linear-gradient(to right, transparent 0 4px, rgba(255,255,255,.5) 4px 100%) left 50% / 100% 4px no-repeat;
  content: ""; height: 10px;
  opacity: .9; position: absolute;
  right: 8px; top: 168px;
  transform: rotate(-36deg); transform-origin: 4px 50%;
  width: 168px; z-index: 1;
}

.snowhill-blog-header {
  align-items: baseline !important; display: flex !important;
  gap: 12px !important; left: 50%;
  margin: 0 !important; max-width: none !important;
  padding: 34px clamp(40px, 7.4vw, 80px) 0 !important; position: absolute;
  top: 0; transform: translateX(-50%);
  width: min(1360px, 100vw) !important; z-index: 4;
}

.snowhill-blog-header .wp-block-group__inner-container {
  align-items: baseline !important; display: flex !important;
  gap: 12px !important; width: auto !important;
}

.snowhill-blog-hero__inner {
  margin: 0 auto !important; max-width: 1360px !important;
  padding: 108px clamp(40px, 7.4vw, 80px) 54px !important; position: relative;
  width: 100% !important; z-index: 2;
}

.snowhill-blog-eyebrow {
  color: var(--snowhill-line); font-size: 10px;
  font-weight: 600; letter-spacing: .34em !important;
  line-height: 1.5; margin: 0 0 24px !important;
  text-transform: uppercase;
}

.snowhill-blog-title {
  background: none !important; border: 0 !important;
  color: #fff; font-family: var(--snowhill-serif);
  font-size: clamp(38px, 4.6vw, 56px) !important; font-weight: 800;
  letter-spacing: .02em !important; line-height: 1.28;
  margin: 0 !important; max-width: 760px !important;
  padding: 0 !important;
}

.snowhill-blog-title::before,
.snowhill-blog-title::after {
  content: none !important; display: none !important;
}

.snowhill-blog-lead {
  color: rgba(255,255,255,.65); font-size: 13px;
  letter-spacing: .12em !important; line-height: 1.9;
  margin: 24px 0 0 !important; max-width: 640px !important;
}

.snowhill-blog-archive {
  background: #fff; padding: 48px clamp(40px, 7.4vw, 80px) 92px;
}

.snowhill-blog-archive__inner {
  margin: 0 auto !important; max-width: 1200px !important;
  width: 100% !important;
}

.snowhill-blog-filters,
.snowhill-blog-filters .wp-block-group__inner-container,
.snowhill-blog-category-list {
  align-items: center; display: flex !important;
  flex-wrap: wrap; gap: 14px !important;
  justify-content: center; list-style: none;
  margin: 0 !important; padding: 0 !important;
}

.snowhill-blog-filter-all,
.snowhill-blog-category-list li {
  margin: 0 !important;
}

.snowhill-blog-filter-all a,
.snowhill-blog-category-list a {
  align-items: center; border: 1px solid rgba(0,33,71,.24);
  border-radius: 999px; color: var(--snowhill-navy);
  display: inline-flex; font-size: 12px;
  justify-content: center; letter-spacing: .12em;
  min-height: 38px; min-width: 108px;
  padding: 8px 20px !important; text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.snowhill-blog-category-list a::before {
  content: none !important; display: none !important;
}

.snowhill-blog-filter-all:not(.is-inactive) a,
.snowhill-blog-category-list .current-cat > a,
.snowhill-blog-category-list a:hover {
  background: var(--snowhill-navy); border-color: var(--snowhill-navy);
  color: #fff;
}

.snowhill-blog-filter-rule {
  border-color: rgba(0,33,71,.16); margin: 28px 0 34px !important;
  max-width: none !important; width: 100% !important;
}

.snowhill-blog-query,
.snowhill-blog-query .wp-block-post-template {
  margin: 0 !important; max-width: none !important;
  padding: 0 !important; width: 100% !important;
}

.snowhill-blog-query .wp-block-post-template {
  display: grid !important; gap: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important; list-style: none;
}

.snowhill-blog-query .wp-block-post {
  margin: 0 !important; min-width: 0;
}

.snowhill-blog-card {
  background: #fff; border: 1px solid rgba(0,33,71,.14);
  cursor: pointer; height: 100%; margin: 0 !important;
  overflow: hidden; position: relative;
  transition: border-color .25s ease;
}

.snowhill-blog-card:hover {
  border-color: rgba(0,33,71,.34);
}

.snowhill-blog-card .wp-block-group__inner-container {
  display: flex !important; flex-direction: column;
  height: auto !important;
}

.snowhill-blog-card:not(:has(.wp-block-post-featured-image img))::before {
  aspect-ratio: 16 / 7.2;
  background:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px),
    #27496d;
  background-size: 48px 48px; content: "";
  display: block; width: 100%;
}

.snowhill-blog-card__image {
  aspect-ratio: 16 / 7.2 !important;
  margin: 0 !important; overflow: hidden;
}

.snowhill-blog-card__image img {
  aspect-ratio: 16 / 7.2; display: block;
  height: auto !important; object-fit: cover;
  transition: transform .5s cubic-bezier(.16,1,.3,1); width: 100%;
}

.snowhill-blog-card:hover .snowhill-blog-card__image img {
  transform: scale(1.025);
}

.snowhill-blog-card__body {
  display: flex !important; flex: 1 1 auto;
  flex-direction: column; min-height: 250px;
  padding: 22px 22px 18px !important;
}

.snowhill-blog-card__body .wp-block-group__inner-container {
  display: flex !important; flex: 1 1 auto;
  flex-direction: column; height: auto !important;
  min-height: 0;
}

.snowhill-blog-card__category,
.snowhill-blog-card__category a {
  color: var(--snowhill-line); font-size: 10px;
  font-weight: 600; letter-spacing: .14em;
  margin: 0 !important; text-decoration: none;
}

.snowhill-blog-card__category {
  align-items: flex-start; display: flex; gap: 16px;
  justify-content: space-between; position: relative; z-index: 2;
}

.snowhill-blog-card__number {
  color: rgba(0,33,71,.42); flex: 0 0 auto;
  font-size: 10px; font-weight: 400;
  letter-spacing: .16em;
}

.snowhill-blog-card__categories {
  margin-left: auto; text-align: right;
}

.snowhill-blog-card__title {
  background: none !important; border: 0 !important;
  color: var(--snowhill-navy) !important; font-family: var(--snowhill-serif);
  font-size: 19px !important; font-weight: 700;
  letter-spacing: .04em !important; line-height: 1.65;
  margin: 16px 0 12px !important; padding: 0 !important;
  position: static !important;
}

.snowhill-blog-card__title::before,
.snowhill-blog-card__title::after {
  content: none !important; display: none !important;
}

.snowhill-blog-card__title a {
  color: var(--snowhill-navy) !important; text-decoration: none;
}

.snowhill-blog-card__title a::after {
  content: ""; inset: 0; position: absolute; z-index: 1;
}

.snowhill-blog-card__excerpt {
  color: rgba(0,33,71,.65); font-size: 13px;
  line-height: 1.85; margin: 0 0 22px !important;
}

.snowhill-blog-card__excerpt p {
  margin: 0 !important;
}

.snowhill-blog-card__meta,
.snowhill-blog-card__meta .wp-block-group__inner-container {
  align-items: center; display: flex !important;
  gap: 16px !important; justify-content: flex-start;
  margin: auto 0 0 !important; width: 100% !important;
}

.snowhill-blog-card__date {
  color: rgba(0,33,71,.42); font-size: 10px;
  letter-spacing: .12em; margin: 0 !important;
}

.snowhill-blog-pagination {
  align-items: center; display: flex; flex-wrap: wrap;
  gap: 8px !important; justify-content: center;
  margin: 38px 0 0 !important;
}

.snowhill-blog-pagination .wp-block-query-pagination-numbers {
  align-items: center; display: flex; gap: 8px;
  margin: 0 !important;
}

.snowhill-blog-pagination a,
.snowhill-blog-pagination .page-numbers {
  background: transparent !important;
  border: 0 !important; border-bottom: 2px solid transparent !important;
  box-shadow: none !important; color: var(--snowhill-navy) !important;
  display: inline-flex; height: auto !important;
  font-size: 11px; letter-spacing: .12em;
  line-height: 1.5; margin: 0 !important;
  min-height: 0 !important; min-width: 0 !important;
  padding: 8px 12px !important; text-decoration: none;
  width: auto !important;
}

.snowhill-blog-pagination .current {
  border-bottom-color: var(--snowhill-line) !important;
}

.snowhill-blog-empty {
  color: rgba(0,33,71,.6); padding: 48px 0;
  text-align: center;
}


@media (prefers-reduced-motion: reduce) {
  .snowhill-blog-hero::before {
    animation: none; --snowhill-meter-sweep: 135deg;
  }

  .snowhill-blog-card,
  .snowhill-blog-card__image img {
    transition: none;
  }
}


@media (max-width: 781px) {
  .snowhill-blog-hero {
    background:
      radial-gradient(circle at calc(100% - 176px) 176px, rgba(255,255,255,.6) 0 8px, rgba(255,255,255,.18) 9px, transparent 10px),
      radial-gradient(circle at calc(100% - 176px) 176px, transparent 0 168px, rgba(255,255,255,.05) 169px 171px, transparent 172px 211px, rgba(255,255,255,.08) 212px 214px, transparent 215px),
      linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px),
      linear-gradient(155deg, var(--snowhill-navy) 0%, var(--snowhill-navy-deep) 100%);
    background-size: auto, auto, 64px 64px, 64px 64px, auto; min-height: 530px;
  }

  .snowhill-blog-hero::before {
    height: 544px; right: -96px;
    top: -96px; width: 544px;
    -webkit-mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px); mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px);
  }

  .snowhill-blog-hero::after {
    display: block; right: 8px;
    top: 168px; width: 168px;
  }

  .snowhill-blog-header {
    left: 0; padding: 26px 24px 0 !important;
    transform: none; width: 100% !important;
  }

  .snowhill-blog-header .snowhill-site-name {
    font-size: 14px; letter-spacing: .08em !important;
  }

  .snowhill-blog-header .snowhill-law-mark {
    display: none;
  }

  .snowhill-blog-hero__inner {
    padding: 120px 24px 62px !important;
  }

  .snowhill-blog-eyebrow {
    margin-bottom: 22px !important;
  }

  .snowhill-blog-title {
    font-size: clamp(34px, 10.4vw, 41px) !important; line-height: 1.3;
  }

  .snowhill-blog-lead {
    font-size: 12px; letter-spacing: .06em !important;
    line-height: 2; margin-top: 28px !important;
  }

  .snowhill-blog-lead br {
    display: none;
  }

  .snowhill-blog-archive {
    padding: 40px 24px 72px;
  }

  .snowhill-blog-filters,
  .snowhill-blog-filters .wp-block-group__inner-container,
  .snowhill-blog-category-list {
    gap: 10px !important;
    justify-content: flex-start;
  }

  .snowhill-blog-filter-all a,
  .snowhill-blog-category-list a {
    font-size: 11px; min-height: 36px;
    min-width: 96px; padding: 7px 16px;
  }

  .snowhill-blog-query .wp-block-post-template {
    grid-template-columns: 1fr !important;
  }

  .snowhill-blog-card__body {
    min-height: 232px;
  }

  .snowhill-blog-pagination {
    flex-wrap: nowrap; gap: 2px !important;
  }

  .snowhill-blog-pagination .wp-block-query-pagination-numbers {
    flex: 0 1 auto; gap: 2px; min-width: 0;
  }

  .snowhill-blog-pagination a,
  .snowhill-blog-pagination .page-numbers {
    font-size: 10px; padding: 7px 5px !important;
    white-space: nowrap;
  }
}

/* Single-post hero */
/* Single post hero: keep SWELL article content, replace only the outer frame. */
body:has(.p-articleHead) #header {
  background: transparent; border: 0;
  box-shadow: none; color: #fff;
  height: 96px; left: 0;
  position: absolute; top: 0;
  width: 100%; z-index: 20;
}

body:has(.p-articleHead) #header .l-header__bar,
body:has(.p-articleHead) #header .l-header__gnav,
body:has(.p-articleHead) #header .l-header__customBtn,
body:has(.p-articleHead) #header .l-header__menuBtn,
body:has(.p-articleHead) #fix_header {
  display: none !important;
}

body:has(.p-articleHead) #header .l-header__inner {
  align-items: flex-start; box-sizing: border-box;
  height: 96px; max-width: 1200px;
  padding: 30px clamp(40px, 7.4vw, 80px) 0;
}

body:has(.p-articleHead) #header .l-header__logo {
  align-self: flex-start; height: auto;
  left: clamp(40px, 7.4vw, 80px); padding: 0 !important;
  position: absolute; top: 30px;
}

body:has(.p-articleHead) #header .c-headLogo {
  height: auto; line-height: 1;
  margin: 0;
}

body:has(.p-articleHead) #header .c-headLogo__link {
  color: #fff; display: inline-block;
  font-family: var(--snowhill-serif); font-size: 13px;
  font-weight: 700; letter-spacing: .08em;
  line-height: 1.4;
}

body:has(.p-articleHead) #header .c-headLogo__link::after {
  color: rgba(255,255,255,.42); content: attr(data-snowhill-mark);
  font-family: var(--snowhill-sans); font-size: 8px;
  font-weight: 500; letter-spacing: .22em;
  margin-left: 12px; vertical-align: middle;
}

body:has(.p-articleHead) .p-breadcrumb {
  display: none;
}

body:has(.p-articleHead) #content {
  padding-bottom: 112px; padding-top: 0;
}

body:has(.p-articleHead) .l-mainContent__inner {
  position: relative;
}

body:has(.p-articleHead) .p-articleHead {
  --snowhill-meter-sweep: 0deg;
  --snowhill-wide-offset: max(calc((100vw - 1200px - var(--swl-pad_container) - var(--swl-pad_container)) / 2), 0px);
  align-items: flex-start;
  animation: none;
  background:
    radial-gradient(circle at calc(100% - 176px) 176px, rgba(255,255,255,.6) 0 8px, rgba(255,255,255,.18) 9px, transparent 10px),
    radial-gradient(circle at calc(100% - 176px) 176px, transparent 0 168px, rgba(255,255,255,.05) 169px 171px, transparent 172px 211px, rgba(255,255,255,.08) 212px 214px, transparent 215px),
    linear-gradient(to right, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(155deg, var(--snowhill-navy) 0%, var(--snowhill-navy-deep) 100%);
  background-size: auto, auto, 64px 64px, 64px 64px, auto; border: 0;
  color: #fff; display: block;
  margin: 0 0 46px calc(0px - var(--snowhill-wide-offset) - var(--swl-pad_container)); min-height: 414px;
  overflow: hidden; padding: 146px calc(var(--snowhill-wide-offset) + clamp(40px, 7.4vw, 80px)) 64px;
  position: relative; width: 100vw;
}

body:has(.p-articleHead) .p-articleHead::before {
  --snowhill-meter-sweep: 0deg; animation: snowhill-meter-draw 2.4s cubic-bezier(.16,1,.3,1) .5s forwards;
  background: conic-gradient(from 0deg, var(--snowhill-line) 0 var(--snowhill-meter-sweep), transparent var(--snowhill-meter-sweep) 360deg); border-radius: 50%;
  content: ""; height: 544px;
  -webkit-mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px); mask: radial-gradient(circle, transparent 0 209px, #000 210px 217px, transparent 218px);
  opacity: .95; position: absolute;
  right: -96px; top: -96px;
  width: 544px; z-index: 1;
}

body:has(.p-articleHead) .p-articleHead::after {
  background:
    radial-gradient(circle at 4px 50%, rgba(255,255,255,.64) 0 6px, transparent 7px),
    linear-gradient(to right, transparent 0 4px, rgba(255,255,255,.5) 4px 100%) left 50% / 100% 4px no-repeat;
  content: ""; height: 10px;
  opacity: .9; position: absolute;
  right: 8px; top: 168px;
  transform: rotate(-36deg); transform-origin: 4px 50%;
  width: 168px; z-index: 1;
}

body:has(.p-articleHead) .c-postTitle__ttl {
  color: #fff; font-family: var(--snowhill-serif);
  font-size: clamp(38px, 4.6vw, 55px); font-weight: 700;
  letter-spacing: .02em; line-height: 1.4;
  margin: 0; max-width: 720px;
  position: relative; z-index: 3;
}

body:has(.p-articleHead) .c-postTitle__date {
  display: none;
}

body:has(.p-articleHead) .p-articleMetas.-top {
  align-items: center; color: rgba(255,255,255,.76);
  display: flex; gap: 18px;
  left: calc(clamp(40px, 7.4vw, 80px) - var(--swl-pad_container)); margin: 0;
  position: absolute; top: 105px;
  z-index: 5;
}

body:has(.p-articleHead) .p-articleMetas.-top::before {
  color: var(--snowhill-line); content: "BLOG / FIELD NOTES";
  font-family: var(--snowhill-sans); font-size: 9px;
  left: 0; letter-spacing: .24em;
  position: absolute; top: -31px;
  white-space: nowrap;
}

body:has(.p-articleHead) .p-articleMetas.-top .c-categoryList__link,
body:has(.p-articleHead) .p-articleMetas.-top .c-postTimes {
  color: rgba(255,255,255,.78) !important; font-size: 11px;
  letter-spacing: .08em;
}

body:has(.p-articleHead) .p-articleMetas.-top .c-categoryList__link::before {
  content: none;
}

body:has(.p-articleHead) .p-articleMetas.-bottom {
  display: none;
}

@media (min-width: 960px) {
  body:has(.p-articleHead) #sidebar {
    margin-top: 460px;
  }
}

body:has(.p-articleHead) #footer .l-footer__widgetArea {
  padding: 26px 0;
}

body:has(.p-articleHead) .snowhill-common-cta {
  padding-bottom: 52px; padding-top: 52px;
}

@media (prefers-reduced-motion: reduce) {
  body:has(.p-articleHead) .p-articleHead::before {
    animation: none; --snowhill-meter-sweep: 135deg;
  }
}

@media (max-width: 781px) {
  body:has(.p-articleHead) #content {
    padding-bottom: 80px;
  }

  body:has(.p-articleHead) #header,
  body:has(.p-articleHead) #header .l-header__inner {
    height: 82px;
  }

  body:has(.p-articleHead) #header .l-header__inner {
    padding: 28px 24px 0;
  }

  body:has(.p-articleHead) #header .c-headLogo__link {
    font-size: 12px;
  }

  body:has(.p-articleHead) #header .c-headLogo__link::after {
    display: none;
  }

  body:has(.p-articleHead) #header .l-header__logo {
    left: 24px; top: 28px;
  }

  body:has(.p-articleHead) .p-articleHead {
    margin-left: calc(-1 * var(--swl-pad_container)); min-height: 500px;
    padding: 162px 24px 58px;
  }

  body:has(.p-articleHead) .c-postTitle__ttl {
    font-size: 36px; line-height: 1.45;
    max-width: 330px;
  }

  body:has(.p-articleHead) .p-articleMetas.-top {
    left: calc((100vw - 92vw) / -2 + 24px); top: 118px;
  }

  body:has(.p-articleHead) .p-articleHead::before {
    right: -96px; top: -96px;
  }

  body:has(.p-articleHead) .p-articleHead::after {
    right: 8px; top: 168px;
  }
}


/* Shared CTA and footer */
#before_footer_widget {
  background: #fff; border: 0;
  display: block !important;
}

#before_footer_widget > .l-container {
  max-width: none; padding: 0;
}

#before_footer_widget .c-widget,
#footer .c-widget,
#footer .snowhill-common-footer__site,
#footer .snowhill-common-footer__location,
#footer .snowhill-common-footer__copyright {
  margin: 0;
}

.snowhill-common-cta {
  color: var(--snowhill-navy); padding: 52px 24px;
  text-align: center;
}

.snowhill-common-cta .wp-block-group__inner-container {
  margin: 0 auto; max-width: 760px;
  padding: 0;
}

.snowhill-common-cta__title {
  background: none !important; border: 0 !important;
  color: var(--snowhill-navy) !important; font-family: var(--snowhill-serif);
  font-size: 25px; letter-spacing: .08em;
  margin: 0 0 10px !important; padding: 0 !important;
}

.snowhill-common-cta__title::before,
.snowhill-common-cta__title::after {
  content: none !important; display: none !important;
}

.snowhill-common-cta__text {
  color: rgba(0,33,71,.55); font-size: 11px;
  letter-spacing: .13em; margin: 0 0 22px !important;
}

#footer {
  background: #fff !important; border: 0 !important;
  color: var(--snowhill-navy); display: block !important;
}

#footer .l-footer__widgetArea {
  padding: 0 0 36px;
}

#footer .w-footer {
  align-items: center; display: grid;
  gap: 16px 28px; grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto; max-width: 1200px;
  border-top: 1px solid rgba(0,33,71,.12);
  padding: 32px 0;
}

#footer .w-footer__box {
  border: 0; padding: 0;
  width: auto !important;
}

#footer .w-footer__box:nth-child(1) {
  grid-column: 1; grid-row: 1;
  text-align: left;
}

#footer .w-footer__box:nth-child(2) {
  grid-column: 1 / -1; grid-row: 2;
  text-align: center;
}

#footer .w-footer__box:nth-child(3) {
  grid-column: 2; grid-row: 1;
  text-align: right;
}

#footer .snowhill-common-footer__site,
#footer .snowhill-common-footer__site a {
  color: var(--snowhill-navy); font-family: var(--snowhill-serif);
  font-size: 14px; letter-spacing: .08em;
  text-decoration: none;
}

#footer .snowhill-common-footer__location {
  color: rgba(0,33,71,.5); font-size: 12px;
  letter-spacing: .08em;
}

#footer .snowhill-common-footer__copyright {
  color: rgba(0,33,71,.58); font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase;
  text-align: center;
}

#footer .l-footer__foot {
  display: none;
}

@media (max-width: 781px) {
  .snowhill-common-cta {
    padding: 48px 24px 50px;
  }

  .snowhill-common-cta__title {
    font-size: 22px;
  }

  #footer .l-footer__widgetArea {
    padding-bottom: 32px;
  }

  #footer .w-footer {
    gap: 12px; grid-template-columns: 1fr;
    grid-template-rows: auto auto auto; padding: 32px 24px;
    text-align: center;
  }

  #footer .w-footer__box:nth-child(1),
  #footer .w-footer__box:nth-child(2),
  #footer .w-footer__box:nth-child(3) {
    grid-column: 1; text-align: center;
  }

  #footer .w-footer__box:nth-child(1) { grid-row: 1; }
  #footer .w-footer__box:nth-child(3) { grid-row: 2; }
  #footer .w-footer__box:nth-child(2) { grid-row: 3; }
}
