@charset "UTF-8";
/* ==========================================================================
   Pelopi Boutique Hotel — Coming Soon Style
   Quiet Luxury / Editorial Grid System
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: rgba(90, 96, 81, 0.12);
  color: #1E1C1A;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(30, 28, 26, 0.2) #F4F1EA;
}

body {
  background-color: #F4F1EA;
  color: #1E1C1A;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Background Floating Aegean Flowers */
.bg-flower {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  opacity: 0.06;
  mix-blend-mode: multiply;
  transition: opacity 1.5s ease;
}
.bg-flower img {
  width: 100%;
  height: auto;
}

.bg-flower-1 {
  bottom: -12vh;
  left: -8vw;
  width: 38vw;
  max-width: 520px;
  transform: rotate(15deg);
}

.bg-flower-2 {
  top: -10vh;
  right: -6vw;
  width: 34vw;
  max-width: 460px;
  transform: rotate(-25deg);
}

.bg-flower-3 {
  bottom: 8vh;
  right: 15vw;
  width: 22vw;
  max-width: 300px;
  transform: rotate(45deg);
  opacity: 0.04;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #F4F1EA;
}

::-webkit-scrollbar-thumb {
  background: rgba(30, 28, 26, 0.25);
  border-radius: 4px;
  border: 2px solid #F4F1EA;
}
::-webkit-scrollbar-thumb:hover {
  background: #F26522;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.grid-container {
  display: grid;
  margin: 0 auto;
  border: 1px solid #1E1C1A;
  grid-template-columns: 280px 1fr 380px;
  grid-template-rows: auto 1fr auto;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.grid-container.revealed {
  opacity: 1;
}

.grid-cell > * {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}

.grid-container.revealed .grid-cell > * {
  opacity: 1;
  transform: translateY(0);
}

#cell-logo > * {
  transition-delay: 0.05s;
}

#cell-coordinates > * {
  transition-delay: 0.12s;
}

#cell-status > * {
  transition-delay: 0.19s;
}

#cell-sidebar > * {
  transition-delay: 0.26s;
}

#cell-hero > * {
  transition-delay: 0.33s;
}

#cell-interact > * {
  transition-delay: 0.4s;
}

#cell-footer > * {
  transition-delay: 0.47s;
}

.grid-cell {
  position: relative;
  padding: 2.5rem;
  overflow: hidden;
  border-right: 1px solid rgba(30, 28, 26, 0.12);
  border-bottom: 1px solid rgba(30, 28, 26, 0.12);
}
.grid-cell:nth-child(3n), .grid-cell.interact-cell {
  border-right: none;
}

.logo-cell {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 160px;
}
.logo-cell .eyebrow {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8E8A84;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.logo-cell .brand-logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  color: #1E1C1A;
}
.logo-cell .brand-sub {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.38em;
  color: #5A6051;
  margin-top: 0.25rem;
  margin-left: 0.15rem;
  font-weight: 500;
}

.coord-cell,
.status-cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 160px;
}

.coord-cell {
  grid-column: 2;
}

.status-cell {
  grid-column: 3;
}

.label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8E8A84;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.coord-details .value,
.status-details .value,
.narrative-wrapper .value,
.sidebar-section .value {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1E1C1A;
  font-weight: 400;
}
.coord-details .sub-value,
.status-details .sub-value,
.narrative-wrapper .sub-value,
.sidebar-section .sub-value {
  display: block;
  font-size: 0.75rem;
  color: #5D5A56;
  margin-top: 0.25rem;
  letter-spacing: 0.02em;
}

.sidebar-cell {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-cell .sidebar-section {
  margin-bottom: 3.5rem;
}
.sidebar-cell .sidebar-section:last-child {
  margin-bottom: 0;
}

.philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-top: 1.2rem;
}

.philosophy-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.philosophy-item .num {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
  color: #8E8A84;
  margin-top: 0.2rem;
}
.philosophy-item .philosophy-content h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #1E1C1A;
  margin-bottom: 0.35rem;
}
.philosophy-item .philosophy-content p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5D5A56;
  font-weight: 300;
}

.social-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.social-links a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #5D5A56;
  transition: color 0.3s ease;
  display: inline-block;
  font-weight: 400;
}
.social-links a:hover {
  color: #5A6051;
}

