/*
 * Tailwind CSS Custom Build for Noguchi Theme
 * Generated: 2026-01-27
 * This replaces the Tailwind CDN with pre-built static CSS
 */

/* ==============================================
   CSS Custom Properties (カスタマイザー連携)
   ============================================== */
:root {
   /* Theme Colors */
   --color-primary: #1FBCFF;
   --color-primary-dark: #0ea5e9;
   --color-secondary: #0f172a;
   --color-light: #f8fafc;
   --color-text: #334155;
   --color-suumo: #03a553;
   --color-athome: #eb5e00;
}

/* ==============================================
   Base / Reset
   ============================================== */
*,
::before,
::after {
   box-sizing: border-box;
   border-width: 0;
   border-style: solid;
   border-color: #e5e7eb;
}

html {
   line-height: 1.5;
   -webkit-text-size-adjust: 100%;
   font-family: "Noto Sans JP", sans-serif;
}

body {
   margin: 0;
   line-height: inherit;
}

img,
video {
   max-width: 100%;
   height: auto;
   display: block;
}

a {
   color: inherit;
   text-decoration: inherit;
}

button {
   font-family: inherit;
   font-size: 100%;
   background-color: transparent;
   cursor: pointer;
}

/* ==============================================
   Typography
   ============================================== */
.font-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.font-serif {
   font-family: "Noto Serif JP", serif;
}

.font-mono {
   font-family: ui-monospace, monospace;
}

.font-bold {
   font-weight: 700;
}

.font-medium {
   font-weight: 500;
}

.font-light {
   font-weight: 300;
}

.text-xs {
   font-size: 0.75rem;
   line-height: 1rem;
}

.text-sm {
   font-size: 0.875rem;
   line-height: 1.25rem;
}

.text-base {
   font-size: 1rem;
   line-height: 1.5rem;
}

.text-lg {
   font-size: 1.125rem;
   line-height: 1.75rem;
}

.text-xl {
   font-size: 1.25rem;
   line-height: 1.75rem;
}

.text-2xl {
   font-size: 1.5rem;
   line-height: 2rem;
}

.text-3xl {
   font-size: 1.875rem;
   line-height: 2.25rem;
}

.text-4xl {
   font-size: 2.25rem;
   line-height: 2.5rem;
}

.text-5xl {
   font-size: 3rem;
   line-height: 1;
}

.text-6xl {
   font-size: 3.75rem;
   line-height: 1;
}

.\!text-\[10px\],
.text-\[10px\] {
   font-size: 10px;
}

.tracking-tight {
   letter-spacing: -0.025em;
}

.tracking-wider {
   letter-spacing: 0.05em;
}

.tracking-widest {
   letter-spacing: 0.1em;
}

.tracking-tighter {
   letter-spacing: -0.05em;
}

.leading-none {
   line-height: 1;
}

.leading-tight {
   line-height: 1.25;
}

.leading-snug {
   line-height: 1.375;
}

.leading-relaxed {
   line-height: 1.625;
}

.whitespace-nowrap {
   white-space: nowrap;
}

.whitespace-pre-line {
   white-space: pre-line;
}

