@charset "UTF-8";
/* Base Setting */
:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #F4F5EF;
  --gray: #E5E5E5;
  --blue-light: #448BA9;
  --primary: #156E94;
  --second: #FEBBBD;
  --text-body: #156E94;
  --radius: 5px; }

/*---------------------------------------- */
/** Pages */
/*# sourceMappingURL=styles.css.map */

* {
  box-sizing: border-box; }
  *::before {
    box-sizing: border-box; }
  *::after {
    box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth; }

article {
  display: block; }

aside {
  display: block; }

figcaption {
  display: block; }

figure {
  display: block;
  margin: 0;
  padding: 0; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

main {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 1px; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px; }

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px; }

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px; }

h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px; }

h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px; }

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol {
  margin-top: 0;
  margin-bottom: 1rem; }
  ol ol {
    margin-bottom: 0; }
  ol ul {
    margin-bottom: 0; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }
  ul ul {
    margin-bottom: 0; }
  ul ol {
    margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 1rem; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b {
  font-weight: bolder; }

strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -.25em; }

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em; }

a {
  color: #6096C4;
  text-decoration: none;
  transition: all 0.3s;
  color: var(--primary);
  outline: none !important; }
  a:hover {
    opacity: .8;
    opacity: 0.7;
    color: var(--second); }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none;
      outline: 0; }

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

kbd {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  vertical-align: bottom; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  transition: all 0.3s;
  background: url("../images/bg.png") repeat 0 0 var(--second);
  display: inline-flex;
  color: var(--primary);
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 3px 3px #d4d4d4;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  font-weight: 700; }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:not(:disabled) {
    cursor: pointer; }
  button::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  button span {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3; }
    button span small {
      display: block;
      font-size: 17px;
      font-weight: 700;
      font-family: "Cambria", sans-serif;
      color: #448ba9;
      line-height: 1.2;
      letter-spacing: 0; }
  button:hover {
    opacity: 0.9;
    color: var(--primary); }
  button img {
    width: 35px;
    margin-right: 12px; }
  button svg {
    width: 35px;
    margin-right: 12px; }

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible; }

select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  word-wrap: normal;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: auto;
  resize: vertical;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

[type="button"] {
  -webkit-appearance: button; }
  [type="button"]:not(:disabled) {
    cursor: pointer; }
  [type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

[type="reset"] {
  -webkit-appearance: button; }
  [type="reset"]:not(:disabled) {
    cursor: pointer; }
  [type="reset"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

[type="submit"] {
  -webkit-appearance: button; }
  [type="submit"]:not(:disabled) {
    cursor: pointer; }
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"] {
  -webkit-appearance: listbox; }

input[type="time"] {
  -webkit-appearance: listbox; }

input[type="datetime-local"] {
  -webkit-appearance: listbox; }

input[type="month"] {
  -webkit-appearance: listbox; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button {
  height: auto; }

[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.container-fluid {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  max-width: 1920px; }

.header__nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .header__nav nav ul li {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .header__nav nav ul li {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 20px; } }
    .header__nav nav ul li a {
      font-size: 17px;
      color: var(--primary);
      font-weight: 500; }
      @media (max-width: 991px) {
        .header__nav nav ul li a {
          font-weight: 700;
          width: 100%;
          text-align: left;
          display: block; } }
      .header__nav nav ul li a span {
        display: block;
        font-size: 15px;
        color: var(--second);
        font-family: "Cambria", sans-serif;
        font-weight: 700; }
        @media (max-width: 991px) {
          .header__nav nav ul li a span {
            display: inline;
            margin-left: 15px; } }

.footer__top {
  background: url("../images/bg.png") repeat 0 0 var(--second);
  padding: 19px 0; }
  .footer__top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .footer__top ul li + li {
      margin-left: 20px; }
    .footer__top ul li a img {
      height: 32px; }

.footer__nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .footer__nav nav {
    width: 50%; }
    .footer__nav nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer__nav nav ul li {
        padding-right: 15px;
        margin-bottom: 10px; }
        .footer__nav nav ul li a {
          font-size: 14px;
          font-weight: 700;
          background: url("../images/arrow-outline.png") no-repeat 0 5px/11px auto;
          padding-left: 15px;
          white-space: nowrap; }

.news__category ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .news__category ul li {
    margin-bottom: 12px; }
    .news__category ul li a {
      font-size: 18px;
      font-weight: 900;
      color: #5B99B4;
      display: inline-block;
      padding-left: 25px;
      position: relative; }
      .news__category ul li a::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #FEBBBD;
        position: absolute;
        top: 10px;
        left: 7px;
        opacity: 0;
        transition: all 0.3s; }
      .news__category ul li a:hover {
        color: #EA4D4A;
        opacity: 1; }
        .news__category ul li a:hover::before {
          opacity: 1; }

.news__category h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  justify-items: center;
  margin: 0 0 10px; }
  .news__category h2 svg {
    width: 25px;
    margin-right: 8px; }

.school-row ul {
  padding: 0;
  list-style: none;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap; }
  .school-row ul li {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 4px;
    width: 50%;
    position: relative;
    padding: 0 15px; }
    .school-row ul li::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 12px;
      background: var(--second); }
  .school-row ul li.special::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/shirt-icon.png") no-repeat 50% 50%/20px auto;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1px; }

.school-row > h2 {
  text-align: center;
  background: url("../images/bg.png") repeat 0 0 var(--primary);
  font-size: 25px;
  color: var(--white);
  line-height: 1.3;
  padding: 11px 15px;
  letter-spacing: 7px;
  margin: 0 0 30px; }
  .school-row > h2 small {
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    margin: 5px 0 0; }

.school-row h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  background: var(--second);
  color: var(--primary);
  text-align: center;
  padding: 5px;
  border-radius: 100px;
  margin: 0 0 15px; }

.school-row p {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 26px;
  text-align: center; }
  .school-row p img {
    width: 30px; }

.school-row ul.cols-3 li {
  width: 50%; }

.school-row ul.min-width {
  max-width: 610px;
  margin: 0 auto 20px; }

input[type="text"] {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

input[type="email"] {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

input[type="password"] {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

input[type="phone"] {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

input[type="search"] {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important; }

.btn {
  transition: all 0.3s;
  background: url("../images/bg.png") repeat 0 0 var(--second);
  display: inline-flex;
  color: var(--primary);
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 3px 3px #d4d4d4;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  font-weight: 700; }
  .btn span {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3; }
    .btn span small {
      display: block;
      font-size: 17px;
      font-weight: 700;
      font-family: "Cambria", sans-serif;
      color: #448ba9;
      line-height: 1.2; }
  .btn:hover {
    opacity: 0.9;
    color: var(--primary); }
  .btn img {
    width: 35px;
    margin-right: 12px; }
  .btn svg {
    width: 35px;
    margin-right: 12px; }

.btn--lg {
  transition: all 0.3s;
  background: url("../images/bg.png") repeat 0 0 var(--second);
  display: inline-flex;
  color: var(--primary);
  border-radius: 5px;
  box-shadow: 0 3px 3px #d4d4d4;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  font-weight: 700;
  min-height: 75px;
  padding: 8px 15px; }
  @media (max-width: 600px) {
    .btn--lg {
      width: 100%;
      padding: 5px 10px;
      min-height: 45px; } }
  .btn--lg span {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3; }
    @media (max-width: 600px) {
      .btn--lg span {
        font-size: 2.5vw; } }
    .btn--lg span small {
      display: block;
      font-size: 17px;
      font-weight: 700;
      font-family: "Cambria", sans-serif;
      color: #448ba9;
      line-height: 1.2; }
  .btn--lg:hover {
    opacity: 0.9;
    color: var(--primary); }
  .btn--lg img {
    width: 55px;
    margin-right: 12px; }
  .btn--lg svg {
    width: 40px;
    margin-right: 10px; }
    @media (max-width: 600px) {
      .btn--lg svg {
        width: 10vw; } }

input[type="button"] {
  transition: all 0.3s;
  background: url("../images/bg.png") repeat 0 0 var(--second);
  display: inline-flex;
  color: var(--primary);
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 3px 3px #d4d4d4;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  font-weight: 700; }
  input[type="button"] span {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3; }
    input[type="button"] span small {
      display: block;
      font-size: 17px;
      font-weight: 700;
      font-family: "Cambria", sans-serif;
      color: #448ba9;
      line-height: 1.2; }
  input[type="button"]:hover {
    opacity: 0.9;
    color: var(--primary); }
  input[type="button"] img {
    width: 35px;
    margin-right: 12px; }
  input[type="button"] svg {
    width: 35px;
    margin-right: 12px; }

input[type="submit"] {
  transition: all 0.3s;
  background: url("../images/bg.png") repeat 0 0 var(--second);
  display: inline-flex;
  color: var(--primary);
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 3px 3px #d4d4d4;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  font-weight: 700;
  position: relative; }
  input[type="submit"] span {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3; }
    input[type="submit"] span small {
      display: block;
      font-size: 17px;
      font-weight: 700;
      font-family: "Cambria", sans-serif;
      color: #448ba9;
      line-height: 1.2; }
  input[type="submit"]:hover {
    opacity: 0.9;
    color: var(--primary); }
  input[type="submit"] img {
    width: 35px;
    margin-right: 12px; }
  input[type="submit"] svg {
    width: 35px;
    margin-right: 12px; }

.wpcf7-form .wpcf7-submit {
  background: url(../images/bg_submit.png) no-repeat top center;
  font-size: 0px !important;
  width: 300px;
  height: 60px;
  box-shadow: none;
  padding: 0;
  background-size: cover; }

.wpcf7-form .wpcf7c-btn-confirm {
  background: url(../images/bg_confirm.png) no-repeat top center;
  font-size: 0px !important;
  width: 300px;
  height: 60px;
  box-shadow: none;
  padding: 0;
  background-size: cover; }

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary); }
  .btn-outline:hover {
    opacity: 0.9;
    color: var(--white); }
  .btn-outline svg {
    margin-right: 15px;
    max-height: 20px; }

.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white); }

.section__heading {
  text-align: center;
  background: url("../images/bg.png") repeat 0 0 var(--second);
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 6px 15px 9px;
  margin: 0 0 35px; }
  .section__heading span {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-family: "Cambria", sans-serif;
    color: var(--blue-light); }

.section__heading--blue {
  background: url("../images/bg.png") repeat 0 0 var(--primary);
  color: var(--white); }
  .section__heading--blue span {
    color: var(--white); }

.section__button {
  text-align: center;
  padding-bottom: 40px; }

.section--title h2 {
  font-size: 30px;
  color: var(--primary);
  letter-spacing: 4px;
  margin: 0; }

.section--title p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Cambria", sans-serif;
  color: var(--second); }

.hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  align-self: flex-end;
  opacity: 1; }
  .hamburger span {
    width: 29px;
    height: 3px;
    background: var(--primary);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1.5px);
    left: calc(50% - 14.5px); }
    .hamburger span::before {
      content: "";
      transform-origin: center center;
      width: 29px;
      height: 3px;
      background: var(--primary);
      backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 10px;
      transition: 0.3s all ease;
      border-radius: 5px;
      opacity: 1; }
    .hamburger span::after {
      content: "";
      transform-origin: center center;
      width: 29px;
      height: 3px;
      background: var(--primary);
      backface-visibility: hidden;
      position: absolute;
      left: 0;
      top: 10px;
      transition: 0.3s all ease;
      border-radius: 5px;
      opacity: 1;
      top: -10px; }

.hamburger.active span {
  transform: rotate(225deg); }
  .hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0; }
  .hamburger.active span::after {
    opacity: 0; }

.page-title {
  margin: 0 0 40px;
  background-position: 50% 50%;
  background-size: cover; }

.page-title__inner {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 0; }
  .page-title__inner h1 {
    font-size: 40px;
    color: var(--white);
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.1;
    letter-spacing: 4px; }
  .page-title__inner h2 {
    font-size: 26px;
    color: var(--white);
    font-family: "Cambria", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 2px; }

.page-title__text {
  text-align: center; }

.page-title--left .page-title__inner {
  flex-direction: unset;
  justify-content: flex-start; }
  .page-title--left .page-title__inner h1 {
    margin: 0; }
  .page-title--left .page-title__inner h2 {
    margin-left: 15px; }

.page-title--left .page-title__text {
  display: flex;
  align-items: flex-end; }

.page-title--blue .page-title__inner h1 {
  color: var(--primary); }

.page-title--blue .page-title__inner h2 {
  color: var(--primary); }

.page-title--center .page-title__inner {
  justify-content: center; }

.page-title.text-shadow {
  text-shadow: 1px 1px 10px #FFF, -1px -1px 10px #FFF, -1px 1px 10px #FFF, 1px -1px 10px #FFF, 0px 1px 10px #FFF, 0 -1px 10px #FFF, -1px 0 10px #FFF, 1px 0 10px #FFF; }

.page-title--top .page-title__inner {
  padding: 50px 0;
  justify-content: flex-start;
  align-items: flex-start; }

.page-title--shadow {
  text-shadow: 1px 1px 10px #FFF, -1px -1px 10px #FFF, -1px 1px 10px #FFF, 1px -1px 10px #FFF, 0px 1px 10px #FFF, 0 -1px 10px #FFF, -1px 0 10px #FFF, 1px 0 10px #FFF; }
  .page-title--shadow .page-title__inner h1 {
    color: var(--primary); }
  .page-title--shadow .page-title__inner h2 {
    color: var(--primary); }
  .page-title--shadow .page-title__text {
    text-align: left; }

.contact-box {
  margin: 40px 0 50px;
  text-align: center; }

.contact-box__inner {
  background: url("../images/bg-line-light.png") repeat 0 0 var(--primary);
  border-radius: 7px;
  padding: 20px 20px 30px; }
  .contact-box__inner h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 15px; }

.contact-box__content {
  background: var(--white);
  border-radius: 8px;
  padding: 25px 20px; }
  .contact-box__content h3 {
    font-size: 28px;
    color: #ea4d4a;
    line-height: 1; }
    .contact-box__content h3 small {
      font-size: 25px; }
  .contact-box__content p {
    margin: 0;
    font-weight: 500; }

.contact-box__content--right {
  margin-top: 25px; }

.admin-bar .header {
  top: 32px; }

.admin-bar #wpadminbar {
  position: fixed;
  top: 0; }

.header {
  text-align: center;
  background: url("../images/bg.png") repeat 0 0 var(--white);
  padding: 10px 15px;
  z-index: 99;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 25px -10px #000; }

.header__top {
  padding: 3px 0 9px; }
  .header__top img {
    height: 56px; }

.footer {
  background: url("../images/bg.png") repeat 0 0; }

.footer__logo img {
  max-height: 53px; }

.footer__main {
  padding: 26px 0; }

.footer__about {
  margin-bottom: 20px; }
  .footer__about h2 {
    font-size: 19px;
    font-weight: 900;
    margin: 0 0 10px; }
  .footer__about p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px; }

.footer__bottom {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--second);
  padding: 13px 0;
  background: var(--white); }
  @media only screen and (max-width: 768px) {
    .footer__bottom {
      padding-bottom: 60px; } }
  .footer__bottom p {
    margin: 0; }

.brand-section__inner article {
  margin-bottom: 30px; }
  .brand-section__inner article figure {
    margin: 0 0 13px; }
    .brand-section__inner article figure img {
      width: 100%;
      border-radius: 5px;
      box-shadow: 0 3px 3px #d4d4d4; }
  .brand-section__inner article h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    text-align: center; }
    .brand-section__inner article h3 span {
      font-size: 18px;
      line-height: 1;
      color: var(--second);
      display: block;
      font-family: "Cambria", sans-serif;
      letter-spacing: -0.5px; }

.school-section__inner article {
  margin-bottom: 30px; }
  .school-section__inner article figure {
    margin: 0 0 13px; }
    .school-section__inner article figure img {
      width: 100%;
      border-radius: 5px;
      box-shadow: 0 3px 3px #d4d4d4; }
  .school-section__inner article h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    text-align: center; }
    .school-section__inner article h3 span {
      font-size: 18px;
      line-height: 1;
      color: var(--second);
      display: block;
      font-family: "Cambria", sans-serif;
      letter-spacing: -0.5px; }

.items-section__inner article {
  margin-bottom: 30px; }
  .items-section__inner article figure {
    margin: 0 0 13px;
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 100%; }
    .items-section__inner article figure img {
      box-shadow: 0 3px 3px #d4d4d4;
      position: absolute;
      top: 50%;
      left: 50%;
      border: 0;
      transform: translate(-50%, -50%);
      transition: all 0.3s;
      width: 100%;
      height: 100%;
      border-radius: 100%; }
  .items-section__inner article h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    text-align: center; }
    .items-section__inner article h3 span {
      font-size: 18px;
      line-height: 1;
      color: var(--second);
      display: block;
      font-family: "Cambria", sans-serif;
      letter-spacing: -0.5px; }

.banner {
  position: relative; }
  .banner figure img {
    width: 100%;
    border-radius: 5px; }

.banner__description {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 4px 4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, -4px -4px 4px #fff, 4px 0px 4px #fff, 0px 4px 4px #fff, -4px 0px 4px #fff, 0px -4px 4px #fff; }
  .banner__description h2 {
    font-size: 47px;
    font-family: "Noto Serif JP", serif; }
  .banner__description p {
    font-size: 29px; }

.buttons {
  margin-top: -12px;
  z-index: 9;
  position: relative; }

.buttons__inner {
  white-space: nowrap; }
  @media (max-width: 767px) {
    .buttons__inner {
      display: flex;
      flex-direction: column; } }
  .buttons__inner a {
    letter-spacing: 0; }
    .buttons__inner a span {
      width: calc(100% - 47px); }

.about-section {
  padding: 40px 0 25px;
  text-align: center; }
  .about-section figure {
    margin: 0 0 30px; }
  .about-section img {
    width: 100%; }
  .about-section p {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px; }

.brand-section {
  background: url("../images/bg-line.png") repeat 0 0 #FFF1F2;
  padding-bottom: 1px;
  position: relative; }
  .brand-section #brand {
    position: absolute;
    top: -140px; }
    @media (max-width: 767px) {
      .brand-section #brand {
        top: -76px; } }

.school-section {
  background: url("../images/bg-line.png") repeat 0 0 #FFF1F2;
  padding-bottom: 1px; }

.items-section {
  background: url("../images/bg-line.png") repeat 0 0 #EFF5F8;
  position: relative; }
  .items-section #item {
    position: absolute;
    top: -140px; }
    @media (max-width: 767px) {
      .items-section #item {
        top: -76px; } }

.instagram-section {
  background: url("../images/bg-line.png") repeat 0 0 #EFF5F8;
  padding-bottom: 45px;
  overflow: hidden; }

.instagram-section__inner {
  margin: 0 -25%; }
  .instagram-section__inner article figure img {
    width: 100%; }

.news-section {
  padding: 25px 0 50px; }
  .news-section .section__heading {
    background: none; }
    .news-section .section__heading span {
      color: var(--second); }

.news-section__inner {
  max-width: 870px;
  margin: 0 auto; }

.news__item {
  border-bottom: 1px solid #B4B4B5;
  transition: all 0.3s;
  background: var(--white);
  padding: 20px 0; }
  .news__item:first-child {
    border-top: 1px solid #B4B4B5; }
  .news__item:not(.shown) .news__item--content h3::before {
    transform: rotate(0); }

.news__item--inner {
  display: flex;
  margin: 0 -10px; }

.news__item--date {
  padding: 0 10px;
  width: 50%; }
  .news__item--date time {
    font-size: 18px;
    font-weight: 900;
    color: var(--blue-light); }

.news__item--label {
  padding: 0 10px;
  width: 50%;
  text-align: right; }
  .news__item--label label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background: var(--primary);
    border-radius: 30px;
    color: var(--white);
    margin: 0;
    text-align: center;
    padding: 4px 15px;
    min-width: 115px; }
  .news__item--label label.pink {
    background: var(--second); }

.news__item--content {
  width: 100%;
  padding: 15px 10px 0; }
  .news__item--content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-light);
    margin: 0;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s; }
    .news__item--content h3::before {
      content: '';
      background: url("../images/arrow-down-double.png") no-repeat 50% 50%/20px auto;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 8px;
      top: -1px;
      transition: all 0.3s;
      transform: rotate(180deg); }

.news__item--body {
  display: none;
  font-size: 15px;
  padding: 10px 5px 0 5px;
  border-top: 1px solid #b4b4b5;
  margin-top: 10px; }
  .news__item--body p {
    margin: 0; }

