/*
Theme Name: Honeycombe Hair
Theme URI: https://honeycombe-hair.multiscreensite.com/
Author: dmsCREATiVE
Description: A Gutenberg block theme for Honeycombe Hair Studio in Warwick, Queensland.
Version: 1.0.25
Requires at least: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: honeycombe-hair
*/

@font-face {
  font-family: "Fahkwang";
  src: url("assets/fonts/fahkwang-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fahkwang";
  src: url("assets/fonts/fahkwang-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --hh-ink: #2d2e32;
  --hh-cream: #f6f4ef;
  --hh-muted: #77736f;
  --hh-content-max: 1600px;
  --hh-content-gutter: 40px;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .25em; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

.site-header {
  box-sizing: border-box;
  height: 83px;
  padding: 0 24px;
  position: relative;
  z-index: 20;
  background: var(--hh-cream);
}

.home .site-header { position: absolute; inset: 0 0 auto; background: transparent; }
.honeycombe-spa-page .site-header { position: absolute; inset: 0 0 auto; background: transparent; color: #fff; }
.honeycombe-spa-page .site-header .wp-block-navigation-item__content { color: #fff; }
.honeycombe-spa-page .site-header .current-menu-item > .wp-block-navigation-item__content,
.honeycombe-spa-page .site-header .current-menu-ancestor > .wp-block-navigation-item__content { border-bottom-color: #fff; }
.site-header-inner { height: 100%; max-width: 780px; margin: 0 auto; }
.site-header .wp-block-navigation { width: 100%; }
.site-header .wp-block-navigation__container { gap: 38px; width: 100%; justify-content: center; }
.site-header .wp-block-navigation-item__content { padding: 25px 0 10px; font-size: 16px; line-height: normal; letter-spacing: .48px; text-decoration: none; }
.site-header .current-menu-item > .wp-block-navigation-item__content,
.site-header .current-menu-ancestor > .wp-block-navigation-item__content { border-bottom: 2px solid #000; }
.mobile-phone { display: none !important; }

@media (min-width: 782px) {
  .site-header .current-menu-item > .wp-block-navigation-item__content,
  .site-header .current-menu-ancestor > .wp-block-navigation-item__content { position: relative; border-bottom: 0; }
  .site-header .current-menu-item > .wp-block-navigation-item__content::after,
  .site-header .current-menu-ancestor > .wp-block-navigation-item__content::after { content: ""; position: absolute; right: 0; bottom: 4.8px; left: 0; height: 2px; background: #000; }
  .honeycombe-spa-page .site-header .current-menu-item > .wp-block-navigation-item__content::after,
  .honeycombe-spa-page .site-header .current-menu-ancestor > .wp-block-navigation-item__content::after { background: #fff; }
}

.site-main { min-height: 55vh; }
.page-id-20 .site-main,
.page-id-21 .site-main { background: var(--hh-cream); }
.site-main > .wp-block-post-content { margin-top: 0; }
.site-main > .wp-block-post-content > * { margin-block-start: 0; }

.wp-block-button__link {
  min-width: 184px;
  box-sizing: border-box;
  padding: 11px 24px;
  border-radius: 0;
  font-size: 18px;
  line-height: 22px;
}

.home-hero {
  height: 100vh;
  min-height: 100vh !important;
  align-items: stretch;
  background: var(--hh-cream);
}
.home-hero .wp-block-cover__image-background { object-fit: cover; object-position: 45% center; }
.home-hero .wp-block-cover__inner-container { display: flex; align-items: center; height: 100%; min-height: 0; }
.home-hero-content { width: 44%; margin-left: 7.8%; text-align: center; padding-top: 100px; }
.home-logo img { width: min(366px, 100%); max-width: 75%; height: auto; }
.home-title { max-width: 570px; margin: 66px auto 0 !important; font-size: 30px !important; line-height: 1.28; }
.home-kicker { margin-top: 12px !important; }
.home-title,
.home-kicker { color: var(--hh-ink) !important; }
.home-actions { gap: 10px; margin-top: 76px !important; }
.home-actions .wp-block-button { flex: 1; }
.home-actions .wp-block-button__link { width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: center; color: #000; background: rgba(0,0,0,.05); border: 1px solid transparent; transition: background-color .2s, border-color .2s; }
.home-actions .wp-block-button__link:hover { border-color: #414345; }

.about-intro,
.contact-layout,
.spa-intro { min-height: 896px; gap: 0; }
.about-intro > .wp-block-column:first-child,
.contact-layout > .wp-block-column:first-child,
.spa-intro > .wp-block-column:first-child { flex-basis: 40% !important; }
.about-intro > .wp-block-column:last-child,
.contact-layout > .wp-block-column:last-child,
.spa-intro > .wp-block-column:last-child { flex-basis: 60% !important; }
.about-intro-image,
.contact-hero-image,
.spa-intro-image { height: 896px; margin: 0; }
.spa-intro-image { overflow: hidden; }
.about-intro-image img,
.contact-hero-image img,
.spa-intro-image img { width: 100%; height: 100%; object-fit: cover; }
.spa-intro-image.has-parallax img { will-change: transform; }
.about-intro-copy,
.contact-copy,
.spa-intro-copy { max-width: 736px; padding: 226px 64px 80px 88px; box-sizing: border-box; }
.display-heading { font-size: clamp(40px, 3.4vw, 50px) !important; line-height: 1.28; font-weight: 400; }
.lead-copy { font-size: 20px; line-height: 1.3; }
.about-intro-copy .wp-block-buttons,
.spa-intro-copy .wp-block-buttons { margin-top: 26px; }
.about-cards { width: 100%; max-width: var(--hh-content-max); box-sizing: border-box; gap: 72px; margin-inline: auto !important; padding: 78px var(--hh-content-gutter) 98px; }
.about-cards > .wp-block-column { min-width: 0; }
.about-card-image { display: block; height: 260px; margin: 0 0 30px; }
.about-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-cards h3 { margin-bottom: 12px; }
.about-cards p { line-height: 1.5; }
.about-cards > .wp-block-column:last-child > .wp-block-buttons { margin-top: 15px; }

.services-layout { min-height: 1841px; gap: 0; }
.services-photo-column { flex-basis: 40% !important; min-height: 1841px; background: url("assets/images/services-hero.jpg") center/cover no-repeat; }
.services-content-column { flex-basis: 60% !important; padding: 100px 48px 150px 120px; box-sizing: border-box; }
.service-section { max-width: 695px; margin-bottom: 56px !important; }
.service-section-title { font-size: 50px !important; font-weight: 400; margin-bottom: 30px !important; }
.service-row { display: grid !important; grid-template-columns: minmax(0, 1fr) 178px; gap: 36px; align-items: center; margin-bottom: 26px !important; }
.service-row .wp-block-group { margin: 0; }
.service-name { font-size: 20px; font-weight: 700; margin-bottom: 4px !important; }
.service-meta { color: #77736f; margin: 3px 0 !important; }
.service-row .wp-block-buttons { justify-content: flex-end; }
.service-row .wp-block-button__link { min-width: 160px; }

.spa-hero { height: 100vh; min-height: 100vh !important; overflow: hidden; padding-inline: 0; }
.spa-hero .wp-block-cover__image-background { object-position: center; }
.spa-hero .wp-block-cover__inner-container { display: flex; justify-content: center; align-items: center; }
.spa-hero .wp-block-cover__background { background: linear-gradient(to bottom, rgba(0, 0, 0, .15), rgba(0, 0, 0, 0)) !important; opacity: 1 !important; }
.spa-hero-title { width: 100%; max-width: var(--hh-content-max); box-sizing: border-box; margin: 0 auto !important; padding-inline: var(--hh-content-gutter); color: #fff !important; text-align: left; font-size: 100px !important; line-height: 1.08; font-weight: 400; }
.spa-hero-logo { display: block; width: 220px; aspect-ratio: 440 / 353; margin: 0 0 32px; background: url("assets/images/logo-white.svg") center/contain no-repeat; animation: hh-spa-logo-reveal 2s ease-out both; }
.spa-hero-copy,
.spa-hero-heading-text,
.spa-hero-subtitle { display: block; }
.spa-hero-copy { animation: hh-spa-copy-reveal 2s ease-out both; }
.spa-hero-title .spa-hero-subtitle { max-width: 680px; margin-top: 24px; font-family: Fahkwang, sans-serif; font-size: 24px; line-height: 1.4; font-weight: 400; }
@keyframes hh-spa-logo-reveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hh-spa-copy-reveal {
  from { opacity: 0; transform: translateY(-28px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .spa-hero.has-parallax .wp-block-cover__image-background { will-change: transform; }
}
.spa-intro-copy { padding-top: 260px; }
.spa-experience { width: 100%; max-width: var(--hh-content-max); box-sizing: border-box; margin-inline: auto !important; padding: 115px var(--hh-content-gutter) 92px; }
.spa-experience-head { max-width: 780px; margin: 0 0 190px !important; }
.spa-experience-head .experience-subhead { font-size: 32px; max-width: 620px; margin-top: 44px !important; }
.spa-steps { gap: 42px; }
.spa-step-image { display: block; height: 260px; margin: 0 0 24px; }
.spa-step-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.spa-steps h3 { font-size: 24px !important; line-height: 1.2; margin-bottom: 12px; }
.spa-steps p { line-height: 1.5; }
.rituals { background: var(--hh-cream); padding: 82px 0 105px; }
.rituals-inner { width: 100%; max-width: var(--hh-content-max); box-sizing: border-box; margin-inline: auto !important; padding-inline: var(--hh-content-gutter); }
.rituals-title { font-size: 50px !important; max-width: 850px; margin-bottom: 38px !important; }
.ritual-row { display: grid !important; grid-template-columns: minmax(0, 1fr) 220px; gap: clamp(48px, 5vw, 80px); align-items: start; padding: 0 0 30px; margin-bottom: 30px !important; border-bottom: 1px solid #77736f; }
.ritual-row:last-child { border-bottom: 0; }
.ritual-row h3 { font-size: 24px !important; margin-bottom: 4px; }
.ritual-row p { margin: 4px 0 !important; }

@media (min-width: 1025px) {
  .rituals-inner { width: 75%; margin-left: max(0px, calc((100vw - var(--hh-content-max)) / 2)) !important; margin-right: auto !important; }
}

.contact-layout { background: var(--hh-cream); min-height: 1230px; }
.contact-hero-image { height: 1230px; }
.contact-copy { padding-top: 265px; max-width: 820px; }
.contact-copy h1 { font-size: 60px !important; margin-bottom: 76px !important; }
.contact-copy .lead-copy { max-width: 660px; }
.honeycombe-contact-form { margin-top: 56px; }
.honeycombe-contact-form label { display: block; font-family: Fahkwang, sans-serif; font-size: 17px; margin: 0 0 6px; }
.honeycombe-contact-form .required { color: #c3182f; }
.honeycombe-contact-form input,
.honeycombe-contact-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #2d2e32; border-radius: 0; background: transparent; color: #2d2e32; font: inherit; padding: 8px 10px; margin-bottom: 16px; }
.honeycombe-contact-form input { height: 42px; }
.honeycombe-contact-form textarea { min-height: 80px; resize: vertical; }
.honeycombe-contact-form button { border: 0; border-radius: 0; color: #fff; background: #000; font: 400 17px/1 Fahkwang, sans-serif; padding: 13px 34px; cursor: pointer; }
.honeycombe-contact-form .form-status { margin: 14px 0; }
.contact-honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { background: #000; color: #fff; min-height: 240px; padding: 72px 0; box-sizing: border-box; }
.footer-grid { width: 100%; max-width: var(--hh-content-max); min-height: 95px; box-sizing: border-box; display: grid !important; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; margin-inline: auto !important; padding-inline: var(--hh-content-gutter); }
.footer-address { text-align: left; }
.footer-copyright { text-align: center; }
.footer-credit-social { display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.site-footer p { margin: 0; font-size: 14px; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-credit-link,
.footer-credit-link:visited,
.footer-credit-link:hover,
.footer-credit-link:active { color: inherit; font: inherit; text-decoration: none; }
.site-footer .wp-block-social-links { gap: 8px; flex-direction: row; }
.site-footer .wp-social-link { background: transparent !important; color: #fff !important; }

.not-found { min-height: 65vh; padding: 160px 24px; text-align: center; }

@media (max-width: 781px) {
  .site-header { height: 102px; padding: 0 26px; }
  .site-header-inner { max-width: none; display: flex; justify-content: space-between; }
  .mobile-phone { display: block !important; width: 28px; height: 34px; margin: 34px 0 0; background: url("assets/images/phone.svg") center/26px auto no-repeat; }
  .mobile-phone a { display: block; width: 100%; height: 100%; font-size: 0; }
  .site-header .wp-block-navigation { width: auto; margin-left: auto; }
  .site-header .wp-block-navigation__responsive-container-open svg { display: none; }
  .site-header .wp-block-navigation__responsive-container-open { width: 34px; height: 34px; margin-top: 33px; background: url("assets/images/menu.svg") center/34px auto no-repeat; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open { padding: 32px; background: var(--hh-cream); }
  .site-header .wp-block-navigation__responsive-container-content { padding-top: 84px; }
  .site-header .wp-block-navigation__container { gap: 20px; align-items: flex-start !important; }
  .site-header .wp-block-navigation-item__content { font-size: 22px; padding: 5px 0; }
  .home .site-header { position: absolute; }

  .home-hero { min-height: 100vh !important; }
  .home-hero .wp-block-cover__inner-container { align-items: flex-start; }
  .home-hero .wp-block-cover__image-background { object-position: 46% center; }
  .home-hero-content { width: 100%; margin: 0; padding: 160px 32px 0; box-sizing: border-box; }
  .home-logo img { width: 235px; max-width: 72%; }
  .home-title { font-size: 24px !important; margin-top: 28px !important; max-width: 330px; }
  .home-kicker { font-size: 16px; margin-top: 9px !important; }
  .home-actions { margin-top: 23px !important; gap: 10px; flex-wrap: nowrap; }
  .home-actions .wp-block-button__link { min-width: 0; min-height: 64px; padding: 8px 8px; font-size: 16px; white-space: nowrap; }

  .about-intro,
  .contact-layout,
  .spa-intro { display: block !important; min-height: 0; }
  .about-intro-image,
  .contact-hero-image,
  .spa-intro-image { height: auto; margin: 0 16px; overflow: hidden; }
  .about-intro-image,
  .spa-intro-image { aspect-ratio: 3 / 4; }
  .contact-hero-image { aspect-ratio: 4 / 5; }
  .about-intro-image img,
  .contact-hero-image img,
  .spa-intro-image img { width: 100%; height: 100%; object-fit: cover; }
  .about-intro-image img { object-position: center; }
  .contact-hero-image img { object-position: center top; }
  .spa-intro-image img { object-position: center; }
  .about-intro-copy,
  .contact-copy,
  .spa-intro-copy { padding: 48px 32px 64px; max-width: none; }
  .display-heading { font-size: 38px !important; }
  .lead-copy { font-size: 17px; line-height: 1.45; }
  .about-cards { display: block !important; padding: 0 32px 72px; }
  .about-cards > .wp-block-column { margin-bottom: 52px; }
  .about-card-image { display: block; height: auto; aspect-ratio: 4 / 3; overflow: hidden; margin: 0 0 26px; }
  .about-card-image img { width: 100%; height: 100%; object-fit: cover; }

  .services-layout { display: block !important; min-height: 0; padding-top: 0; }
  .services-photo-column { min-height: 260px; height: 260px; margin: 0 16px; background-position: center 28%; }
  .services-content-column { padding: 56px 32px 80px; }
  .service-section { margin-bottom: 50px !important; }
  .service-section-title { font-size: 38px !important; line-height: 1.2; margin-bottom: 26px !important; }
  .service-row { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; margin-bottom: 28px !important; }
  .service-name { font-size: 17px; line-height: 1.3; }
  .service-meta { font-size: 16px; line-height: 1.45; }
  .service-row .wp-block-button__link { min-width: 96px; width: auto; min-height: 44px; padding: 10px 12px; font-size: 15px; line-height: 1.2; white-space: nowrap; }

  .spa-hero { min-height: 240px !important; margin: 0 16px; }
  .spa-hero .wp-block-cover__image-background { object-position: center; }
  .spa-hero-title { font-size: 34px !important; line-height: 1.1; }
  .spa-intro-copy { padding-top: 48px; }
  .spa-intro-copy .wp-block-button__link { width: 100%; }
  .spa-experience { padding: 64px 32px 56px; }
  .spa-experience-head { margin-bottom: 48px !important; }
  .spa-experience-head .experience-subhead { font-size: 24px; line-height: 1.4; margin: 24px 0 0 !important; max-width: none; }
  .spa-steps { display: block !important; }
  .spa-steps > .wp-block-column { margin-bottom: 48px; }
  .spa-step-image { display: block; height: auto; aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 24px; }
  .spa-step-image img { width: 100%; height: 100%; object-fit: cover; }
  .spa-steps h3 { font-size: 20px !important; }
  .spa-steps p { font-size: 16px; line-height: 1.45; }
  .rituals { padding: 64px 0 76px; }
  .rituals-inner { padding-inline: 32px; }
  .rituals-title { font-size: 38px !important; }
  .ritual-row { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-bottom: 36px; margin-bottom: 36px !important; }
  .ritual-row h3 { font-size: 20px !important; line-height: 1.3; }
  .ritual-row p { font-size: 16px; line-height: 1.35; }
  .ritual-row .wp-block-buttons { justify-content: flex-start; }
  .ritual-row .wp-block-button__link { min-width: 160px; width: auto; min-height: 44px; padding: 11px 18px; font-size: 16px; line-height: 1.2; white-space: nowrap; }

  .contact-layout { padding-top: 0; }
  .contact-copy { padding: 56px 32px 64px; }
  .contact-copy h1 { font-size: 38px !important; margin-bottom: 32px !important; }
  .honeycombe-contact-form { margin-top: 40px; }
  .honeycombe-contact-form input { height: 44px; }
  .honeycombe-contact-form button { min-height: 44px; }

  .site-footer { min-height: 365px; padding: 62px 0 54px; }
  .footer-grid { display: flex !important; flex-direction: column; gap: 42px; min-height: 0; }
  .footer-credit-social { order: 1; justify-content: center; gap: 26px; }
  .footer-address { order: 2; text-align: center; }
  .footer-copyright { order: 3; text-align: center; }
  .site-footer p { font-size: 14px; }
}

@media (max-width: 781px) {
  .site-header-inner { align-items: center; }
  .mobile-phone { align-self: center; margin-top: 0; }
  .site-header .wp-block-navigation { height: 100%; align-items: center; }
  .site-header .wp-block-navigation__responsive-container-open { margin-top: 0; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open { padding: 0 40px; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog { height: 100vh; min-height: 100vh; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content { height: 100vh; min-height: 100vh; box-sizing: border-box; justify-content: center; align-items: flex-start; padding-top: 0; }
  .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { width: 100%; align-items: flex-start !important; justify-content: center !important; }
  .site-header .wp-block-navigation__responsive-container-close { position: fixed; top: 39px; right: 31px; }

  .home-hero .wp-block-cover__image-background { object-position: 75% center; }
  .home-hero .wp-block-cover__background { background-color: rgb(246, 243, 239) !important; opacity: .25 !important; }
  .home-actions { flex-direction: column; align-items: center; }
  .home-actions .wp-block-button { flex: none; width: min(100%, 280px); }
  .home-actions .wp-block-button__link { width: 100%; min-height: 56px; }

  .spa-hero,
  .spa-intro-image,
  .contact-hero-image { width: 100%; margin-inline: 0; }
  .spa-intro > .wp-block-column:first-child { display: none; }
  .spa-hero { height: 100vh; min-height: 100vh !important; }
  .spa-hero-title { padding-inline: 24px; text-align: center; font-size: 55.2px !important; line-height: 1.08; }
  .spa-hero-logo { width: 184px; margin: 0 auto 46px; }
  .spa-hero-title .spa-hero-subtitle { max-width: 320px; margin: 18px auto 0; font-family: Fahkwang, sans-serif; font-size: 18px; line-height: 1.4; }
  .honeycombe-spa-page .mobile-phone,
  .honeycombe-spa-page .site-header .wp-block-navigation__responsive-container-open { filter: brightness(0) invert(1); }
  .honeycombe-spa-page .site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content { color: var(--hh-ink); }

  .site-footer { min-height: 0; padding: 48px 0 42px; }
  .footer-grid { gap: 0; }
  .footer-credit-social { width: 100%; flex-direction: column; justify-content: center; gap: 20px; }
  .footer-credit-social > .wp-block-social-links { order: -1; gap: 8px; margin: 0; padding: 0; }
  .site-footer .wp-social-link,
  .site-footer .wp-social-link a { width: 80px; height: 80px; box-sizing: border-box; }
  .site-footer .wp-social-link a { display: flex; align-items: center; justify-content: center; padding: 18px; }
  .site-footer .wp-social-link svg { width: 44px; height: 44px; }
  .site-footer .footer-address { margin-top: 30px; }
  .site-footer .footer-address a,
  .site-footer .footer-address a[x-apple-data-detectors] { color: inherit !important; font: inherit !important; text-decoration: none !important; border-bottom: 0 !important; }
  .site-footer .footer-copyright { margin-top: 12px; }
}

@media (max-width: 360px) {
  .home-hero-content { padding-inline: 8px; }
  .home-title { font-size: 21px !important; margin-top: 20px !important; }
  .home-actions { flex-direction: column; margin-top: 16px !important; gap: 8px; }
  .home-actions .wp-block-button { width: min(100%, 260px); }
  .home-actions .wp-block-button,
  .home-actions .wp-block-button__link { width: 100%; }
  .home-actions .wp-block-button__link { min-height: 48px; padding-inline: 6px; font-size: 14px; line-height: 1.15; white-space: normal; }
  .spa-intro-copy .wp-block-button__link { padding-inline: 10px; font-size: 15px; white-space: nowrap; }
  .honeycombe-contact-form button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .spa-hero-logo,
  .spa-hero-copy { animation: none; }
}