.truncate {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.line-clamp-3 {
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.antialiased {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

/* ==============================================
   Colors
   ============================================== */
/* Text Colors */
.text-white {
   color: #fff;
}

.text-black {
   color: #000;
}

.text-primary {
   color: var(--color-primary);
}

.text-primary-dark {
   color: var(--color-primary-dark);
}

.text-secondary {
   color: var(--color-secondary);
}

.text-text {
   color: var(--color-text);
}

.text-suumo {
   color: var(--color-suumo);
}

.text-athome {
   color: var(--color-athome);
}

.text-gray-200 {
   color: #e5e7eb;
}

.text-gray-400 {
   color: #9ca3af;
}

.text-gray-500 {
   color: #6b7280;
}

.text-gray-600 {
   color: #4b5563;
}

.text-gray-700 {
   color: #374151;
}

.text-gray-800 {
   color: #1f2937;
}

/* Background Colors */
.bg-white {
   background-color: #fff;
}

.bg-black {
   background-color: #000;
}

.bg-transparent {
   background-color: transparent;
}

.bg-primary {
   background-color: var(--color-primary);
}

.bg-primary-dark {
   background-color: var(--color-primary-dark);
}

.bg-secondary {
   background-color: var(--color-secondary);
}

.bg-light {
   background-color: var(--color-light);
}

.bg-suumo {
   background-color: var(--color-suumo);
}

.bg-athome {
   background-color: var(--color-athome);
}

.bg-gray-50 {
   background-color: #f9fafb;
}

.bg-gray-100 {
   background-color: #f3f4f6;
}

.bg-gray-200 {
   background-color: #e5e7eb;
}

.bg-gray-700 {
   background-color: #374151;
}

.bg-gray-900 {
   background-color: #111827;
}

.bg-primary\/10 {
   background-color: rgba(31, 188, 255, 0.1);
}

.bg-black\/20 {
   background-color: rgba(0, 0, 0, 0.2);
}

.bg-black\/30 {
   background-color: rgba(0, 0, 0, 0.3);
}

/* Border Colors */
.border-white {
   border-color: #fff;
}

.border-primary {
   border-color: var(--color-primary);
}

.border-suumo {
   border-color: var(--color-suumo);
}

.border-athome {
   border-color: var(--color-athome);
}

.border-gray-100 {
   border-color: #f3f4f6;
}

.border-gray-200 {
   border-color: #e5e7eb;
}

.border-gray-300 {
   border-color: #d1d5db;
}

.border-white\/60 {
   border-color: rgba(255, 255, 255, 0.6);
}

.border-primary\/40 {
   border-color: rgba(31, 188, 255, 0.4);
}

/* ==============================================
   Layout
   ============================================== */
.block {
   display: block;
}

.inline-block {
   display: inline-block;
}

.inline-flex {
   display: inline-flex;
}

.flex {
   display: flex;
}

.grid {
   display: grid;
}

.hidden {
   display: none;
}

.flex-col {
   flex-direction: column;
}

.flex-row {
   flex-direction: row;
}

.flex-wrap {
   flex-wrap: wrap;
}

.flex-shrink-0,
.shrink-0 {
   flex-shrink: 0;
}

.flex-grow {
   flex-grow: 1;
}

.flex-1 {
   flex: 1 1 0%;
}

.items-start {
   align-items: flex-start;
}

.items-center {
   align-items: center;
}

.items-end {
   align-items: flex-end;
}

.justify-start {
   justify-content: flex-start;
}

.justify-center {
   justify-content: center;
}

.justify-end {
   justify-content: flex-end;
}

.justify-between {
   justify-content: space-between;
}

.gap-1 {
   gap: 0.25rem;
}

.gap-2 {
   gap: 0.5rem;
}

.gap-3 {
   gap: 0.75rem;
}

.gap-4 {
   gap: 1rem;
}

.gap-6 {
   gap: 1.5rem;
}

.gap-8 {
   gap: 2rem;
}

.gap-10 {
   gap: 2.5rem;
}

.gap-12 {
   gap: 3rem;
}

.gap-\[6px\] {
   gap: 6px;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
   margin-left: 0.5rem;
}

.space-x-4> :not([hidden])~ :not([hidden]) {
   margin-left: 1rem;
}

.space-x-6> :not([hidden])~ :not([hidden]) {
   margin-left: 1.5rem;
}

.space-y-2> :not([hidden])~ :not([hidden]) {
   margin-top: 0.5rem;
}

.space-y-6> :not([hidden])~ :not([hidden]) {
   margin-top: 1.5rem;
}

.space-y-8> :not([hidden])~ :not([hidden]) {
   margin-top: 2rem;
}

.space-y-12> :not([hidden])~ :not([hidden]) {
   margin-top: 3rem;
}

/* Grid */
.grid-cols-1 {
   grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
   grid-template-columns: repeat(2, minmax(0, 1fr));
}

.col-span-3 {
   grid-column: span 3 / span 3;
}

.col-span-full {
   grid-column: 1 / -1;
}

/* ==============================================
   Sizing
   ============================================== */
.w-full {
   width: 100%;
}

.w-auto {
   width: auto;
}

.w-8 {
   width: 2rem;
}

.w-10 {
   width: 2.5rem;
}

.w-12 {
   width: 3rem;
}

.w-14 {
   width: 3.5rem;
}

.h-full {
   height: 100%;
}

.h-auto {
   height: auto;
}

.h-6 {
   height: 1.5rem;
}

.h-8 {
   height: 2rem;
}

.h-10 {
   height: 2.5rem;
}

.h-14 {
   height: 3.5rem;
}

.h-20 {
   height: 5rem;
}

.h-56 {
   height: 14rem;
}

.h-screen {
   height: 100vh;
}

.h-\[1px\] {
   height: 1px;
}

.h-\[30vh\] {
   height: 30vh;
}

.h-\[80vh\] {
   height: 80vh;
}

.min-h-\[220px\] {
   min-height: 220px;
}

.min-h-\[300px\] {
   min-height: 300px;
}

.min-h-\[600px\] {
   min-height: 600px;
}

.min-h-screen {
   min-height: 100vh;
}

.min-w-0 {
   min-width: 0;
}

.max-w-xs {
   max-width: 20rem;
}

.max-w-2xl {
   max-width: 42rem;
}

.max-w-3xl {
   max-width: 48rem;
}

.max-w-4xl {
   max-width: 56rem;
}

.max-w-5xl {
   max-width: 64rem;
}

.max-w-6xl {
   max-width: 72rem;
}

.max-w-7xl {
   max-width: 80rem;
}

.max-w-\[200px\] {
   max-width: 200px;
}

/* ==============================================
   Spacing
   ============================================== */
/* Margin */
.m-0 {
   margin: 0;
}

.mx-1 {
   margin-left: 0.25rem;
   margin-right: 0.25rem;
}

.mx-2 {
   margin-left: 0.5rem;
   margin-right: 0.5rem;
}

.mx-auto {
   margin-left: auto;
   margin-right: auto;
}

.my-4 {
   margin-top: 1rem;
   margin-bottom: 1rem;
}

.mt-2 {
   margin-top: 0.5rem;
}

.mt-3 {
   margin-top: 0.75rem;
}

.mt-4 {
   margin-top: 1rem;
}

.mt-6 {
   margin-top: 1.5rem;
}

.mt-8 {
   margin-top: 2rem;
}

.mt-12 {
   margin-top: 3rem;
}

.mt-auto {
   margin-top: auto;
}

.mb-0 {
   margin-bottom: 0;
}

.mb-1 {
   margin-bottom: 0.25rem;
}

.mb-2 {
   margin-bottom: 0.5rem;
}

.mb-3 {
   margin-bottom: 0.75rem;
}

.mb-4 {
   margin-bottom: 1rem;
}

.mb-6 {
   margin-bottom: 1.5rem;
}

.mb-8 {
   margin-bottom: 2rem;
}

.mb-10 {
   margin-bottom: 2.5rem;
}

.mb-12 {
   margin-bottom: 3rem;
}

.mb-16 {
   margin-bottom: 4rem;
}

.ml-1 {
   margin-left: 0.25rem;
}

.ml-2 {
   margin-left: 0.5rem;
}

.mr-2 {
   margin-right: 0.5rem;
}

.mr-4 {
   margin-right: 1rem;
}

/* Padding */
.p-4 {
   padding: 1rem;
}

.p-6 {
   padding: 1.5rem;
}

.p-8 {
   padding: 2rem;
}

.px-2 {
   padding-left: 0.5rem;
   padding-right: 0.5rem;
}

.px-3 {
   padding-left: 0.75rem;
   padding-right: 0.75rem;
}

.px-4 {
   padding-left: 1rem;
   padding-right: 1rem;
}

.px-6 {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.px-8 {
   padding-left: 2rem;
   padding-right: 2rem;
}

.px-10 {
   padding-left: 2.5rem;
   padding-right: 2.5rem;
}

.py-1 {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
}

.py-1\.5 {
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
}

.py-2 {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
}

.py-3 {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
}

.py-3\.5 {
   padding-top: 0.875rem;
   padding-bottom: 0.875rem;
}

.py-4 {
   padding-top: 1rem;
   padding-bottom: 1rem;
}

.py-0\.5 {
   padding-top: 0.125rem;
   padding-bottom: 0.125rem;
}

.py-12 {
   padding-top: 3rem;
   padding-bottom: 3rem;
}

.py-16 {
   padding-top: 4rem;
   padding-bottom: 4rem;
}

.py-20 {
   padding-top: 5rem;
   padding-bottom: 5rem;
}

.py-24 {
   padding-top: 6rem;
   padding-bottom: 6rem;
}

.pt-2 {
   padding-top: 0.5rem;
}

.pt-4 {
   padding-top: 1rem;
}

.pt-8 {
   padding-top: 2rem;
}

.pt-10 {
   padding-top: 2.5rem;
}

.pt-20 {
   padding-top: 5rem;
}

.pt-24 {
   padding-top: 6rem;
}

.pb-2 {
   padding-bottom: 0.5rem;
}

.pb-8 {
   padding-bottom: 2rem;
}

.pb-20 {
   padding-bottom: 5rem;
}

.pb-28 {
   padding-bottom: 7rem;
}

.pb-32 {
   padding-bottom: 8rem;
}

/* ==============================================
   Positioning
   ============================================== */
.relative {
   position: relative;
}

.absolute {
   position: absolute;
}

.fixed {
   position: fixed;
}

.inset-0 {
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.top-0 {
   top: 0;
}

.top-3 {
   top: 0.75rem;
}

.top-6 {
   top: 1.5rem;
}

.right-0 {
   right: 0;
}

.right-4 {
   right: 1rem;
}

.right-6 {
   right: 1.5rem;
}

.bottom-0 {
   bottom: 0;
}

.left-0 {
   left: 0;
}

.z-0 {
   z-index: 0;
}

.z-10 {
   z-index: 10;
}

.z-40 {
   z-index: 40;
}

.z-50 {
   z-index: 50;
}

.scroll-mt-28 {
   scroll-margin-top: 7rem;
}

/* ==============================================
   Border & Radius
   ============================================== */
.border {
   border-width: 1px;
}

.border-2 {
   border-width: 2px;
}

.border-b {
   border-bottom-width: 1px;
}

.border-t {
   border-top-width: 1px;
}

.border-l {
   border-left-width: 1px;
}

.border-l-\[6px\] {
   border-left-width: 6px;
}

.rounded {
   border-radius: 0.25rem;
}

.rounded-lg {
   border-radius: 0.5rem;
}

.rounded-xl {
   border-radius: 0.75rem;
}

.rounded-2xl {
   border-radius: 1rem;
}

.rounded-full {
   border-radius: 9999px;
}

.rounded-bl-lg {
   border-bottom-left-radius: 0.5rem;
}

/* ==============================================
   Effects
   ============================================== */
.shadow-sm {
   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
   box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-card {
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.shadow-gray-300\/60 {
   --tw-shadow-color: rgba(209, 213, 219, 0.6);
   box-shadow: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}

.shadow-primary\/20 {
   --tw-shadow-color: rgba(31, 188, 255, 0.2);
}

.shadow-primary\/50 {
   --tw-shadow-color: rgba(31, 188, 255, 0.5);
}

.shadow-\[0_-4px_10px_rgba\(0\,0\,0\,0\.05\)\] {
   box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}

.drop-shadow-lg {
   filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.opacity-50 {
   opacity: 0.5;
}

.opacity-70 {
   opacity: 0.7;
}

.opacity-80 {
   opacity: 0.8;
}

.opacity-90 {
   opacity: 0.9;
}

.grayscale {
   filter: grayscale(100%);
}

.backdrop-blur-md {
   backdrop-filter: blur(12px);
}

.overflow-hidden {
   overflow: hidden;
}

.overflow-y-auto {
   overflow-y: auto;
}

/* Gradient */
.bg-gradient-to-t {
   background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-secondary\/90 {
   --tw-gradient-from: rgba(15, 23, 42, 0.9);
   --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent);
}

.to-secondary\/40 {
   --tw-gradient-to: rgba(15, 23, 42, 0.4);
}

/* ==============================================
   Transitions
   ============================================== */
.transition {
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}

.transition-all {
   transition-property: all;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}

.transition-colors {
   transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}

.transition-opacity {
   transition-property: opacity;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}

.transition-transform {
   transition-property: transform;
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   transition-duration: 150ms;
}

.duration-150 {
   transition-duration: 150ms;
}

.duration-300 {
   transition-duration: 300ms;
}

.duration-500 {
   transition-duration: 500ms;
}

.ease-in-out {
   transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Transform */
.transform {
   transform: translateX(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1));
}

.scale-105 {
   --tw-scale-x: 1.05;
   --tw-scale-y: 1.05;
   transform: scale(1.05);
}

.-translate-y-0\.5 {
   --tw-translate-y: -0.125rem;
}

/* ==============================================
   Object Fit
   ============================================== */
.object-cover {
   object-fit: cover;
}

.object-contain {
   object-fit: contain;
}

/* ==============================================
   Interactivity
   ============================================== */
.cursor-pointer {
   cursor: pointer;
}

.cursor-default {
   cursor: default;
}

.pointer-events-none {
   pointer-events: none;
}

.list-none {
   list-style: none;
}

.list-disc {
   list-style-type: disc;
}

.list-decimal {
   list-style-type: decimal;
}

.text-center {
   text-align: center;
}

.text-left {
   text-align: left;
}

.text-right {
   text-align: right;
}

/* ==============================================
   Hover States
   ============================================== */
.hover\:text-primary:hover {
   color: var(--color-primary);
}

.hover\:text-primary-dark:hover {
   color: var(--color-primary-dark);
}

.hover\:text-white:hover {
   color: #fff;
}

.hover\:bg-primary-dark:hover {
   background-color: var(--color-primary-dark);
}

.hover\:bg-sky-500:hover {
   background-color: #0ea5e9;
}

.hover\:bg-white:hover {
   background-color: #fff;
}

.hover\:bg-gray-50:hover {
   background-color: #f9fafb;
}

.hover\:bg-gray-700:hover {
   background-color: #374151;
}

.hover\:bg-suumo:hover {
   background-color: var(--color-suumo);
}

.hover\:bg-athome:hover {
   background-color: var(--color-athome);
}

.hover\:border-primary:hover {
   border-color: var(--color-primary);
}

.hover\:border-suumo:hover {
   border-color: var(--color-suumo);
}

.hover\:border-athome:hover {
   border-color: var(--color-athome);
}

.hover\:shadow-lg:hover {
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-md:hover {
   box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-xl:hover {
   box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-primary\/20:hover {
   box-shadow: 0 10px 25px -5px rgba(31, 188, 255, 0.2), 0 8px 10px -6px rgba(31, 188, 255, 0.2);
}

.hover\:shadow-primary\/50:hover {
   box-shadow: 0 10px 25px -5px rgba(31, 188, 255, 0.5), 0 8px 10px -6px rgba(31, 188, 255, 0.5);
}

.hover\:opacity-80:hover {
   opacity: 0.8;
}

.hover\:-translate-y-0\.5:hover {
   transform: translateY(-0.125rem);
}

.hover\:-translate-y-1:hover {
   transform: translateY(-0.25rem);
}

.hover\:scale-105:hover {
   transform: scale(1.05);
}

.hover\:text-secondary:hover {
   color: var(--color-secondary);
}

.hover\:border-primary\/40:hover {
   border-color: rgba(31, 188, 255, 0.4);
}

/* Active States */
.active\:bg-gray-100:active {
   background-color: #f3f4f6;
}

/* Group Hover */
.group:hover .group-hover\:text-primary {
   color: var(--color-primary);
}

.group:hover .group-hover\:text-primary-dark {
   color: var(--color-primary-dark);
}

.group:hover .group-hover\:text-white {
   color: #fff;
}

.group:hover .group-hover\:bg-suumo {
   background-color: var(--color-suumo);
}

.group:hover .group-hover\:bg-athome {
   background-color: var(--color-athome);
}

.group:hover .group-hover\:scale-105 {
   transform: scale(1.05);
}

.group:hover .group-hover\:translate-x-1 {
   transform: translateX(0.25rem);
}

/* Focus States */
.focus\:outline-none:focus {
   outline: none;
}

/* ==============================================
   Responsive: sm (640px+)
   ============================================== */
@media (min-width: 640px) {
   .sm\:flex-row {
      flex-direction: row;
   }

   .sm\:items-center {
      align-items: center;
   }

   .sm\:w-auto {
      width: auto;
   }

   .sm\:gap-8 {
      gap: 2rem;
   }

   .sm\:max-w-xs {
      max-width: 20rem;
   }

   .sm\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }

   .sm\:text-5xl {
      font-size: 3rem;
      line-height: 1;
   }

   .sm\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
   }
}

/* ==============================================
   Responsive: md (768px+)
   ============================================== */
@media (min-width: 768px) {
   .md\:block {
      display: block;
   }

   .md\:flex {
      display: flex;
   }

   .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .md\:hidden {
      display: none;
   }

   .md\:flex-col {
      flex-direction: column;
   }

   .md\:flex-row {
      flex-direction: row;
   }

   .md\:gap-8 {
      gap: 2rem;
   }


   .md\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
   }

   .md\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
   }

   .md\:text-5xl {
      font-size: 3rem;
      line-height: 1;
   }

   .md\:text-6xl {
      font-size: 3.75rem;
      line-height: 1;
   }

   .md\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
   }

   .md\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
   }

   .md\:h-10 {
      height: 2.5rem;
   }

   .md\:h-auto {
      height: auto;
   }

   .md\:h-\[40vh\] {
      height: 40vh;
   }

   .md\:h-\[80vh\] {
      height: 80vh;
   }

   .md\:min-h-\[300px\] {
      min-height: 300px;
   }

   .md\:min-h-\[600px\] {
      min-height: 600px;
   }

   .md\:w-16 {
      width: 4rem;
   }

   .md\:p-10 {
      padding: 2.5rem;
   }

   .md\:p-12 {
      padding: 3rem;
   }

   .md\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }

   .md\:py-20 {
      padding-bottom: 5rem;
      padding-top: 5rem;
   }

   .md\:py-24 {
      padding-bottom: 6rem;
      padding-top: 6rem;
   }


   .md\:pb-0 {
      padding-bottom: 0;
   }

   .md\:pb-20 {
      padding-bottom: 5rem;
   }

   .md\:mt-6 {
      margin-top: 1.5rem;
   }

   .md\:rounded-2xl {
      border-radius: 1rem;
   }

   .md\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
   }

   .md\:fixed {
      position: fixed;
   }

   .md\:ml-2 {
      margin-left: 0.5rem;
   }

   .md\:w-auto {
      width: auto;
   }
}

/* ==============================================
   Responsive: lg (1024px+)
   ============================================== */
@media (min-width: 1024px) {
   .lg\:flex {
      display: flex;
   }

   .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }

   .lg\:gap-8 {
      gap: 2rem;
   }

   .lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
   }
}

/* ==============================================
   Responsive: xl (1280px+)
   ============================================== */
@media (min-width: 1280px) {
   .xl\:inline {
      display: inline;
   }

   .xl\:gap-6 {
      gap: 1.5rem;
   }

   .xl\:space-x-6> :not([hidden])~ :not([hidden]) {
      margin-left: 1.5rem;
   }

   .xl\:px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
   }
}