.hero-cell {
  grid-column: 2;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.hero-cell .hero-image-wrapper {
  position: relative;
  flex-grow: 1;
  width: 100%;
  min-height: 380px;
  background-color: #EAE6DC;
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 28, 26, 0.12);
}
.hero-cell .hero-image-wrapper .hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-cell .hero-image-wrapper .hero-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.25, 1, 0.5, 1), transform 8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.02);
  z-index: 1;
}
.hero-cell .hero-image-wrapper .hero-slider .slide.active {
  opacity: 0.95;
  transform: scale(1.06);
  z-index: 2;
}
.hero-cell .hero-image-wrapper .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(244, 241, 234, 0) 60%, rgba(244, 241, 234, 0.05));
  pointer-events: none;
  z-index: 3;
}
.hero-cell .hero-statement {
  padding: 2.5rem;
  background-color: #F4F1EA;
}
.hero-cell .hero-statement .statement-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 300;
  line-height: 1.3;
  color: #1E1C1A;
  max-width: 90%;
}
.hero-cell .hero-statement .statement-text em {
  font-style: italic;
  font-weight: 400;
}

.interact-cell {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.5rem;
}
.interact-cell .narrative-wrapper .narrative-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5D5A56;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.interact-cell .narrative-wrapper .narrative-subtext {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
  color: #5A6051;
  font-weight: 400;
}
.interact-cell .map-wrapper {
  margin-top: 1.5rem;
}
.interact-cell .map-wrapper .map-container {
  width: 100%;
  height: 160px;
  border: 1px solid rgba(30, 28, 26, 0.12);
  background-color: #EAE6DC;
  overflow: hidden;
}
.interact-cell .map-wrapper .map-container iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.1) opacity(0.85);
  transition: filter 0.4s ease, opacity 0.4s ease;
}
.interact-cell .map-wrapper .map-container iframe:hover {
  filter: grayscale(0.2) contrast(1) opacity(1);
}
.interact-cell .map-wrapper .map-note {
  font-size: 0.75rem;
  color: #8E8A84;
  margin-top: 0.65rem;
  line-height: 1.4;
  font-weight: 300;
}

.form-wrapper h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-wrapper .form-instructions {
  font-size: 0.8rem;
  color: #5D5A56;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-weight: 300;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.subscribe-form .input-group {
  position: relative;
  width: 100%;
}
.subscribe-form .input-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(30, 28, 26, 0.12);
  padding: 0.75rem 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  color: #1E1C1A;
  outline: none;
  transition: border-bottom-color 0.4s ease;
  font-weight: 300;
}
.subscribe-form .input-group input::placeholder {
  color: #8E8A84;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.subscribe-form .input-group input:focus::placeholder {
  transform: translateY(-4px);
  opacity: 0.5;
}
.subscribe-form .input-group input:-webkit-autofill, .subscribe-form .input-group input:-webkit-autofill:hover, .subscribe-form .input-group input:-webkit-autofill:focus, .subscribe-form .input-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F4F1EA inset !important;
  -webkit-text-fill-color: #1E1C1A !important;
}
.subscribe-form .input-group .input-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #5A6051;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.subscribe-form .input-group input:focus ~ .input-line {
  width: 100%;
}
.subscribe-form .checkbox-group {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.2rem;
  text-align: left;
}
.subscribe-form .checkbox-group input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #5A6051;
  cursor: pointer;
  margin-top: 0.15rem;
  flex-shrink: 0;
}
.subscribe-form .checkbox-group .checkbox-label {
  font-size: 0.75rem;
  color: #5D5A56;
  line-height: 1.4;
  font-weight: 300;
  cursor: pointer;
  user-select: none;
}

.submit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: 1px solid #1E1C1A;
  padding: 1rem 1.5rem;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #1E1C1A;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, border-color 0.4s ease;
  margin-top: 1rem;
  font-weight: 500;
}
.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1E1C1A;
  transform: translateY(101%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}