.news__item.shown {
  background: url("../images/bg-line.png") repeat 0 0 #EFF5F8; }

.info {
  margin: 0 0 25px; }
  .info table {
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
    .info table tr + tr {
      border-top: 1px solid #B4B4B5; }
    .info table tr th {
      padding: 15px 0;
      text-align: justify;
      text-align-last: justify;
      padding-right: 30px;
      white-space: nowrap;
      vertical-align: top; }
    .info table tr td {
      padding: 15px 0; }

.news__inner {
  margin: 0 0 30px; }

.news__row {
  border-bottom: 1px solid #B4B4B5;
  padding: 15px 0; }
  .news__row time {
    font-size: 18px;
    font-weight: 900;
    color: #5B99B4; }

.news__row--content {
  margin-top: 2px; }
  .news__row--content label {
    margin: 4px 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    min-width: 118px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    padding: 3px;
    border-radius: 10px;
    letter-spacing: 0.5px; }
  .news__row--content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0; }
    .news__row--content h3 a {
      color: #448BA9; }
      .news__row--content h3 a:hover {
        color: var(--second); }
  .news__row--content .news__rm {
    font-weight: 700;
    white-space: nowrap; }

.news__row--pink label {
  background: var(--second); }

.news__detail {
  border-bottom: 1px solid #B4B4B5;
  padding: 15px 0; }
  .news__detail time {
    font-size: 18px;
    font-weight: 900;
    color: #5B99B4; }

.news__detail--info {
  margin-top: 2px;
  border-bottom: 1px solid #B4B4B5;
  padding-bottom: 15px; }
  .news__detail--info label {
    margin: 4px 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    min-width: 118px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    padding: 3px;
    border-radius: 10px;
    letter-spacing: 0.5px; }
  .news__detail--info h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0; }
    .news__detail--info h3 a {
      color: #448BA9; }
      .news__detail--info h3 a:hover {
        color: var(--second); }
  .news__detail--info .news__rm {
    font-weight: 700;
    white-space: nowrap; }

.news__detail--content {
  font-size: 15px;
  line-height: 23px; }

.news__detail--pink label {
  background: var(--second); }

.navigation {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }
  .navigation a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    padding: 12px 12px 12px 30px;
    background: var(--second);
    min-width: 97px;
    border-radius: 5px;
    position: relative;
    line-height: 1; }
    .navigation a::before {
      content: '》';
      position: absolute;
      left: 10px;
      top: 9px;
      font-size: 18px;
      font-weight: 900; }

.navigation--prev a {
  text-align: right; }
  .navigation--prev a::before {
    transform: rotate(180deg);
    top: 12px;
    left: 0; }

.navigation--next a {
  padding: 12px 30px 12px 12px; }
  .navigation--next a::before {
    left: auto;
    right: 0; }

.page-content.text-center {
  text-align: center; }
  .page-content.text-center strong {
    margin-bottom: 30px;
    font-size: 18px;
    display: block; }
  .page-content.text-center p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    flex-wrap: wrap; }

.page-content--title {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #b4b4b5;
  margin-bottom: 30px; }

.page-content .table--title {
  margin-top: 20px;
  margin-bottom: 40px; }
  .page-content .table--title h2 {
    color: #ea4d4a;
    font-size: 39px; }

.page-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  border: 1px solid #b4b4b5; }
  .page-content table th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #b4b4b5;
    font-size: 18px;
    font-weight: 700;
    color: #ea4d4a; }
  .page-content table td {
    padding: 10px;
    border-bottom: 1px solid #b4b4b5;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 60px; }
    .page-content table td input {
      border-bottom: 1px solid #333; }

.page-content .table-footer {
  text-align: center;
  margin-bottom: 120px; }
  .page-content .table-footer button {
    min-width: 300px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    font-size: 23px;
    border: none; }

.page-content .require-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .page-content .require-form strong {
    white-space: nowrap;
    margin-bottom: 0; }
  .page-content .require-form span:first-child {
    white-space: nowrap; }
  .page-content .require-form input {
    margin-inline: 10px;
    width: 155px;
    height: 53px;
    border: 2px solid #156e94;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: 31px;
    color: var(--primary);
    font-weight: bold; }
  .page-content .require-form label {
    position: relative;
    margin-bottom: 0; }
    .page-content .require-form label span {
      position: absolute;
      bottom: -25px;
      color: #ea4d4a;
      left: 5px; }

.page-content .monthly-calendar {
  overflow-x: auto;
  font-family: inherit; }
/*  .page-content .monthly-calendar .monthly-prev-next {
    display: none; } */

  .page-content .monthly-calendar table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
/*    .page-content .monthly-calendar table caption {
      display: none; } */
    .page-content .monthly-calendar table tr th {
      border: 0;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      text-align: center;
      padding: 16px 10px;
      background: #EFEFEF;
      color: #4D4D4D; }
    .page-content .monthly-calendar table tr td {
      border: 0;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      font-weight: 400;
      line-height: 1.7;
      padding: 12px 10px; }
      .page-content .monthly-calendar table tr td .day-number {
        color: #4D4D4D; }
      .page-content .monthly-calendar table tr td a.calendar-daylink {
        color: var(--black); }
    .page-content .monthly-calendar table tr th.sun {
      color: #FE6247; }
    .page-content .monthly-calendar table tr th.sat {
      color: #566AA6; }
    .page-content .monthly-calendar table tr td.sun .day-number {
      color: #FE6247; }
    .page-content .monthly-calendar table tr td.sat .day-number {
      color: #566AA6; }

.page-content .day-calendar {
  padding-top: 17px;
  font-family: inherit; }
  .page-content .day-calendar > h3 {
    display: none; }
  .page-content .day-calendar > p {
    color: #ea4d4a;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 55px; }
  .page-content .day-calendar table {
    border-spacing: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .page-content .day-calendar table tr th {
      border: 0;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      color: #4D4D4D;
      text-align: center;
      font-size: 18px;
      border-radius: 0; }
    .page-content .day-calendar table tr td {
      border: 0;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-radius: 0; }
      .page-content .day-calendar table tr td a {
        color: var(--black);
        text-decoration: underline; }

.text-left {
  text-align: left;
  margin-bottom: 10px; }

.red {
  color: #ea4d4a;
  font-size: 18px;
  font-weight: bold; }

.reserve-form {
  padding-bottom: 70px; }
  .reserve-form .form__box {
    margin-bottom: 70px; }
  .reserve-form hr {
    margin-bottom: 30px; }

.reserve-date {
  padding-bottom: 70px; }
  .reserve-date .form__box {
    margin-bottom: 70px; }
  .reserve-date hr {
    margin-bottom: 30px; }

.ajax-loader {
  position: absolute; }

.booking-form .monthly-calendar {
  display: none; } 

.booking-form #booking-form input {
  border: 2px solid var(--primary);
  font-size: 18px;
  padding: 13px 15px;
  line-height: 1.3; }

.booking-form #booking-form #booking-reservation-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px; }
  .booking-form #booking-form #booking-reservation-fieldset legend {
    display: none; }
  .booking-form #booking-form #booking-reservation-fieldset table tr th {
    display: none; }
  .booking-form #booking-form #booking-reservation-fieldset table tr td {
    border: 0; }
    .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number {
      width: 100%; }
      .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number br {
        display: none; }
      .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number input {
        min-width: 155px;
        text-align: center; }
  .booking-form #booking-form #booking-reservation-fieldset table tr:first-child td {
    color: #ea4d4a;
    font-size: 26px;
    font-weight: 700; }

.school-buttons {
  margin: 30px 0 20px; }

.school-buttons__inner a span {
  font-size: 20px;
  letter-spacing: 4px; }

.school-buttons__inner a small {
  font-size: 12px;
  letter-spacing: 0; }

.school-row__inner {
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto 30px; }

.contact__info {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #B4B4B5; }
  .contact__info svg {
    max-width: 62px;
    margin: 0 0 20px; }
  .contact__info h3 {
    font-size: 26px;
    margin: 0 0 10px; }
  .contact__info h2 {
    font-size: 30px;
    color: #EA4D4A; }
    .contact__info h2 small {
      font-size: 28px; }
  .contact__info p {
    font-weight: 500; }

.contact__inner {
  max-width: 832px;
  margin: 45px auto 50px; }

.form__box {
  border: 4px solid var(--primary);
  background: #468CAA;
  border-radius: 5px; }

.form__row {
  border-bottom: 1px solid var(--primary); }
  .form__row .form__label {
    display: flex;
    justify-content: space-between; }

.form__label {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  padding: 15px;
  align-items: center; }
  .form__label label {
    margin: 0; }
  .form__label span {
    color: #FFF000;
    white-space: nowrap; }

.form__input {
  background: var(--white);
  padding: 11px 12px; }
  .form__input input {
    width: 100%;
    border: 2px solid #8AB6C9;
    padding: 11px 12px;
    color: var(--primary); }
    .form__input input::placeholder {
      color: #8AB6C9;
      opacity: 1; }
    .form__input input:-ms-input-placeholder {
      color: #8AB6C9; }
    .form__input input::-ms-input-placeholder {
      color: #8AB6C9; }
  .form__input select {
    width: 100%;
    border: 2px solid #8AB6C9;
    padding: 11px 12px;
    color: var(--primary); }
    .form__input select::placeholder {
      color: #8AB6C9;
      opacity: 1; }
    .form__input select:-ms-input-placeholder {
      color: #8AB6C9; }
    .form__input select::-ms-input-placeholder {
      color: #8AB6C9; }
  .form__input textarea {
    width: 100%;
    border: 2px solid #8AB6C9;
    padding: 11px 12px;
    color: var(--primary); }
    .form__input textarea::placeholder {
      color: #8AB6C9;
      opacity: 1; }
    .form__input textarea:-ms-input-placeholder {
      color: #8AB6C9; }
    .form__input textarea::-ms-input-placeholder {
      color: #8AB6C9; }

.form__submit {
  text-align: center;
  margin: 40px 0 0; }
  .form__submit .wpcf7-spinner {
    display: none; }
  .form__submit button {
    min-width: 150px;
    max-width: 300px; }
    .form__submit button span {
      letter-spacing: 4px; }
    .form__submit button small {
      letter-spacing: 0; }

.privacy {
  padding: 60px 0; }

.privacy__inner {
  font-size: 18px;
  max-width: 824px;
  margin: 0 auto; }
  .privacy__inner h1 {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin: 0 0 50px; }
    .privacy__inner h1 small {
      font-size: 18px;
      font-weight: 700;
      color: var(--second);
      display: block;
      line-height: 1;
      font-family: "Cambria", sans-serif; }
  .privacy__inner h2 {
    font-size: 23px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    border-bottom: 1px solid var(--primary);
    margin: 0 0 15px;
    padding-bottom: 5px; }
  .privacy__inner h3 {
    font-size: 20px;
    font-weight: 700;
    color: #EA4D4A;
    margin: 0; }
  .privacy__inner p {
    margin: 0 0 20px; }
  .privacy__inner p.margin {
    margin: 0 0 30px; }

@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px; } }

@media only screen and (min-width: 768px) {
  .section__heading {
    margin: 0 0 55px; }
  .section__button {
    padding-bottom: 100px; }
  .page-title {
    margin: 0 0 60px; }
  .page-title__inner {
    min-height: 430px; }
    .page-title__inner h1 {
      font-size: 47px; }
    .page-title__inner h2 {
      font-size: 29px; }
  .contact-box {
    margin: 80px 0 70px; }
  .contact-box__inner {
    padding: 20px 30px 30px; }
    .contact-box__inner h2 {
      font-size: 27px; }
  .contact-box__content h3 {
    font-size: 45px; }
    .contact-box__content h3 small {
      font-size: 43px; }
  .contact-box__content p {
    font-size: 18px; }
  .footer__top--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px; }
  .footer__nav nav {
    width: 20%; }
    .footer__nav nav:first-child {
      width: 30%; }
    .footer__nav nav:nth-child(2) {
      width: 25%; }
  .brand-section__inner {
    display: flex;
    margin: 0 -15px; }
    .brand-section__inner article {
      width: 33.33%;
      padding: 0 15px; }
  .school-section__inner {
    display: flex;
    margin: 0 -15px; }
    .school-section__inner article {
      width: 33.33%;
      padding: 0 15px; }
  .items-section__inner {
    display: flex;
    margin: 0 -15px; }
    .items-section__inner article {
      width: 33.33%;
      padding: 0 15px; }
  .buttons__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
  .about-section {
    padding: 65px 0 55px; }
    .about-section figure {
      margin: 0 0 50px; }
  .instagram-section {
    padding-bottom: 60px; }
  .instagram-section__inner {
    margin: 0 -10%; }
  .news-section {
    padding: 40px 0 65px; }
  .news__item {
    padding: 20px 0 20px 10px; }
    .news__item:not(.shown) .news__item--content h3 {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .news__item--date {
    text-align: right;
    width: 140px; }
  .news__item--label {
    text-align: left;
    width: 145px; }
    .news__item--label label {
      width: 100%;
      padding: 4px;
      min-width: auto; }
  .news__item--content {
    width: calc(100% - 280px);
    padding: 0 10px 0 0; }
  .info table {
    font-size: 18px; }
    .info table tr th {
      padding: 28px 0 15px;
      padding-right: 45px; }
    .info table tr td {
      padding: 28px 0 15px; }
  .news__inner {
    display: flex;
    margin: 0 -15px 50px; }
  .news__category {
    width: 190px;
    padding: 0 15px; }
  .news__main {
    width: calc(100% - 190px);
    padding: 0 15px; }
  .news__row--content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .news__row--content label {
      margin: 4px 15px 4px 0; }
    .news__row--content h3 {
      padding: 0 15px 0 0;
      margin: 0 auto 0 0; }
  .news__detail--info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .news__detail--info label {
      margin: 4px 15px 4px 0; }
    .news__detail--info h3 {
      padding: 0 15px 0 0;
      margin: 0 auto 0 0; }
  .school-buttons {
    margin: 60px 0; }
  .school-buttons__inner {
    display: flex;
    gap: 30px;
    justify-content: space-between; }
    .school-buttons__inner a {
      flex-basis: 0;
      flex-grow: 1; }
  .school-row > h2 {
    font-size: 30px; }
    .school-row > h2 small {
      font-size: 18px;
      margin: 0; }
  .school-row ul li {
    width: 25%;
    font-size: 21px; }
    .school-row ul li::before {
      width: 10px;
      height: 10px; }
  .school-row ul li.special::after {
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .school-row ul.cols-3 li {
    width: 33.33%; }
  .school-row__inner {
    margin: 0 auto 60px; }
  .contact__info h3 {
    font-size: 30px; }
  .contact__info h2 {
    font-size: 50px; }
    .contact__info h2 small {
      font-size: 43px; }
  .contact__info p {
    font-size: 18px;
    line-height: 32px; }
  .contact__inner {
    margin: 78px auto 60px; }
  .form__row {
    display: flex; }
    .form__row .form__label {
      width: 210px; }
    .form__row .form__input {
      width: calc(100% - 210px); }
  .form__row--full .form__label {
    text-align: center;
    position: relative;
    padding: 9px 100px; }
    .form__row--full .form__label label {
      font-size: 25px; }
    .form__row--full .form__label span {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 15px; }
  .form__label {
    padding: 19px 15px; }
  .form__submit {
    margin: 65px 0 0; }
  .privacy__inner h1 {
    font-size: 30px; }
  .privacy__inner p {
    margin: 0 0 30px; }
  .privacy__inner p.margin {
    margin: 0 0 60px; } }

@media only screen and (min-width: 992px) {
  .hamburger {
    display: none; }
  .contact-box__content {
    display: flex;
    justify-content: space-between; }
  .contact-box__content--right {
    margin-top: 0;
    padding-left: 30px; }
  .header {
    padding: 12px 0; }
  .header__nav nav ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 24px; }
    .header__nav nav ul li {
      margin-bottom: 0; }
  .footer__main--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px; }
  .footer__about {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 0; }
  .footer__nav {
    padding-left: 15px;
    width: 50%; }
  .news__category {
    width: 240px; }
  .news__main {
    width: calc(100% - 240px); }
  .page-content .table--title {
    margin-bottom: 80px; }
  .page-content .day-calendar > p {
    font-size: 39px; }
  .booking-form #booking-form #booking-reservation-fieldset table tr:first-child td {
    font-size: 39px; }
  .school-row ul {
    margin: 0 0 40px; }
  .school-row ul.min-width {
    margin: 0 auto 40px; }
  .school-row__inner {
    margin: 0 auto 90px; } }

@media only screen and (min-width: 1200px) {
  .contact-box__content h3 {
    font-size: 50px; }
  .header__nav nav ul {
    gap: 50px; }
  .brand-section__inner {
    margin: 0 -30px; }
    .brand-section__inner article {
      margin-bottom: 60px;
      padding: 0 30px; }
  .school-section__inner {
    margin: 0 -30px; }
    .school-section__inner article {
      margin-bottom: 60px;
      padding: 0 30px; }
  .items-section__inner {
    margin: 0 -40px; }
    .items-section__inner article {
      margin-bottom: 60px;
      padding: 0 30px;
      padding: 0 40px; }
  .news__item {
    padding: 20px 0 20px 35px; }
  .school-buttons {
    margin: 80px 0; }
  .school-buttons__inner {
    gap: 60px; } }

@media only screen and (max-width: 991px) {
  body.show-nav .header__nav {
    opacity: 1;
    visibility: visible;
    background: #fff; }
  .admin-bar .header__nav {
    height: calc(100vh - 108px); }
  .header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0; }
  .header__nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    background: var(--white);
    padding: 0;
    background: url("../images/bg.png") repeat 0 0 var(--white);
    border-top: 1px solid #e5e5e5;
    height: calc(100vh - 76px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: flex; }
    .header__nav nav {
      max-height: 100%;
      overflow-y: auto;
      width: 100%; } }

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px; }
  .admin-bar .header__nav {
    height: calc(100vh - 122px); } }

@media only screen and (min-width: 1400px) {
  .header__nav nav ul {
    gap: 55px; } }

@media only screen and (max-width: 767px) {
  .footer__top {
    text-align: center; }
    .footer__top ul {
      justify-content: center;
      margin-top: 15px; }
  .banner__description {
    right: 15px;
    max-width: 50%; }
    .banner__description h2 {
      font-size: 5vw;
      line-height: 1; }
    .banner__description p {
      font-size: 3vw; }
  .buttons__inner a + a {
    margin-top: 20px; }
  .news__item--inner {
    flex-wrap: wrap; }
  .news__category ul {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .page-content .require-form input {
    width: 100px; }
  .school-buttons__inner a {
    width: 100%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  .form__row--full .form__label {
    display: flex;
    justify-content: space-between; }
  .form__input input {
    font-size: 18px; }
  .form__input select {
    font-size: 18px; }
  .form__input textarea {
    font-size: 18px; } }

.ct_email {
  text-align: center;
  margin-bottom: 80px; }
  .ct_email img {
    max-width: 580px; }
    @media only screen and (max-width: 768px) {
      .ct_email img {
        max-width: 100%; } }

a.gotop.active {
  transform: translate(0, 0); }

a.gotop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 9999;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translate(120px, 120px);
  width: 60px; }

#footer_fixed {
  display: none; }
  @media only screen and (max-width: 768px) {
    #footer_fixed {
      position: fixed;
      bottom: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex; } }
  #footer_fixed li {
    width: 50%; }

.page-content .monthly-calendar {
  overflow-x: auto;
  font-family: inherit; }
/*  .page-content .monthly-calendar .monthly-prev-next {
    display: none; } */
  .page-content .monthly-calendar table {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
/*    .page-content .monthly-calendar table caption {
      display: none; }  */
    .page-content .monthly-calendar table tr th,
    .page-content .monthly-calendar table tr td {
      border: 0;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; }
    .page-content .monthly-calendar table tr th {
      text-align: center;
      padding: 16px 10px;
      background: #EFEFEF;
      color: #4D4D4D; }
      .page-content .monthly-calendar table tr th.sun {
        color: #FE6247; }
      .page-content .monthly-calendar table tr th.sat {
        color: #566AA6; }
    .page-content .monthly-calendar table tr td {
      font-weight: 400;
      line-height: 1.7;
      padding: 12px 10px; }
      .page-content .monthly-calendar table tr td .day-number {
        color: #4D4D4D; }
      .page-content .monthly-calendar table tr td.sun .day-number {
        color: #FE6247; }
      .page-content .monthly-calendar table tr td.sat .day-number {
        color: #566AA6; }
      .page-content .monthly-calendar table tr td a.calendar-daylink {
        color: var(--black); }

.page-content .day-calendar {
  padding-top: 17px;
  font-family: inherit; }
  .page-content .day-calendar > h3 {
    display: none; }
  .page-content .day-calendar > p {
    color: #ea4d4a;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 55px; }
    @media screen and (min-width: 992px) {
      .page-content .day-calendar > p {
        font-size: 39px; } }
  .page-content .day-calendar table {
    border-spacing: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .page-content .day-calendar table tr th,
    .page-content .day-calendar table tr td {
      border: 0;
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; }
    .page-content .day-calendar table tr th {
      color: #4D4D4D;
      text-align: center;
      font-size: 18px;
      border-radius: 0; }
    .page-content .day-calendar table tr td {
      border-radius: 0; }
      .page-content .day-calendar table tr td a {
        color: var(--black);
        text-decoration: underline; }

.booking-form #booking-form #booking-reservation-fieldset table tr td .input-number select {
  margin-inline: 10px;
  min-width: 155px;
  height: 53px;
  border: 2px solid #156e94;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 19px;
  color: var(--primary);
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number select {
      width: 100px; } }

.booking-form .monthly-calendar {
  display: none; }

.booking-form #booking-form input {
  border: 2px solid var(--primary);
  font-size: 18px;
  padding: 13px 15px;
  line-height: 1.3; }

.booking-form #booking-form textarea {
  border: 2px solid #8ab6c9;
  font-size: 18px;
  line-height: 1.3;
  padding: 13px 15px;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .booking-form #booking-form textarea {
      min-height: 285px; } }

.booking-form #booking-form fieldset {
  border: 0;
  margin: 0 0 30px;
  padding: 0 0 70px;
  width: 100%;
  border-bottom: 1px solid #ccc; }
  .booking-form #booking-form fieldset > legend {
    font-size: 30px;
    color: var(--primary);
    letter-spacing: 4px;
    margin: 0; }
  .booking-form #booking-form fieldset > p {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Cambria', sans-serif;
    color: var(--second); }
  .booking-form #booking-form fieldset table {
    width: 100%;
    border-spacing: 0;
    max-width: 820px;
    margin: 0 auto; }

.booking-form #booking-form #booking-reservation-fieldset {
  padding-bottom: 0; }
  .booking-form #booking-form #booking-reservation-fieldset legend {
    display: none; }
  .booking-form #booking-form #booking-reservation-fieldset table tr th {
    display: none; }
  .booking-form #booking-form #booking-reservation-fieldset table tr td {
    border: 0; }
    .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number {
      width: 100%; }
      .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number br {
        display: none; }
      .booking-form #booking-form #booking-reservation-fieldset table tr td .input-number select {
        min-width: 202px;
        text-align: center; }
  .booking-form #booking-form #booking-reservation-fieldset table tr:first-child td {
    color: #ea4d4a;
    font-size: 26px;
    font-weight: 700; }
    @media screen and (min-width: 992px) {
      .booking-form #booking-form #booking-reservation-fieldset table tr:first-child td {
        font-size: 39px; } }

.booking-form #booking-form #booking_client-fieldset table {
  border: 4px solid var(--primary);
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .booking-form #booking-form #booking_client-fieldset table {
      display: block; }
      .booking-form #booking-form #booking_client-fieldset table tr,
      .booking-form #booking-form #booking_client-fieldset table th,
      .booking-form #booking-form #booking_client-fieldset table td,
      .booking-form #booking-form #booking_client-fieldset table tbody {
        display: block;
        width: 100%; } }
  .booking-form #booking-form #booking_client-fieldset table tr th,
  .booking-form #booking-form #booking_client-fieldset table tr td {
    border: 0;
    border-bottom: 1px solid var(--primary); }
    .booking-form #booking-form #booking_client-fieldset table tr th input,
    .booking-form #booking-form #booking_client-fieldset table tr td input {
      width: 100%;
      border-color: #8AB6C9; }
  .booking-form #booking-form #booking_client-fieldset table tr th {
    background: #468CAA;
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    vertical-align: middle;
    padding: 15px 15px 15px 25px;
    letter-spacing: 6px; }
    .booking-form #booking-form #booking_client-fieldset table tr th label {
      margin: 0;
      width: 100%;
      justify-content: space-between;
      display: flex;
      letter-spacing: 0; }
      .booking-form #booking-form #booking_client-fieldset table tr th label span {
        letter-spacing: 0; }
    .booking-form #booking-form #booking_client-fieldset table tr th .required {
      color: #FFF000; }

.booking-form #booking-form #booking-message-fieldset {
  border-bottom: 0;
  padding: 0 0 30px;
  margin: 0; }
  .booking-form #booking-form #booking-message-fieldset table tr th {
    display: none; }
  .booking-form #booking-form #booking-message-fieldset table tr td {
    width: 100%;
    padding: 0;
    border: 0; }
    .booking-form #booking-form #booking-message-fieldset table tr td select {
      margin-bottom: 10px; }

.booking-form #booking-form #action-button button {
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  max-width: 300px;
  min-height: 60px;
  letter-spacing: 5px; }

.content-form .error-message {
  text-align: left;
  line-height: 1;
  font-size: 12px;
  font-weight: normal; }

#booking-message-fieldset table {
  border: 4px solid var(--primary);
  padding: 10px;
  border-radius: 3px; }
  #booking-message-fieldset table td {
    line-height: 0;
    margin: 0; }

.booking-form {
  margin-top: 40px; }
  .booking-form fieldset legend {
    margin-bottom: 40px; }

.reserve-date__content {
  color: gray;
  margin-bottom: 50px; }
  .reserve-date__content .note {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: space-around;
    border: 1px solid #ccc;
    color: gray;
    padding: 30px;
    font-size: 18px;
    max-width: 870px;
    margin-bottom: 5px;
    margin-inline: auto; }

.booking-input {
  display: flex;
  color: var(--primary);
  margin-bottom: 30px;
  justify-content: center; }
  .booking-input > div {
    position: relative; }
  .booking-input .red {
    position: absolute;
    left: 20px;
    bottom: -25px; }
  .booking-input p strong {
    margin-bottom: 0 !important; }
  .booking-input p span {
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .booking-input p span {
        display: none !important; } }

.btn-booking-back {
  min-width: 300px;
  font-size: 23px; }
  @media screen and (max-width: 767px) {
    .btn-booking-back {
      min-width: 250px; } }

.content-text::placeholder {
  color: var(--primary); }

.booking-confirm-fieldset legen {
  margin-bottom: 20px !important; }

.booking-confirm-fieldset table {
  border: 4px solid var(--primary) !important;
  border-radius: 3px;
  margin-top: 20px !important; }
  .booking-confirm-fieldset table tr th {
    background: #468CAA;
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    vertical-align: middle;
    padding: 15px 15px 15px 25px;
    letter-spacing: 6px;
    border-bottom: 1px solid var(--primary) !important; }
  .booking-confirm-fieldset table tr td {
    border: 0;
    padding: 10px;
    border-bottom: 1px solid var(--primary) !important;
    line-height: 2;
    text-align: left; }
    .booking-confirm-fieldset table tr td br {
      display: none; }

.booking-confirm-fieldset#booking-message-fieldset table tr td {
  line-height: 2;
  padding: 10px;
  text-align: left;
  border: none !important; }
  .booking-confirm-fieldset#booking-message-fieldset table tr td br {
    display: block; }

.wpcf7 input:read-only,
.wpcf7 input[readonly="readonly"],
.wpcf7 input[readonly="readonlyreadonly‌is"],
.wpcf7 textarea[readonly="readonlyreadonly‌is"],
.wpcf7 textarea[readonly="readonly"] {
  border: none !important;
  background-color: #e8f0fe !important; }

.booking-confirm-fieldset td {
  position: relative;
  text-indent: 12px; }
  .booking-confirm-fieldset td::after {
    content: "";
    background-color: #e8f0fe !important;
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 5px;
    z-index: -1; }

.booking-confirm-fieldset#booking-message-fieldset td {
  padding: 10px !important;
  text-indent: 0; }
  .booking-confirm-fieldset#booking-message-fieldset td::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

/* Local refresh: keep the existing sections, but give the top page a cleaner retail feel. */
.banner figure {
  overflow: hidden;
  border-radius: 0 0 18px 18px; }

.banner figure img {
  display: block; }

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.72) 68%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none; }

.banner__description {
  z-index: 1;
  max-width: 620px;
  padding: 24px 28px;
  text-align: left;
  text-shadow: none; }

.banner__description h2 {
  margin: 0 0 8px;
  color: var(--primary);
  letter-spacing: 0;
  line-height: 1.35; }

.banner__description p {
  margin: 0;
  color: #315b6c;
  font-weight: 700;
  letter-spacing: 0; }

.about-section p {
  color: #315b6c;
  line-height: 2; }

.school-section__inner article figure img,
.brand-section__inner article figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(21, 110, 148, 0.16); }

.items-section__inner article figure {
  border-radius: 18px;
  overflow: hidden; }

.items-section__inner article figure img {
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(21, 110, 148, 0.16); }

.school-section__inner article h3,
.items-section__inner article h3,
.brand-section__inner article h3 {
  line-height: 1.45;
  letter-spacing: 0; }

.btn {
  border-radius: 999px;
  padding: 12px 22px;
  box-shadow: 0 10px 24px rgba(21, 110, 148, 0.16); }

@media only screen and (max-width: 767px) {
  .banner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.86) 100%); }

  .banner__description {
    right: 18px;
    left: 18px;
    top: auto;
    bottom: 18px;
    transform: none;
    padding: 16px 18px; }

  .banner__description h2 {
    font-size: 28px; }

  .banner__description p {
    font-size: 18px; } }

/* Modern top page refresh. Keeps the existing Macaw sections and assets. */
.main-content {
  background: #ffffff; }

.header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(21, 110, 148, 0.08); }

.header__nav nav ul {
  gap: 6px; }

.header__nav nav ul li a {
  border-radius: 999px;
  padding: 8px 10px;
  letter-spacing: 0; }

.header__nav nav ul li a:hover {
  background: rgba(21, 110, 148, 0.08); }

.banner {
  margin: 0 auto;
  max-width: 1500px;
  min-height: 520px;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  background: #eef7f9; }

.banner figure {
  height: 100%;
  min-height: 520px;
  border-radius: 0; }

.banner figure img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center; }

.banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.26) 78%),
    linear-gradient(180deg, rgba(21, 110, 148, 0.12) 0%, rgba(21, 110, 148, 0) 44%);
  z-index: 0; }

.banner__description {
  right: auto;
  left: max(32px, calc((100vw - 1120px) / 2));
  width: min(560px, calc(100% - 64px));
  padding: 0;
  color: #163f52; }

.banner__eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--primary);
  font-size: 15px !important;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 8px 24px rgba(21, 110, 148, 0.12); }

.banner__description h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.22;
  color: #143f53;
  font-weight: 900; }

.banner__description > p:not(.banner__eyebrow) {
  max-width: 500px;
  margin-top: 16px;
  color: #315b6c;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.9;
  font-weight: 700; }

.banner__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none; }

.banner__meta li {
  padding: 7px 12px;
  border: 1px solid rgba(21, 110, 148, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #315b6c;
  font-size: 14px;
  font-weight: 900; }

.banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px; }

.btn--hero {
  min-width: 170px;
  padding: 13px 24px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  border: 1px solid rgba(21, 110, 148, 0.16);
  box-shadow: 0 14px 34px rgba(21, 110, 148, 0.16); }

.btn--hero-primary {
  background: var(--primary);
  color: #ffffff; }

.btn--hero-primary span small {
  color: rgba(255, 255, 255, 0.8); }

.buttons {
  margin-top: -42px;
  padding-bottom: 26px; }

.buttons__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  white-space: normal; }

.buttons__inner .btn {
  min-height: 84px;
  background: #ffffff;
  color: var(--primary);
  border: 1px solid rgba(21, 110, 148, 0.12);
  border-radius: 16px;
  justify-content: flex-start;
  padding: 16px 18px;
  box-shadow: 0 18px 42px rgba(21, 110, 148, 0.13); }

.buttons__inner .btn img {
  width: 30px;
  height: 30px;
  object-fit: contain; }

.support-section {
  padding: 22px 0 64px;
  background: #ffffff; }

.support-section__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; }

.support-section__inner article {
  position: relative;
  min-height: 180px;
  padding: 26px 24px 24px;
  border: 1px solid rgba(21, 110, 148, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
  box-shadow: 0 14px 34px rgba(21, 110, 148, 0.1); }

.support-section__inner article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-family: "Cambria", sans-serif;
  font-size: 18px;
  font-weight: 900; }

.support-section__inner article h3 {
  margin: 0 0 10px;
  color: #143f53;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0; }

.support-section__inner article p {
  margin: 0;
  color: #315b6c;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700; }

.about-section {
  padding: 78px 0 72px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%); }

.about-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center; }

.about-section figure {
  margin: 0; }

.about-section figure img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(21, 110, 148, 0.14); }

.about-section__text {
  text-align: left; }

.about-section__text span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--primary);
  font-family: "Cambria", sans-serif;
  font-size: 18px;
  font-weight: 900; }

.about-section__text h2 {
  margin: 0 0 18px;
  color: #143f53;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0; }

.about-section__text p {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 2; }

.section__heading {
  margin-bottom: 18px;
  letter-spacing: 0; }

.section__lead {
  max-width: 760px;
  margin: -10px auto 38px;
  color: #315b6c;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center; }

.school-section,
.items-section,
.brand-section,
.instagram-section {
  padding-top: 70px; }

.school-section,
.brand-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(254, 187, 189, 0.24) 0, rgba(254, 187, 189, 0) 26%),
    url("../images/bg-line.png") repeat 0 0 #fff7f8; }

.items-section,
.instagram-section {
  background:
    radial-gradient(circle at 88% 0%, rgba(21, 110, 148, 0.12) 0, rgba(21, 110, 148, 0) 26%),
    url("../images/bg-line.png") repeat 0 0 #f3f9fb; }

.school-section__inner article,
.items-section__inner article,
.brand-section__inner article {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(21, 110, 148, 0.1);
  border-radius: 18px;
  padding: 14px 14px 20px;
  box-shadow: 0 14px 34px rgba(21, 110, 148, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease; }

.school-section__inner article:hover,
.items-section__inner article:hover,
.brand-section__inner article:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(21, 110, 148, 0.15); }

.school-section__inner article figure,
.items-section__inner article figure,
.brand-section__inner article figure {
  margin-bottom: 18px; }

.school-section__inner article figure,
.brand-section__inner article figure {
  overflow: hidden;
  border-radius: 12px; }

.school-section__inner article figure img,
.brand-section__inner article figure img,
.items-section__inner article figure img {
  transition: transform 0.4s ease; }

.school-section__inner article:hover figure img,
.brand-section__inner article:hover figure img {
  transform: scale(1.04); }

.items-section__inner article:hover figure img {
  transform: translate(-50%, -50%) scale(1.04); }

.items-section__inner article figure {
  padding-top: 74%;
  border-radius: 12px; }

.items-section__inner article figure img {
  border-radius: 12px; }

.school-section__inner article h3,
.items-section__inner article h3,
.brand-section__inner article h3 {
  color: #143f53;
  font-size: 20px; }

.school-section__inner article h3 span,
.items-section__inner article h3 span,
.brand-section__inner article h3 span {
  margin-top: 6px;
  font-size: 15px;
  letter-spacing: 0; }

.school-section__inner article h3 small,
.items-section__inner article h3 small {
  display: block;
  max-width: 92%;
  margin: 12px auto 0;
  color: #526f7b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0; }

.school-section__inner article h3 a {
  display: block; }

.section__button {
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .banner {
    min-height: 560px;
    border-radius: 0 0 22px 22px; }

  .banner figure,
  .banner figure img {
    min-height: 560px; }

  .banner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 255, 255, 0.98) 100%); }

  .banner__description {
    width: calc(100% - 36px);
    right: 18px;
    left: 18px;
    bottom: 30px; }

  .banner__actions {
    gap: 10px; }

  .banner__meta {
    gap: 6px; }

  .banner__meta li {
    font-size: 12px; }

  .btn--hero {
    min-width: 0;
    flex: 1 1 150px; }

  .buttons {
    margin-top: -28px; }

  .buttons__inner {
    grid-template-columns: 1fr; }

  .about-section {
    padding: 48px 0 44px; }

  .support-section {
    padding: 14px 0 44px; }

  .support-section__inner {
    grid-template-columns: 1fr; }

  .about-section__inner {
    grid-template-columns: 1fr;
    gap: 26px; }

  .about-section__text {
    text-align: center; }

  .section__lead {
    margin-bottom: 28px;
    font-size: 15px; }

  .school-section__inner article,
  .items-section__inner article,
  .brand-section__inner article {
    padding: 12px 12px 18px; } }

/* Macaw palette polish: navy, white, and soft pink. */
:root {
  --macaw-navy: #123d56;
  --macaw-navy-dark: #0b2c40;
  --macaw-blue: #156E94;
  --macaw-pink: #FEBBBD;
  --macaw-pink-light: #fff2f4;
  --macaw-ice: #f6fbfc;
}

/* Handling schools — unified elementary, junior high and high school guide */
body .handling-schools {
  background: #f8faf9;
  color: #173644;
}

body .handling-schools__hero {
  padding: clamp(44px, 6vw, 72px) 0 clamp(30px, 4vw, 48px);
  background: linear-gradient(145deg, #ffffff, #f3f8f8);
}

body .handling-schools__hero .container {
  position: relative;
  padding-top: clamp(22px, 3vw, 34px);
  padding-bottom: clamp(22px, 3vw, 34px);
  border-top: 1px solid #dce6e8;
  border-bottom: 1px solid #dce6e8;
}

body .handling-schools__hero .container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #dba5a9, #18738d);
}

body .handling-schools__hero span,
body .handling-school-group__head span,
body .handling-school-section > header small,
body .handling-schools__note span {
  display: block;
  margin-bottom: 12px;
  color: #18738d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body .handling-schools__hero h1 {
  margin: 0;
  color: #143442;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

body .handling-schools__hero p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #637b85;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.9;
}

body .handling-schools__hero strong {
  position: absolute;
  right: 0;
  bottom: clamp(22px, 3vw, 34px);
  color: #d1a0a4;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 400;
  line-height: 1;
}

