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

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

/* ===== Agnos Brand Variables ===== */
:root {
  --agnos-teal: #63E1E5;
  --agnos-teal-dark: #4fc8cc;
  --agnos-teal-light: #e8fafb;
  --agnos-text: #2a2a2a;
  --agnos-text-light: #888;
  --agnos-bg-gray: #f8f9fa;
}

/* ===== Base Typography ===== */
body {
  letter-spacing: 0.02em !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300 !important;
}
.wp-block-heading {
  letter-spacing: 0.02em !important;
}

/* ===== Body Text ===== */
p, li, td, th {
  letter-spacing: 0.02em !important;
}

/* ===== Bluesky / Social Links Non-Display ===== */
.wp-block-social-links,
[class*="bluesky"],
.social-link-bluesky {
  display: none !important;
}

/* ===== Header / Navigation ===== */
.l-header {
  transition: background 0.4s ease, box-shadow 0.4s ease !important;
}
.c-gnav > li > a {
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 0.06em !important;
}
.c-gnav a::after {
  background: var(--agnos-teal) !important;
}

/* ===== Hero / Main Visual ===== */
.p-mainVisual__slideTitle {
  font-weight: 200 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.7 !important;
}
.p-mainVisual__slideText {
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  opacity: 0.8;
}

/* ===== Buttons - Teal Pill Shape ===== */
.wp-block-button__link {
  border-radius: 100px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  transition: all 0.3s ease !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--agnos-teal) !important;
  color: var(--agnos-teal-dark) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--agnos-teal) !important;
  color: #fff !important;
}

/* ===== Section Spacing ===== */
.swell-block-fullWide {
  --swl-fw_pad: 80px;
}
@media (min-width: 960px) {
  .swell-block-fullWide {
    --swl-fw_pad: 120px;
  }
}

/* ===== Scroll to Top Button ===== */
#pagetop {
  background: var(--agnos-teal) !important;
  color: #fff !important;
}

/* ===== SWELL Footer Override ===== */
.l-footer {
  background: #1a1a1a !important;
  color: rgba(255,255,255,0.5) !important;
  letter-spacing: 0.04em;
  padding: 0 !important;
}
.l-footer .l-footer__inner {
  padding: 0 !important;
}
/* Hide SWELL default footer widgets & copyright */
.l-footer .l-footer__widgetArea,
.l-footer .l-footer__foot,
.l-footer__copyright {
  display: none !important;
}

/* ===== Agnos Custom Footer ===== */
.agnos-footer {
  background: #1a1a1a;
  color: rgba(255,255,255,0.5);
  padding: 80px 0 40px;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
}
.agnos-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 64px;
  margin-bottom: 64px;
}

/* Logo */
.agnos-footer-logo {
  height: 18px;
  width: auto;
  margin-bottom: 24px;
  display: block;
}

/* Address */
.agnos-footer-address {
  font-size: 12px;
  line-height: 2;
  font-style: normal;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.45);
}

/* Phone */
.agnos-footer-tel {
  display: block;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
  margin-bottom: 24px;
  transition: color 0.3s;
}
.agnos-footer-tel:hover {
  color: var(--agnos-teal) !important;
}

/* SNS Icons */
.agnos-footer-sns {
  display: flex;
  gap: 16px;
}
.agnos-footer-sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  text-decoration: none !important;
  transition: all 0.3s;
}
.agnos-footer-sns-icon:hover {
  color: var(--agnos-teal) !important;
  border-color: var(--agnos-teal);
}
.agnos-footer-sns-icon svg {
  fill: currentColor;
}

/* Nav Columns */
.agnos-footer-nav-title {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.08em;
  padding: 0 !important;
  border: none !important;
}
.agnos-footer-nav-title::before,
.agnos-footer-nav-title::after {
  display: none !important;
}
.agnos-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.agnos-footer-nav-list li {
  margin-bottom: 12px;
}
.agnos-footer-nav-list a {
  font-size: 13px;
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none !important;
  transition: color 0.3s;
  letter-spacing: 0.04em;
}
.agnos-footer-nav-list a:hover {
  color: var(--agnos-teal) !important;
}

/* Bottom Bar */
.agnos-footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 24px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.04em;
}

/* Footer Responsive */
@media (max-width: 960px) {
  .agnos-footer { padding: 60px 0 32px; }
  .agnos-footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .agnos-footer-nav-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .agnos-footer-nav-right .agnos-footer-nav-col {
    margin-top: 0 !important;
  }
  .agnos-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* ===== Loading Screen Responsive ===== */
@media (max-width: 599px) {
  #agnos-loading svg#agnos-logo-loading {
    width: 280px !important;
    height: auto !important;
  }
  #agnos-loading .ring-wrap,
  #agnos-loading div[style*="width:220px"] {
    width: 160px !important;
    height: 160px !important;
  }
  #agnos-loading div[style*="width:220px"] svg {
    width: 160px !important;
    height: 160px !important;
  }
}
