@charset "UTF-8";

/* =========================================================
   Awashima Coffee V2 - Common Components
   PAGE HERO unified / 2026-08-27
========================================================= */


/* =========================================================
   EC-CUBE PAGE LAYOUT RESET
   Independent V2 pages common
========================================================= */

.aw-page .ec-categoryNaviRole,
.aw-page .ec-itemNav,
.aw-page .ec-pageHeader,
.aw-page .ec-topicpath {
  display: none !important;
}

.aw-page .ec-layoutRole,
.aw-page .ec-layoutRole__contents,
.aw-page .ec-layoutRole__main,
.aw-page .ec-role {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   PAGE BASE
========================================================= */

.aw-pageBase {
  position: relative;
  width: 100%;
  background: var(--aw-surface);
  color: var(--aw-text);
  font-family: var(--aw-serif);
  font-weight: 400;
  line-height: var(--aw-body-leading);
  letter-spacing: var(--aw-body-tracking);
}

.aw-pageBase *,
.aw-pageBase *::before,
.aw-pageBase *::after {
  box-sizing: border-box;
}


/* =========================================================
   FIXED HEADER CLEARANCE
========================================================= */

.aw-pageOffset {
  padding-top: 118px;
}

@media screen and (max-width: 1399px) {
  .aw-pageOffset {
    padding-top: 92px;
  }
}

@media screen and (max-width: 767px) {
  .aw-pageOffset {
    padding-top: 72px;
  }
}

/* =========================================================
   COMMON PAGE HERO

   NEWS / DRIP / CONTACT / GUIDE
   PRIVACY / TRADELAW
========================================================= */

.aw-pageHero {
  position: relative;
  display: block;
  width: 100vw;
  min-height: 270px;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  background: #fdfbf8;
  border: 0;
  border-bottom: 1px solid rgba(69, 43, 30, .05);
}

.aw-pageHero__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 104px));
  min-height: 270px;
  margin: 0 auto;
  padding: 0 0 0 100px;
}

.aw-pageHero__copy {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.aw-pageHero__label {
  margin: 0 0 14px;
  color: #8a6b58;
  font-family: var(--aw-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.aw-pageHero__title {
  margin: 0;
  color: #241811;
  font-family: var(--aw-serif);
  font-size: clamp(30px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: .09em;
}

.aw-pageHero__art {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.aw-pageHero__art img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}



/* =========================================================
   LARGE PAGE HERO
   ABOUT / ROAST / PROCESS

   Shared responsibility:
   - height
   - content width / position
   - typography
   - responsive sizing

   Page CSS responsibility:
   - background image
   - image position
   - overlay
========================================================= */

.aw-pageHero--large {
  min-height: 560px;
  background: #2c211b;
  border-bottom: 0;
  color: #fff;
}

.aw-pageHero--large .aw-pageHero__inner {
  display: block;
  width: min(var(--aw-content), calc(100% - 56px));
  min-height: 560px;
  margin: 0 auto;
  padding: 100px 0 70px;
}

.aw-pageHero--large .aw-pageHero__copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.aw-pageHero--large .aw-pageHero__label {
  margin: 0 0 18px;
  color: rgba(255,255,255,.76);
  font-family: var(--aw-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .24em;
}

.aw-pageHero--large .aw-pageHero__title {
  margin: 0;
  color: #fff;
  font-family: var(--aw-serif);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: .055em;
  text-shadow: 0 2px 20px rgba(0,0,0,.18);
}

.aw-pageHero--large .aw-pageHero__lead {
  max-width: 720px;
  margin: 38px 0 0;
  color: rgba(255,255,255,.94);
  font-family: var(--aw-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: .065em;
}

@media screen and (max-width: 1399px) and (min-width: 768px) {
  .aw-pageHero--large .aw-pageHero__inner {
    width: min(var(--aw-content), calc(100% - 44px));
    padding-top: 100px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .aw-pageHero--large {
    min-height: 520px;
  }

  .aw-pageHero--large .aw-pageHero__inner {
    width: calc(100% - 32px);
    min-height: 520px;
    padding: 82px 0 52px;
  }

  .aw-pageHero--large .aw-pageHero__label {
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .22em;
  }

  .aw-pageHero--large .aw-pageHero__title {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: .08em;
  }

  .aw-pageHero--large .aw-pageHero__lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.15;
    letter-spacing: .055em;
  }
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1399px) and (min-width: 768px) {

  .aw-pageHero__inner {
    width: min(1120px, calc(100% - 64px));
    padding-left: 60px;
  }

}


/* =========================================================
   SP
========================================================= */

@media screen and (max-width: 767px) {

  .aw-pageHero {
    min-height: 190px;
  }

  .aw-pageHero__inner {
    width: calc(100% - 48px);
    min-height: 190px;
    padding-left: 0;
  }

  .aw-pageHero__label {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: .20em;
  }

  .aw-pageHero__title {
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: .08em;
  }

}


/* =========================================================
   COMMON CTA
========================================================= */

.aw-buttonRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.aw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 13px 24px;
  border: 1px solid rgba(75, 40, 23, .28);
  background: transparent;
  color: var(--aw-coffee);
  font-family: var(--aw-serif);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-decoration: none;
  transition:
    background var(--aw-motion-fast) ease,
    color var(--aw-motion-fast) ease,
    border-color var(--aw-motion-fast) ease;
}

.aw-button--primary,
.aw-button:hover {
  border-color: var(--aw-coffee);
  background: var(--aw-coffee);
  color: #fff;
}

@media screen and (max-width: 767px) {

  .aw-buttonRow {
    display: block;
  }

  .aw-button {
    width: 100%;
  }

  .aw-button + .aw-button {
    margin-top: 10px;
  }

}