body .handling-schools__hero strong small {
  margin-left: 8px;
  color: #71878f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body .handling-schools__nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-top: 1px solid #dce6e8;
  border-bottom: 1px solid #dce6e8;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

body.admin-bar .handling-schools__nav { top: 32px; }

body .handling-schools__nav .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .handling-schools__nav a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 13px clamp(16px, 2.5vw, 28px);
  border-right: 1px solid #dce6e8;
  color: #173644;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

body .handling-schools__nav a:first-child { border-left: 1px solid #dce6e8; }
body .handling-schools__nav a:hover { background: #f4f8f8; color: #18738d; }
body .handling-schools__nav a small { color: #d09b9f; font-family: Georgia, serif; font-size: 13px; }
body .handling-schools__nav a span { font-size: clamp(15px, 1.7vw, 20px); font-weight: 800; white-space: nowrap; }
body .handling-schools__nav a span em { margin-left: 10px; color: #81959d; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: 0.04em; }
body .handling-schools__nav a b { color: #18738d; font-size: 17px; font-weight: 400; }

body .handling-schools__search { padding: 42px 0 12px; background: #f7faf9; }
body .handling-schools__search .container { max-width: 760px; }
body .handling-schools__search label { display: block; margin-bottom: 10px; color: #173644; font-size: 15px; font-weight: 800; }
body .handling-schools__search-field { display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid #cfdcdf; border-radius: 4px; background: #fff; box-shadow: 0 8px 24px rgba(23, 54, 68, 0.06); }
body .handling-schools__search-field > span { color: #18738d; font-size: 25px; line-height: 1; }
body .handling-schools__search input { flex: 1; min-width: 0; height: 58px; padding: 0; border: 0; outline: 0; background: transparent; color: #173644; font-size: 16px; }
body .handling-schools__search input::placeholder { color: #8b9da3; }
body .handling-schools__search button { padding: 7px 10px; border: 0; background: #edf5f6; color: #31798d; font-size: 12px; font-weight: 800; cursor: pointer; }
body .handling-schools__search p { margin: 10px 0 0; color: #71878f; font-size: 12px; }
body .handling-school-group[hidden], body .handling-school-card[hidden] { display: none; }

/* News archive — aligned with the current Macaw visual system. */
body .news-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 34vw, 470px);
  background: #f5efe4 url('../images/news-hero-macaw.webp') center center / cover no-repeat;
  color: #173644;
}
body .news-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 1;
  background: linear-gradient(90deg, rgba(250,247,240,.96) 0%, rgba(250,247,240,.82) 34%, rgba(250,247,240,.12) 61%, transparent 78%);
}
body .news-hero::after {
  content: none;
}
body .news-hero .container { position: relative; z-index: 1; display: flex; align-items: center; min-height: inherit; }
body .news-hero__content { position: relative; padding-left: 28px; }
body .news-hero__content::before { content: ''; position: absolute; top: 4px; bottom: 5px; left: 0; width: 3px; background: #d49aa0; }
body .news-hero__eyebrow { color: #f0b9be; font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
body .news-hero h1 { margin: 12px 0 4px; color: #173644; font-size: clamp(44px, 6vw, 72px); font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
body .news-hero__content > p { margin: 0; color: #4f7f8e; font-family: Georgia, serif; font-size: 13px; font-weight: 700; letter-spacing: .2em; }
body .news-hero__message { display: grid; grid-template-columns: 45px 1fr; align-items: start; gap: 18px; }
body .news-hero__message > span { display: block; width: 45px; height: 1px; margin-top: 12px; background: #d49aa0; }
body .news-hero__message p { margin: 0; color: #536d76; font-size: 14px; line-height: 2; }
body .news-hero__decoration { display: none; }
body .news-hero__decoration i { position: absolute; bottom: -55px; display: block; border: 1px solid rgba(240,185,190,.38); border-radius: 50%; }
body .news-hero__decoration i:nth-child(1) { right: 0; width: 150px; height: 150px; background: rgba(212,154,160,.08); }
body .news-hero__decoration i:nth-child(2) { right: 110px; width: 95px; height: 95px; }
body .news-hero__decoration i:nth-child(3) { right: 185px; width: 52px; height: 52px; background: rgba(255,255,255,.05); }
@media (max-width: 700px) {
  body .news-hero { min-height: 280px; }
  body .news-hero { background-position: 58% center; }
  body .news-hero::before { background: linear-gradient(90deg, rgba(250,247,240,.96) 0%, rgba(250,247,240,.86) 53%, rgba(250,247,240,.35) 100%); }
  body .news-hero .container { grid-template-columns: 1fr; align-content: center; gap: 25px; }
  body .news-hero__message { grid-template-columns: 28px 1fr; padding-left: 28px; }
  body .news-hero__message > span { width: 28px; }
  body .news-hero__message p { font-size: 12px; line-height: 1.8; }
  body .news-hero__decoration { right: -80px; opacity: .65; }
}

body .news--archive-list {
  padding: clamp(58px, 7vw, 96px) 0 clamp(72px, 9vw, 120px);
  background: linear-gradient(180deg, #f7faf9 0, #fff 360px);
}
body .news-archive-intro { max-width: 760px; margin-bottom: clamp(34px, 5vw, 58px); }
body .news-archive-intro > span { color: #c8878d; font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
body .news-archive-intro h2 { margin: 9px 0 12px; color: #143442; font-size: clamp(28px, 4vw, 44px); line-height: 1.35; letter-spacing: .03em; }
body .news-archive-intro p { margin: 0; color: #637b85; font-size: 14px; line-height: 1.9; }
body .news--archive-list .news__inner { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; gap: clamp(30px, 5vw, 64px); margin: 0; }
body .news--archive-list .news__main { width: auto; padding: 0; }
body .news--archive-list .news__sidebar { order: 2; position: sticky; top: 120px; }
body .news--archive-list .news__category { width: auto; padding: 28px; border: 1px solid #dce6e8; border-radius: 3px; background: #fff; box-shadow: 0 12px 35px rgba(23, 54, 68, .06); }
body .news--archive-list .news__category h2 { margin-bottom: 20px; color: #173644; font-family: Georgia, serif; font-size: 15px; letter-spacing: .12em; }
body .news--archive-list .news__category h2 svg { width: 20px; }
body .news--archive-list .news__category ul { display: grid; grid-template-columns: 1fr; gap: 3px; }
body .news--archive-list .news__category ul li { margin: 0; }
body .news--archive-list .news__category ul li a { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 12px; border-bottom: 1px solid #edf2f3; color: #58727d; font-size: 14px; font-weight: 700; }
body .news--archive-list .news__category ul li a::before { display: none; }
body .news--archive-list .news__category ul li a::after { content: '→'; color: #c8878d; font-weight: 400; }
body .news--archive-list .news__row { display: grid; grid-template-columns: 122px minmax(0, 1fr); gap: 25px; margin-bottom: 16px; padding: 30px; border: 1px solid #dce6e8; border-radius: 3px; background: #fff; box-shadow: 0 10px 30px rgba(23, 54, 68, .045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
body .news--archive-list .news__row:hover { transform: translateY(-3px); border-color: #b9d1d6; box-shadow: 0 16px 38px rgba(23, 54, 68, .09); }
body .news--archive-list .news__date { padding-top: 2px; border-right: 1px solid #dce6e8; }
body .news--archive-list .news__row time { color: #18738d; font-family: Georgia, serif; font-size: 15px; letter-spacing: .05em; }
body .news--archive-list .news__row--content { display: block; margin: 0; }
body .news--archive-list .news__row--content label { display: inline-block; min-width: 0; margin: 0 0 11px; padding: 6px 11px; border-radius: 2px; background: #edf5f6; color: #31798d; font-size: 10px; line-height: 1; letter-spacing: .08em; }
body .news--archive-list .news__row--content h3 { margin: 0 0 10px; padding: 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
body .news--archive-list .news__row--content h3 a { color: #173644; }
body .news--archive-list .news__row--content h3 a:hover { color: #18738d; }
body .news--archive-list .news__row--content p { margin: 0 0 17px; color: #71878f; font-size: 13px; line-height: 1.8; }
body .news--archive-list .news__row--content .news__rm { display: inline-flex; align-items: center; gap: 18px; color: #18738d; font-size: 12px; font-weight: 800; }
body .news--archive-list .news__row--content .news__rm span { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
body .news--archive-list .news__row:hover .news__rm span { transform: translateX(4px); }
body .news--archive-list .navigation { display: flex; justify-content: space-between; gap: 12px; padding-top: 18px; }
body .news--archive-list .navigation a { display: inline-flex; padding: 13px 18px; border: 1px solid #cfdcdf; background: #fff; color: #173644; font-size: 12px; font-weight: 800; }
@media (max-width: 860px) {
  body .news--archive-list .news__inner { grid-template-columns: 1fr; }
  body .news--archive-list .news__sidebar { order: 2; position: static; }
  body .news--archive-list .news__category ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  body .news--archive-list { padding-top: 44px; }
  body .news--archive-list .news__row { grid-template-columns: 1fr; gap: 12px; padding: 23px 20px; }
  body .news--archive-list .news__date { padding: 0 0 10px; border-right: 0; border-bottom: 1px solid #dce6e8; }
  body .news--archive-list .news__category { padding: 21px 18px; }
  body .news--archive-list .news__category ul { grid-template-columns: 1fr 1fr; }
}

/* News article detail. */
body .news--detail-page { padding: clamp(58px, 7vw, 96px) 0 clamp(72px, 9vw, 120px); background: linear-gradient(180deg, #f7faf9 0, #fff 420px); }
body .news--detail-page .news__inner { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; gap: clamp(30px, 5vw, 64px); margin: 0; }
body .news--detail-page .news__main { width: auto; padding: 0; }
body .news--detail-page .news__sidebar { position: sticky; top: 120px; }
body .news--detail-page .news__category { width: auto; padding: 28px; border: 1px solid #dce6e8; border-radius: 3px; background: #fff; box-shadow: 0 12px 35px rgba(23, 54, 68, .06); }
body .news--detail-page .news__category h2 { margin-bottom: 20px; color: #173644; font-family: Georgia, serif; font-size: 15px; letter-spacing: .12em; }
body .news--detail-page .news__category h2 svg { width: 20px; }
body .news--detail-page .news__category ul { display: grid; grid-template-columns: 1fr; gap: 3px; }
body .news--detail-page .news__category ul li { margin: 0; }
body .news--detail-page .news__category ul li a { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 12px; border-bottom: 1px solid #edf2f3; color: #58727d; font-size: 14px; font-weight: 700; }
body .news--detail-page .news__category ul li a::before { display: none; }
body .news--detail-page .news__category ul li a::after { content: '→'; color: #c8878d; font-weight: 400; }
body .news--detail-page .news__detail { overflow: hidden; padding: 0; border: 1px solid #dce6e8; border-radius: 3px; background: #fff; box-shadow: 0 16px 45px rgba(23, 54, 68, .07); }
body .news-detail-header { position: relative; padding: clamp(30px, 5vw, 54px); border-bottom: 1px solid #dce6e8; background: linear-gradient(135deg, #fff 0%, #f5f9f8 100%); }
body .news-detail-header::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: #18738d; }
body .news-detail-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 17px; }
body .news-detail-meta time { color: #18738d; font-family: Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: .06em; }
body .news-detail-meta span { padding: 6px 11px; border-radius: 2px; background: #edf5f6; color: #31798d; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
body .news-detail-header h1 { margin: 0; color: #173644; font-size: clamp(25px, 3.5vw, 40px); line-height: 1.55; letter-spacing: .03em; }
body .news--detail-page .news__detail--content { min-height: 280px; padding: clamp(32px, 5vw, 58px); color: #425e69; font-size: 15px; line-height: 2; }
body .news--detail-page .news__detail--content > *:first-child { margin-top: 0; }
body .news--detail-page .news__detail--content > *:last-child { margin-bottom: 0; }
body .news--detail-page .news__detail--content p:empty { display: none; }
body .news--detail-page .news__detail--content h2 { margin: 2em 0 .8em; padding-left: 16px; border-left: 3px solid #d49aa0; color: #173644; font-size: clamp(21px, 2.5vw, 28px); }
body .news--detail-page .news__detail--content h3 { margin: 1.8em 0 .7em; color: #173644; font-size: 19px; }
body .news--detail-page .news__detail--content a { color: #18738d; text-decoration: underline; text-underline-offset: 4px; }
body .news--detail-page .news__detail--content img { height: auto; border-radius: 3px; }
body .news-detail-footer { padding: 22px clamp(32px, 5vw, 58px); border-top: 1px solid #dce6e8; background: #fafcfc; }
body .news-detail-footer a { display: inline-flex; align-items: center; gap: 14px; color: #18738d; font-size: 12px; font-weight: 800; }
body .news-detail-navigation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; padding: 0; }
body .news-detail-navigation span { min-width: 0; }
body .news-detail-navigation span:empty { display: none; }
body .news-detail-navigation:has(span:empty) { grid-template-columns: 1fr; }
body .news-detail-navigation a { display: block; height: 100%; padding: 18px 20px; border: 1px solid #dce6e8; background: #fff; color: #173644; font-size: 13px; font-weight: 700; line-height: 1.6; }
body .news-detail-navigation small { display: block; margin-bottom: 5px; color: #c8878d; font-family: Georgia, serif; font-size: 9px; letter-spacing: .14em; }
body .news-detail-navigation .navigation--next { text-align: right; }
@media (max-width: 860px) {
  body .news--detail-page .news__inner { grid-template-columns: 1fr; }
  body .news--detail-page .news__sidebar { position: static; }
  body .news--detail-page .news__category ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  body .news--detail-page { padding-top: 40px; }
  body .news--detail-page .news__detail--content { min-height: 0; padding: 28px 22px; }
  body .news-detail-header { padding: 28px 22px; }
  body .news-detail-footer { padding: 19px 22px; }
  body .news-detail-navigation { grid-template-columns: 1fr; }
  body .news-detail-navigation .navigation--next { text-align: left; }
  body .news--detail-page .news__category { padding: 21px 18px; }
}

body .handling-school-group {
  scroll-margin-top: 100px;
  padding: clamp(52px, 6vw, 82px) 0;
}

body .handling-school-group:nth-of-type(even) { background: #ffffff; }

body .handling-school-group__head {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: clamp(24px, 5vw, 64px);
  margin-bottom: clamp(30px, 4vw, 46px);
  padding-bottom: clamp(22px, 3vw, 30px);
  border-bottom: 1px solid #dce6e8;
}

body .handling-school-group__head h2 {
  margin: 0;
  color: #143442;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  word-break: keep-all;
}

body .handling-school-group__head p {
  margin: 0;
  color: #637b85;
  font-size: 15px;
  line-height: 1.9;
}

body .handling-school-section + .handling-school-section { margin-top: clamp(42px, 5vw, 62px); }

body .handling-school-section > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

body .handling-school-section > header small { margin-bottom: 7px; color: #82969d; }

body .handling-school-section > header h3 {
  margin: 0;
  color: #173644;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 800;
  line-height: 1.5;
  word-break: keep-all;
}

body .handling-school-section > header > span {
  flex: 0 0 auto;
  padding: 7px 13px;
  border: 1px solid #dce6e8;
  background: #ffffff;
  color: #78909a;
  font-size: 12px;
  font-weight: 800;
}

body .handling-school-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body .handling-school-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 220px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce6e8;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(31, 57, 68, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body .handling-school-card:hover {
  border-color: rgba(24, 115, 141, 0.3);
  box-shadow: 0 16px 36px rgba(31, 57, 68, 0.085);
  transform: translateY(-2px);
}

body .handling-school-card__number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #d3a4a7;
  font-family: Georgia, serif;
  font-size: 15px;
}

body .handling-school-card h3 {
  max-width: calc(100% - 38px);
  margin: 0 0 18px;
  color: #143442;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.55;
  word-break: keep-all;
}

body .handling-school-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
body .handling-school-card__tags span { padding: 4px 8px; background: #f5eeee; color: #9e6b70; font-size: 10px; font-weight: 800; }
body .handling-school-card__tags span.is-gym { background: #edf5f6; color: #31798d; }
body .handling-school-card p { margin: 0 0 20px; color: #71878f; font-size: 12px; line-height: 1.7; }

body .handling-school-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e3eaec;
  color: #18738d;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

body .handling-school-card a b { font-size: 17px; font-weight: 400; transition: transform 0.2s ease; }
body .handling-school-card:hover a b { transform: translateX(3px); }

body .handling-schools__note {
  padding: clamp(62px, 8vw, 96px) 0;
  background: #eef4f4;
}

body .handling-schools__note .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(30px, 7vw, 90px);
}

body .handling-schools__note h2 { margin: 0; color: #143442; font-size: clamp(24px, 3vw, 36px); line-height: 1.5; word-break: keep-all; }
body .handling-schools__note p { max-width: 700px; margin: 15px 0 0; color: #637b85; font-size: 14px; line-height: 1.9; }
body .handling-schools__note a { display: flex; align-items: center; gap: 24px; padding: 20px 24px; border: 1px solid #cfdcdf; background: #ffffff; color: #173644; font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; }
body .handling-schools__note a b { color: #18738d; font-size: 18px; font-weight: 400; }

@media only screen and (max-width: 900px) {
  body .handling-school-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .handling-school-group__head { grid-template-columns: 1fr; gap: 18px; }
  body .handling-schools__note .container { grid-template-columns: 1fr; }
  body .handling-schools__note a { justify-content: space-between; width: min(420px, 100%); white-space: normal; }
}

@media only screen and (max-width: 640px) {
  body .handling-schools__hero strong { position: static; display: block; margin-top: 26px; }
  body .handling-schools__nav { position: static; }
  body .handling-schools__nav a { grid-template-columns: 1fr; justify-items: center; min-height: 72px; gap: 3px; padding: 12px 6px; text-align: center; }
  body .handling-schools__nav a small, body .handling-schools__nav a b { display: none; }
  body .handling-schools__nav a span { font-size: 14px; }
  body .handling-school-grid { grid-template-columns: 1fr; }
  body .handling-school-card { min-height: 218px; padding: 25px 22px; }
  body .handling-school-section > header { align-items: flex-start; }
  body .handling-school-section > header h3 { font-size: 20px; }
}

/* Privacy policy — School Shop Macaw refined page */
body.page-template-page-privacy .privacy,
body.page-id-privacy .privacy,
body .privacy {
  padding: clamp(72px, 9vw, 132px) 0 clamp(90px, 11vw, 150px);
  background:
    linear-gradient(180deg, rgba(247, 250, 250, 0.96), #ffffff 28%),
    #ffffff;
}

body .privacy__inner {
  max-width: 1120px;
  margin: 0 auto;
  color: #173644;
  font-size: 16px;
}

body .privacy__hero {
  position: relative;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding: clamp(44px, 7vw, 78px) clamp(26px, 7vw, 82px);
  border: 1px solid #dce6e8;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(31, 57, 68, 0.07);
  overflow: hidden;
}

body .privacy__hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #dfa9ad, #d5bd80 48%, #18738d);
}

body .privacy__hero::after {
  content: "Privacy";
  position: absolute;
  right: -12px;
  bottom: -34px;
  color: rgba(24, 115, 141, 0.045);
  font-family: Georgia, serif;
  font-size: clamp(72px, 12vw, 148px);
  line-height: 1;
  pointer-events: none;
}

body .privacy__eyebrow,
body .privacy__intro > span,
body .privacy__contact > span {
  display: block;
  margin-bottom: 14px;
  color: #18738d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body .privacy__hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #143442;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-align: left;
}

body .privacy__hero p {
  position: relative;
  z-index: 1;
  max-width: 670px;
  margin: 20px 0 0;
  color: #637b85;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.9;
}

body .privacy__intro {
  max-width: 820px;
  margin: 0 auto clamp(42px, 6vw, 68px);
  text-align: center;
}

body .privacy__intro h2,
body .privacy__contact h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #143442;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-align: inherit;
}

body .privacy__intro p {
  margin: 20px 0 0;
  color: #637b85;
  font-size: 16px;
  line-height: 2;
}

body .privacy__content {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #dce6e8;
}

body .privacy__item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 50px);
  padding: clamp(32px, 5vw, 54px) 0;
  border-bottom: 1px solid #dce6e8;
}

body .privacy__number {
  padding-top: 3px;
  color: #d3a4a7;
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 1;
}

body .privacy__item h3 {
  margin: 0 0 15px;
  color: #143442;
  font-size: clamp(20px, 2.3vw, 26px);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.55;
}

body .privacy__item p,
body .privacy__item li {
  color: #536f7a;
  font-size: 15px;
  line-height: 2;
}

body .privacy__item p {
  margin: 0;
}

body .privacy__item ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body .privacy__item li {
  position: relative;
  padding-left: 20px;
}

body .privacy__item li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7baab7;
}

body .privacy__item .privacy__note {
  margin-top: 18px;
}

body .privacy__note a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #18738d;
  font-weight: 800;
  text-decoration: none;
}

body .privacy__note a::after {
  content: "↗";
  font-size: 16px;
}

body .privacy__contact {
  max-width: 960px;
  margin: clamp(54px, 8vw, 88px) auto 0;
  padding: clamp(34px, 6vw, 62px);
  border: 1px solid #dce6e8;
  background: #f7f9f8;
  text-align: center;
}

body .privacy__contact > p {
  margin: 17px 0 28px;
  color: #637b85;
  line-height: 1.9;
}

body .privacy__contact-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  padding-top: 26px;
  border-top: 1px solid #dce6e8;
}

body .privacy__contact-details strong,
body .privacy__contact-details address,
body .privacy__contact-details a {
  color: #173644;
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
  text-decoration: none;
}

body .privacy__contact-details a {
  color: #18738d;
  font-size: 18px;
  font-weight: 800;
}

@media only screen and (max-width: 640px) {
  body .privacy__hero {
    margin-right: -4px;
    margin-left: -4px;
  }

  body .privacy__hero::after {
    bottom: -18px;
    font-size: 74px;
  }

  body .privacy__item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  body .privacy__number {
    font-size: 19px;
  }

  body .privacy__item p,
  body .privacy__item li {
    font-size: 14px;
    line-height: 1.9;
  }

  body .privacy__contact-details {
    flex-direction: column;
  }
}

.header {
  border-bottom: 1px solid rgba(18, 61, 86, 0.08); }

.header__top img {
  filter: drop-shadow(0 8px 18px rgba(18, 61, 86, 0.08)); }

.header__nav nav ul li a {
  color: var(--macaw-navy);
  font-weight: 800; }

.header__nav nav ul li a span {
  color: rgba(18, 61, 86, 0.54); }

.banner {
  background:
    linear-gradient(135deg, rgba(254, 187, 189, 0.18), rgba(255, 255, 255, 0)),
    var(--macaw-ice); }

.banner::before {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(18px, 4vw, 64px);
  width: clamp(120px, 17vw, 240px);
  height: clamp(120px, 17vw, 240px);
  border: 1px solid rgba(254, 187, 189, 0.66);
  border-radius: 999px;
  background: rgba(255, 242, 244, 0.45);
  z-index: 1;
  pointer-events: none; }

.banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.2) 76%),
    linear-gradient(180deg, rgba(254, 187, 189, 0.18) 0%, rgba(254, 187, 189, 0) 44%); }

.banner__description {
  color: var(--macaw-navy-dark); }

.banner__eyebrow {
  background: #ffffff;
  color: var(--macaw-blue);
  border: 1px solid rgba(254, 187, 189, 0.72); }

.banner__description h2 {
  color: var(--macaw-navy-dark); }

.banner__description h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 5px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--macaw-pink), var(--macaw-blue)); }

.banner__meta li {
  background: #ffffff;
  color: var(--macaw-navy);
  border-color: rgba(254, 187, 189, 0.72); }

.btn,
.btn--hero {
  color: var(--macaw-navy);
  border: 1px solid rgba(18, 61, 86, 0.12);
  background: #ffffff; }

.btn:hover,
.btn--hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(18, 61, 86, 0.16);
  opacity: 1; }

.btn--hero-primary {
  color: #ffffff;
  border-color: var(--macaw-navy);
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue)); }

.buttons__inner .btn {
  position: relative;
  overflow: hidden;
  border-color: rgba(18, 61, 86, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f9 100%); }

.buttons__inner .btn::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: rgba(254, 187, 189, 0.32); }

.buttons__inner .btn span {
  position: relative;
  z-index: 1;
  color: var(--macaw-navy); }

.buttons__inner .btn span small {
  color: var(--macaw-blue); }

.about-section__text span,
.section__heading span {
  color: var(--macaw-blue); }

.about-section__text h2,
.section__heading,
.school-section__inner article h3,
.items-section__inner article h3,
.brand-section__inner article h3 {
  color: var(--macaw-navy-dark); }

.about-section figure img {
  border: 8px solid #ffffff;
  box-shadow: 0 24px 54px rgba(18, 61, 86, 0.16); }

.support-section__inner article,
.school-section__inner article,
.items-section__inner article,
.brand-section__inner article {
  border-color: rgba(18, 61, 86, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 249, 0.94) 100%);
  box-shadow: 0 18px 44px rgba(18, 61, 86, 0.1); }

.support-section__inner article span {
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
  box-shadow: 0 10px 22px rgba(18, 61, 86, 0.18); }

.school-section__inner article::after,
.items-section__inner article::after,
.brand-section__inner article::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--macaw-pink), rgba(21, 110, 148, 0.78));
  opacity: 0.9; }

.school-section,
.brand-section {
  background:
    radial-gradient(circle at 12% 2%, rgba(254, 187, 189, 0.34) 0, rgba(254, 187, 189, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, var(--macaw-pink-light) 100%); }

.items-section,
.instagram-section {
  background:
    radial-gradient(circle at 88% 6%, rgba(21, 110, 148, 0.13) 0, rgba(21, 110, 148, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, var(--macaw-ice) 100%); }

.section__lead,
.support-section__inner article p,
.about-section__text p,
.school-section__inner article h3 small,
.items-section__inner article h3 small {
  color: #4c6a78; }

@media only screen and (max-width: 767px) {
  .banner::before {
    right: -38px;
    bottom: 190px;
    opacity: 0.72; }

  .banner::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.84) 52%, #ffffff 100%); }

  .banner__description h2::after {
    width: 68px;
    height: 4px;
    margin-top: 14px; }
}

/* Text contrast pass: keep the palette, but protect text from colored backgrounds. */
.banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.56) 42%, rgba(255, 255, 255, 0.08) 76%),
    linear-gradient(180deg, rgba(254, 187, 189, 0.12) 0%, rgba(254, 187, 189, 0) 44%); }

.banner__description {
  padding: 30px 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 60px rgba(18, 61, 86, 0.14);
  backdrop-filter: blur(8px); }

.banner__description h2,
.about-section__text h2,
.section__heading,
.support-section__inner article h3,
.school-section__inner article h3,
.items-section__inner article h3,
.brand-section__inner article h3 {
  color: #08283b; }

.banner__description > p:not(.banner__eyebrow),
.section__lead,
.support-section__inner article p,
.about-section__text p,
.school-section__inner article h3 small,
.items-section__inner article h3 small {
  color: #2f5667; }

.section__heading {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 28px 14px;
  border: 1px solid rgba(18, 61, 86, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(18, 61, 86, 0.1);
  line-height: 1.25; }

.section__heading--blue {
  border-color: rgba(18, 61, 86, 0.22);
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
  color: #ffffff; }

.section__heading--blue span {
  color: rgba(255, 255, 255, 0.84); }

.section__lead {
  width: fit-content;
  max-width: min(760px, calc(100% - 32px));
  padding: 12px 20px;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(18, 61, 86, 0.08); }

.support-section__inner article,
.school-section__inner article,
.items-section__inner article,
.brand-section__inner article {
  background: #ffffff; }

.buttons__inner .btn::after {
  opacity: 0.58; }

.buttons__inner .btn span,
.buttons__inner .btn img {
  position: relative;
  z-index: 1; }

@media only screen and (max-width: 767px) {
  .banner__description {
    padding: 20px 20px 22px;
    background: rgba(255, 255, 255, 0.9); }

  .section__heading {
    max-width: calc(100% - 28px);
    padding: 10px 20px 12px;
    font-size: 25px; }

  .section__lead {
    width: auto;
    max-width: calc(100% - 28px);
    padding: 11px 16px; }
}

/*# sourceMappingURL=styles.css.map */

/* Photo refresh: make TOP product photos feel cleaner and easier to read. */
.items-section__inner article figure {
  padding-top: 76%;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 61, 86, 0.12);
}

.items-section__inner article figure img {
  border-radius: 18px;
  box-shadow: none;
}

.items-section__inner article:hover figure img {
  transform: translate(-50%, -50%) scale(1.03);
}

.school-section__inner article figure img,
.about-section figure img {
  filter: saturate(1.04) contrast(1.02);
}

@media only screen and (max-width: 767px) {
  .items-section__inner article figure {
    padding-top: 72%;
    border-radius: 16px;
  }

  .items-section__inner article figure img {
    border-radius: 16px;
  }
}

/* Syoei-inspired top style: large white panels, soft green field, clear category gates. */
body.home {
  background: #fff2f4;
}

body.home .main-content {
  background:
    linear-gradient(180deg, #f6fbfc 0 680px, #ffffff 680px 100%);
  padding: 20px clamp(14px, 3vw, 34px) 0;
}

body.home .header {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 0;
  padding: 22px 28px 18px;
  border: 0;
  border-radius: 24px 24px 0 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(18, 61, 86, 0.12);
}

body.home .header__top {
  padding: 0 0 12px;
}

body.home .header__top img {
  height: 64px;
}

body.home .header__nav nav ul {
  align-items: center;
  justify-content: center;
  gap: 4px 18px;
}

body.home .header__nav nav ul li a {
  position: relative;
  min-width: 82px;
  padding: 6px 8px 8px;
  color: #08283b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

body.home .header__nav nav ul li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--macaw-pink);
  vertical-align: middle;
}

body.home .header__nav nav ul li a span {
  margin-top: 5px;
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
  font-size: 13px;
  font-weight: 900;
}

body.home .banner {
  width: min(1180px, 100%);
  max-width: none;
  min-height: 560px;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(18, 61, 86, 0.12);
}

body.home .banner figure {
  width: calc(100% - 70px);
  min-height: 560px;
  margin: 0 auto;
  border-radius: 22px;
}

body.home .banner figure img {
  min-height: 560px;
  object-position: center;
}

body.home .banner::before {
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(24px, 4vw, 70px);
  border-color: rgba(184, 201, 88, 0.36);
  background: rgba(255, 255, 255, 0.45);
}

body.home .banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.22) 72%),
    linear-gradient(180deg, rgba(184, 201, 88, 0.1) 0%, rgba(184, 201, 88, 0) 48%);
}

body.home .banner__description {
  left: max(54px, calc((100vw - 1080px) / 2));
  width: min(560px, calc(100% - 108px));
  background: rgba(255, 255, 255, 0.92);
  border-radius: 24px 24px 24px 0;
}

body.home .banner__eyebrow {
  color: var(--macaw-blue);
  border-color: rgba(184, 201, 88, 0.34);
}

body.home .banner__description h2::after {
  background: linear-gradient(90deg, var(--macaw-pink), var(--macaw-blue));
}

body.home .banner__social {
  position: absolute;
  right: 28px;
  top: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: translateY(-50%);
}

body.home .banner__social span {
  color: #ffffff;
  font-family: "Cambria", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

body.home .banner__social a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(18, 61, 86, 0.14);
}

body.home .banner__social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

body.home .buttons {
  width: min(980px, calc(100% - 34px));
  margin: -54px auto 0;
}

body.home .buttons__inner .btn {
  min-height: 112px;
  border-radius: 20px;
  background: #ffffff;
}

body.home .buttons__inner .btn span {
  font-size: 20px;
  font-weight: 900;
}

body.home .buttons__inner .btn span small {
  margin-top: 8px;
  color: var(--macaw-blue);
  font-size: 15px;
}

body.home .support-section,
body.home .about-section,
body.home .school-section,
body.home .items-section,
body.home .brand-section,
body.home .instagram-section,
body.home .news-section {
  position: relative;
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  border-radius: 28px;
}

body.home .support-section {
  margin-top: 38px;
  padding-top: 28px;
}

body.home .support-section__inner article {
  border-radius: 22px;
}

body.home .section__heading {
  border-radius: 24px 24px 24px 0;
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  border-radius: 22px;
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure,
body.home .brand-section__inner article figure,
body.home .about-section figure img {
  border-radius: 18px;
}

@media only screen and (max-width: 1024px) {
  body.home .header__nav nav ul {
    gap: 4px 8px;
  }

  body.home .header__nav nav ul li a {
    min-width: 72px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  body.home .main-content {
    padding: 12px 10px 0;
    background:
      linear-gradient(180deg, #f6fbfc 0 560px, #ffffff 560px 100%);
  }

  body.home .header {
    width: calc(100% - 20px);
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  body.home .header__top img {
    height: 54px;
  }

  body.home .banner {
    min-height: 590px;
    border-radius: 24px;
  }

  body.home .banner figure {
    width: 100%;
    min-height: 590px;
    border-radius: 24px;
  }

  body.home .banner figure img {
    min-height: 590px;
  }

  body.home .banner__description {
    left: 16px;
    right: 16px;
    width: auto;
    border-radius: 20px 20px 20px 0;
  }

  body.home .banner__social {
    right: 16px;
    top: 96px;
    transform: none;
  }

  body.home .banner__social span {
    display: none;
  }

  body.home .banner__social a {
    width: 40px;
    height: 40px;
  }

  body.home .buttons {
    width: calc(100% - 20px);
    margin-top: -34px;
  }

  body.home .buttons__inner .btn {
    min-height: 86px;
  }

  body.home .support-section,
  body.home .about-section,
  body.home .school-section,
  body.home .items-section,
  body.home .brand-section,
  body.home .instagram-section,
  body.home .news-section {
    width: 100%;
    border-radius: 22px;
  }
}

/* Syoei shape pass: left-side navigation and a season topic rail with Macaw colors. */
body.home .top-topic {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(180px, 260px) 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(980px, calc(100% - 34px));
  margin: -18px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(18, 61, 86, 0.1);
  border-radius: 22px 22px 22px 0;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(18, 61, 86, 0.14);
}

body.home .top-topic__label span,
body.home .top-topic__label strong {
  display: block;
}

body.home .top-topic__label span {
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

body.home .top-topic__label strong {
  margin-top: 7px;
  color: var(--macaw-navy-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

body.home .top-topic p {
  margin: 0;
  color: #2f5667;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

body.home .top-topic a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(18, 61, 86, 0.18);
}

body.home .top-topic a::after {
  content: ">";
  margin-left: 10px;
  color: var(--macaw-pink);
}

@media only screen and (min-width: 1100px) {
  body.home {
    background:
      linear-gradient(90deg, #fff2f4 0 260px, #ffffff 260px 100%);
  }

  body.home .header {
    position: fixed;
    top: 24px;
    bottom: 24px;
    left: 24px;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 228px;
    margin: 0;
    padding: 26px 20px 22px;
    border-radius: 30px 30px 30px 0;
    overflow-y: auto;
  }

  body.home.admin-bar .header {
    top: 56px;
  }

  body.home .header__top {
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(18, 61, 86, 0.1);
    text-align: left;
  }

  body.home .header__top img {
    max-width: 162px;
    height: auto;
  }

  body.home .hamburger {
    display: none;
  }

  body.home .header__nav {
    display: block;
    padding-top: 18px;
  }

  body.home .header__nav nav ul {
    display: grid;
    gap: 5px;
    justify-content: stretch;
  }

  body.home .header__nav nav ul li a {
    display: block;
    min-width: 0;
    padding: 10px 12px 11px;
    border-radius: 14px 14px 14px 0;
    color: var(--macaw-navy-dark);
    font-size: 15px;
    text-align: left;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  body.home .header__nav nav ul li a:hover {
    background: var(--macaw-pink-light);
    transform: translateX(3px);
  }

  body.home .header__nav nav ul li a::before {
    width: 7px;
    height: 7px;
    margin-right: 8px;
  }

  body.home .header__nav nav ul li a span {
    margin-top: 4px;
    padding-left: 15px;
    font-size: 12px;
  }

  body.home .main-content {
    padding: 24px 28px 0 282px;
    background:
      linear-gradient(180deg, #f6fbfc 0 620px, #ffffff 620px 100%);
  }

  body.home .banner,
  body.home .support-section,
  body.home .about-section,
  body.home .school-section,
  body.home .items-section,
  body.home .brand-section,
  body.home .instagram-section,
  body.home .news-section {
    width: min(1180px, 100%);
  }

  body.home .top-topic,
  body.home .buttons {
    width: min(980px, calc(100% - 44px));
  }

  body.home .banner {
    min-height: 610px;
    border-radius: 30px 30px 30px 0;
  }

  body.home .banner figure {
    width: 100%;
    min-height: 610px;
    border-radius: 30px 30px 30px 0;
  }

  body.home .banner figure img {
    min-height: 610px;
  }
}

@media only screen and (max-width: 900px) {
  body.home .top-topic {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: -12px;
    padding: 18px;
  }

  body.home .top-topic a {
    width: 100%;
  }
}

/* Macaw full TOP redesign: navy, white, and pink. No green accents. */
body.home {
  background: #f6fbfc;
}

body.home .main-content {
  background:
    linear-gradient(180deg, #f6fbfc 0 640px, #fff4f6 640px 1180px, #ffffff 1180px 100%);
}

body.home .header {
  border: 1px solid rgba(18, 61, 86, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

body.home .header__nav nav ul li a,
body.home .header__nav nav ul li a span,
body.home .banner__eyebrow,
body.home .buttons__inner .btn span small,
body.home .top-topic__label span {
  color: var(--macaw-blue);
}

body.home .header__nav nav ul li a::before {
  background: var(--macaw-pink);
}

body.home .banner {
  overflow: hidden;
  border: 1px solid rgba(18, 61, 86, 0.08);
  background: #ffffff;
}

body.home .banner::before {
  border-color: rgba(254, 187, 189, 0.42);
  background: rgba(255, 255, 255, 0.42);
}

body.home .banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 38%, rgba(255, 255, 255, 0.18) 74%),
    linear-gradient(180deg, rgba(254, 187, 189, 0.18) 0%, rgba(254, 187, 189, 0) 42%);
}

body.home .banner__description {
  border: 1px solid rgba(18, 61, 86, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

body.home .banner__description h2 {
  color: var(--macaw-navy-dark);
}

body.home .banner__description h2::after {
  background: linear-gradient(90deg, var(--macaw-pink), var(--macaw-blue));
}

body.home .banner__meta li {
  color: var(--macaw-navy);
  border-color: rgba(254, 187, 189, 0.78);
  background: #ffffff;
}

body.home .banner__social a {
  border-color: rgba(254, 187, 189, 0.78);
}

body.home .top-topic {
  border-color: rgba(18, 61, 86, 0.08);
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #fff2f4 100%);
}

body.home .top-topic__label strong {
  color: var(--macaw-navy-dark);
}

body.home .top-topic p {
  color: #2f5667;
}

body.home .buttons {
  position: relative;
  z-index: 5;
}

body.home .buttons__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  white-space: normal;
}

body.home .buttons__inner .btn {
  justify-content: flex-start;
  min-height: 118px;
  padding: 22px;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 61, 86, 0.1);
}

body.home .buttons__inner .btn::after {
  right: -24px;
  top: auto;
  bottom: -28px;
  width: 92px;
  height: 92px;
  background: rgba(254, 187, 189, 0.38);
}

body.home .buttons__inner .btn img {
  flex: 0 0 auto;
}

body.home .support-section,
body.home .about-section,
body.home .school-section,
body.home .items-section,
body.home .brand-section,
body.home .instagram-section,
body.home .news-section {
  margin-top: 34px;
  padding: clamp(36px, 5vw, 70px) 0;
  border: 1px solid rgba(18, 61, 86, 0.07);
  box-shadow: 0 20px 60px rgba(18, 61, 86, 0.06);
}

body.home .support-section,
body.home .items-section,
body.home .news-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
}

body.home .about-section,
body.home .school-section,
body.home .brand-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff6f7 100%);
}

body.home .instagram-section {
  background:
    linear-gradient(180deg, var(--macaw-navy-dark) 0%, var(--macaw-blue) 100%);
}

body.home .section__heading {
  margin-bottom: 16px;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 28px 28px 28px 0;
  background: #ffffff;
  color: var(--macaw-navy-dark);
  box-shadow: 0 14px 34px rgba(18, 61, 86, 0.08);
}

body.home .section__heading span {
  color: var(--macaw-blue);
}

body.home .section__heading--blue,
body.home .instagram-section .section__heading {
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
  color: #ffffff;
}

body.home .section__heading--blue span,
body.home .instagram-section .section__heading span {
  color: rgba(255, 255, 255, 0.86);
}

body.home .section__lead {
  margin-bottom: 28px;
  color: #2f5667;
  background: rgba(255, 255, 255, 0.88);
}

body.home .support-section__inner {
  gap: 18px;
}

body.home .support-section__inner article,
body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(18, 61, 86, 0.08);
}

body.home .support-section__inner article span {
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
}

body.home .about-section__inner {
  align-items: stretch;
}

body.home .about-section figure {
  overflow: hidden;
  border-radius: 28px 28px 28px 0;
}

body.home .about-section figure img {
  height: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 28px 28px 28px 0;
}

body.home .about-section__text {
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 28px 28px 28px 0;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 61, 86, 0.08);
}

body.home .about-section__text span {
  color: var(--macaw-blue);
}

body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner {
  gap: 18px;
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure,
body.home .brand-section__inner article figure {
  overflow: hidden;
  border-radius: 20px 20px 20px 0;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img {
  border-radius: 20px 20px 20px 0;
}

body.home .items-section__inner article figure {
  padding-top: 72%;
}

body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 {
  padding: 0 18px 22px;
}

body.home .school-section__inner article h3 small,
body.home .items-section__inner article h3 small {
  margin-top: 10px;
}

body.home .news-section__inner {
  overflow: hidden;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(18, 61, 86, 0.08);
}

body.home .news__item {
  padding: 0 24px;
}

body.home .news__item--inner {
  border-color: rgba(18, 61, 86, 0.08);
}

body.home .news__item--date time {
  color: var(--macaw-blue);
}

body.home .news__item--label label {
  background: var(--macaw-pink);
  color: var(--macaw-navy-dark);
}

@media only screen and (min-width: 1100px) {
  body.home {
    background:
      linear-gradient(90deg, #fff2f4 0 260px, #f6fbfc 260px 100%);
  }

  body.home .main-content {
    padding: 24px 28px 0 282px;
    background:
      linear-gradient(180deg, #f6fbfc 0 660px, #fff2f4 660px 1240px, #ffffff 1240px 100%);
  }

  body.home .header {
    border: 1px solid rgba(18, 61, 86, 0.08);
    background: #ffffff;
  }

  body.home .header__nav nav ul li a:hover {
    background: #fff2f4;
  }
}

@media only screen and (max-width: 900px) {
  body.home .buttons__inner {
    grid-template-columns: 1fr;
  }

  body.home .top-topic {
    background: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  body.home .main-content {
    background:
      linear-gradient(180deg, #f6fbfc 0 560px, #fff2f4 560px 1040px, #ffffff 1040px 100%);
  }

  body.home .support-section,
  body.home .about-section,
  body.home .school-section,
  body.home .items-section,
  body.home .brand-section,
  body.home .instagram-section,
  body.home .news-section {
    margin-top: 24px;
    padding: 34px 0;
  }

  body.home .about-section figure img {
    min-height: 240px;
  }
}

/* Header rebuild: match the reference site's two-tier header shape with Macaw colors. */
.header--macaw-guide {
  display: block;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 0;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 28px 28px 28px 0;
  overflow: visible;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(18, 61, 86, 0.12);
}

.header--macaw-guide .header__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(18, 61, 86, 0.08);
}

.header--macaw-guide .header__logo {
  display: inline-flex;
  align-items: center;
}

.header--macaw-guide .header__logo img,
.header--macaw-guide .header__top img {
  display: block;
  width: auto;
  height: 58px;
  max-width: 220px;
}

.header--macaw-guide .header__subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header--macaw-guide .header__subnav a {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 999px;
  background: #fff7f8;
  color: var(--macaw-navy-dark);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.header--macaw-guide .header__subnav a span {
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.header--macaw-guide .header__service {
  padding: 0 14px 14px;
}

.header--macaw-guide .header__service ul {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header--macaw-guide .header__service a {
  position: relative;
  display: flex;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px 13px;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 20px 20px 20px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff6f7 100%);
  color: var(--macaw-navy-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(18, 61, 86, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header--macaw-guide .header__service a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--macaw-pink);
}

.header--macaw-guide .header__service a span {
  display: block;
  margin-top: 6px;
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.header--macaw-guide .header__service a:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(18, 61, 86, 0.16);
}

.header--macaw-guide .header__service a:hover span {
  color: rgba(255, 255, 255, 0.82);
}

.header--macaw-guide .header__nav {
  display: none;
}

body.home .header--macaw-guide {
  position: sticky;
  top: 12px;
  bottom: auto;
  left: auto;
  z-index: 90;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 0;
  border-radius: 28px 28px 28px 0;
}

body.home.admin-bar .header--macaw-guide {
  top: 44px;
}

body.home .header--macaw-guide .header__top {
  padding: 18px 22px 16px;
  text-align: left;
}

body.home .header--macaw-guide .header__top img {
  max-width: 220px;
  height: 58px;
}

body.home .header--macaw-guide .hamburger {
  display: none;
}

body.home .main-content {
  padding-left: clamp(14px, 3vw, 34px);
  padding-right: clamp(14px, 3vw, 34px);
}

@media only screen and (min-width: 1100px) {
  body.home .header--macaw-guide {
    position: sticky;
    top: 18px;
    bottom: auto;
    left: auto;
    display: block;
    flex-direction: initial;
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 0;
    overflow: visible;
  }

  body.home.admin-bar .header--macaw-guide {
    top: 50px;
  }

  body.home .main-content {
    padding: 24px clamp(18px, 3vw, 34px) 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header--macaw-guide .header__service ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .header--macaw-guide,
  body.home .header--macaw-guide {
    width: calc(100% - 20px);
    margin-top: 10px;
    border-radius: 20px 20px 20px 0;
  }

  .header--macaw-guide .header__top,
  body.home .header--macaw-guide .header__top {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 14px 16px;
  }

  .header--macaw-guide .header__logo img,
  .header--macaw-guide .header__top img,
  body.home .header--macaw-guide .header__top img {
    height: 48px;
    max-width: 170px;
  }

  .header--macaw-guide .header__subnav {
    display: none;
  }

  .header--macaw-guide .hamburger,
  body.home .header--macaw-guide .hamburger {
    display: block;
  }

  .header--macaw-guide .header__service {
    padding: 0 12px 12px;
  }

  .header--macaw-guide .header__service ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .header--macaw-guide .header__service a {
    min-height: 66px;
    padding: 9px 8px 10px;
    border-radius: 15px 15px 15px 0;
    font-size: 14px;
  }

  .header--macaw-guide .header__service a::before {
    width: 6px;
    height: 6px;
    margin-bottom: 6px;
  }

  .header--macaw-guide .header__service a span {
    font-size: 11px;
  }

  body.show-nav .header--macaw-guide .header__nav {
    display: block;
  }
}

/* Header final pass: closer to syo-ei's brand-left, text-nav-right, info-strip layout. */
.header--macaw-guide,
body.home .header--macaw-guide {
  position: relative;
  top: auto;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(210px, 300px) 1fr;
  grid-template-areas:
    "brand service"
    "info info";
  column-gap: 28px;
  row-gap: 10px;
  width: min(1240px, calc(100% - 48px));
  margin: 18px auto 0;
  padding: 22px 28px 18px;
  border: 0;
  border-radius: 0 0 34px 34px;
  overflow: visible;
  background: #ffffff;
  box-shadow: none;
}

.header--macaw-guide .header__top,
body.home .header--macaw-guide .header__top {
  grid-area: brand;
  display: block;
  padding: 0;
  border: 0;
}

.header--macaw-guide .header__brand p {
  margin: 0 0 5px;
  color: var(--macaw-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.header--macaw-guide .header__logo img,
.header--macaw-guide .header__top img,
body.home .header--macaw-guide .header__top img {
  height: 62px;
  max-width: 230px;
}

.header--macaw-guide .header__subnav {
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 2;
  gap: 18px;
}

.header--macaw-guide .header__subnav a {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--macaw-navy-dark);
  font-size: 14px;
  line-height: 1.2;
}

.header--macaw-guide .header__subnav a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--macaw-pink);
}

.header--macaw-guide .header__subnav a span {
  margin-left: 4px;
  color: var(--macaw-blue);
}

.header--macaw-guide .header__service {
  grid-area: service;
  align-self: end;
  padding: 30px 172px 0 0;
}

.header--macaw-guide .header__service ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: clamp(14px, 2.2vw, 30px);
}

.header--macaw-guide .header__service a {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--macaw-navy-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  box-shadow: none;
}

.header--macaw-guide .header__service a::before {
  display: none;
}

.header--macaw-guide .header__service a span {
  position: relative;
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 7px;
  padding-left: 10px;
  color: var(--macaw-blue);
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.header--macaw-guide .header__service a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--macaw-pink);
  transform: translateY(-50%);
}

.header--macaw-guide .header__service a:hover {
  color: var(--macaw-blue);
  background: transparent;
  box-shadow: none;
  transform: translateY(-1px);
}

.header--macaw-guide .header__service a:hover span {
  color: var(--macaw-navy-dark);
}

.header--macaw-guide .header__info {
  grid-area: info;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  margin-top: 2px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #f6fbfc;
  color: #496574;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.header--macaw-guide .header__info a {
  color: var(--macaw-blue);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

body.home .main-content {
  padding-top: 18px;
}

@media only screen and (min-width: 1100px) {
  body.home .header--macaw-guide {
    position: relative;
    top: auto;
    display: grid;
    width: min(1240px, calc(100% - 48px));
    margin: 18px auto 0;
    padding: 22px 28px 18px;
  }

  body.home.admin-bar .header--macaw-guide {
    top: auto;
  }
}

@media only screen and (max-width: 1100px) {
  .header--macaw-guide,
  body.home .header--macaw-guide {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "service"
      "info";
    width: min(940px, calc(100% - 28px));
    border-radius: 24px 24px 24px 0;
  }

  .header--macaw-guide .header__subnav {
    top: 22px;
    right: 24px;
  }

  .header--macaw-guide .header__service {
    padding: 8px 0 0;
  }

  .header--macaw-guide .header__service ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .header--macaw-guide .header__service a {
    justify-self: center;
    font-size: 16px;
  }

  .header--macaw-guide .header__info {
    justify-self: stretch;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .header--macaw-guide,
  body.home .header--macaw-guide {
    width: calc(100% - 20px);
    padding: 16px;
    border-radius: 20px 20px 20px 0;
  }

  .header--macaw-guide .header__brand p {
    font-size: 11px;
  }

  .header--macaw-guide .header__logo img,
  .header--macaw-guide .header__top img,
  body.home .header--macaw-guide .header__top img {
    height: 48px;
  }

  .header--macaw-guide .header__subnav {
    position: static;
    justify-content: flex-start;
    margin-top: 12px;
  }

  .header--macaw-guide .header__service ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .header--macaw-guide .header__service a {
    width: 100%;
    padding: 12px 8px;
    border: 1px solid rgba(18, 61, 86, 0.08);
    border-radius: 14px 14px 14px 0;
    background: #fff7f8;
    font-size: 14px;
    white-space: nowrap;
  }

  .header--macaw-guide .header__service a span {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
  }

  .header--macaw-guide .header__info {
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 12px;
    border-radius: 16px;
    text-align: center;
  }

  .header--macaw-guide .header__info a {
    font-size: 16px;
  }
}

/* Full page reference alignment: syo-ei-like rhythm, Macaw palette. */
body.home .main-content {
  padding-top: 18px;
  background:
    linear-gradient(180deg, #ffffff 0 120px, #f6fbfc 120px 760px, #fff3f5 760px 1360px, #ffffff 1360px 100%);
}

body.home .banner {
  width: min(1240px, calc(100% - 48px));
  min-height: 620px;
  border-radius: 36px 36px 36px 0;
  box-shadow: none;
}

body.home .banner figure,
body.home .banner figure img {
  min-height: 620px;
  border-radius: 36px 36px 36px 0;
}

body.home .banner__description {
  left: clamp(34px, 6vw, 86px);
  bottom: 58px;
  top: auto;
  width: min(560px, calc(100% - 68px));
  transform: none;
  border-radius: 28px 28px 28px 0;
}

body.home .top-topic {
  grid-template-columns: 132px minmax(160px, 260px) 1fr auto;
  width: min(980px, calc(100% - 76px));
  margin-top: -72px;
  padding: 16px 20px;
  border: 0;
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(18, 61, 86, 0.14);
}

body.home .top-topic__thumb {
  overflow: hidden;
  aspect-ratio: 1.2 / 1;
  border: 5px solid #fff2f4;
  border-radius: 16px 16px 16px 0;
}

body.home .top-topic__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .top-topic__label strong {
  font-size: 19px;
}

body.home .buttons {
  width: min(1050px, calc(100% - 48px));
  margin-top: 34px;
}

body.home .buttons__inner {
  gap: 0;
  border-radius: 28px 28px 28px 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(18, 61, 86, 0.1);
}

body.home .buttons__inner .btn {
  min-height: 118px;
  border: 0;
  border-right: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 0;
  box-shadow: none;
}

body.home .buttons__inner .btn:last-child {
  border-right: 0;
}

body.home .support-section {
  margin-top: 56px;
  border-radius: 34px 34px 34px 0;
}

body.home .support-section__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 28px 28px 28px 0;
  background: #ffffff;
  box-shadow: 0 20px 54px rgba(18, 61, 86, 0.08);
}

body.home .support-section__inner article {
  border: 0;
  border-right: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 0;
  box-shadow: none;
}

body.home .support-section__inner article:last-child {
  border-right: 0;
}

body.home .about-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 0;
  overflow: hidden;
  border-radius: 36px 36px 36px 0;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(18, 61, 86, 0.1);
}

body.home .about-section figure,
body.home .about-section figure img,
body.home .about-section__text {
  border-radius: 0;
  box-shadow: none;
}

body.home .about-section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
  border: 0;
}

body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner,
body.home .contact-access-section__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  overflow: hidden;
  border: 0;
  border-radius: 26px 26px 26px 0;
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure,
body.home .brand-section__inner article figure {
  margin: 0;
  border-radius: 0;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img,
body.home .brand-section__inner article figure img {
  border-radius: 0;
}

body.home .instagram-section {
  overflow: hidden;
  border-radius: 36px 36px 36px 0;
}

body.home .instagram-section__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

body.home .news-section__inner {
  border: 0;
  border-radius: 28px 28px 28px 0;
}

body.home .contact-access-section {
  position: relative;
  width: min(1180px, calc(100% - 28px));
  margin: 34px auto 0;
  padding: clamp(40px, 5vw, 72px) 0;
  border-radius: 36px 36px 36px 0;
  background:
    linear-gradient(135deg, var(--macaw-navy-dark), var(--macaw-blue));
}

body.home .contact-access-section .section__lead {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

body.home .contact-access-section__inner article {
  padding: 28px;
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(8, 40, 59, 0.18);
}

body.home .contact-access-section__inner article span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff2f4;
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
  font-weight: 900;
}

body.home .contact-access-section__inner article h3 {
  margin: 16px 0 12px;
  color: var(--macaw-navy-dark);
  font-size: 24px;
  line-height: 1.35;
}

body.home .contact-access-section__inner article p {
  min-height: 72px;
  margin: 0 0 18px;
  color: #496574;
  font-weight: 700;
  line-height: 1.8;
}

body.home .contact-access-section__inner article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--macaw-pink);
  color: var(--macaw-navy-dark);
  font-weight: 900;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  body.home .top-topic {
    grid-template-columns: 110px 1fr;
  }

  body.home .top-topic p,
  body.home .top-topic a {
    grid-column: 1 / -1;
  }

  body.home .about-section__inner,
  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner,
  body.home .contact-access-section__inner {
    grid-template-columns: 1fr;
  }

  body.home .support-section__inner {
    grid-template-columns: 1fr;
  }

  body.home .support-section__inner article {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 61, 86, 0.08);
  }

  body.home .support-section__inner article:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.home .banner {
    width: calc(100% - 20px);
    min-height: 570px;
  }

  body.home .banner figure,
  body.home .banner figure img {
    min-height: 570px;
  }

  body.home .top-topic {
    grid-template-columns: 92px 1fr;
    width: calc(100% - 28px);
    margin-top: -46px;
    padding: 12px;
  }

  body.home .top-topic__label strong {
    font-size: 17px;
  }

  body.home .buttons__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.home .buttons__inner .btn {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 61, 86, 0.08);
  }

  body.home .buttons__inner .btn:last-child {
    border-bottom: 0;
  }

  body.home .contact-access-section {
    width: 100%;
    border-radius: 24px 24px 24px 0;
  }
}

/* Horizontal text fix: prevent Japanese labels from stacking one character per line. */
body.home .header--macaw-guide a,
body.home .header--macaw-guide span,
body.home .top-topic,
body.home .top-topic *,
body.home .buttons__inner .btn,
body.home .buttons__inner .btn span,
body.home .buttons__inner .btn small,
body.home .support-section__inner article,
body.home .support-section__inner article *,
body.home .school-section__inner article h3,
body.home .school-section__inner article h3 *,
body.home .items-section__inner article h3,
body.home .items-section__inner article h3 *,
body.home .brand-section__inner article h3,
body.home .brand-section__inner article h3 *,
body.home .contact-access-section__inner article,
body.home .contact-access-section__inner article * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

body.home .banner__social span {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

body.home .buttons__inner .btn {
  min-width: 0;
}

body.home .buttons__inner .btn span {
  display: flex;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
}

body.home .buttons__inner .btn small,
body.home .header--macaw-guide .header__service a span,
body.home .contact-access-section__inner article span {
  white-space: nowrap;
}

body.home .support-section__inner article h3,
body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3,
body.home .contact-access-section__inner article h3 {
  min-width: 0;
  white-space: normal;
}

body.home .section__heading {
  max-width: calc(100% - 28px);
}

@media only screen and (max-width: 767px) {
  body.home .buttons__inner .btn {
    justify-content: flex-start;
  }

  body.home .buttons__inner .btn span {
    white-space: normal;
  }

  body.home .header--macaw-guide .header__service a {
    min-width: 0;
    white-space: nowrap;
  }

  body.home .section__heading {
    display: block;
    width: fit-content;
    max-width: calc(100% - 24px);
    white-space: normal;
  }
}

/* Layout reset: stabilize the TOP page after the reference-style changes. */
body.home .header--macaw-guide,
body.home .top-topic,
body.home .buttons__inner,
body.home .support-section__inner,
body.home .about-section__inner,
body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner,
body.home .contact-access-section__inner {
  writing-mode: horizontal-tb !important;
}

body.home .header--macaw-guide {
  display: block;
  width: min(1240px, calc(100% - 48px));
  margin: 18px auto 0;
  padding: 20px 26px 18px;
  border-radius: 0 0 32px 32px;
  background: #ffffff;
}

body.home .header--macaw-guide .header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

body.home .header--macaw-guide .header__brand {
  flex: 0 0 auto;
}

body.home .header--macaw-guide .header__subnav {
  position: static;
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  margin-left: auto;
}

body.home .header--macaw-guide .header__service {
  display: block;
  width: 100%;
  padding: 18px 0 0;
}

body.home .header--macaw-guide .header__service ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px 28px;
  width: 100%;
}

body.home .header--macaw-guide .header__service li {
  flex: 0 0 auto;
}

body.home .header--macaw-guide .header__service a {
  display: block;
  min-width: max-content;
  padding: 0;
  text-align: center;
}

body.home .header--macaw-guide .header__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 18px;
  width: 100%;
  margin: 14px 0 0;
}

body.home .banner {
  margin-top: 18px;
}

body.home .top-topic {
  display: grid;
  grid-template-columns: 120px minmax(180px, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

body.home .buttons__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .buttons__inner .btn {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.home .buttons__inner .btn span {
  min-width: 0;
}

body.home .support-section__inner,
body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner,
body.home .contact-access-section__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .about-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article,
body.home .contact-access-section__inner article {
  min-width: 0;
}

body.home .school-section__inner article h3,
body.home .school-section__inner article h3 a,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3,
body.home .brand-section__inner article h3 a,
body.home .contact-access-section__inner article h3,
body.home .contact-access-section__inner article p {
  display: block;
  width: 100%;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

body.home .school-section__inner article h3 small,
body.home .items-section__inner article h3 small {
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1100px) {
  body.home .header--macaw-guide .header__top {
    align-items: flex-start;
    flex-direction: column;
  }

  body.home .header--macaw-guide .header__subnav,
  body.home .header--macaw-guide .header__service ul,
  body.home .header--macaw-guide .header__info {
    justify-content: flex-start;
  }

  body.home .top-topic {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  body.home .top-topic p,
  body.home .top-topic a {
    grid-column: 1 / -1;
  }

  body.home .support-section__inner,
  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner,
  body.home .contact-access-section__inner,
  body.home .about-section__inner {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  body.home .header--macaw-guide {
    width: calc(100% - 20px);
    padding: 16px;
  }

  body.home .header--macaw-guide .header__service ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.home .header--macaw-guide .header__service li {
    min-width: 0;
  }

  body.home .header--macaw-guide .header__service a {
    min-width: 0;
    width: 100%;
    padding: 10px 6px;
    white-space: nowrap;
  }

  body.home .top-topic {
    grid-template-columns: 1fr;
  }

  body.home .top-topic__thumb {
    width: 100%;
    max-height: 160px;
  }

  body.home .buttons__inner {
    grid-template-columns: 1fr;
  }
}

/* Card spacing fix: school, item, and brand sections need more breathing room. */
body.home .school-section .container,
body.home .items-section .container,
body.home .brand-section .container {
  width: min(1120px, calc(100% - 48px));
  max-width: none;
}

body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 28px 28px 28px 0;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 61, 86, 0.08);
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 68%;
  overflow: hidden;
  border-radius: 0;
  background: #f6fbfc;
}

body.home .brand-section__inner article figure {
  display: grid;
  min-height: 190px;
  place-items: center;
  margin: 0;
  padding: 30px 24px;
  border-radius: 0;
  background: #f6fbfc;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

body.home .brand-section__inner article figure img {
  width: auto;
  max-width: 86%;
  max-height: 130px;
  border-radius: 0;
  object-fit: contain;
}

body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 {
  display: flex;
  min-height: 180px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 24px 24px 28px;
  color: var(--macaw-navy-dark);
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}

body.home .brand-section__inner article h3 {
  min-height: 96px;
  font-size: 18px;
}

body.home .school-section__inner article h3 a,
body.home .brand-section__inner article h3 a {
  color: inherit;
  text-decoration: none;
}

body.home .school-section__inner article h3 span,
body.home .items-section__inner article h3 span {
  display: block;
  margin-top: 8px;
  color: var(--macaw-blue);
  font-size: 14px;
  line-height: 1.35;
}

body.home .school-section__inner article h3 small,
body.home .items-section__inner article h3 small {
  display: block;
  margin-top: 14px;
  color: #496574;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

body.home .school-section .section__button,
body.home .items-section .section__button {
  padding-top: 34px;
}

@media only screen and (max-width: 1100px) {
  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media only screen and (max-width: 767px) {
  body.home .school-section .container,
  body.home .items-section .container,
  body.home .brand-section .container {
    width: calc(100% - 28px);
  }

  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.home .school-section__inner article h3,
  body.home .items-section__inner article h3 {
    min-height: 0;
    padding: 22px 18px 24px;
    font-size: 20px;
  }

  body.home .brand-section__inner article h3 {
    min-height: 0;
    padding: 20px 18px 22px;
  }
}

/* Logo sharpness fix: show the enhanced original PNG without stretching it. */
.header--macaw-guide .header__logo img,
body.home .header--macaw-guide .header__logo img {
  display: block;
  width: clamp(185px, 16vw, 205px);
  height: auto;
  max-width: 100%;
  image-rendering: auto;
}

@media only screen and (max-width: 767px) {
  .header--macaw-guide .header__logo img,
  body.home .header--macaw-guide .header__logo img {
    width: min(185px, 62vw);
    height: auto;
  }
}

/* Syoei-inspired hover motion: soft lift, image zoom, and sliding accent. */
body.home .buttons__inner .btn,
body.home .top-topic,
body.home .top-topic a,
body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article,
body.home .contact-access-section__inner article,
body.home .contact-access-section__inner article a,
.header--macaw-guide .header__subnav a,
.header--macaw-guide .header__service a {
  transition:
    color 0.26s ease,
    background 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.32s ease,
    opacity 0.26s ease,
    transform 0.32s cubic-bezier(0.2, 0.72, 0.26, 1);
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img,
body.home .brand-section__inner article figure img,
body.home .about-section figure img,
body.home .top-topic__thumb img {
  transition:
    filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.48s cubic-bezier(0.2, 0.72, 0.26, 1);
  will-change: transform;
}

.header--macaw-guide .header__subnav a:hover {
  border-color: rgba(254, 187, 189, 0.85);
  background: #ffffff;
  color: var(--macaw-blue);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(18, 61, 86, 0.1);
}

.header--macaw-guide .header__service a {
  overflow: hidden;
}

.header--macaw-guide .header__service a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 22px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transform: translateX(-8px) skewX(-28deg);
  transition: opacity 0.28s ease, transform 0.32s ease;
}

.header--macaw-guide .header__service a:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(18, 61, 86, 0.18);
}

.header--macaw-guide .header__service a:hover::after {
  opacity: 0.7;
  transform: translateX(0) skewX(-28deg);
}

body.home .buttons__inner .btn:hover,
body.home .top-topic:hover,
body.home .school-section__inner article:hover,
body.home .items-section__inner article:hover,
body.home .brand-section__inner article:hover,
body.home .contact-access-section__inner article:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(18, 61, 86, 0.16);
}

body.home .buttons__inner .btn:hover {
  border-color: rgba(254, 187, 189, 0.85);
  background: #ffffff;
}

body.home .buttons__inner .btn::after {
  transition: transform 0.38s ease, opacity 0.28s ease;
}

body.home .buttons__inner .btn:hover::after {
  opacity: 0.68;
  transform: translate(-10px, 10px) scale(1.18);
}

body.home .top-topic a,
body.home .contact-access-section__inner article a {
  position: relative;
  overflow: hidden;
}

body.home .top-topic a::after,
body.home .contact-access-section__inner article a::after {
  content: "";
  width: 18px;
  height: 6px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-3px) skewX(-28deg);
  transition: transform 0.28s ease;
}

body.home .top-topic:hover .top-topic__thumb img,
body.home .about-section figure:hover img,
body.home .school-section__inner article:hover figure img,
body.home .items-section__inner article:hover figure img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.065);
}

body.home .brand-section__inner article:hover figure img {
  opacity: 0.92;
  transform: scale(1.055);
}

body.home .top-topic a:hover,
body.home .contact-access-section__inner article a:hover {
  background: #ffffff;
  color: var(--macaw-blue);
  box-shadow: 0 14px 28px rgba(18, 61, 86, 0.14);
  transform: translateY(-2px);
}

body.home .top-topic a:hover::after,
body.home .contact-access-section__inner article a:hover::after,
body.home .contact-access-section__inner article:hover a::after {
  transform: translateX(4px) skewX(-28deg);
}

body.home .school-section__inner article::after,
body.home .items-section__inner article::after,
body.home .brand-section__inner article::after {
  transition: left 0.32s ease, right 0.32s ease, height 0.32s ease, opacity 0.32s ease;
}

body.home .school-section__inner article:hover::after,
body.home .items-section__inner article:hover::after,
body.home .brand-section__inner article:hover::after {
  left: 0;
  right: 0;
  height: 7px;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  body.home .buttons__inner .btn,
  body.home .top-topic,
  body.home .top-topic a,
  body.home .school-section__inner article,
  body.home .items-section__inner article,
  body.home .brand-section__inner article,
  body.home .contact-access-section__inner article,
  body.home .contact-access-section__inner article a,
  body.home .school-section__inner article figure img,
  body.home .items-section__inner article figure img,
  body.home .brand-section__inner article figure img,
  body.home .about-section figure img,
  body.home .top-topic__thumb img,
  .header--macaw-guide .header__subnav a,
  .header--macaw-guide .header__service a {
    transition: none;
  }
}

/* Hero image visibility: keep the main photo clear behind the text card. */
body.home .banner figure {
  background: var(--macaw-navy-dark);
}

body.home .banner figure img {
  opacity: 1;
  filter: saturate(1.05) contrast(1.08) brightness(0.92);
  object-position: center center;
}

body.home .banner::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 43%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(180deg, rgba(254, 187, 189, 0.06) 0%, rgba(254, 187, 189, 0) 46%);
}

body.home .banner::before {
  opacity: 0.32;
  background: rgba(255, 255, 255, 0.18);
}

body.home .banner__description {
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 20px 54px rgba(18, 61, 86, 0.13);
}

body.home .banner__social span {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(18, 61, 86, 0.35);
}

/* Hero no-overlap layout: text and main image sit side by side. */
body.home .banner {
  display: grid;
  grid-template-columns: minmax(380px, 0.44fr) minmax(0, 0.56fr);
  align-items: stretch;
  gap: 0;
  min-height: 560px;
  padding: clamp(20px, 2.6vw, 34px);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(18, 61, 86, 0.1);
}

body.home .banner figure {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px 28px 28px 0;
}

body.home .banner figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center center;
}

body.home .banner__description {
  position: relative;
  inset: auto;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding: clamp(28px, 4vw, 58px);
  transform: none;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-right: 0;
  border-radius: 28px 0 0 28px;
  background: #ffffff;
  box-shadow: none;
}

body.home .banner::after {
  display: none;
}

body.home .banner::before {
  right: clamp(22px, 4vw, 64px);
  bottom: clamp(18px, 3vw, 46px);
  z-index: 2;
  opacity: 0.18;
  pointer-events: none;
}

body.home .banner__social {
  right: clamp(36px, 5vw, 74px);
  color: #ffffff;
}

@media only screen and (max-width: 980px) {
  body.home .banner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  body.home .banner figure {
    grid-column: 1;
    grid-row: 1;
    min-height: 320px;
    border-radius: 26px 26px 0 0;
  }

  body.home .banner figure img {
    min-height: 320px;
  }

  body.home .banner__description {
    grid-column: 1;
    grid-row: 2;
    padding: 28px 22px 30px;
    border: 1px solid rgba(18, 61, 86, 0.08);
    border-top: 0;
    border-radius: 0 0 26px 26px;
  }

  body.home .banner__social {
    top: 28px;
    right: 28px;
    transform: none;
  }
}

/* Hero stacked layout: move the copy below the main image. */
body.home .banner {
  grid-template-columns: 1fr;
  min-height: 0;
  gap: 0;
  padding: clamp(18px, 2.4vw, 30px);
}

body.home .banner figure {
  grid-column: 1;
  grid-row: 1;
  min-height: clamp(360px, 43vw, 560px);
  border-radius: 30px 30px 0 0;
}

body.home .banner figure img {
  min-height: clamp(360px, 43vw, 560px);
  object-position: center center;
}

body.home .banner__description {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  padding: clamp(28px, 4.4vw, 56px);
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-top: 0;
  border-radius: 0 0 30px 30px;
}

body.home .banner__description h2 {
  max-width: 860px;
}

body.home .banner__description > p:not(.banner__eyebrow) {
  max-width: 860px;
}

body.home .banner__actions {
  max-width: 760px;
}

body.home .banner__social {
  top: clamp(38px, 5vw, 70px);
  right: clamp(34px, 5vw, 74px);
  transform: none;
}

@media only screen and (max-width: 767px) {
  body.home .banner {
    width: calc(100% - 24px);
    padding: 12px;
  }

  body.home .banner figure,
  body.home .banner figure img {
    min-height: 260px;
  }

  body.home .banner__description {
    padding: 24px 18px 26px;
    border-radius: 0 0 24px 24px;
  }
}

/* Storefront hero: show the full vertical photo without cropping. */
body.home .banner {
  justify-items: center;
}

body.home .banner figure {
  width: min(100%, 920px);
  min-height: 0;
  background: #ffffff;
}

body.home .banner figure img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

body.home .banner__description {
  width: min(100%, 920px);
}

/* Hero animation: soft entrance and gentle interaction for the storefront photo. */
@keyframes macawHeroPhotoIn {
  0% {
    opacity: 0;
    transform: translateY(22px);
    filter: saturate(0.92) contrast(0.96) brightness(1.06);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: saturate(1.04) contrast(1.04) brightness(0.98);
  }
}

@keyframes macawHeroCopyIn {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

body.home .banner figure {
  animation: macawHeroPhotoIn 0.9s cubic-bezier(0.2, 0.72, 0.26, 1) both;
  box-shadow: 0 22px 58px rgba(18, 61, 86, 0.12);
  transition: box-shadow 0.36s ease, transform 0.36s cubic-bezier(0.2, 0.72, 0.26, 1);
}

body.home .banner figure img {
  filter: saturate(1.04) contrast(1.04) brightness(0.98);
  transition: filter 0.36s ease, transform 0.36s cubic-bezier(0.2, 0.72, 0.26, 1);
}

body.home .banner__description {
  animation: macawHeroCopyIn 0.72s 0.16s cubic-bezier(0.2, 0.72, 0.26, 1) both;
}

body.home .banner:hover figure {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(18, 61, 86, 0.17);
}

body.home .banner:hover figure img {
  filter: saturate(1.08) contrast(1.06) brightness(1);
  transform: scale(1.012);
}

@media (prefers-reduced-motion: reduce) {
  body.home .banner figure,
  body.home .banner figure img,
  body.home .banner__description {
    animation: none;
    transition: none;
  }
}

/* Hero slideshow: storefront first, then uniform/detail images. */
@keyframes macawHeroSlide {
  0% {
    opacity: 0;
    transform: scale(1.018);
  }

  8%,
  30% {
    opacity: 1;
    transform: scale(1);
  }

  38%,
  100% {
    opacity: 0;
    transform: scale(1.012);
  }
}

body.home .banner__slider {
  aspect-ratio: 1199 / 1312;
}

body.home .banner__slider::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 4;
  width: 82px;
  height: 8px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 4px 4px, rgba(255, 255, 255, 0.95) 0 4px, transparent 4.5px),
    radial-gradient(circle at 41px 4px, rgba(255, 255, 255, 0.48) 0 4px, transparent 4.5px),
    radial-gradient(circle at 78px 4px, rgba(255, 255, 255, 0.48) 0 4px, transparent 4.5px);
  filter: drop-shadow(0 2px 10px rgba(8, 31, 48, 0.36));
  transform: translateX(-50%);
  pointer-events: none;
}

body.home .banner__slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(8, 31, 48, 0.12) 0%, rgba(8, 31, 48, 0) 36%, rgba(8, 31, 48, 0.16) 100%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 44%);
  pointer-events: none;
}

body.home .banner__slider .banner__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  opacity: 0;
  object-fit: contain;
  object-position: center center;
  animation: macawHeroSlide 18s cubic-bezier(0.42, 0, 0.24, 1) infinite;
}

body.home .banner__slider .banner__slide--store {
  opacity: 1;
  animation-delay: 0s;
}

body.home .banner__slider .banner__slide--uniform {
  animation-delay: 6s;
  object-fit: cover;
}

body.home .banner__slider .banner__slide--school {
  animation-delay: 12s;
  object-fit: cover;
}

body.home .banner:hover .banner__slide {
  animation-play-state: paused;
}

body.home .banner:hover .banner__slider .banner__slide {
  filter: saturate(1.08) contrast(1.06) brightness(1);
}

body.home .banner:hover figure img {
  transform: none;
}

@media only screen and (max-width: 767px) {
  body.home .banner__slider {
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .banner__slider .banner__slide {
    animation: none;
  }

  body.home .banner__slider .banner__slide:not(:first-child) {
    display: none;
  }
}

/* Premium TOP refinement: calm navy, white space, thin lines, and restrained accents. */
body.home {
  color: var(--macaw-navy-dark);
  background:
    linear-gradient(180deg, #ffffff 0 520px, #f8fbfc 520px 1260px, #fff5f7 1260px 1940px, #ffffff 1940px 100%);
}

body.home .main-content {
  padding-top: 14px;
  background: transparent;
}

body.home .banner {
  border: 1px solid rgba(18, 61, 86, 0.08);
  box-shadow: 0 26px 76px rgba(18, 61, 86, 0.08);
}

body.home .banner__slider {
  border-radius: 28px 28px 0 0;
  background: #061d30;
}

body.home .banner__description {
  display: grid;
  gap: 18px;
  border-color: rgba(18, 61, 86, 0.08);
  background:
    linear-gradient(135deg, #ffffff 0%, #fff8f9 100%);
}

body.home .banner__eyebrow,
body.home .top-topic__label span,
body.home .about-section__text span,
body.home .section__heading span {
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
  letter-spacing: 0;
}

body.home .banner__description h2 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.18;
  letter-spacing: 0;
}

body.home .banner__description h2::after {
  width: 98px;
  height: 5px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--macaw-pink), #c5a46d, var(--macaw-blue));
}

body.home .banner__description > p:not(.banner__eyebrow) {
  max-width: 820px;
  color: #31566a;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.9;
}

body.home .banner__meta {
  gap: 10px;
}

body.home .banner__meta li {
  border-color: rgba(197, 164, 109, 0.34);
  background: rgba(255, 255, 255, 0.82);
  color: var(--macaw-navy-dark);
}

body.home .btn,
body.home .btn--hero,
body.home .section__button .btn {
  border: 1px solid rgba(18, 61, 86, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(18, 61, 86, 0.08);
}

body.home .btn--hero-primary {
  border-color: rgba(8, 31, 48, 0.9);
  background: linear-gradient(135deg, #061d30, var(--macaw-blue));
  color: #ffffff;
}

body.home .top-topic {
  width: min(1120px, calc(100% - 48px));
  margin-top: 34px;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 28px 28px 28px 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px rgba(18, 61, 86, 0.08);
}

body.home .top-topic__thumb {
  border-radius: 20px 20px 20px 0;
}

body.home .top-topic__label strong {
  color: var(--macaw-navy-dark);
  font-size: clamp(19px, 2vw, 25px);
}

body.home .top-topic p {
  color: #31566a;
}

body.home .buttons {
  margin-top: 28px;
}

body.home .buttons__inner {
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 26px 26px 26px 0;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(18, 61, 86, 0.08);
}

body.home .buttons__inner .btn {
  min-height: 104px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9fa 100%);
}

body.home .support-section,
body.home .about-section,
body.home .school-section,
body.home .items-section,
body.home .brand-section,
body.home .instagram-section,
body.home .news-section {
  padding: clamp(60px, 7vw, 104px) 0;
}

body.home .section__heading {
  margin-bottom: 20px;
  color: var(--macaw-navy-dark);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.18;
  text-align: center;
}

body.home .section__heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--macaw-pink), #c5a46d, var(--macaw-blue));
}

body.home .section__lead {
  width: min(760px, 100%);
  margin: 0 auto 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #496574;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

body.home .support-section__inner {
  border: 1px solid rgba(18, 61, 86, 0.08);
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(18, 61, 86, 0.08);
}

body.home .support-section__inner article {
  min-height: 220px;
  padding: clamp(28px, 3vw, 42px);
  background: linear-gradient(180deg, #ffffff 0%, #fff9fa 100%);
}

body.home .support-section__inner article span {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(197, 164, 109, 0.38);
  background: #ffffff;
  color: var(--macaw-blue);
  box-shadow: 0 12px 28px rgba(18, 61, 86, 0.08);
}

body.home .support-section__inner article h3 {
  color: var(--macaw-navy-dark);
  font-size: 24px;
}

body.home .support-section__inner article p {
  color: #496574;
}

body.home .about-section__inner {
  border: 1px solid rgba(18, 61, 86, 0.08);
  background: #ffffff;
  box-shadow: 0 28px 78px rgba(18, 61, 86, 0.09);
}

body.home .about-section figure {
  background: #061d30;
}

body.home .about-section figure img {
  opacity: 0.92;
  filter: saturate(0.95) contrast(1.04);
}

body.home .about-section__text {
  background:
    linear-gradient(135deg, #ffffff 0%, #fff8f9 100%);
}

body.home .about-section__text h2 {
  color: var(--macaw-navy-dark);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.34;
}

body.home .about-section__text p {
  color: #496574;
  font-size: 16px;
}

body.home .school-section,
body.home .brand-section {
  background: #ffffff;
}

body.home .items-section {
  background:
    linear-gradient(180deg, #fff7f8 0%, #ffffff 100%);
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(18, 61, 86, 0.08);
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure {
  background: #061d30;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img {
  filter: saturate(0.98) contrast(1.04);
}

body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 {
  color: var(--macaw-navy-dark);
}

body.home .school-section__inner article h3 span,
body.home .items-section__inner article h3 span {
  color: var(--macaw-blue);
}

body.home .school-section__inner article h3 small,
body.home .items-section__inner article h3 small {
  color: #496574;
}

body.home .brand-section__inner article figure {
  min-height: 180px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

body.home .instagram-section {
  border-radius: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 52%, #fff6f7 100%);
  border-top: 1px solid rgba(10, 48, 71, 0.08);
  border-bottom: 1px solid rgba(10, 48, 71, 0.08);
}

body.home .instagram-section .section__heading {
  width: min(520px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(10, 48, 71, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: #0a3047;
  box-shadow: 0 14px 38px rgba(10, 48, 71, 0.08);
}

body.home .instagram-section .section__heading span {
  color: #4f8aa2;
}

body.home .instagram-section .section__heading::after {
  background: linear-gradient(90deg, #ffbbbd, #e7d8a8, #4f8aa2);
}

body.home .instagram-section__inner article {
  overflow: hidden;
  border: 1px solid rgba(10, 48, 71, 0.08);
  border-radius: 14px 14px 14px 0;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(10, 48, 71, 0.1);
}

body.home .instagram-section__inner article figure {
  margin: 0;
  padding: 9px 9px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fb 100%);
}

body.home .instagram-section__inner article figure a {
  display: block;
}

body.home .instagram-section__inner article figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7fbfd;
  border-radius: 8px;
}

body.home .instagram-post-summary {
  min-height: 78px;
  padding: 12px 12px 14px;
  border-top: 1px solid rgba(10, 48, 71, 0.08);
  background: #ffffff;
}

body.home .instagram-post-summary strong {
  display: block;
  margin-bottom: 5px;
  color: #0a3047;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.home .instagram-post-summary p {
  display: block;
  margin: 0;
  overflow: visible;
  color: #5b7180;
  font-size: clamp(10px, 0.78vw, 11px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  line-break: strict;
}

@media only screen and (max-width: 768px) {
  body.home .instagram-post-summary {
    min-height: 74px;
    padding: 11px 10px 13px;
  }

  body.home .instagram-post-summary strong {
    font-size: 13px;
  }

  body.home .instagram-post-summary p {
    font-size: 11px;
    white-space: normal;
    overflow-wrap: normal;
  }
}

body.home .news-section__inner {
  border: 1px solid rgba(18, 61, 86, 0.08);
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(18, 61, 86, 0.08);
}

body.home .news__item {
  border-bottom-color: rgba(18, 61, 86, 0.08);
}

body.home .news__item--date time {
  color: var(--macaw-blue);
  font-family: "Cambria", sans-serif;
}

body.home .news__item--label label {
  border: 1px solid rgba(254, 187, 189, 0.68);
  background: #fff7f8;
  color: var(--macaw-navy-dark);
}

body.home .news__item--content h3 a {
  color: var(--macaw-navy-dark);
}

body.home .contact-access-section {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, #061d30 0%, #0e4967 100%);
  box-shadow: 0 30px 88px rgba(18, 61, 86, 0.16);
}

body.home .contact-access-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(254, 187, 189, 0.22), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(197, 164, 109, 0.18), transparent 30%);
  pointer-events: none;
}

body.home .contact-access-section .container,
body.home .contact-access-section .section__heading,
body.home .contact-access-section .section__lead {
  position: relative;
  z-index: 1;
}

body.home .contact-access-section__inner article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.96);
}

body.home .contact-access-section__inner article span {
  background: #fff4f6;
  color: var(--macaw-blue);
}

body.home .contact-access-section__inner article a {
  background: var(--macaw-navy-dark);
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  body.home .banner__description h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  body.home .support-section,
  body.home .about-section,
  body.home .school-section,
  body.home .items-section,
  body.home .brand-section,
  body.home .instagram-section,
  body.home .news-section {
    padding: 48px 0;
  }

  body.home .section__heading {
    font-size: 32px;
  }

  body.home .buttons__inner .btn {
    min-height: 82px;
  }
}

/* Landscape slideshow refinement: all hero slides now share a wide ratio. */
body.home .banner figure,
body.home .banner__description {
  width: min(100%, 1120px);
}

body.home .banner__slider {
  aspect-ratio: 3 / 2;
}

body.home .banner__slider .banner__slide,
body.home .banner__slider .banner__slide--store {
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width: 767px) {
  body.home .banner__slider {
    aspect-ratio: 4 / 3;
  }
}

/* Slim header: compact reference-style navigation. */
.header--macaw-guide,
body.home .header--macaw-guide {
  width: min(1240px, calc(100% - 40px));
  margin: 10px auto 0;
  padding: 12px 20px 10px;
  border-radius: 0 0 22px 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 32px rgba(18, 61, 86, 0.06);
}

body.home .header--macaw-guide {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "brand service"
    "brand info";
  align-items: center;
  column-gap: clamp(20px, 3vw, 42px);
  row-gap: 7px;
}

.header--macaw-guide .header__top,
body.home .header--macaw-guide .header__top {
  grid-area: brand;
  display: block;
  width: auto;
  min-width: 0;
}

.header--macaw-guide .header__brand p,
body.home .header--macaw-guide .header__brand p {
  margin: 0 0 3px;
  font-size: 10px;
  line-height: 1.2;
}

.header--macaw-guide .header__logo img,
.header--macaw-guide .header__top img,
body.home .header--macaw-guide .header__logo img,
body.home .header--macaw-guide .header__top img {
  width: clamp(164px, 14vw, 188px);
  height: auto;
  max-width: 188px;
}

.header--macaw-guide .header__subnav,
body.home .header--macaw-guide .header__subnav {
  position: absolute;
  top: 8px;
  right: 20px;
  gap: 14px;
}

.header--macaw-guide .header__subnav a,
body.home .header--macaw-guide .header__subnav a {
  font-size: 12px;
}

.header--macaw-guide .header__subnav a span,
body.home .header--macaw-guide .header__subnav a span {
  font-size: 11px;
}

.header--macaw-guide .header__service,
body.home .header--macaw-guide .header__service {
  grid-area: service;
  width: auto;
  padding: 16px 150px 0 0;
}

.header--macaw-guide .header__service ul,
body.home .header--macaw-guide .header__service ul {
  justify-content: flex-end;
  gap: clamp(12px, 1.7vw, 24px);
}

.header--macaw-guide .header__service a,
body.home .header--macaw-guide .header__service a {
  min-width: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.15;
}

.header--macaw-guide .header__service a span,
body.home .header--macaw-guide .header__service a span {
  margin-top: 4px;
  padding-left: 8px;
  font-size: 10px;
}

.header--macaw-guide .header__info,
body.home .header--macaw-guide .header__info {
  grid-area: info;
  justify-self: end;
  gap: 12px;
  width: auto;
  margin: 0;
  padding: 5px 12px;
  font-size: 11px;
  line-height: 1.2;
}

.header--macaw-guide .header__info a,
body.home .header--macaw-guide .header__info a {
  font-size: 12px;
}

@media only screen and (max-width: 1100px) {
  body.home .header--macaw-guide {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "service"
      "info";
    row-gap: 10px;
  }

  .header--macaw-guide .header__subnav,
  body.home .header--macaw-guide .header__subnav {
    position: static;
    margin-top: 8px;
  }

  .header--macaw-guide .header__service,
  body.home .header--macaw-guide .header__service {
    padding: 0;
  }

  .header--macaw-guide .header__service ul,
  body.home .header--macaw-guide .header__service ul,
  .header--macaw-guide .header__info,
  body.home .header--macaw-guide .header__info {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .header--macaw-guide,
  body.home .header--macaw-guide {
    width: calc(100% - 20px);
    margin-top: 8px;
    padding: 12px;
    border-radius: 0 0 18px 18px;
  }

  .header--macaw-guide .header__logo img,
  .header--macaw-guide .header__top img,
  body.home .header--macaw-guide .header__logo img,
  body.home .header--macaw-guide .header__top img {
    width: min(168px, 58vw);
    max-width: 168px;
  }

  .header--macaw-guide .header__service ul,
  body.home .header--macaw-guide .header__service ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .header--macaw-guide .header__service a,
  body.home .header--macaw-guide .header__service a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 7px 4px;
    border: 1px solid rgba(18, 61, 86, 0.08);
    border-radius: 12px 12px 12px 0;
    background: #fff7f8;
    font-size: 12px;
  }

  .header--macaw-guide .header__service a span,
  body.home .header--macaw-guide .header__service a span {
    display: none;
  }

  .header--macaw-guide .header__info,
  body.home .header--macaw-guide .header__info {
    display: none;
  }
}

/* SNS visibility: keep icons readable on bright storefront photos. */
body.home .banner__social {
  z-index: 8;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid rgba(18, 61, 86, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(18, 61, 86, 0.18);
  backdrop-filter: blur(8px);
}

body.home .banner__social span {
  color: var(--macaw-navy-dark);
  text-shadow: none;
}

body.home .banner__social a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(18, 61, 86, 0.14);
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #fff4f6, 0 10px 24px rgba(18, 61, 86, 0.12);
  transition: background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

body.home .banner__social a:hover {
  background: var(--macaw-navy-dark);
  box-shadow: 0 16px 34px rgba(18, 61, 86, 0.22);
  transform: translateY(-3px);
}

body.home .banner__social img {
  width: 24px;
  height: 24px;
  opacity: 1;
  filter: contrast(1.15) saturate(1.1);
}

body.home .banner__social a:hover img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 767px) {
  body.home .banner__social {
    top: 22px;
    right: 22px;
    padding: 9px;
  }

  body.home .banner__social span {
    display: none;
  }

  body.home .banner__social a {
    width: 42px;
    height: 42px;
  }

  body.home .banner__social img {
    width: 21px;
    height: 21px;
  }
}

/* SNS dark fix: the source icons are white, so keep their buttons dark. */
body.home .banner__social {
  background: rgba(255, 255, 255, 0.86);
}

body.home .banner__social span {
  color: var(--macaw-navy-dark);
}

body.home .banner__social a,
body.home .banner__social a:hover {
  border-color: rgba(255, 255, 255, 0.82);
  background: var(--macaw-navy-dark);
  box-shadow: 0 12px 28px rgba(18, 61, 86, 0.22);
}

body.home .banner__social a:hover {
  background: var(--macaw-blue);
  transform: translateY(-3px);
}

body.home .banner__social img,
body.home .banner__social a:hover img {
  opacity: 1;
  filter: none;
}

/* Final card layout fix: School / Item / Brand sections. */
body.home .school-section,
body.home .items-section,
body.home .brand-section {
  overflow: hidden;
}

body.home .school-section .container,
body.home .items-section .container,
body.home .brand-section .container {
  width: min(1120px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
  align-items: stretch !important;
  width: 100%;
  margin: 0 auto;
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  position: relative;
  display: grid !important;
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 86, 0.08);
  border-radius: 24px 24px 24px 0;
  background: #ffffff;
  box-shadow: 0 22px 56px rgba(18, 61, 86, 0.08);
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure {
  position: relative !important;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 0;
  background: #061d30;
}

body.home .school-section__inner article figure a {
  display: block;
  width: 100%;
  height: 100%;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img {
  position: absolute !important;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}

body.home .brand-section__inner article figure {
  display: grid !important;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(28px, 3vw, 42px) !important;
  place-items: center;
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

body.home .brand-section__inner article figure a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

body.home .brand-section__inner article figure img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  max-width: 88%;
  max-height: 116px;
  object-fit: contain;
  border-radius: 0;
}

body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 {
  display: flex !important;
  min-height: 178px;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  padding: 24px 24px 28px !important;
  color: var(--macaw-navy-dark);
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.45;
  text-align: center;
}

body.home .brand-section__inner article h3 {
  min-height: 88px;
  padding: 22px 20px 24px !important;
  font-size: clamp(16px, 1.4vw, 18px);
}

body.home .school-section__inner article h3 a,
body.home .brand-section__inner article h3 a {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.home .school-section__inner article h3 span,
body.home .items-section__inner article h3 span {
  display: block;
  margin-top: 8px;
  color: var(--macaw-blue);
  font-size: 13px;
  line-height: 1.35;
}

body.home .school-section__inner article h3 small,
body.home .items-section__inner article h3 small {
  display: block;
  margin-top: 13px;
  color: #496574;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

body.home .school-section .section__button,
body.home .items-section .section__button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 34px;
}

body.home .school-section .section__button .btn,
body.home .items-section .section__button .btn {
  width: min(360px, 100%);
}

@media only screen and (max-width: 1100px) {
  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 767px) {
  body.home .school-section .container,
  body.home .items-section .container,
  body.home .brand-section .container {
    width: calc(100% - 28px);
  }

  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.home .school-section__inner article h3,
  body.home .items-section__inner article h3 {
    min-height: 0;
    padding: 22px 18px 24px !important;
  }

  body.home .brand-section__inner article h3 {
    min-height: 0;
  }
}

/* Hard fix: prevent card titles from collapsing into vertical-looking text. */
body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner {
  justify-items: stretch !important;
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  width: 100% !important;
  max-width: none !important;
}

body.home .school-section__inner article h3,
body.home .school-section__inner article h3 *,
body.home .items-section__inner article h3,
body.home .items-section__inner article h3 *,
body.home .brand-section__inner article h3,
body.home .brand-section__inner article h3 * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  letter-spacing: 0 !important;
}

body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  text-align: center !important;
}

body.home .school-section__inner article h3 a,
body.home .brand-section__inner article h3 a {
  display: block !important;
  width: 100% !important;
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure,
body.home .brand-section__inner article figure {
  width: 100% !important;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img {
  width: 100% !important;
  height: 100% !important;
}

body.home .school-section__inner article h3 > a,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 > a {
  inline-size: 100% !important;
}

/* Product list update: product cards with stable horizontal text. */
body.home .items-section .container {
  width: min(1180px, calc(100% - 48px)) !important;
}

body.home .items-section__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.home .items-section__inner article {
  display: grid !important;
  grid-template-rows: auto 1fr;
  min-width: 0 !important;
  border-radius: 20px 20px 20px 0;
}

body.home .items-section__inner article figure {
  aspect-ratio: 1 / 1 !important;
}

body.home .items-section__inner article h3 {
  display: flex !important;
  min-height: 218px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 18px 22px !important;
}

body.home .items-section__inner article h3 strong {
  display: block !important;
  width: 100% !important;
  color: var(--macaw-navy-dark);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .items-section__inner article h3 span {
  margin-top: 8px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.home .items-section__inner article h3 small {
  margin-top: 12px !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
  text-align: left;
}

@media only screen and (max-width: 1100px) {
  body.home .items-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 767px) {
  body.home .items-section .container {
    width: calc(100% - 28px) !important;
  }

  body.home .items-section__inner {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.home .items-section__inner article h3 {
    min-height: 0;
    padding: 20px 18px 22px !important;
  }

  body.home .items-section__inner article h3 strong {
    font-size: 20px;
  }
}

/* Refined footer: clearer store information and high-class Macaw tone. */
.footer.footer--macaw {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(145deg, #061d30 0%, #0c3148 52%, #09263a 100%);
}

.footer.footer--macaw::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 12% 6%, rgba(255, 187, 189, 0.2), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.12), transparent 28%);
  background-size: 92px 100%, auto, auto;
  opacity: 0.6;
}

.footer.footer--macaw .container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
}

.footer__lead {
  padding: clamp(42px, 5vw, 72px) 0 clamp(30px, 4vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__lead--inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.footer__lead p {
  margin: 0 0 12px;
  color: #ffced0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer__lead h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.footer__lead-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer__lead-actions a {
  display: grid;
  min-width: 148px;
  min-height: 58px;
  place-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.footer__lead-actions a span {
  display: block;
  margin-top: 4px;
  color: #ffced0;
  font-size: 11px;
  font-weight: 800;
}

.footer__lead-actions a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 187, 189, 0.72);
  background: rgba(255, 255, 255, 0.14);
}

.footer.footer--macaw .footer__main {
  padding: clamp(42px, 5vw, 68px) 0;
}

.footer.footer--macaw .footer__main--inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.35fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.footer.footer--macaw .footer__about {
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px 24px 24px 0;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
}

.footer.footer--macaw .footer__logo {
  display: inline-flex;
  width: min(210px, 72%);
  margin-bottom: 22px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #ffffff;
}

.footer.footer--macaw .footer__logo img {
  display: block;
  width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.footer__about-copy {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.footer__info {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.footer__info div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 16px;
  background: rgba(6, 29, 48, 0.62);
}

.footer__info dt {
  color: #ffced0;
  font-size: 12px;
  font-weight: 900;
}

.footer__info dd {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.footer__info a {
  color: #ffffff;
  text-decoration: none;
}

.footer.footer--macaw .footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.footer__nav-group {
  min-width: 0;
}

.footer__nav-group h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.footer__nav-group h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, #ffbbbd, #ffffff);
}

.footer__nav-group p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.footer.footer--macaw .footer__nav ul,
.footer.footer--macaw .footer__social {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer.footer--macaw .footer__nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer.footer--macaw .footer__nav a::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffbbbd;
  opacity: 0.82;
}

.footer.footer--macaw .footer__nav a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer.footer--macaw .footer__social a {
  display: flex;
  width: 100%;
  min-height: 46px;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.footer.footer--macaw .footer__social a::before {
  display: none;
}

.footer.footer--macaw .footer__social img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: none;
}

.footer.footer--macaw .footer__bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.16);
}

.footer.footer--macaw .footer__bottom .container {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.footer.footer--macaw .footer__bottom p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.footer.footer--macaw .footer__bottom p span {
  color: #ffffff;
  font-weight: 900;
}

.footer.footer--macaw .footer__bottom a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

#footer_fixed.footer-fixed-nav {
  width: 100%;
  z-index: 120;
  background: rgba(6, 29, 48, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 -12px 34px rgba(6, 29, 48, 0.18);
}

#footer_fixed.footer-fixed-nav li {
  width: 50%;
}

#footer_fixed.footer-fixed-nav a {
  display: grid;
  min-height: 58px;
  place-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

#footer_fixed.footer-fixed-nav li + li a {
  background: #ffbbbd;
  color: #061d30;
}

#footer_fixed.footer-fixed-nav a small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
  .footer__lead--inner,
  .footer.footer--macaw .footer__main--inner {
    grid-template-columns: 1fr;
  }

  .footer__lead-actions {
    justify-content: flex-start;
  }

  .footer.footer--macaw .footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  .footer.footer--macaw .container {
    width: calc(100% - 28px);
  }

  .footer__lead {
    padding: 36px 0 28px;
  }

  .footer__lead h2 {
    font-size: 28px;
  }

  .footer__lead-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer__lead-actions a {
    min-width: 0;
    width: 100%;
  }

  .footer.footer--macaw .footer__main {
    padding: 34px 0;
  }

  .footer.footer--macaw .footer__nav {
    grid-template-columns: 1fr;
  }

  .footer__info div {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .footer.footer--macaw .footer__bottom {
    padding-bottom: 78px;
  }

  .footer.footer--macaw .footer__bottom .container {
    display: grid;
  }
}

/* Footer layout fix: keep title, copy, actions, and nav in stable positions. */
.footer.footer--macaw .footer__lead--inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, auto) !important;
  grid-auto-flow: row;
  align-items: center;
}

.footer.footer--macaw .footer__lead p {
  grid-column: 1;
  grid-row: 1;
}

.footer.footer--macaw .footer__lead h2 {
  grid-column: 1;
  grid-row: 2;
}

.footer.footer--macaw .footer__lead-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.footer.footer--macaw .footer__main--inner {
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr) !important;
}

.footer.footer--macaw .footer__nav {
  width: 100%;
}

.footer.footer--macaw .footer__nav-group {
  display: block;
  min-width: 0;
}

.footer.footer--macaw .footer__nav-group ul {
  width: 100%;
}

.footer.footer--macaw .footer__nav-group li {
  display: block;
  width: 100%;
}

.footer.footer--macaw .footer__nav a {
  width: 100%;
}

.footer.footer--macaw .footer__social a {
  justify-content: flex-start;
}

@media only screen and (max-width: 980px) {
  .footer.footer--macaw .footer__lead--inner,
  .footer.footer--macaw .footer__main--inner {
    grid-template-columns: 1fr !important;
  }

  .footer.footer--macaw .footer__lead p,
  .footer.footer--macaw .footer__lead h2,
  .footer.footer--macaw .footer__lead-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .footer.footer--macaw .footer__lead-actions {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .footer.footer--macaw .footer__nav,
  .footer.footer--macaw .footer__lead-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Footer text wrap fix: keep store information readable. */
.footer.footer--macaw .footer__about,
.footer.footer--macaw .footer__nav {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.footer.footer--macaw .footer__about {
  padding: clamp(24px, 3vw, 34px) !important;
}

.footer.footer--macaw,
.footer.footer--macaw * {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  letter-spacing: 0 !important;
}

.footer.footer--macaw p,
.footer.footer--macaw h2,
.footer.footer--macaw h3,
.footer.footer--macaw a,
.footer.footer--macaw dt,
.footer.footer--macaw dd,
.footer.footer--macaw span,
.footer.footer--macaw small {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.footer.footer--macaw .footer__about-copy {
  max-width: 100% !important;
  font-size: clamp(14px, 1.45vw, 16px) !important;
  line-height: 1.9 !important;
}

.footer.footer--macaw .footer__info {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  overflow: visible !important;
  background: transparent !important;
}

.footer.footer--macaw .footer__info div {
  display: block !important;
  min-width: 0 !important;
  padding: 15px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(6, 29, 48, 0.62);
}

.footer.footer--macaw .footer__info dt,
.footer.footer--macaw .footer__info dd {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  text-align: left !important;
}

.footer.footer--macaw .footer__info dt {
  margin: 0 0 7px !important;
}

.footer.footer--macaw .footer__info dd {
  font-size: 14px !important;
  line-height: 1.7 !important;
  white-space: normal !important;
}

@media only screen and (max-width: 980px) {
  .footer.footer--macaw .footer__info {
    grid-template-columns: 1fr !important;
  }
}

/* Footer overflow fix: allow long Japanese text and addresses to wrap inside cards. */
.footer.footer--macaw .footer__lead h2,
.footer.footer--macaw .footer__about-copy,
.footer.footer--macaw .footer__nav-group p,
.footer.footer--macaw .footer__bottom p {
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

.footer.footer--macaw .footer__info dd,
.footer.footer--macaw .footer__info dd a,
.footer.footer--macaw .footer__nav a,
.footer.footer--macaw .footer__lead-actions a {
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

.footer.footer--macaw .footer__about {
  overflow: hidden;
}

.footer.footer--macaw .footer__info div,
.footer.footer--macaw .footer__nav-group,
.footer.footer--macaw .footer__lead-actions a {
  min-width: 0 !important;
  max-width: 100% !important;
}

.footer.footer--macaw .footer__lead h2 {
  max-width: 760px;
}

.footer.footer--macaw .footer__about-copy {
  font-size: 14px !important;
}

.footer.footer--macaw .footer__info dd {
  font-size: 13px !important;
}

@media only screen and (max-width: 768px) {
  .footer.footer--macaw .footer__lead h2 {
    font-size: 24px !important;
    line-height: 1.45 !important;
  }

  .footer.footer--macaw .footer__about {
    padding: 22px 18px !important;
  }

  .footer.footer--macaw .footer__info dd {
    font-size: 13px !important;
    line-height: 1.75 !important;
  }
}

/* Footer readability fix: compact copy and row-based store info. */
.footer.footer--macaw .footer__main--inner {
  grid-template-columns: minmax(460px, 520px) minmax(0, 1fr) !important;
  gap: clamp(28px, 3.5vw, 48px) !important;
}

.footer.footer--macaw .footer__about-copy {
  margin-bottom: 20px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.footer.footer--macaw .footer__info {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.footer.footer--macaw .footer__info div {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center;
  padding: 12px 14px !important;
}

.footer.footer--macaw .footer__info dt {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.footer.footer--macaw .footer__info dd {
  font-size: 13px !important;
  line-height: 1.55 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.footer.footer--macaw .footer__lead h2,
.footer.footer--macaw .footer__nav a,
.footer.footer--macaw .footer__lead-actions a {
  overflow-wrap: break-word !important;
}

@media only screen and (max-width: 1020px) {
  .footer.footer--macaw .footer__main--inner {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer.footer--macaw .footer__about-copy {
    font-size: 13px !important;
  }

  .footer.footer--macaw .footer__info div {
    grid-template-columns: 70px minmax(0, 1fr) !important;
    padding: 12px !important;
  }
}

/* Footer Instagram block: visible preview like the reference site. */
.footer.footer--macaw .footer__instagram {
  min-width: 0;
}

.footer.footer--macaw .footer__instagram-card {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px 20px 20px 0;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.footer.footer--macaw .footer__instagram-card::before {
  display: none !important;
}

.footer.footer--macaw .footer__instagram-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 187, 189, 0.7);
  background: rgba(255, 255, 255, 0.14);
}

.footer__instagram-grid {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.footer__instagram-post {
  display: grid !important;
  min-width: 0;
  grid-template-rows: auto 1fr;
  background: rgba(6, 29, 48, 0.86);
}

.footer__instagram-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: none !important;
}

.footer__instagram-post > span {
  display: block !important;
  min-width: 0;
  padding: 9px 8px 10px;
}

.footer__instagram-post strong {
  display: block !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.footer__instagram-post small {
  display: block !important;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.footer__instagram-button {
  display: flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.footer__instagram-button img {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  filter: none !important;
}

.footer.footer--macaw .footer__facebook-link {
  display: inline-flex !important;
  width: auto !important;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.footer.footer--macaw .footer__facebook-link::before {
  background: #ffffff;
  opacity: 0.72;
}

@media only screen and (max-width: 980px) {
  .footer.footer--macaw .footer__instagram-card {
    max-width: 440px;
  }
}

@media only screen and (max-width: 768px) {
  .footer.footer--macaw .footer__instagram-card {
    max-width: none;
  }

  .footer__instagram-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

  .footer__instagram-post {
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
  }

  .footer__instagram-post > span {
    padding: 10px 12px;
  }

  .footer__instagram-post strong,
  .footer__instagram-post small {
    text-align: left;
  }
}

/* School list labels: keep the three school-category cards simple and readable. */
body.home .school-section__inner article h3 a {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .school-section__inner article h3 a > span,
body.home .school-section__inner article h3 a > small {
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Brand list: student uniform and sportswear brands. */
body.home .brand-section__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .brand-section__inner article figure {
  aspect-ratio: 16 / 10 !important;
  padding: clamp(16px, 2.2vw, 26px) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%) !important;
}

body.home .brand-section__inner article figure img[src$="brand-apex.svg"],
body.home .brand-section__inner article figure img[src$="brand-gymwear.svg"],
body.home .brand-section__inner article figure img[src$="brand-schoolbag.svg"],
body.home .brand-section__inner article figure img[src$="brand-victory-pistre.svg"],
body.home .brand-section__inner article figure img[src$="brand-yonex-sports.svg"],
body.home .brand-section__inner article figure img[src$="brand-under-armour-school.svg"],
body.home .brand-section__inner article figure img[src$="brand-marching-wear.svg"] {
  max-width: 94%;
  max-height: 132px;
}

body.home .brand-section__inner article figure img[src$="brand-victory-pistre-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-yonex-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-under-armour-official.png"],
body.home .brand-section__inner article figure img[src$="brand-marching-official.jpg"] {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border-radius: 0 !important;
}

body.home .brand-section__inner article figure img[src$="brand-victory-pistre-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-yonex-official.jpg"] {
  object-fit: contain !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
}

body.home .brand-section__inner article figure img[src$="brand-under-armour-official.png"] {
  padding: 8px !important;
}

body.home .brand-section__inner article h3 a span {
  display: block;
  margin-bottom: 8px;
  color: var(--macaw-blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

body.home .brand-section__inner article h3 a small {
  display: block;
  margin-top: 10px;
  color: #496574;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

@media only screen and (max-width: 1100px) {
  body.home .brand-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 767px) {
  body.home .brand-section__inner {
    grid-template-columns: 1fr !important;
  }
}

/* Contact & access: map-backed parent-friendly contact panel. */
body.home .contact-access-section {
  width: min(1180px, calc(100% - 28px)) !important;
  margin: clamp(44px, 6vw, 82px) auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .contact-access-section::before {
  display: none !important;
}

body.home .contact-access-section__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 24px 30px;
  min-height: 0;
  padding: 0 0 44px;
  align-items: start;
}

body.home .contact-access-section__title {
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px;
  align-items: start;
  padding: 38px 0 0 8px;
}

body.home .contact-access-section__title > span {
  writing-mode: vertical-rl;
  color: rgba(10, 48, 71, 0.62);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.home .contact-access-section__title h2 {
  display: flex;
  gap: 10px;
  margin: 0;
  color: #0a3047;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

body.home .contact-access-section__title h2 span {
  display: inline-block;
  writing-mode: vertical-rl;
  padding: 12px 6px;
  border-radius: 999px;
  color: #0a3047;
  background: #ffe6e9;
  box-shadow: inset 0 0 0 1px rgba(255, 187, 189, 0.52);
}

body.home .contact-access-section__title h2 span:first-child {
  color: #ffffff;
  background: #0a3047;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.home .contact-access-section__panel {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: grid !important;
  grid-template-columns: minmax(275px, 1.2fr) minmax(220px, 1fr) minmax(235px, 1fr);
  gap: 0;
  min-width: 0;
  margin-left: 0;
  padding: 30px 30px;
  border-radius: 0 28px 28px 0;
  border-top: 4px solid #0a3047;
  background:
    linear-gradient(90deg, rgba(255, 187, 189, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 70px rgba(10, 48, 71, 0.1);
}

body.home .contact-access-card {
  position: relative;
  min-height: 118px;
  min-width: 0;
  padding: 6px 26px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .contact-access-card + .contact-access-card {
  border-left: 3px dotted rgba(255, 187, 189, 0.78) !important;
}

body.home .contact-access-card > span {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #202a30 !important;
  font-family: inherit !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

body.home .contact-access-card > span::before {
  display: none !important;
}

body.home .contact-access-card__icon {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(10, 48, 71, 0.1);
}

body.home .contact-access-card--tel h3 {
  margin: 10px 0 8px !important;
  color: #0a3047 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

body.home .contact-access-card--tel h3 a {
  color: inherit;
  text-decoration: none;
}

body.home .contact-access-card p {
  min-height: 0 !important;
  margin: 0 !important;
  color: #3c454b !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  white-space: nowrap;
}

body.home .contact-access-card__button {
  display: flex !important;
  width: 100%;
  min-height: 58px !important;
  align-items: center;
  justify-content: space-between !important;
  gap: 16px;
  margin-top: 18px;
  padding: 0 20px 0 28px !important;
  border: 2px solid #ffbbbd;
  border-radius: 999px;
  color: #0a3047 !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none !important;
  background: #fffafb !important;
  box-shadow: 8px 8px 0 rgba(255, 187, 189, 0.18);
}

body.home .contact-access-card__button::after {
  content: "›";
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid #ffbbbd;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  color: #0a3047;
  background: #ffffff;
}

body.home .contact-access-section__map {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  height: 390px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 28px 28px 28px 0;
  border: 1px solid rgba(10, 48, 71, 0.08);
  box-shadow: 0 18px 60px rgba(10, 48, 71, 0.1);
}

body.home .contact-access-section__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) contrast(0.95) brightness(1.06);
}

@media only screen and (max-width: 1080px) {
  body.home .contact-access-section__frame {
    display: block;
  }

  body.home .contact-access-section__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px;
    grid-template-columns: auto;
  }

  body.home .contact-access-section__title > span,
  body.home .contact-access-section__title h2 span {
    writing-mode: horizontal-tb;
  }

  body.home .contact-access-section__title h2 {
    flex-wrap: nowrap;
  }

  body.home .contact-access-section__panel {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 26px 24px;
  }

  body.home .contact-access-card {
    padding: 20px 0 !important;
  }

  body.home .contact-access-card + .contact-access-card {
    border-top: 2px dotted rgba(255, 187, 189, 0.58) !important;
    border-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  body.home .contact-access-section {
    width: calc(100% - 24px) !important;
  }

  body.home .contact-access-section__frame {
    min-height: 0;
    padding-bottom: 28px;
  }

  body.home .contact-access-section__title h2 {
    font-size: 28px;
  }

  body.home .contact-access-card--tel h3 {
    font-size: 30px !important;
  }

  body.home .contact-access-card > span {
    font-size: 15px;
  }

  body.home .contact-access-card__button {
    min-height: 54px !important;
    padding-right: 16px !important;
    padding-left: 18px !important;
    font-size: 14px;
  }

body.home .contact-access-section__map {
    height: 300px;
  }
}

/* Product cards: generated product photos and no hover motion. */
body.home .items-section__inner article,
body.home .items-section__inner article::after,
body.home .items-section__inner article figure,
body.home .items-section__inner article figure img {
  transition: none !important;
  animation: none !important;
}

body.home .items-section__inner article:hover {
  transform: none !important;
}

body.home .items-section__inner article:hover::after {
  opacity: 0 !important;
  transform: none !important;
}

body.home .items-section__inner article figure {
  aspect-ratio: 1 / 1 !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.12), transparent 34%),
    #ffffff !important;
}

body.home .items-section__inner article figure img,
body.home .items-section__inner article:hover figure img {
  inset: auto !important;
  top: 50% !important;
  left: 50% !important;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: brightness(1.08) contrast(0.92) saturate(0.96) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

/* Product cards: soften the navy so dark products remain readable. */
body.home .items-section__inner article {
  border-color: rgba(10, 48, 71, 0.08) !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8f9 100%) !important;
  box-shadow: 0 18px 46px rgba(10, 48, 71, 0.07) !important;
}

body.home .items-section__inner article figure {
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0%, #ffffff 56%, #fff5f6 100%) !important;
}

body.home .items-section__inner article h3 {
  background: #ffffff !important;
  color: #234b5f !important;
}

body.home .items-section__inner article h3 strong {
  color: #153f56 !important;
}

body.home .items-section__inner article h3 span {
  color: #33748f !important;
}

/* News section: readable card list for parents. */
body.home .news-section {
  width: min(1180px, calc(100% - 28px)) !important;
  margin: clamp(48px, 6vw, 86px) auto 0 !important;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 3vw, 36px) !important;
  border-radius: 28px 28px 28px 0;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.18), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  box-shadow: 0 24px 70px rgba(10, 48, 71, 0.08);
}

body.home .news-section .section__heading {
  margin-bottom: 22px !important;
  background: #ffffff !important;
  color: #0a3047 !important;
  box-shadow: 0 14px 34px rgba(10, 48, 71, 0.08);
}

body.home .news-section .section__heading span {
  color: #2d7895 !important;
}

body.home .news-section .container {
  width: min(980px, 100%) !important;
  max-width: none !important;
}

body.home .news-section__inner {
  display: grid !important;
  gap: 14px;
  max-width: none !important;
  overflow: visible !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .news__item {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(10, 48, 71, 0.08) !important;
  border-radius: 18px 18px 18px 0;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 14px 34px rgba(10, 48, 71, 0.06);
}

body.home .news__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #ffbbbd 0%, #2d7895 100%);
}

body.home .news__item--inner {
  display: grid !important;
  grid-template-columns: 112px 132px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  margin: 0 !important;
  padding: 22px 24px 22px 30px;
  border: 0 !important;
}

body.home .news__item--date,
body.home .news__item--label,
body.home .news__item--content {
  width: auto !important;
  padding: 0 !important;
}

body.home .news__item--date time {
  display: inline-flex;
  min-width: 96px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f2f8fa;
  color: #1a6685 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body.home .news__item--label {
  text-align: left !important;
}

body.home .news__item--label label {
  display: inline-flex;
  min-width: 0 !important;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 8px 14px !important;
  border: 1px solid rgba(255, 187, 189, 0.8) !important;
  border-radius: 999px !important;
  background: #fff6f7 !important;
  color: #0a3047 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body.home .news__item--content h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: #0a3047 !important;
  font-size: clamp(17px, 1.45vw, 21px) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  cursor: default !important;
}

body.home .news__item--content h3::before {
  display: none !important;
}

body.home .news__item--content h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

body.home .news__item--content h3 a:hover {
  color: #1a7897 !important;
}

body.home .news__item--body {
  display: block !important;
  margin-top: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #4c6572 !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

body.home .news__item--body p {
  margin: 0 !important;
}

body.home .news__item--link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #0a3047 !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
}

body.home .news__item--link::after {
  content: ">";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #ffbbbd;
  color: #0a3047;
  font-size: 13px;
}

body.home .news-section__button {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

body.home .news-section__button a {
  display: inline-flex;
  min-width: 220px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 2px solid rgba(255, 187, 189, 0.9);
  border-radius: 999px;
  background: #ffffff;
  color: #0a3047;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 8px 8px 0 rgba(255, 187, 189, 0.18);
}

body.home .news-section__button a::after {
  content: ">";
  display: grid;
  width: 28px;
  height: 28px;
  margin-left: 14px;
  place-items: center;
  border-radius: 50%;
  background: #ffbbbd;
  color: #0a3047;
  font-size: 14px;
}

/* Item section: reduce heavy navy and keep product photos clear. */
.items-section > .section__heading.section__heading--blue,
.items-section .section__heading.section__heading--blue,
body.home .items-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8f9 56%, #ffffff 100%) !important;
}

.items-section > .section__heading.section__heading--blue,
.items-section .section__heading.section__heading--blue,
body.home .items-section .section__heading {
  width: min(520px, calc(100% - 40px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 18px 28px 20px !important;
  border: 1px solid rgba(255, 187, 189, 0.58) !important;
  background: #ffffff !important;
  background-image: none !important;
  color: #24576c !important;
  text-shadow: none !important;
  box-shadow: 0 14px 34px rgba(36, 87, 108, 0.08) !important;
}

.items-section > .section__heading.section__heading--blue span,
.items-section .section__heading.section__heading--blue span,
body.home .items-section .section__heading span {
  color: #d6818a !important;
  text-shadow: none !important;
}

body.home .items-section .section__lead {
  color: #607680 !important;
}

body.home .items-section__inner article {
  border-color: rgba(255, 187, 189, 0.38) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 32px rgba(36, 87, 108, 0.055) !important;
}

body.home .items-section__inner article::after {
  background: #ffbbbd !important;
}

body.home .items-section__inner article figure {
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0%, #ffffff 62%, #fff7f8 100%) !important;
}

body.home .items-section__inner article figure img,
body.home .items-section__inner article:hover figure img {
  filter: brightness(1.18) contrast(0.78) saturate(0.84) !important;
  opacity: 0.96 !important;
}

body.home .items-section__inner article h3 {
  background: #ffffff !important;
  color: #2f5f71 !important;
}

body.home .items-section__inner article h3 strong {
  color: #24576c !important;
}

body.home .items-section__inner article h3 span {
  color: #d6818a !important;
}

body.home .items-section__inner article h3 small {
  color: #657981 !important;
}

body.home .items-section .section__button .btn {
  border: 2px solid rgba(255, 187, 189, 0.72) !important;
  background: #ffffff !important;
  color: #24576c !important;
  box-shadow: 8px 8px 0 rgba(255, 187, 189, 0.18) !important;
}

body.home .items-section .section__button .btn::before,
body.home .items-section .section__button .btn::after {
  opacity: 0.16 !important;
}

/* Hero copy panel: tighter, clearer first-view guidance. */
body.home .banner__description {
  display: grid !important;
  width: min(760px, calc(100% - 52px)) !important;
  max-width: 760px !important;
  gap: 16px !important;
  margin: -62px auto 0 !important;
  padding: clamp(26px, 3vw, 38px) clamp(26px, 3.6vw, 44px) clamp(28px, 3.2vw, 40px) !important;
  border: 1px solid rgba(10, 48, 71, 0.08) !important;
  border-radius: 0 28px 28px 28px !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 22px 58px rgba(10, 48, 71, 0.1) !important;
}

body.home .banner__eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 0 !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 8px 18px !important;
  border: 1px solid rgba(255, 187, 189, 0.68) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #1f7793 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.home .banner__description h2 {
  max-width: 640px !important;
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(32px, 3.9vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

body.home .banner__description h2::after {
  width: 78px !important;
  height: 4px !important;
  margin-top: 18px !important;
}

body.home .banner__description > p:not(.banner__eyebrow) {
  max-width: 660px !important;
  margin: 4px 0 0 !important;
  color: #31566a !important;
  font-size: clamp(14px, 1.2vw, 16px) !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
}

body.home .banner__meta {
  display: none !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 2px 0 0 !important;
}

body.home .banner__meta li {
  padding: 7px 14px !important;
  border: 1px solid rgba(255, 187, 189, 0.62) !important;
  border-radius: 999px !important;
  background: #fff8f9 !important;
  color: #24576c !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.home .banner__actions {
  display: flex !important;
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  gap: 12px !important;
  margin-top: 4px !important;
}

body.home .banner__actions .btn--hero {
  min-height: 62px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(10, 48, 71, 0.08) !important;
}

body.home .banner__actions .btn--hero span {
  font-size: 16px !important;
  line-height: 1.22 !important;
}

body.home .banner__actions .btn--hero span small {
  font-size: 13px !important;
  line-height: 1.15 !important;
}

body.home .banner__actions .btn--hero-primary {
  background: #156e94 !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
  body.home .banner__description {
    width: calc(100% - 24px) !important;
    margin-top: -26px !important;
    padding: 24px 18px 26px !important;
    border-radius: 0 22px 22px 22px !important;
  }

  body.home .banner__description h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.28 !important;
  }

  body.home .banner__actions {
    flex-direction: column;
  }
}

@media only screen and (max-width: 900px) {
  body.home .news__item--inner {
    grid-template-columns: auto 1fr;
  }

  body.home .news__item--content {
    grid-column: 1 / -1;
  }
}

@media only screen and (max-width: 560px) {
  body.home .news-section {
    width: calc(100% - 24px) !important;
    padding: 28px 14px !important;
  }

  body.home .news__item--inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 18px 20px 24px;
  }
}

/* Final hero composition: blend the storefront photo and copy into one refined first view. */
body.home .banner {
  position: relative !important;
  display: block !important;
  width: min(1600px, calc(100% - 44px)) !important;
  max-width: 1600px !important;
  min-height: clamp(560px, 74vh, 760px) !important;
  margin: clamp(12px, 2vw, 26px) auto 82px !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 0 0 42px 42px !important;
  overflow: hidden !important;
  background: #f8fbfc !important;
  box-shadow: 0 28px 70px rgba(8, 40, 59, 0.13) !important;
}

body.home .banner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 38%, rgba(255, 255, 255, 0.78) 56%, rgba(255, 255, 255, 0.26) 76%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(180deg, rgba(255, 187, 189, 0.10) 0%, rgba(21, 110, 148, 0.06) 100%) !important;
  pointer-events: none !important;
}

body.home .banner::after {
  content: "" !important;
  position: absolute !important;
  right: clamp(26px, 4vw, 72px) !important;
  bottom: clamp(24px, 4vw, 70px) !important;
  z-index: 3 !important;
  width: clamp(150px, 18vw, 280px) !important;
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(255, 187, 189, 0.42) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  pointer-events: none !important;
}

body.home .banner__slider {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
}

body.home .banner__slider::before,
body.home .banner__slider::after {
  display: none !important;
}

body.home .banner__slider .banner__slide {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.96) contrast(1.02) !important;
}

body.home .banner__slider .banner__slide--store {
  object-position: center center !important;
}

body.home .banner__description {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  left: clamp(34px, 7vw, 118px) !important;
  right: auto !important;
  z-index: 4 !important;
  display: grid !important;
  width: min(720px, calc(100% - 76px)) !important;
  max-width: 720px !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

body.home .banner__eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 9px 18px !important;
  border: 1px solid rgba(255, 187, 189, 0.72) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #156e94 !important;
  box-shadow: 0 12px 34px rgba(8, 40, 59, 0.08) !important;
}

body.home .banner__description h2 {
  max-width: 690px !important;
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(40px, 4.2vw, 64px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .banner__description h2::after {
  display: block !important;
  width: 92px !important;
  height: 4px !important;
  margin-top: 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffbbbd 0%, #d7b978 48%, #1b7a9b 100%) !important;
}

body.home .banner__description > p:not(.banner__eyebrow) {
  max-width: 620px !important;
  margin: 0 !important;
  padding-left: 18px !important;
  border-left: 3px solid rgba(255, 187, 189, 0.72) !important;
  color: #31566a !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .banner__actions {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  body.home .banner {
    width: calc(100% - 24px) !important;
    min-height: 620px !important;
    margin-bottom: 54px !important;
    border-radius: 0 0 30px 30px !important;
  }

  body.home .banner::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.70) 46%, rgba(255, 255, 255, 0.98) 100%),
      linear-gradient(90deg, rgba(255, 187, 189, 0.09) 0%, rgba(21, 110, 148, 0.06) 100%) !important;
  }

  body.home .banner::after {
    right: 18px !important;
    bottom: 24px !important;
    width: 132px !important;
    opacity: 0.5 !important;
  }

  body.home .banner__description {
    top: auto !important;
    bottom: 30px !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;
    max-width: none !important;
    gap: 14px !important;
    transform: none !important;
  }

  body.home .banner__description h2 {
    max-width: 520px !important;
    font-size: clamp(34px, 9vw, 48px) !important;
    line-height: 1.2 !important;
    word-break: auto-phrase !important;
    overflow-wrap: anywhere !important;
  }

  body.home .banner__description > p:not(.banner__eyebrow) {
    max-width: 560px !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    word-break: auto-phrase !important;
    overflow-wrap: anywhere !important;
  }
}

@media only screen and (max-width: 520px) {
  body.home .banner {
    min-height: 590px !important;
  }

  body.home .banner__slider .banner__slide {
    object-position: 62% center !important;
  }

  body.home .banner__eyebrow {
    padding: 8px 14px !important;
    font-size: 13px !important;
  }

  body.home .banner__description h2 {
    font-size: clamp(29px, 9.2vw, 38px) !important;
  }

  body.home .banner__description h2::after {
    width: 72px !important;
    margin-top: 16px !important;
  }
}

/* Final hero layout: keep the premium storefront photo clean, then explain below it. */
body.home .banner {
  display: grid !important;
  width: min(1600px, calc(100% - 44px)) !important;
  max-width: 1600px !important;
  min-height: 0 !important;
  margin: clamp(12px, 2vw, 26px) auto 74px !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .banner::before,
body.home .banner::after {
  display: none !important;
}

body.home .banner__slider {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: clamp(430px, 56vw, 690px) !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 0 0 42px 42px !important;
  overflow: hidden !important;
  background: #f8fbfc !important;
  box-shadow: 0 26px 64px rgba(8, 40, 59, 0.14) !important;
}

body.home .banner__slider::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  background:
    linear-gradient(180deg, rgba(8, 31, 48, 0.02) 0%, rgba(8, 31, 48, 0) 58%, rgba(8, 31, 48, 0.10) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 36%) !important;
  pointer-events: none !important;
}

body.home .banner__slider::after {
  display: none !important;
}

body.home .banner__slider .banner__slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: saturate(0.98) contrast(1.02) !important;
}

body.home .banner__description {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 2 !important;
  display: grid !important;
  justify-items: center !important;
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  gap: 18px !important;
  margin: clamp(34px, 4vw, 54px) auto 0 !important;
  padding: 0 !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body.home .banner__eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 9px 20px !important;
  border: 1px solid rgba(255, 187, 189, 0.68) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #156e94 !important;
  box-shadow: 0 12px 34px rgba(8, 40, 59, 0.07) !important;
}

body.home .banner__description h2 {
  max-width: 1080px !important;
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(34px, 3.8vw, 56px) !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-wrap: balance !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .banner__description h2::after {
  display: block !important;
  width: 96px !important;
  height: 4px !important;
  margin: 22px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffbbbd 0%, #d7b978 48%, #1b7a9b 100%) !important;
}

body.home .banner__description > p:not(.banner__eyebrow) {
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #31566a !important;
  font-size: clamp(15px, 1.25vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .banner__social {
  top: clamp(280px, 42vw, 560px) !important;
  right: clamp(18px, 3vw, 42px) !important;
  z-index: 5 !important;
}

@media only screen and (max-width: 900px) {
  body.home .banner {
    width: calc(100% - 24px) !important;
    margin-bottom: 54px !important;
  }

  body.home .banner__slider {
    height: clamp(360px, 72vw, 560px) !important;
    border-radius: 0 0 30px 30px !important;
  }

  body.home .banner__description {
    width: calc(100% - 24px) !important;
    gap: 14px !important;
    margin-top: 30px !important;
  }

  body.home .banner__description h2 {
    max-width: 680px !important;
    font-size: clamp(30px, 7.8vw, 44px) !important;
    line-height: 1.32 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  body.home .banner__description > p:not(.banner__eyebrow) {
    max-width: 620px !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  body.home .banner__social {
    top: clamp(240px, 60vw, 462px) !important;
    right: 18px !important;
  }
}

@media only screen and (max-width: 520px) {
  body.home .banner__slider {
    height: 390px !important;
  }

  body.home .banner__slider .banner__slide {
    object-position: center center !important;
  }

  body.home .banner__description {
    margin-top: 26px !important;
  }

  body.home .banner__description h2 {
    font-size: clamp(28px, 8.6vw, 36px) !important;
  }

  body.home .banner__description > p:not(.banner__eyebrow) {
    font-size: 14px !important;
    line-height: 1.78 !important;
  }
}

/* Refined guide and quick-link cards below the hero. */
body.home .top-topic {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 138px minmax(240px, 1.05fr) minmax(320px, 1.4fr) auto !important;
  align-items: center !important;
  width: min(1460px, calc(100% - 44px)) !important;
  gap: clamp(24px, 3vw, 44px) !important;
  margin: 0 auto clamp(30px, 4vw, 46px) !important;
  padding: clamp(22px, 2.4vw, 34px) clamp(28px, 4vw, 54px) !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 34px 34px 34px 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.13) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%) !important;
  box-shadow: 0 24px 72px rgba(8, 40, 59, 0.09) !important;
  transform: none !important;
}

body.home .top-topic::before {
  content: "" !important;
  position: absolute !important;
  left: clamp(28px, 4vw, 54px) !important;
  right: clamp(28px, 4vw, 54px) !important;
  top: 0 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffbbbd 0%, #d7b978 46%, #1b7a9b 100%) !important;
}

body.home .top-topic__thumb {
  width: 138px !important;
  height: 118px !important;
  margin: 0 !important;
  border: 8px solid #fff4f5 !important;
  border-radius: 28px 28px 28px 8px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 34px rgba(8, 40, 59, 0.12) !important;
}

body.home .top-topic__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

body.home .top-topic__label {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.home .top-topic__label span {
  color: #1b7896 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.home .top-topic__label strong {
  color: #08283b !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

body.home .top-topic p {
  max-width: 620px !important;
  margin: 0 !important;
  color: #31566a !important;
  font-size: clamp(15px, 1.18vw, 17px) !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
}

body.home .top-topic a {
  display: inline-flex !important;
  min-width: 210px !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 0 30px !important;
  border: 1px solid rgba(8, 40, 59, 0.10) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #08283b 0%, #1b7896 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 18px 40px rgba(8, 40, 59, 0.18) !important;
  transform: none !important;
}

body.home .top-topic a::after {
  width: 24px !important;
  height: 7px !important;
  margin-left: 2px !important;
  border-right: 3px solid #ffbbbd !important;
  border-bottom: 3px solid #ffbbbd !important;
  opacity: 1 !important;
}

body.home .buttons {
  margin-top: 0 !important;
  padding-bottom: clamp(36px, 5vw, 68px) !important;
}

body.home .buttons .container {
  width: min(1320px, calc(100% - 44px)) !important;
  max-width: 1320px !important;
}

body.home .buttons__inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 30px 30px 30px 8px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px rgba(8, 40, 59, 0.08) !important;
}

body.home .buttons__inner .btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: start !important;
  min-width: 0 !important;
  min-height: 132px !important;
  gap: 22px !important;
  padding: 28px clamp(28px, 3.2vw, 46px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.10) 0%, rgba(255, 255, 255, 0) 42%),
    #ffffff !important;
  color: #08283b !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .buttons__inner .btn:last-child {
  border-right: 0 !important;
}

body.home .buttons__inner .btn::after {
  right: -28px !important;
  bottom: -38px !important;
  width: 104px !important;
  height: 104px !important;
  border: 1px solid rgba(255, 187, 189, 0.42) !important;
  background: rgba(255, 187, 189, 0.12) !important;
  opacity: 1 !important;
  transform: none !important;
}

body.home .buttons__inner .btn img {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  object-fit: contain !important;
  justify-self: center !important;
  align-self: center !important;
}

body.home .buttons__inner .btn span {
  display: grid !important;
  width: auto !important;
  min-width: 0 !important;
  gap: 10px !important;
  align-items: start !important;
  justify-content: center !important;
  color: #08283b !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.home .buttons__inner .btn span small {
  color: #1b7896 !important;
  font-size: clamp(15px, 1.45vw, 21px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
}

body.home .buttons__inner .btn:hover {
  border-color: rgba(8, 40, 59, 0.08) !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.16) 0%, rgba(255, 255, 255, 0) 42%),
    #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .buttons__inner .btn:hover::after {
  opacity: 1 !important;
  transform: none !important;
}

@media only screen and (max-width: 1050px) {
  body.home .top-topic {
    grid-template-columns: 118px 1fr auto !important;
  }

  body.home .top-topic p {
    grid-column: 2 / 4 !important;
  }

  body.home .buttons__inner .btn {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 26px 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  body.home .top-topic {
    grid-template-columns: 86px 1fr !important;
    width: calc(100% - 24px) !important;
    gap: 16px !important;
    padding: 22px 18px !important;
    border-radius: 26px 26px 26px 8px !important;
  }

  body.home .top-topic__thumb {
    width: 86px !important;
    height: 86px !important;
    border-width: 6px !important;
    border-radius: 22px 22px 22px 8px !important;
  }

  body.home .top-topic p,
  body.home .top-topic a {
    grid-column: 1 / -1 !important;
  }

  body.home .top-topic a {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.home .buttons .container {
    width: calc(100% - 24px) !important;
  }

  body.home .buttons__inner {
    grid-template-columns: 1fr !important;
    border-radius: 24px 24px 24px 8px !important;
  }

  body.home .buttons__inner .btn {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    min-height: 104px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(8, 40, 59, 0.08) !important;
    padding: 24px 22px !important;
  }

  body.home .buttons__inner .btn:last-child {
    border-bottom: 0 !important;
  }
}

/* Premium About Macaw section with DSLR-style product photography. */
body.home .about-section {
  position: relative !important;
  padding: clamp(76px, 8vw, 124px) 0 !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff9fa 46%, #ffffff 100%) !important;
}

body.home .about-section .container {
  width: min(1480px, calc(100% - 44px)) !important;
  max-width: 1480px !important;
}

body.home .about-section__inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr) !important;
  align-items: stretch !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 42px 42px 42px 10px !important;
  background: #ffffff !important;
  box-shadow: 0 34px 92px rgba(8, 40, 59, 0.11) !important;
}

body.home .about-section__inner::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 48px !important;
  right: 48px !important;
  z-index: 3 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffbbbd 0%, #d7b978 45%, #1b7a9b 100%) !important;
}

body.home .about-section figure {
  position: relative !important;
  min-height: clamp(520px, 44vw, 680px) !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #f6f4f0 !important;
}

body.home .about-section figure::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(8, 40, 59, 0.06) 0%, rgba(8, 40, 59, 0) 45%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(8, 40, 59, 0.08) 100%) !important;
  pointer-events: none !important;
}

body.home .about-section figure img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  object-position: 42% center !important;
  opacity: 1 !important;
  filter: saturate(1.02) contrast(1.02) brightness(1.01) !important;
  transform: none !important;
}

body.home .about-section__text {
  display: grid !important;
  align-content: center !important;
  gap: 22px !important;
  padding: clamp(46px, 5vw, 78px) clamp(38px, 5vw, 74px) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 187, 189, 0.16) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #fffafb 100%) !important;
}

body.home .about-section__text span {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 !important;
  color: #1b7896 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.home .about-section__text h2 {
  max-width: 620px !important;
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(34px, 3.2vw, 54px) !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

body.home .about-section__text h2::after {
  content: "" !important;
  display: block !important;
  width: 88px !important;
  height: 4px !important;
  margin-top: 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffbbbd 0%, #d7b978 48%, #1b7a9b 100%) !important;
}

body.home .about-section__text p {
  max-width: 600px !important;
  margin: 0 !important;
  color: #415f70 !important;
  font-size: clamp(15px, 1.12vw, 17px) !important;
  font-weight: 800 !important;
  line-height: 2 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .about-section__text p + p {
  margin-top: 2px !important;
}

body.home .buttons__inner .btn img[src$="macaw-guide-school-icon.png"],
body.home .buttons__inner .btn img[src$="macaw-guide-measurements-icon.png"],
body.home .buttons__inner .btn img[src$="macaw-guide-online-icon.png"] {
  width: 62px !important;
  height: 62px !important;
}

@media only screen and (max-width: 1020px) {
  body.home .about-section__inner {
    grid-template-columns: 1fr !important;
  }

  body.home .about-section figure {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  body.home .about-section figure img {
    min-height: 0 !important;
  }

  body.home .about-section__text {
    padding: 40px 30px 44px !important;
  }
}

@media only screen and (max-width: 560px) {
  body.home .about-section {
    padding: 54px 0 72px !important;
  }

  body.home .about-section .container {
    width: calc(100% - 24px) !important;
  }

  body.home .about-section__inner {
    border-radius: 28px 28px 28px 8px !important;
  }

  body.home .about-section__inner::before {
    left: 24px !important;
    right: 24px !important;
  }

  body.home .about-section figure {
    aspect-ratio: 4 / 3 !important;
  }

  body.home .about-section figure img {
    object-position: 35% center !important;
  }

  body.home .about-section__text {
    gap: 18px !important;
    padding: 32px 22px 36px !important;
  }

  body.home .about-section__text h2 {
    font-size: clamp(28px, 8.5vw, 36px) !important;
    line-height: 1.34 !important;
  }

  body.home .about-section__text p {
    font-size: 14px !important;
    line-height: 1.85 !important;
    word-break: auto-phrase !important;
    overflow-wrap: anywhere !important;
  }
}

/* Clear parent-friendly flow section. */
/* About section fine tune: show more of the photo and open up text spacing. */
body.home .about-section figure {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 187, 189, 0.12) 0%, rgba(255, 255, 255, 0) 38%),
    #f8f5f1 !important;
}

body.home .about-section figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(10px, 1.3vw, 20px) !important;
  box-sizing: border-box !important;
}

body.home .about-section__text {
  gap: 28px !important;
  padding-top: clamp(56px, 5.4vw, 86px) !important;
  padding-bottom: clamp(56px, 5.4vw, 86px) !important;
}

body.home .about-section__text h2 {
  max-width: 680px !important;
  line-height: 1.36 !important;
}

body.home .about-section__text h2::after {
  margin-top: 26px !important;
}

body.home .about-section__text p {
  max-width: 650px !important;
  font-size: clamp(15px, 1.12vw, 17px) !important;
  line-height: 2.18 !important;
}

body.home .about-section__text p + p {
  margin-top: 8px !important;
}

@media only screen and (max-width: 1020px) {
  body.home .about-section figure img {
    padding: 10px !important;
  }
}

@media only screen and (max-width: 560px) {
  body.home .about-section figure img {
    object-fit: cover !important;
    object-position: 38% center !important;
    padding: 0 !important;
  }

  body.home .about-section__text {
    gap: 22px !important;
  }

  body.home .about-section__text p {
    line-height: 2 !important;
  }
}

/* Clear parent-friendly flow section. */
body.home .support-section {
  position: relative !important;
  padding: clamp(70px, 8vw, 112px) 0 !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcfd 48%, #ffffff 100%) !important;
}

body.home .support-section .container {
  width: min(1380px, calc(100% - 44px)) !important;
  max-width: 1380px !important;
}

body.home .support-section__head {
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  max-width: 780px !important;
  margin: 0 auto clamp(28px, 4vw, 46px) !important;
  text-align: center !important;
}

body.home .support-section__head span {
  color: #1b7896 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.home .support-section__head h2 {
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

body.home .support-section__head h2::after {
  content: "" !important;
  display: block !important;
  width: 90px !important;
  height: 4px !important;
  margin: 20px auto 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffbbbd 0%, #d7b978 48%, #1b7a9b 100%) !important;
}

body.home .support-section__head p {
  max-width: 720px !important;
  margin: 0 !important;
  color: #496574 !important;
  font-size: clamp(15px, 1.18vw, 17px) !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
}

body.home .support-section__inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 34px 34px 34px 8px !important;
  background: #ffffff !important;
  box-shadow: 0 26px 72px rgba(8, 40, 59, 0.08) !important;
}

body.home .support-section__inner article {
  position: relative !important;
  display: grid !important;
  align-content: start !important;
  gap: 20px !important;
  min-height: 270px !important;
  padding: clamp(34px, 4vw, 56px) clamp(26px, 4vw, 54px) !important;
  border-right: 1px solid rgba(8, 40, 59, 0.08) !important;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 187, 189, 0.14) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #fffafb 100%) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .support-section__inner article:last-child {
  border-right: 0 !important;
}

body.home .support-section__inner article:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 52px !important;
  right: -15px !important;
  z-index: 2 !important;
  width: 30px !important;
  height: 30px !important;
  border-top: 1px solid rgba(8, 40, 59, 0.12) !important;
  border-right: 1px solid rgba(8, 40, 59, 0.12) !important;
  background: #ffffff !important;
  transform: rotate(45deg) !important;
}

body.home .support-section__inner article > span {
  display: inline-flex !important;
  width: 58px !important;
  height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(215, 185, 120, 0.55) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #1b7896 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(8, 40, 59, 0.08) !important;
}

body.home .support-section__inner article h3 {
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(25px, 2.25vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
}

body.home .support-section__inner article p {
  max-width: 360px !important;
  margin: 0 !important;
  color: #496574 !important;
  font-size: clamp(15px, 1.1vw, 17px) !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
  letter-spacing: 0 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.home .support-section__callout {
  display: flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin: 24px auto 0 !important;
  padding: 14px 20px !important;
  border: 1px solid rgba(255, 187, 189, 0.58) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 40px rgba(8, 40, 59, 0.07) !important;
  color: #31566a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

body.home .support-section__callout a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #08283b 0%, #1b7896 100%) !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Aftercare feature: a softer, editorial replacement for the old round callout. */
body.home .support-section__aftercare {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(240px, 0.72fr) minmax(320px, 1.28fr) !important;
  width: min(920px, calc(100% - 40px)) !important;
  align-items: center !important;
  gap: clamp(28px, 5vw, 64px) !important;
  margin: clamp(38px, 5vw, 62px) auto 0 !important;
  padding: clamp(24px, 3.4vw, 42px) clamp(28px, 5vw, 64px) !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 40, 59, 0.08) !important;
  border-radius: 180px 36px 36px 180px !important;
  background: linear-gradient(120deg, #fff8f8 0%, #ffffff 52%, #f2f9fb 100%) !important;
  box-shadow: 0 26px 70px rgba(8, 40, 59, 0.10) !important;
}

body.home .support-section__aftercare::after {
  content: "" !important;
  position: absolute !important;
  right: -70px !important;
  bottom: -100px !important;
  width: 240px !important;
  height: 240px !important;
  border: 1px solid rgba(215, 185, 120, 0.25) !important;
  border-radius: 50% !important;
}

body.home .support-section__aftercare-visual {
  position: relative !important;
  z-index: 1 !important;
  width: min(100%, 300px) !important;
  aspect-ratio: 1 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(215, 185, 120, 0.46) !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 50% 36%, #ffffff 0%, #fbeff0 72%, #f4e2e4 100%) !important;
  box-shadow: 0 20px 48px rgba(8, 40, 59, 0.13), inset 0 0 0 9px rgba(255, 255, 255, 0.66) !important;
}

body.home .support-section__aftercare-visual img {
  width: 112% !important;
  max-width: none !important;
  height: 112% !important;
  margin: 0 0 -12% -6% !important;
  object-fit: contain !important;
}

body.home .support-section__aftercare-copy {
  position: relative !important;
  z-index: 1 !important;
}

body.home .support-section__aftercare-copy > span {
  display: block !important;
  margin-bottom: 12px !important;
  color: #1b7896 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
}

body.home .support-section__aftercare-copy h3 {
  margin: 0 !important;
  color: #08283b !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
}

body.home .support-section__aftercare-copy p {
  max-width: 520px !important;
  margin: 18px 0 22px !important;
  color: #496574 !important;
  font-size: clamp(14px, 1.1vw, 16px) !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
}

body.home .support-section__aftercare-copy a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  background: #08283b !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 28px rgba(8, 40, 59, 0.16) !important;
}

body.home .support-section__aftercare-copy a strong {
  font-size: 16px !important;
  letter-spacing: 0.04em !important;
}

@media only screen and (max-width: 720px) {
  body.home .support-section__aftercare {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    justify-items: center !important;
    gap: 20px !important;
    padding: 28px 22px 34px !important;
    border-radius: 120px 28px 28px 28px !important;
    text-align: center !important;
  }

  body.home .support-section__aftercare-visual {
    width: min(68vw, 260px) !important;
  }

  body.home .support-section__aftercare-copy p {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.home .support-section__aftercare-copy a {
    flex-direction: column !important;
    gap: 4px !important;
    min-height: 68px !important;
    padding: 10px 26px !important;
  }
}

@media only screen and (max-width: 900px) {
  body.home .support-section .container {
    width: calc(100% - 24px) !important;
  }

  body.home .support-section__inner {
    grid-template-columns: 1fr !important;
    border-radius: 28px 28px 28px 8px !important;
  }

  body.home .support-section__inner article {
    min-height: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(8, 40, 59, 0.08) !important;
    padding: 30px 24px !important;
  }

  body.home .support-section__inner article:last-child {
    border-bottom: 0 !important;
  }

  body.home .support-section__inner article:not(:last-child)::after {
    top: auto !important;
    right: auto !important;
    left: 50% !important;
    bottom: -15px !important;
    transform: translateX(-50%) rotate(135deg) !important;
  }

  body.home .support-section__inner article p {
    max-width: none !important;
    overflow-wrap: anywhere !important;
  }

  body.home .support-section__callout {
    flex-direction: column !important;
    width: 100% !important;
    border-radius: 24px !important;
    text-align: center !important;
  }
}

/* Premium CTA buttons for school measurement and online shop sections. */
body.home .school-section .section__button,
body.home .items-section .section__button {
  padding-top: clamp(30px, 4vw, 48px) !important;
  padding-bottom: clamp(26px, 4vw, 46px) !important;
}

body.home .school-section .section__button .btn,
body.home .items-section .section__button .btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 72px minmax(0, auto) 30px !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(560px, 100%) !important;
  min-height: 104px !important;
  gap: 18px !important;
  padding: 18px 34px 18px 28px !important;
  border: 1px solid rgba(8, 40, 59, 0.10) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.13) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%) !important;
  color: #08283b !important;
  box-shadow:
    0 22px 52px rgba(8, 40, 59, 0.10),
    inset 0 0 0 1px rgba(255, 255, 255, 0.82) !important;
  transform: none !important;
}

body.home .school-section .section__button .btn::before,
body.home .school-section .section__button .btn::before,
body.home .items-section .section__button .btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 7px !important;
  border: 1px solid rgba(255, 187, 189, 0.38) !important;
  border-radius: inherit !important;
  background: transparent !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body.home .school-section .section__button .btn::after,
body.home .school-section .section__button .btn::after,
body.home .items-section .section__button .btn::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 24px !important;
  height: 8px !important;
  border-right: 3px solid #ffbbbd !important;
  border-bottom: 3px solid #ffbbbd !important;
  border-radius: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  transform: skewX(-28deg) !important;
}

body.home .school-section .section__button .btn img,
body.home .school-section .section__button .btn img,
body.home .items-section .section__button .btn img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 68px !important;
  height: 68px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body.home .school-section .section__button .btn span,
body.home .school-section .section__button .btn span,
body.home .items-section .section__button .btn span {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 8px !important;
  align-items: center !important;
  justify-items: start !important;
  color: #08283b !important;
  font-size: clamp(21px, 2.2vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.home .school-section .section__button .btn span small,
body.home .school-section .section__button .btn span small,
body.home .items-section .section__button .btn span small {
  display: block !important;
  color: #1b7896 !important;
  font-size: clamp(15px, 1.5vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

body.home .school-section .section__button .btn:hover,
body.home .school-section .section__button .btn:hover,
body.home .items-section .section__button .btn:hover {
  border-color: rgba(27, 120, 150, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(255, 187, 189, 0.18) 0%, rgba(255, 255, 255, 0) 42%),
    #ffffff !important;
  box-shadow:
    0 26px 62px rgba(8, 40, 59, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9) !important;
  transform: translateY(-2px) !important;
}

body.home .school-section .section__button .btn:hover::after,
body.home .items-section .section__button .btn:hover::after {
  transform: translateX(5px) skewX(-28deg) !important;
}

@media only screen and (max-width: 620px) {
  body.home .school-section .section__button .btn,
  body.home .items-section .section__button .btn {
    grid-template-columns: 58px minmax(0, 1fr) 24px !important;
    min-height: 92px !important;
    gap: 12px !important;
    padding: 14px 22px 14px 16px !important;
  }

  body.home .school-section .section__button .btn img,
  body.home .items-section .section__button .btn img {
    width: 56px !important;
    height: 56px !important;
  }

  body.home .school-section .section__button .btn span,
  body.home .items-section .section__button .btn span {
    font-size: clamp(17px, 5.4vw, 22px) !important;
    white-space: normal !important;
  }

  body.home .school-section .section__button .btn span small,
  body.home .items-section .section__button .btn span small {
    font-size: clamp(12px, 3.7vw, 16px) !important;
    letter-spacing: 0.04em !important;
  }
}

/* Shop information */
body .shop-guide { color: #173644; background: #fff; }
body .shop-guide__hero { overflow: hidden; padding: clamp(50px, 7vw, 95px) 0; background: linear-gradient(110deg, #f4f8f7 0%, #fff 62%); }
body .shop-guide__hero .container { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(35px, 6vw, 82px); }
body .shop-guide__hero-copy > span, body .shop-guide__section-head > span, body .shop-guide__company > .container > span { color: #c8878d; font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
body .shop-guide__hero-copy h1 { margin: 13px 0 22px; font-size: clamp(46px, 6vw, 76px); line-height: 1.2; letter-spacing: .08em; }
body .shop-guide__hero-copy p { margin: 0; color: #637b85; font-size: 15px; line-height: 2; }
body .shop-guide__hero figure { position: relative; margin: 0; padding: 14px; background: #fff; box-shadow: 0 22px 60px rgba(23,54,68,.12); }
body .shop-guide__hero figure::before { content: ''; position: absolute; top: -20px; right: -20px; width: 105px; height: 105px; border-top: 1px solid #d49aa0; border-right: 1px solid #d49aa0; }
body .shop-guide__hero figure img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
body .shop-guide__hero figcaption { position: absolute; right: 14px; bottom: 14px; padding: 13px 17px; background: rgba(18,55,71,.92); color: #fff; font-family: Georgia, serif; font-size: 12px; line-height: 1.4; letter-spacing: .08em; }
body .shop-guide__hero figcaption small { color: #f0b9be; font-size: 8px; letter-spacing: .14em; }
body .shop-guide__overview { padding: clamp(70px, 9vw, 120px) 0; }
body .shop-guide__section-head { display: grid; grid-template-columns: minmax(250px,.9fr) minmax(0,1.1fr); gap: 15px 60px; margin-bottom: 45px; }
body .shop-guide__section-head > span { grid-column: 1 / -1; }
body .shop-guide__section-head h2 { margin: 0; font-size: clamp(28px, 4vw, 43px); line-height: 1.45; }
body .shop-guide__section-head p { align-self: end; margin: 0; color: #637b85; font-size: 14px; line-height: 1.9; }
body .shop-guide__details { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; }
body .shop-guide__details > dl { margin: 0; border-top: 1px solid #dce6e8; }
body .shop-guide__details > dl > div { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 22px; padding: 24px 15px; border-bottom: 1px solid #dce6e8; }
body .shop-guide__details dt { color: #71878f; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
body .shop-guide__details dd { margin: 0; color: #173644; font-size: 15px; font-weight: 700; line-height: 1.8; }
body .shop-guide__details dd small { color: #71878f; font-size: 11px; font-weight: 500; }
body .shop-guide__contact-card { padding: 35px 30px; background: #123747; color: #fff; box-shadow: 0 18px 45px rgba(23,54,68,.16); }
body .shop-guide__contact-card > span { color: #f0b9be; font-family: Georgia, serif; font-size: 10px; letter-spacing: .18em; }
body .shop-guide__contact-card h3 { margin: 13px 0 28px; color: #fff; font-size: 23px; line-height: 1.7; }
body .shop-guide__tel { display: block; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; }
body .shop-guide__tel small { display: block; margin-bottom: 6px; color: #a9c8d2; font-family: sans-serif; font-size: 10px; letter-spacing: .08em; }
body .shop-guide__tel strong { display: block; color: #fff; font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif; font-size: clamp(24px, 2.2vw, 31px); font-weight: 800; line-height: 1.35; letter-spacing: .025em; white-space: nowrap; font-variant-numeric: tabular-nums; }
body .shop-guide__contact-link { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; color: #fff; font-size: 12px; font-weight: 800; }
body .shop-guide__contact-link b { color: #f0b9be; font-size: 19px; font-weight: 400; }
body .shop-guide__access { padding: clamp(70px, 8vw, 105px) 0; background: #f4f8f7; }
body .shop-guide__map { overflow: hidden; padding: 12px; border: 1px solid #dce6e8; background: #fff; box-shadow: 0 16px 45px rgba(23,54,68,.07); }
body .shop-guide__map iframe { display: block; }
body .shop-guide__company { padding: clamp(60px, 8vw, 90px) 0; }
body .shop-guide__company > .container { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 30px; }
body .shop-guide__company h2 { margin: 0 0 25px; font-size: 28px; }
body .shop-guide__company dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 40px; margin: 0; }
body .shop-guide__company dl > div { display: grid; grid-template-columns: 85px minmax(0,1fr); gap: 15px; padding: 17px 0; border-bottom: 1px solid #dce6e8; }
body .shop-guide__company dt { color: #71878f; font-size: 11px; font-weight: 800; }
body .shop-guide__company dd { margin: 0; color: #173644; font-size: 13px; font-weight: 700; }
body .shop-guide__company dd a { color: #18738d; }
@media (max-width: 800px) {
  body .shop-guide__hero .container, body .shop-guide__details { grid-template-columns: 1fr; }
  body .shop-guide__hero-copy br { display: none; }
  body .shop-guide__section-head { grid-template-columns: 1fr; }
  body .shop-guide__company > .container { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body .shop-guide__hero { padding-top: 42px; }
  body .shop-guide__hero figure { padding: 8px; }
  body .shop-guide__hero figure::before { display: none; }
  body .shop-guide__details > dl > div { grid-template-columns: 85px minmax(0,1fr); padding-right: 0; padding-left: 0; }
  body .shop-guide__contact-card { padding: 30px 23px; }
  body .shop-guide__map { padding: 6px; }
  body .shop-guide__map iframe { height: 380px; }
  body .shop-guide__company dl { grid-template-columns: 1fr; }
}

/* Match the measurement CTA to the product CTA above. */
body.home .school-section .section__button {
  display: flex !important;
  justify-content: center !important;
  padding: clamp(34px, 5vw, 58px) 0 0 !important;
}

body.home .school-section .section__button .btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  align-items: center !important;
  justify-content: stretch !important;
  width: min(470px, 100%) !important;
  min-height: 84px !important;
  gap: 22px !important;
  padding: 18px 18px 18px 30px !important;
  border: 1px solid #dce5e7 !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  color: #143442 !important;
  box-shadow: 0 14px 36px rgba(31, 57, 68, 0.065) !important;
  overflow: hidden !important;
  transform: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

body.home .school-section .section__button .btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 17px auto 17px 0 !important;
  width: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d9a9aa !important;
  opacity: 1 !important;
}

body.home .school-section .section__button .btn::after {
  content: "→" !important;
  position: static !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  border: 1px solid #d7e2e4 !important;
  border-radius: 50% !important;
  background: #f5f8f8 !important;
  color: #18738d !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: none !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
}

body.home .school-section .section__button .btn img {
  display: none !important;
}

body.home .school-section .section__button .btn span {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
  color: #143442 !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

body.home .school-section .section__button .btn span small {
  color: #718992 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.home .school-section .section__button .btn:hover {
  border-color: rgba(24, 115, 141, 0.34) !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(31, 57, 68, 0.10) !important;
  transform: translateY(-2px) !important;
}

body.home .school-section .section__button .btn:hover::after {
  background: #18738d !important;
  color: #ffffff !important;
  transform: translateX(2px) !important;
}

@media only screen and (max-width: 620px) {
  body.home .school-section .section__button .btn {
    grid-template-columns: minmax(0, 1fr) 42px !important;
    min-height: 76px !important;
    gap: 14px !important;
    padding: 15px 15px 15px 22px !important;
  }

  body.home .school-section .section__button .btn::after {
    width: 42px !important;
    height: 42px !important;
  }

  body.home .school-section .section__button .btn span {
    font-size: clamp(16px, 5vw, 20px) !important;
    white-space: normal !important;
  }
}

/* Final text wrapping rules: keep Japanese phrases from splitting mid-word. */
body .shop-guide .shop-guide__section-head {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr) !important;
}

body .shop-guide .shop-guide__section-head h2 {
  max-width: none !important;
  font-size: clamp(28px, 3.2vw, 40px) !important;
  line-height: 1.45 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
}

body .shop-guide .shop-guide__section-head p {
  word-break: auto-phrase !important;
  overflow-wrap: break-word !important;
}

.footer.footer--macaw .footer__lead--inner {
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: clamp(24px, 4vw, 52px) !important;
}

.footer.footer--macaw .footer__lead h2 {
  max-width: 820px !important;
  font-size: clamp(26px, 2.8vw, 40px) !important;
  line-height: 1.45 !important;
  word-break: auto-phrase !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
}

.footer.footer--macaw .footer__about-copy,
.footer.footer--macaw .footer__nav-group p,
.footer.footer--macaw .footer__bottom p {
  word-break: auto-phrase !important;
  overflow-wrap: break-word !important;
}

.footer.footer--macaw .footer__info dd,
.footer.footer--macaw .footer__nav a,
.footer.footer--macaw .footer__lead-actions a {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.footer.footer--macaw .footer__info dd,
.footer.footer--macaw .footer__info dd a {
  font-variant-numeric: tabular-nums;
}

@media only screen and (max-width: 980px) {
  body .shop-guide .shop-guide__section-head,
  .footer.footer--macaw .footer__lead--inner {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 560px) {
  body .shop-guide .shop-guide__section-head h2 {
    font-size: clamp(27px, 9vw, 36px) !important;
    word-break: auto-phrase !important;
  }

  .footer.footer--macaw .footer__lead h2 {
    font-size: clamp(23px, 7vw, 30px) !important;
  }

  .footer.footer--macaw .footer__info dd,
  .footer.footer--macaw .footer__nav a,
  .footer.footer--macaw .footer__lead-actions a {
    word-break: auto-phrase !important;
    overflow-wrap: break-word !important;
  }
}

/* Purpose-based navigation for parents: new enrollment or replacement. */
body.home .purpose-section {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #f7f9f8;
}

body.home .purpose-section__head {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 54px);
  text-align: center;
}

body.home .purpose-section__head > span {
  display: block;
  margin-bottom: 12px;
  color: #18738d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home .purpose-section__head h2 {
  margin: 0;
  color: #143442;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

body.home .purpose-section__head p {
  margin: 16px 0 0;
  color: #637b85;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.9;
}

body.home .purpose-section__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  max-width: 1080px;
  margin: 0 auto;
}

body.home .purpose-section__card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid #dce5e7;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(31, 57, 68, 0.06);
  color: #143442;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.home .purpose-section__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #d9a9aa;
}

body.home .purpose-section__card:nth-child(2)::before {
  background: #18738d;
}

body.home .purpose-section__card:hover {
  border-color: rgba(24, 115, 141, 0.32);
  box-shadow: 0 22px 50px rgba(31, 57, 68, 0.1);
  transform: translateY(-3px);
}

body.home .purpose-section__number {
  position: absolute;
  top: clamp(25px, 3vw, 38px);
  right: clamp(28px, 4vw, 46px);
  color: #d9a9aa;
  font-family: Georgia, serif;
  font-size: 28px;
}

body.home .purpose-section__card:nth-child(2) .purpose-section__number {
  color: #68a4b5;
}

body.home .purpose-section__card > small {
  margin-bottom: 16px;
  color: #78909a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body.home .purpose-section__card h3 {
  margin: 0;
  color: #143442;
  font-size: clamp(23px, 2.5vw, 32px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

body.home .purpose-section__card p {
  margin: 18px 0 28px;
  color: #637b85;
  font-size: 15px;
  line-height: 1.9;
}

body.home .purpose-section__card strong {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e5ecee;
  color: #18738d;
  font-size: 15px;
  font-weight: 800;
}

body.home .purpose-section__card strong span {
  font-size: 21px;
  transition: transform 0.25s ease;
}

body.home .purpose-section__card:hover strong span {
  transform: translateX(4px);
}

@media only screen and (max-width: 760px) {
  body.home .purpose-section {
    padding: 58px 0;
  }

  body.home .purpose-section__inner {
    grid-template-columns: 1fr;
  }

  body.home .purpose-section__card {
    min-height: 270px;
  }
}

/* Contact — clear guidance and a calm form for parents */
body .contact {
  padding: clamp(72px, 9vw, 128px) 0 clamp(90px, 11vw, 150px);
  background: linear-gradient(180deg, #f7fafa 0, #ffffff 460px);
}

body .contact__hero {
  position: relative;
  padding: clamp(44px, 7vw, 78px) clamp(26px, 7vw, 82px);
  border: 1px solid #dce6e8;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(31, 57, 68, 0.07);
  overflow: hidden;
}

body .contact__hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #dfa9ad, #d5bd80 48%, #18738d);
}

body .contact__hero::after {
  content: "Contact";
  position: absolute;
  right: -14px;
  bottom: -34px;
  color: rgba(24, 115, 141, 0.045);
  font-family: Georgia, serif;
  font-size: clamp(72px, 12vw, 148px);
  line-height: 1;
  pointer-events: none;
}

body .contact__eyebrow,
body .contact__guide-main > span,
body .contact__form-head > span {
  display: block;
  margin-bottom: 14px;
  color: #18738d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body .contact__hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #143442;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-wrap: balance;
}

body .contact__hero p {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 20px 0 0;
  color: #637b85;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.95;
  text-wrap: pretty;
}

body .contact__guide {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(18px, 3vw, 32px);
  margin-top: clamp(28px, 4vw, 44px);
}

body .contact__guide-main,
body .contact__phone {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid #dce6e8;
  background: #ffffff;
}

body .contact__guide-main {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #fbfcfc);
  overflow: hidden;
}

body .contact__guide-main::after {
  content: "";
  position: absolute;
  top: -58px;
  right: -58px;
  width: 136px;
  height: 136px;
  border: 1px solid rgba(217, 169, 172, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

body .contact__guide-main h2,
body .contact__phone h2,
body .contact__form-head h2 {
  margin: 0;
  color: #143442;
  font-size: clamp(23px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.5;
  word-break: auto-phrase;
  text-wrap: balance;
}

body .contact__phone h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, 1.9vw, 24px);
  letter-spacing: 0.02em;
  word-break: keep-all;
  white-space: nowrap;
}

body .contact__guide-main ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #e2eaec;
  list-style: none;
  counter-reset: contact-guide;
}

body .contact__guide-main li {
  position: relative;
  min-height: 76px;
  padding: 17px 16px 17px 52px;
  border: 1px solid #e1e9eb;
  border-radius: 3px;
  background: rgba(247, 250, 250, 0.72);
  color: #536f7a;
  font-size: 14px;
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: normal;
  counter-increment: contact-guide;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body .contact__guide-main li::before {
  content: "0" counter(contact-guide);
  position: absolute;
  top: 17px;
  left: 16px;
  color: #c58f94;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body .contact__guide-main li:hover {
  border-color: rgba(24, 115, 141, 0.25);
  background: #ffffff;
  transform: translateY(-1px);
}

body .contact__phone {
  position: relative;
  padding: clamp(30px, 3.3vw, 40px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 248, 0.96));
  overflow: hidden;
}

body .contact__phone::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(24, 115, 141, 0.1);
  border-radius: 0 0 0 100%;
  pointer-events: none;
}

body .contact__phone > span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 11px;
  border: 1px solid #eadcdd;
  background: rgba(255, 255, 255, 0.9);
  color: #a17276;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body .contact__phone a {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 24px 0 20px;
  padding: 15px 18px;
  border: 1px solid #d7e3e5;
  border-radius: 3px;
  background: #ffffff;
  color: #18738d;
  font-size: clamp(21px, 2.15vw, 27px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(31, 57, 68, 0.055);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body .contact__phone a:hover {
  border-color: rgba(24, 115, 141, 0.4);
  box-shadow: 0 14px 30px rgba(31, 57, 68, 0.1);
  transform: translateY(-2px);
}

body .contact__phone a small {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.14em;
}

body .contact__phone a strong {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #78909a;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}

body .contact__phone-meta {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #dce6e8;
}

body .contact__phone-meta > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 5px 0;
}

body .contact__phone-meta dt,
body .contact__phone-meta dd {
  margin: 0;
  color: #637b85;
  font-size: 12px;
  line-height: 1.7;
}

body .contact__phone-meta dt {
  color: #81959d;
  font-weight: 700;
}

body .contact__phone-meta dd {
  color: #405f6b;
  font-weight: 700;
}

body .contact__inner {
  position: relative;
  max-width: 960px;
  margin: clamp(54px, 8vw, 90px) auto 0;
  padding: clamp(30px, 6vw, 68px);
  border: 1px solid #dce6e8;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(31, 57, 68, 0.065);
  overflow: hidden;
}

body .contact__inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #dfa9ad, #d5bd80 48%, #18738d);
}

body .contact__form-head {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 48px);
  padding-bottom: clamp(24px, 4vw, 36px);
  text-align: center;
}

body .contact__form-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 2px;
  background: #d9a9ac;
  transform: translateX(-50%);
}

body .contact__form-head p {
  margin: 16px 0 0;
  color: #637b85;
  font-size: 14px;
  line-height: 1.8;
  word-break: auto-phrase;
  text-wrap: pretty;
}

body .contact__form-head em {
  display: inline-block;
  margin: 0 4px;
  color: #aa6e72;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

body .contact__inner .form__box {
  width: 100%;
  max-width: 100%;
  border: 0;
  border-top: 1px solid #dce6e8;
  border-radius: 0;
  background: transparent;
}

body .contact__inner .form__row {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  grid-template-columns: 230px minmax(0, 1fr);
  border-bottom: 1px solid #dce6e8;
  transition: background 0.2s ease;
}

body .contact__inner .form__row:focus-within {
  background: rgba(245, 249, 249, 0.72);
}

body .contact__inner .form__label {
  position: relative;
  min-width: 0;
  align-items: center;
  padding: 26px 22px 26px 0;
  background: transparent;
  color: #173644;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

body .contact__inner .form__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 3px;
  height: 22px;
  border-radius: 2px;
  background: #d9a9ac;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

body .contact__inner .form__row:focus-within .form__label::before {
  opacity: 1;
}

body .contact__inner .form__label label {
  white-space: nowrap;
}

body .contact__inner .form__label span {
  padding: 4px 8px;
  border-radius: 2px;
  background: #f7eaea;
  color: #a7686d;
  font-size: 10px;
  letter-spacing: 0.08em;
}

body .contact__inner .form__label span.is-optional {
  background: #eef3f4;
  color: #71878f;
}

body .contact__inner .form__input {
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-items: center;
  padding: 18px 0 18px 24px;
  background: transparent;
}

body .contact__inner .form__input > span,
body .contact__inner .form__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body .contact__inner .form__input input,
body .contact__inner .form__input select,
body .contact__inner .form__input textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #ccdadd;
  border-radius: 2px;
  background: #fbfcfc;
  color: #173644;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body .contact__inner .form__input textarea {
  min-height: 190px;
  resize: vertical;
}

body .contact__inner .form__input input,
body .contact__inner .form__input select,
body .contact__inner .form__input textarea {
  display: block;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

body .contact__inner .form__input select {
  padding-right: 42px;
  text-overflow: ellipsis;
}

body .contact__inner .wpcf7-form,
body .contact__inner .wpcf7 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body .contact__inner .wpcf7-form p {
  max-width: 100%;
}

body .contact__inner .form__input input:focus,
body .contact__inner .form__input select:focus,
body .contact__inner .form__input textarea:focus {
  border-color: #18738d;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(24, 115, 141, 0.1);
}

body .contact__inner .form__input input::placeholder,
body .contact__inner .form__input textarea::placeholder {
  color: #91a3aa;
}

body .contact__inner .form__submit {
  margin: 38px 0 0;
  text-align: center;
}

body .contact__inner .form__consent {
  max-width: 100%;
  margin: 30px 0 0;
  color: #536f7a;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  overflow-wrap: anywhere;
}

body .contact__inner .form__consent .wpcf7-list-item {
  margin: 0;
}

body .contact__inner .form__consent label {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}

body .contact__inner .form__consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
  accent-color: #18738d;
}

body .contact__inner .form__submit button,
body .contact__inner input[type="submit"] {
  width: min(360px, 100%);
  max-width: 100%;
  min-width: min(360px, 100%);
  min-height: 62px;
  border: 1px solid #18738d;
  border-radius: 3px;
  background: linear-gradient(135deg, #176d86, #19809a);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body .contact__inner .form__submit .contact-submit {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
  align-items: center;
  margin: 0 auto;
  padding: 15px 62px;
  text-align: center;
}

body .contact__inner .form__submit .contact-submit span {
  display: block;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-indent: 0;
  white-space: nowrap;
}

body .contact__inner .form__submit .contact-submit small {
  display: block;
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-indent: 0;
  text-transform: uppercase;
}

body .contact__inner .form__submit .contact-submit i {
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

body .contact__inner .form__submit .contact-submit:hover i {
  background: rgba(255, 255, 255, 0.12);
  transform: translate(2px, -50%);
}

@media only screen and (max-width: 420px) {
  body .contact__inner .form__submit .contact-submit {
    gap: 4px;
    padding-right: 52px;
    padding-left: 52px;
  }

  body .contact__inner .form__submit .contact-submit span {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}

body .contact__inner .form__submit button:hover,
body .contact__inner input[type="submit"]:hover {
  background: linear-gradient(135deg, #125f75, #176f87);
  box-shadow: 0 14px 30px rgba(24, 115, 141, 0.18);
  transform: translateY(-2px);
}

body .contact__inner .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #b24d55;
  font-size: 12px;
}

body .contact__inner .wpcf7-response-output {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-width: 1px;
  color: #536f7a;
  font-size: 14px;
  line-height: 1.7;
}

body .contact__privacy-note {
  margin: 28px 0 0;
  color: #71878f;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  word-break: auto-phrase;
  text-wrap: pretty;
}

body .contact__privacy-note a {
  color: #18738d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media only screen and (max-width: 900px) {
  body .contact__guide {
    grid-template-columns: 1fr;
  }

  body .contact__guide-main ul {
    grid-template-columns: 1fr;
  }

  body .contact__inner .form__row {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }

  body .contact__inner .form__label {
    padding: 0 0 11px;
  }

  body .contact__inner .form__input {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  body .contact__hero::after {
    bottom: -18px;
    font-size: 72px;
  }

  body .contact__inner {
    padding: 28px 20px 34px;
  }

  body .contact__phone {
    padding-right: 24px;
    padding-left: 24px;
  }

  body .contact__phone a {
    gap: 4px;
    font-size: clamp(21px, 7vw, 26px);
  }
}

/* Ibukiya-reference treatment for sections shared by both sites.
 * Macaw-only sections (About, Flow and Instagram) intentionally keep their design. */
@media not all {
body.home .school-section,
body.home .items-section,
body.home .brand-section,
body.home .news-section,
body.home .contact-access-section {
  --reference-ink: #102f40;
  --reference-blue: #167792;
  --reference-pink: #ffbbbd;
  --reference-line: rgba(16, 47, 64, 0.12);
}

body.home .school-section,
body.home .items-section,
body.home .brand-section {
  padding: clamp(76px, 8vw, 118px) 0 !important;
  background: #ffffff !important;
}

body.home .items-section {
  background: #f5fafb !important;
}

body.home .school-section .container,
body.home .items-section .container,
body.home .brand-section .container {
  width: min(1310px, calc(100% - 40px)) !important;
  max-width: 1310px !important;
}

body.home .school-section .section__heading,
body.home .items-section .section__heading,
body.home .brand-section .section__heading,
body.home .news-section .section__heading {
  display: flex !important;
  width: min(1310px, calc(100% - 40px)) !important;
  max-width: 1310px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 auto 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--reference-ink) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: 1.18 !important;
  text-align: left !important;
}

body.home .school-section .section__heading::before,
body.home .items-section .section__heading::before,
body.home .brand-section .section__heading::before,
body.home .news-section .section__heading::before {
  display: none !important;
}

body.home .school-section .section__heading::after,
body.home .items-section .section__heading::after,
body.home .brand-section .section__heading::after,
body.home .news-section .section__heading::after {
  content: "" !important;
  width: 58px !important;
  height: 4px !important;
  margin-top: 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--reference-pink), var(--reference-blue)) !important;
}

body.home .school-section .section__heading span,
body.home .items-section .section__heading span,
body.home .brand-section .section__heading span,
body.home .news-section .section__heading span {
  order: -1 !important;
  margin: 0 !important;
  color: var(--reference-blue) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.home .school-section .section__lead,
body.home .items-section .section__lead,
body.home .brand-section .section__lead {
  max-width: 760px !important;
  margin: 0 0 clamp(34px, 4vw, 52px) !important;
  color: #526b77 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

body.home .school-section__inner,
body.home .items-section__inner,
body.home .brand-section__inner {
  display: grid !important;
  align-items: stretch !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
}

body.home .school-section__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .items-section__inner {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.home .brand-section__inner {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.home .school-section__inner article,
body.home .items-section__inner article,
body.home .brand-section__inner article {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--reference-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.home .school-section__inner article:hover,
body.home .items-section__inner article:hover,
body.home .brand-section__inner article:hover {
  border-color: rgba(22, 119, 146, 0.38) !important;
  box-shadow: 0 18px 44px rgba(16, 47, 64, 0.09) !important;
  transform: translateY(-3px) !important;
}

body.home .school-section__inner article::after,
body.home .items-section__inner article::after,
body.home .brand-section__inner article::after {
  display: none !important;
}

body.home .school-section__inner article figure,
body.home .items-section__inner article figure,
body.home .brand-section__inner article figure {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding-top: 64% !important;
  border-radius: 0 !important;
  background: #f4f8f9 !important;
}

body.home .school-section__inner article figure img,
body.home .items-section__inner article figure img,
body.home .brand-section__inner article figure img,
body.home .school-section__inner article:hover figure img,
body.home .items-section__inner article:hover figure img,
body.home .brand-section__inner article:hover figure img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  filter: none !important;
  transform: none !important;
}

body.home .brand-section__inner article figure img,
body.home .brand-section__inner article:hover figure img {
  padding: 18px !important;
  background: #ffffff !important;
  object-fit: contain !important;
}

body.home .school-section__inner article h3,
body.home .items-section__inner article h3,
body.home .brand-section__inner article h3 {
  margin: 0 !important;
  padding: 24px 24px 28px !important;
  background: #ffffff !important;
  color: var(--reference-ink) !important;
  font-size: clamp(19px, 1.7vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

body.home .school-section__inner article h3 span,
body.home .items-section__inner article h3 span,
body.home .brand-section__inner article h3 span {
  display: block !important;
  margin: 5px 0 0 !important;
  color: var(--reference-blue) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
}

body.home .school-section__inner article h3 small,
body.home .items-section__inner article h3 small,
body.home .brand-section__inner article h3 small {
  display: block !important;
  max-width: none !important;
  margin: 15px 0 0 !important;
  color: #5b6f79 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
  text-align: left !important;
}

body.home .news-section {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(76px, 8vw, 118px) 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.home .news-section .container {
  width: min(1310px, calc(100% - 40px)) !important;
  max-width: 1310px !important;
}

body.home .news-section__inner {
  gap: 0 !important;
  border-top: 1px solid var(--reference-line) !important;
}

body.home .news__item {
  border: 0 !important;
  border-bottom: 1px solid var(--reference-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home .news__item::before {
  display: none !important;
}

body.home .news__item--inner {
  grid-template-columns: 110px 110px minmax(0, 1fr) !important;
  padding: 22px 8px !important;
}

body.home .news__item--body p {
  display: none !important;
}

body.home .news__item--link {
  float: right !important;
  margin-top: -24px !important;
  color: var(--reference-blue) !important;
}

@media only screen and (max-width: 900px) {
  body.home .brand-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 700px) {
  body.home .school-section .container,
  body.home .items-section .container,
  body.home .brand-section .container,
  body.home .news-section .container,
  body.home .school-section .section__heading,
  body.home .items-section .section__heading,
  body.home .brand-section .section__heading,
  body.home .news-section .section__heading {
    width: calc(100% - 28px) !important;
  }

  body.home .school-section__inner,
  body.home .items-section__inner,
  body.home .brand-section__inner {
    grid-template-columns: 1fr !important;
  }

  body.home .school-section__inner article h3,
  body.home .items-section__inner article h3,
  body.home .brand-section__inner article h3 {
    padding: 20px !important;
  }

  body.home .news__item--inner {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.home .news__item--link {
    float: none !important;
    margin-top: 10px !important;
  }
}
}

/* Refined measurement CTA: compact, typographic and distinctly Macaw. */
body.home .school-section .section__button {
  display: flex !important;
  justify-content: center !important;
  padding: clamp(30px, 4vw, 48px) 0 0 !important;
}

body.home .school-section .section__button .btn {
  position: relative !important;
  display: flex !important;
  width: min(430px, 100%) !important;
  min-height: 78px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 17px 76px 17px 30px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #0a3047 0%, #176f8d 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(10, 48, 71, 0.20) !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home .school-section .section__button .btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 5px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffbbbd !important;
  opacity: 1 !important;
}

body.home .school-section .section__button .btn::after {
  content: "→" !important;
  position: absolute !important;
  top: 50% !important;
  right: 28px !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffbbbd !important;
  font-size: 25px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  transition: transform 0.25s ease !important;
}

body.home .school-section .section__button .btn span {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
  color: #ffffff !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.home .school-section .section__button .btn span small {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

body.home .school-section .section__button .btn:hover {
  background: linear-gradient(135deg, #0d3a54 0%, #1a7c9d 100%) !important;
  box-shadow: 0 20px 42px rgba(10, 48, 71, 0.25) !important;
  transform: translateY(-2px) !important;
}

body.home .school-section .section__button .btn:hover::after {
  transform: translate(5px, -50%) !important;
}

@media only screen and (max-width: 620px) {
  body.home .school-section .section__button .btn {
    min-height: 70px !important;
    padding: 15px 64px 15px 24px !important;
  }

  body.home .school-section .section__button .btn::after {
    right: 22px !important;
  }
}

/* Brand artwork has different amounts of built-in whitespace. Enlarge it
   within the existing card frame so every brand has comparable presence. */
body.home .brand-section__inner article figure img,
body.home .brand-section__inner article:hover figure img {
  padding: 0 !important;
  transform: scale(1.1) !important;
}

body.home .brand-section__inner article figure img[src$="brand-3.png"],
body.home .brand-section__inner article:hover figure img[src$="brand-3.png"] {
  transform: scale(1.16) !important;
}

/* Editorial guide panel below the hero. */
body.home .top-guide {
  position: relative;
  padding: clamp(56px, 7vw, 104px) 0 clamp(72px, 8vw, 120px);
  background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
  overflow: hidden;
}

body.home .top-guide::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(22, 119, 146, 0.06);
  border-radius: 50%;
}

body.home .top-guide .container {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 48px));
  max-width: 1380px;
}

body.home .top-guide__feature {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.45fr) auto;
  align-items: stretch;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid #dfe7e8;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(37, 61, 70, 0.07);
}

body.home .top-guide__photo {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
}

body.home .top-guide__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, #ffffff 100%);
}

body.home .top-guide__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.98) brightness(1.04);
}

body.home .top-guide__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px clamp(34px, 5vw, 72px) 52px clamp(24px, 3vw, 48px);
  color: #143442;
}

body.home .top-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #267d94;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
}

body.home .top-guide__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #d9a9aa;
}

body.home .top-guide__copy h2 {
  margin: 0;
  color: #143442;
  font-size: clamp(28px, 3vw, 44px);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.035em;
}

body.home .top-guide__copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #607780;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

body.home .top-guide__primary {
  display: flex;
  width: clamp(210px, 18vw, 270px);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 42px 38px;
  border-left: 1px solid #e2e9ea;
  background: #f3f8f8;
  color: #143f50;
  transition: background 0.25s ease, color 0.25s ease;
}

body.home .top-guide__primary::before {
  content: "↗";
  margin: 0 0 auto auto;
  color: #bd8082;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

body.home .top-guide__primary span {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 800;
  line-height: 1.3;
}

body.home .top-guide__primary small {
  margin-top: 9px;
  color: #76909a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

body.home .top-guide__primary:hover {
  background: #e8f2f3;
  color: #0d6981;
}

body.home .top-guide__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

body.home .top-guide__link {
  position: relative;
  display: grid;
  grid-template-columns: 48px 58px minmax(0, 1fr) 24px;
  align-items: center;
  min-height: 126px;
  gap: 20px;
  padding: 25px 28px;
  border: 1px solid #e1e8e9;
  border-radius: 2px;
  background: #ffffff;
  color: #082c3e;
  box-shadow: 0 10px 30px rgba(37, 61, 70, 0.045);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.home .top-guide__number {
  align-self: start;
  color: #bea2a2;
  font-family: serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
}

body.home .top-guide__link img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

body.home .top-guide__link-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

body.home .top-guide__link-text strong {
  font-size: clamp(17px, 1.4vw, 22px);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

body.home .top-guide__link-text small {
  color: #63818e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home .top-guide__arrow {
  color: #17809d;
  font-size: 23px;
  line-height: 1;
  transition: transform 0.25s ease;
}

body.home .top-guide__link:hover {
  border-color: rgba(23, 128, 157, 0.35);
  box-shadow: 0 16px 38px rgba(37, 61, 70, 0.075);
  transform: translateY(-2px);
}

body.home .top-guide__link:hover .top-guide__arrow {
  transform: translateX(4px);
}

@media only screen and (max-width: 1080px) {
  body.home .top-guide__feature {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  body.home .top-guide__primary {
    grid-column: 1 / -1;
    width: auto;
    min-height: 92px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  body.home .top-guide__primary::before {
    order: 3;
    margin: 0 0 0 auto;
  }

  body.home .top-guide__primary small {
    margin: 0 24px 0 12px;
  }

  body.home .top-guide__links {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 700px) {
  body.home .top-guide {
    padding: 38px 0 72px;
  }

  body.home .top-guide .container {
    width: calc(100% - 28px);
  }

  body.home .top-guide__feature {
    grid-template-columns: 1fr;
  }

  body.home .top-guide__photo {
    min-height: 210px;
  }

  body.home .top-guide__photo::after {
    background: linear-gradient(180deg, transparent 65%, #ffffff 100%);
  }

  body.home .top-guide__copy {
    padding: 12px 25px 38px;
  }

  body.home .top-guide__copy h2 br {
    display: none;
  }

  body.home .top-guide__copy p {
    font-size: 14px;
  }

  body.home .top-guide__primary {
    padding: 22px 25px;
  }

  body.home .top-guide__primary small {
    display: none;
  }

  body.home .top-guide__link {
    grid-template-columns: 34px 48px minmax(0, 1fr) 20px;
    min-height: 108px;
    gap: 13px;
    padding: 20px 18px;
  }

  body.home .top-guide__link img {
    width: 44px;
    height: 44px;
  }

body.home .top-guide__link-text strong {
    white-space: normal;
  }
}

/* Keep each official artwork fully visible; their native aspect ratios vary. */
body.home .brand-section__inner article figure img[src$="brand-tombow-nbp-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-tombow-maxplus-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-tombow-apex-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-olive-des-olive-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-victory-pistre-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-yonex-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-marching-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-tombow-nbp-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-tombow-maxplus-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-tombow-apex-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-olive-des-olive-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-victory-pistre-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-yonex-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-marching-official.jpg"] {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.home .brand-section__inner article figure img[src$="brand-olive-des-olive-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-olive-des-olive-official.jpg"],
body.home .brand-section__inner article figure img[src$="brand-yonex-official.jpg"],
body.home .brand-section__inner article:hover figure img[src$="brand-yonex-official.jpg"] {
  object-position: center center !important;
}

/* Quiet, editorial CTA below the product cards. */
body.home .items-section .section__button {
  display: flex !important;
  justify-content: center !important;
  padding: clamp(34px, 5vw, 58px) 0 0 !important;
}

body.home .items-section .section__button .btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  align-items: center !important;
  justify-content: stretch !important;
  width: min(470px, 100%) !important;
  min-height: 84px !important;
  gap: 22px !important;
  padding: 18px 18px 18px 30px !important;
  border: 1px solid #dce5e7 !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  color: #143442 !important;
  box-shadow: 0 14px 36px rgba(31, 57, 68, 0.065) !important;
  overflow: hidden !important;
  transform: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease !important;
}

body.home .items-section .section__button .btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 17px auto 17px 0 !important;
  width: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d9a9aa !important;
  opacity: 1 !important;
}

body.home .items-section .section__button .btn::after {
  content: "→" !important;
  position: static !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  border: 1px solid #d7e2e4 !important;
  border-radius: 50% !important;
  background: #f5f8f8 !important;
  color: #18738d !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: none !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
}

body.home .items-section .section__button .btn img {
  display: none !important;
}

body.home .items-section .section__button .btn span {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
  color: #143442 !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

body.home .items-section .section__button .btn span small {
  color: #718992 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.home .items-section .section__button .btn:hover {
  border-color: rgba(24, 115, 141, 0.34) !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(31, 57, 68, 0.10) !important;
  transform: translateY(-2px) !important;
}

body.home .items-section .section__button .btn:hover::after {
  background: #18738d !important;
  color: #ffffff !important;
  transform: translateX(2px) !important;
}

@media only screen and (max-width: 620px) {
  body.home .items-section .section__button .btn {
    grid-template-columns: minmax(0, 1fr) 42px !important;
    min-height: 76px !important;
    gap: 14px !important;
    padding: 15px 15px 15px 22px !important;
  }

  body.home .school-section .section__button .btn::after,
  body.home .items-section .section__button .btn::after {
    width: 42px !important;
    height: 42px !important;
  }

  body.home .school-section .section__button .btn span,
  body.home .items-section .section__button .btn span {
    font-size: clamp(16px, 5vw, 20px) !important;
    white-space: normal !important;
  }
}

/* Final measurement CTA override; kept last to supersede the legacy dark button. */
body.home .school-section .section__button {
  display: flex !important;
  justify-content: center !important;
  padding: clamp(34px, 5vw, 58px) 0 0 !important;
}

body.home .school-section .section__button .btn {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  align-items: center !important;
  justify-content: stretch !important;
  width: min(470px, 100%) !important;
  min-height: 84px !important;
  gap: 22px !important;
  padding: 18px 18px 18px 30px !important;
  border: 1px solid #dce5e7 !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  color: #143442 !important;
  box-shadow: 0 14px 36px rgba(31, 57, 68, 0.065) !important;
  overflow: hidden !important;
  transform: none !important;
}

body.home .school-section .section__button .btn::before {
  content: "" !important;
  position: absolute !important;
  inset: 17px auto 17px 0 !important;
  width: 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #d9a9aa !important;
  opacity: 1 !important;
}

body.home .school-section .section__button .btn::after {
  content: "→" !important;
  position: static !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  place-items: center !important;
  border: 1px solid #d7e2e4 !important;
  border-radius: 50% !important;
  background: #f5f8f8 !important;
  color: #18738d !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transform: none !important;
}

body.home .school-section .section__button .btn img {
  display: none !important;
}

body.home .school-section .section__button .btn span {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 7px !important;
  color: #143442 !important;
  font-size: clamp(18px, 1.7vw, 23px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

body.home .school-section .section__button .btn span small {
  color: #718992 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
}

body.home .school-section .section__button .btn:hover {
  border-color: rgba(24, 115, 141, 0.34) !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(31, 57, 68, 0.10) !important;
  transform: translateY(-2px) !important;
}

body.home .school-section .section__button .btn:hover::after {
  background: #18738d !important;
  color: #ffffff !important;
  transform: translateX(2px) !important;
}

@media only screen and (max-width: 620px) {
  body.home .school-section .section__button .btn {
    grid-template-columns: minmax(0, 1fr) 42px !important;
    min-height: 76px !important;
    gap: 14px !important;
    padding: 15px 15px 15px 22px !important;
  }

  body.home .school-section .section__button .btn::after {
    width: 42px !important;
    height: 42px !important;
  }

  body.home .school-section .section__button .btn span {
    font-size: clamp(16px, 5vw, 20px) !important;
    white-space: normal !important;
  }
}