.submit-btn .btn-text,
.submit-btn .btn-icon {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.submit-btn .btn-icon {
  margin-left: 1rem;
}
.submit-btn:hover {
  color: #F4F1EA;
  border-color: #1E1C1A;
}
.submit-btn:hover::before {
  transform: translateY(0);
}
.submit-btn:hover .btn-icon {
  transform: translateX(4px);
}
.submit-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.form-status {
  margin-top: 1rem;
  font-size: 0.75rem;
  min-height: 18px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.form-status.visible {
  opacity: 1;
}
.form-status.success {
  color: #5A6051;
}
.form-status.error {
  color: #B25D53;
}

.footer-cell {
  grid-column: 1/span 3;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 2.5rem;
  font-size: 0.7rem;
  color: #5D5A56;
}
.footer-cell .footer-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer-cell .footer-left .footer-phone {
  color: #1E1C1A !important;
  text-decoration: none !important;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.footer-cell .footer-left .footer-phone:hover {
  color: #F26522 !important;
  text-decoration: none !important;
}
.footer-cell .footer-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: right;
  flex-grow: 1;
  justify-content: flex-end;
}
.footer-cell .footer-right .footer-copyright {
  white-space: nowrap;
  font-weight: 300;
}
.footer-cell .footer-right .footer-notice {
  color: #8E8A84;
  font-size: 0.65rem;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  max-width: 480px;
  border-left: 1px solid rgba(30, 28, 26, 0.12);
  padding-left: 1.5rem;
}
@media (max-width: 950px) {
  .footer-cell .footer-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    text-align: right;
  }
  .footer-cell .footer-right .footer-notice {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(30, 28, 26, 0.12);
    padding-top: 0.5rem;
    text-align: right;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: 240px 1fr;
    grid-template-rows: auto auto 1fr auto;
    margin: 2vh 3vw;
    height: auto;
    min-height: 96vh;
  }
  .logo-cell {
    grid-column: 1;
    grid-row: 1;
    border-bottom: 1px solid rgba(30, 28, 26, 0.12);
  }
  .coord-cell {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid rgba(30, 28, 26, 0.12);
  }
  .status-cell {
    grid-column: 1/span 2;
    grid-row: 2;
    border-bottom: 1px solid rgba(30, 28, 26, 0.12);
    border-right: none;
    min-height: auto;
    padding: 1.5rem 2.5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .status-cell .label {
    margin-bottom: 0;
  }
  .status-cell .status-details {
    text-align: right;
  }
  .sidebar-cell {
    grid-column: 1;
    grid-row: 3;
    border-bottom: 1px solid rgba(30, 28, 26, 0.12);
  }
  .hero-cell {
    grid-column: 2;
    grid-row: 3;
    border-bottom: 1px solid rgba(30, 28, 26, 0.12);
    border-right: none;
  }
  .interact-cell {
    grid-column: 1/span 2;
    grid-row: 4;
    border-bottom: 1px solid rgba(30, 28, 26, 0.12);
    border-right: none;
    flex-direction: row;
    gap: 4rem;
  }
  .interact-cell .narrative-wrapper,
  .interact-cell .form-wrapper {
    flex: 1;
  }
  .footer-cell {
    grid-column: 1/span 2;
    grid-row: 5;
    border-right: none;
  }
}
@media (max-width: 850px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    margin: 0;
    border: none;
    height: auto;
  }
  .grid-cell {
    grid-column: 1 !important;
    border-right: none !important;
    padding: 2rem 1.5rem;
  }
  .logo-cell {
    grid-row: 1;
  }
  .coord-cell {
    grid-row: 2;
    min-height: auto;
    padding: 1.5rem;
  }
  .status-cell {
    grid-row: 3;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .status-cell .status-details {
    text-align: left;
  }
  .hero-cell {
    grid-row: 4;
  }
  .hero-cell .hero-image-wrapper {
    min-height: 300px;
  }
  .hero-cell .hero-statement {
    padding: 2rem 1.5rem;
  }
  .hero-cell .hero-statement .statement-text {
    font-size: 1.75rem;
    max-width: 100%;
  }
  .sidebar-cell {
    grid-row: 5;
  }
  .sidebar-cell .sidebar-section {
    margin-bottom: 2rem;
  }
  .sidebar-cell .social-section {
    margin-top: 1rem;
  }
  .interact-cell {
    grid-row: 6;
    flex-direction: column;
    gap: 3rem;
  }
  .footer-cell {
    grid-row: 7;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
  .footer-cell .footer-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .footer-cell .footer-right {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.8rem;
    width: 100%;
  }
  .footer-cell .footer-right .footer-notice {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid rgba(30, 28, 26, 0.12);
    padding-top: 0.8rem;
    text-align: left;
  }
}
